Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421279 - eutils.eclass: prune_libtool_files() failed to remove unnecessary libtool archive from /usr/lib/banshee/
Summary: eutils.eclass: prune_libtool_files() failed to remove unnecessary libtool arc...
Status: RESOLVED DUPLICATE of bug 421197
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-15 20:20 UTC by Pacho Ramos
Modified: 2012-06-16 12:23 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 Pacho Ramos gentoo-dev 2012-06-15 20:20:59 UTC
If I don't pass "--all" option, some .la files are preserved:
/usr/lib64/banshee/Backends/libbnpx11.la
/usr/lib64/banshee/libossifer.la
/usr/lib64/banshee/libbanshee.la

not sure if this is intentional :/

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2012-06-15 20:31:51 UTC
And the same with banshee-community-extensions and /usr/lib64/banshee/Extensions/libmirageaudio.la
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-06-16 11:48:40 UTC
Propably duplicate of bug 421197. Attach the .la file here. 

I suspect it has "shouldnotlink=yes" that is the reason for both bugs (as mgorny pointed out on IRC)

But yeah, prune_libtool_files is not safe to use yet
Comment 3 Pacho Ramos gentoo-dev 2012-06-16 12:23:39 UTC
(In reply to comment #2)
> Propably duplicate of bug 421197. Attach the .la file here. 
> 
> I suspect it has "shouldnotlink=yes" that is the reason for both bugs (as
> mgorny pointed out on IRC)
> 
> But yeah, prune_libtool_files is not safe to use yet
Yes, they have that line

*** This bug has been marked as a duplicate of bug 421197 ***