Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165470 - net-wireless/madwifi-ng applies patches in src_compile
Summary: net-wireless/madwifi-ng applies patches in src_compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-05 18:26 UTC by Daniel Drake (RETIRED)
Modified: 2007-02-05 20:16 UTC (History)
0 users

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 Daniel Drake (RETIRED) gentoo-dev 2007-02-05 18:26:25 UTC
This makes debugging compile issues harder. For example the following workflow breaks:

ebuild XYZ unpack
ebuild XYZ compile
<compile fails>
pushd /var/tmp/portage/blah
<apply fixes>
popd
ebuild XYZ compile

At this point the patches applied in src_compile fail because they already have been applied.

Please move these patches into src_unpack
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2007-02-05 20:16:25 UTC
fixed