Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431942 - libtool.eclass as-needed patch update for 2.4.2
Summary: libtool.eclass as-needed patch update for 2.4.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-08-19 08:49 UTC by crabbed halo ablution
Modified: 2012-08-20 22:19 UTC (History)
0 users

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


Attachments
updated as-needed ELT-patch for libtool-2.4.2 (2.4.2,1.02 KB, patch)
2012-08-19 08:49 UTC, crabbed halo ablution
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description crabbed halo ablution 2012-08-19 08:49:33 UTC
Created attachment 321686 [details, diff]
updated as-needed ELT-patch for libtool-2.4.2

I ran an old QA script I had and noticed some packages had begun doing bad things again:
loki ~ # ldd -u -r /usr/lib64/libcairo-gobject.so
Unused direct dependencies:
	linux-vdso.so.1
	/lib64/libpthread.so.0
	/usr/lib64/libpixman-1.so.0
	/usr/lib64/libfontconfig.so.1
	/usr/lib64/libfreetype.so.6
	/usr/lib64/libEGL.so.1
	/lib64/libdl.so.2
	/usr/lib64/libpng15.so.15
	/usr/lib64/qt4/libQtGui.so.4
	/usr/lib64/qt4/libQtCore.so.4
	/usr/lib64/libxcb-shm.so.0
	/usr/lib64/libxcb-render.so.0
	/usr/lib64/libxcb.so.1
	/usr/lib64/libXrender.so.1
	/usr/lib64/libX11.so.6
	/lib64/libz.so.1
	/usr/lib64/libGL.so.1
	/lib64/librt.so.1
	/lib64/libm.so.6
So, it turns out that libtool-2.4.2 needs an ELT-patch update. Attached.
Drop into eclass/ELT-patches/as-needed/ and watch the unused dependencies go away.
(When is that deep as-needed that Diego was working on going to become the default? This is an awful hack.)
Comment 1 SpanKY gentoo-dev 2012-08-20 22:19:42 UTC
thanks, should be all set now

http://sources.gentoo.org/eclass/ELT-patches/as-needed/2.4.2?rev=1.1