Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382537 - net-libs/libtorrent-0.12.9: pkg-config file misses static linkage data (+ .la removal when fixed)
Summary: net-libs/libtorrent-0.12.9: pkg-config file misses static linkage data (+ .la...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA
Assignee: Michał Górny
URL: http://libtorrent.rakshasa.no/ticket/...
Whiteboard:
Keywords:
Depends on: 382541
Blocks:
  Show dependency tree
 
Reported: 2011-09-10 17:45 UTC by Samuli Suominen (RETIRED)
Modified: 2011-09-18 15:04 UTC (History)
0 users

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 Samuli Suominen (RETIRED) gentoo-dev 2011-09-10 17:45:26 UTC
By bad migration (despite warning beforehand it on IRC) to autotools-utils.eclass, the package still installs libtool files (.la) despite the package having pkg-config (.pc) file.

The Libs.private needs to be proper for static linking and the .la files should always get deleted

Please don't make me review every commit like this.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-09-12 13:33:17 UTC
Right now, .pc file misses libs required for static linking. This will be fixed as soon as I get .pc fix upstream ;P.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2011-09-12 13:46:33 UTC
So not a CANTFIX then, will keep open until the fix hits portage
No need to hide broken packages by closing bugs
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-09-18 15:04:17 UTC
Ok, USE=static-libs removed now that autotools-utils does its job good!