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

Bug 250244

Summary: sci-astronomy/funtools shared libraries built without respecting LDFLAGS
Product: Gentoo Linux Reporter: Joshua Rich <joshua.rich>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: path to funtools-1.4.0.ebuild to make shared libraries be built with LDFLAGS respected

Description Joshua Rich 2008-12-08 01:18:05 UTC
For sci-astronomy/funtools-1.4.0, a QA notice is printed upon emerging:

 * QA Notice: Files built without respecting LDFLAGS have been detected
 *  Please include the following list of files in your report:
 * /usr/lib/libtclfun.so.1.0
 * /usr/lib/libfuntools.so.1.0

Attached patch to the ebuild fixes this by using sed to substitute the LDFLAGS
environment variable into the link command.


Reproducible: Always
Comment 1 Joshua Rich 2008-12-08 01:19:16 UTC
Created attachment 174621 [details, diff]
path to funtools-1.4.0.ebuild to make shared libraries be built with LDFLAGS respected
Comment 2 Wormo (RETIRED) gentoo-dev 2008-12-08 07:39:51 UTC
Thanks for reporting this QA issue and submitting the patch. Assigning to maintainers.
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2008-12-08 10:17:58 UTC
fixed. Thanks!