Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 395947

Summary: incorrect revdep-rebuild order for libx264.so.119
Product: Portage Development Reporter: Alex HeadHunter Pyattaev <alex.pyattaev>
Component: Third-Party ToolsAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED NEEDINFO    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Alex HeadHunter Pyattaev 2011-12-24 23:36:55 UTC
Revdep-rebuild after updates to libx264 incorrectly assumes that the following rebuild order should be taken:
[ebuild   R    ] media-video/transcode-1.1.7 
[ebuild   R    ] media-video/ffmpeg-0.9 
[ebuild   R    ] media-video/mplayer-1.0_rc4_p20111215 
While transcode itself depends on ffmpeg's libavcodec (at least in buildtime), therefore the whole thing fails 
""" x86_64-pc-linux-gnu/bin/ld: warning: libx264.so.119, needed by /usr/lib/libavcodec.so, not found (try using -rpath or -rpath-link)"""

Obviously, rebuilding ffmpeg manually solves the problem. Also, rebuilding transcode and mplayer is in fact not needed at all, as they only link directly to ffmpeg. Yet the bug is still there. AFAIK it was the same situation with previous libx264 updates.


Reproducible: Always

Steps to Reproduce:
1. Downgrade libx264 to something ancient
2. Build ffmpeg against it
3. upgrade libx264 back to last ver
4. run revdep-rebuild, enjoy it failing


Expected Results:  
I'd expect the revdep-rebuild to be a bit smarter and not try to rebuild stuff that does not directly depend on libx264 even if it is broken (since it might be that the other stuff that does directly depend on that lib is the only stuff really broken)

It's an old problem in fact and I know it is not local to ffmpeg, but maybe some workaround could be made for the common cases like libx264, libpng and such?
Comment 1 Alex HeadHunter Pyattaev 2011-12-24 23:39:56 UTC
Created attachment 296891 [details]
emerge --info

The emerge --info from my host in case anyone is interested.
Comment 2 Zac Medico gentoo-dev 2011-12-27 00:13:59 UTC
What version of app-portage/gentoolkit do you have installed?