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

Bug 352710

Summary: net-voip/linphone-3.3.2 has automagic dependency on media-libs/libv4l
Product: Gentoo Linux Reporter: Markus Walter <gentoo>
Component: Current packagesAssignee: Mounir Lamouri (volkmar) (RETIRED) <volkmar>
Status: RESOLVED DUPLICATE    
Severity: QA CC: voip+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Markus Walter 2011-01-25 17:13:52 UTC
Linphone automagically links against libv4l. Enabled use flags are 'gtk ipv6 linguas_de ncurses nls'.
Comment 1 Markus Walter 2011-01-25 17:14:23 UTC
Created attachment 260692 [details]
emerge --info
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2011-04-09 05:53:29 UTC
Thank you for report Markus. I don't see any linkage of linphone with v4l libs here. My guess is that you've mixed linphone and mediastreamer linkage. Please check that linphone links with v4l with the following command:

readelf -d /usr/bin/linphone | grep NEEDED

And in case it really is, then, please, reopen this bug. Currently I think this is duplicate of bug #352713

(Note ldd is bad tool for this since it shows dependencies of dependencies too, use mentioned readelf or lddtree)

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