Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352710 - net-voip/linphone-3.3.2 has automagic dependency on media-libs/libv4l
Summary: net-voip/linphone-3.3.2 has automagic dependency on media-libs/libv4l
Status: RESOLVED DUPLICATE of bug 352713
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA
Assignee: Mounir Lamouri (volkmar) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 17:13 UTC by Markus Walter
Modified: 2011-04-09 05:53 UTC (History)
1 user (show)

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


Attachments
emerge --info (info.txt,4.69 KB, text/plain)
2011-01-25 17:14 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***