Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232980 - x11-base/kdrive-4.3.0-r5 fails to unpack
Summary: x11-base/kdrive-4.3.0-r5 fails to unpack
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-26 08:38 UTC by Sonni
Modified: 2008-10-05 16:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sonni 2008-07-26 08:38:12 UTC
The patch applied to the ebuild by 229647 fails to unpack, because epatch is executed in the current directory which is not always $WORKDIR.
In the case where the "if ! best_version xorg-server ..." is successful the working directory is changed to $MY_PROJROOT.

This can easily be fixed by adding:
cd ${WORKDIR}
on line 223, before calling epatch ..vga.patch

Reproducible: Always
Comment 1 Evil Compile Person 2008-10-04 19:33:04 UTC
Yarr. Please fix.
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2008-10-05 16:29:08 UTC
Done, let me know if that works for you.

Thanks