Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349277 - =app-portage/eix-0.22.5 does not respect LDFLAGS
Summary: =app-portage/eix-0.22.5 does not respect LDFLAGS
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Martin Väth
URL:
Whiteboard:
Keywords:
: 349279 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-21 10:36 UTC by Agostino Sarubbo
Modified: 2010-12-26 08:41 UTC (History)
3 users (show)

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


Attachments
Build log (eix-0.22.5:20101221-103510.log,18.04 KB, text/plain)
2010-12-21 10:37 UTC, Agostino Sarubbo
Details
Build log with MAKEOPTS="V=1" (eix-0.22.5:20101221-110227.log,45.57 KB, text/plain)
2010-12-21 11:03 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2010-12-21 10:36:28 UTC
* QA Notice: Files built without respecting LDFLAGS have been detected
 *  Please include the following list of files in your report:
 * /usr/bin/eix
 * /usr/bin/versionsort
Comment 1 Agostino Sarubbo gentoo-dev 2010-12-21 10:37:51 UTC
Created attachment 257666 [details]
Build log
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2010-12-21 10:42:09 UTC
Please attach a buildlog with MAKEOPTS="V=1", thanks
Comment 3 Agostino Sarubbo gentoo-dev 2010-12-21 11:03:06 UTC
*** Bug 349279 has been marked as a duplicate of this bug. ***
Comment 4 Agostino Sarubbo gentoo-dev 2010-12-21 11:03:55 UTC
Created attachment 257669 [details]
Build log with MAKEOPTS="V=1"
Comment 5 Agostino Sarubbo gentoo-dev 2010-12-21 11:07:26 UTC
does not respect also CXXflags
Comment 6 Justin Lecher (RETIRED) gentoo-dev 2010-12-21 11:08:51 UTC
And to get it complete, please attach output of
emerge --info eix
Comment 7 Martin Väth 2010-12-21 11:21:22 UTC
This is clear: USE=debugging is not meant for normal usage;
it is only meant for debugging and will (among other things)
set *FLAGS appropriate for debugging.
Comment 8 Agostino Sarubbo gentoo-dev 2010-12-21 13:41:33 UTC
is the first program, that i see, that does not respect ldflags with debug use
Comment 9 Martin Väth 2010-12-21 18:25:27 UTC
(In reply to comment #8)
> is the first program, that i see, that does not respect ldflags with debug use

Most programs have not implemented a ./configure --enable-debug.
It turned out that I get the most useful bug reports this way:
For most cases, the short instruction which is printed in case of a segfault
(to reemerge with USE=debug and how to produce a backtrace) is sufficient,
and sufficiently easy for user and maintainer - no need to discuss details
about CXXFLAGS/LDFLAGS in the "generic bug" case.