Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284769 - net-print/cups-1.4* partially ignores LDFLAGS
Summary: net-print/cups-1.4* partially ignores LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-13 15:27 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2010-06-30 15:56 UTC (History)
5 users (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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-09-13 15:27:59 UTC
net-print/cups-1.4.1 partially ignores LDFLAGS.

 * QA Notice: Files built without respecting LDFLAGS have been detected
 *  Please include the following list of files in your report:         
 * /usr/lib64/libcupsppdc.so.1                                         
 * /usr/lib64/libcupsdriver.so.1                                       
 * /usr/lib64/libcupsimage.so.2                                        
 * /usr/lib64/libcupscgi.so.1                                          
 * /usr/lib64/libcups.so.2                                             
 * /usr/lib64/libcupsmime.so.1
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2009-09-18 22:05:48 UTC
Confirmed.
Comment 2 Steve Kutnar 2009-11-18 04:40:14 UTC
Here too
Comment 3 Nikos Chantziaras 2010-04-01 00:02:51 UTC
Issue persists with cups-1.4.3
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2010-06-30 15:35:10 UTC
And 1.4.4 and so on etcetera, but unless we do anything about it, it won't be fixed, so please stop commenting about every next version. :)
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2010-06-30 15:56:27 UTC
Ah, DSOFLAGS is interestingly evaluated by the configure script:

Index: cups-1.4.4.ebuild                                                               ===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.4.4.ebuild,v
retrieving revision 1.1
diff -u -B -r1.1 cups-1.4.4.ebuild
--- cups-1.4.4.ebuild   22 Jun 2010 21:52:23 -0000      1.1
+++ cups-1.4.4.ebuild   30 Jun 2010 15:55:55 -0000
@@ -91,6 +91,8 @@
 }
 
 src_configure() {
+       export DSOFLAGS="${LDFLAGS}"
+
        # locale support
        strip-linguas ${LANGS}
        if [ -z "${LINGUAS}" ] ; then

Fixed.