Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441038 - dev-libs/redland-1.0.15 QA Notice: pkg-config files with wrong LDFLAGS detected
Summary: dev-libs/redland-1.0.15 QA Notice: pkg-config files with wrong LDFLAGS detected
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-03 03:29 UTC by David J Cozatt
Modified: 2013-05-04 21:15 UTC (History)
1 user (show)

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


Attachments
build log (dev-libs:redland-1.0.15:20121103-031148.log,98.60 KB, text/plain)
2012-11-03 03:31 UTC, David J Cozatt
Details
emerge info redland (emerge-info-redland,15.95 KB, text/plain)
2012-11-03 03:32 UTC, David J Cozatt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David J Cozatt 2012-11-03 03:29:21 UTC
QA Notice: pkg-config files with wrong LDFLAGS detected:                      │
│/usr/lib64/pkgconfig/redland.pc:Libs.private: -Wl,-O1 -Wl,--as-needed -ldl -Wl,-O1 -Wl,--as-needed -ldb-4.8 

Reproducible: Always
Comment 1 David J Cozatt 2012-11-03 03:31:49 UTC
Created attachment 328170 [details]
build log
Comment 2 David J Cozatt 2012-11-03 03:32:33 UTC
Created attachment 328172 [details]
emerge info redland
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2013-04-01 18:16:14 UTC
Fixed in cvs.
Comment 4 Dmitry A. Bakshaev 2013-04-17 19:22:08 UTC
emerge redland-1.0.16.ebuild with empty LDFLAGS produce totally broken redland.pc.

emerge --info |grep LDFLAGS
LDFLAGS=""

before:
cat ./work/redland-1.0.16/redland.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

plugindir=${libdir}/redland

swig=${prefix}/share/redland/Redland.i

have_raptor2_api=1

Name: Redland RDF API Library
Description: Redland RDF API and triple store library
Requires.private: raptor2 >= 2.0.7, rasqal >= 0.9.25, rasqal <= 0.9.99
Version: 1.0.16
Libs: -L${libdir} -lrdf
Libs.private:  -ldl
Cflags: -I${includedir}

after install:
cat ./image/usr/lib/pkgconfig/redland.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

plugindir=${libdir}/redland

swig=${prefix}/share/redland/Redland.i

have_raptor2_api=1

Name:RedlandRDFAPILibrary
Description:RedlandRDFAPIandtriplestorelibrary
Requires.private:raptor2>=2.0.7,rasqal>=0.9.25,rasqal<=0.9.99
Version:1.0.16
Libs:-L${libdir}-lrdf
Libs.private:-ldl
Cflags:-I${includedir}