Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 71253

Summary: requesting LDFLAGS be added to 'emerge info'
Product: Portage Development Reporter: Ryan Hill (RETIRED) <rhill>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ryan Hill (RETIRED) gentoo-dev 2004-11-14 23:42:23 UTC
this is a request that the value of LDFLAGS as (if) set in /etc/make.conf be added to the environment information provided by 'emerge info'.  it's becoming more and more common that users are adding this setting to their make.conf's, and there are cases on file where LDFLAGS can break an emerge (ref: http://bugs.gentoo.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&field0-0-0=product&type0-0-0=substring&value0-0-0=LDFLAGS&field0-0-1=component&type0-0-1=substring&value0-0-1=LDFLAGS&field0-0-2=short_desc&type0-0-2=substring&value0-0-2=LDFLAGS&field0-0-3=status_whiteboard&type0-0-3=substring&value0-0-3=LDFLAGS ).

i think this addition would provide another useful piece of information for developing, troubleshooting, and bug-hunting, while not having any negative repercussions (that i can think of).



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2004-11-14 23:45:26 UTC
There's a long list of variables that all have the possibility to negatively affect a compile, but they can all be listed in the basic output.
emerge --verbose info will provide everything in the environment, if necessary.
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2004-11-15 00:05:12 UTC
thanks, i wasn't aware of that. :)