Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371435 - media-video/totem-2.32.0-r2 USE=youtube should DEPEND on net-libs/libproxy
Summary: media-video/totem-2.32.0-r2 USE=youtube should DEPEND on net-libs/libproxy
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-13 16:36 UTC by Chris Mayo
Modified: 2011-06-14 20:05 UTC (History)
2 users (show)

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 Chris Mayo 2011-06-13 16:36:29 UTC
Without net-libs/libproxy installed emerge media-video/totem fails (USE="youtube" enabled by default):

make[5]: Entering directory `/var/tmp/portage/media-video/totem-2.32.0-r2/work/totem-2.32.0/src/plugins/youtube'
  CC     libyoutube_la-totem-youtube.lo
/usr/bin/intltool-merge ../../../po youtube.totem-plugin.in youtube.totem-plugin -d -u -c ../../../po/.intltool-merge-cache
Found cached translation database
Merging translations into youtube.totem-plugin.
  CCLD   libyoutube.la
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lproxy
collect2: ld returned 1 exit status
make[5]: *** [libyoutube.la] Error 1

With USE="-youtube" emerge succeeds
Comment 1 Pacho Ramos gentoo-dev 2011-06-14 19:06:37 UTC
Maybe this is caused by some problem with .la files installed on your system and wrongly requiring libproxy :-/
Comment 2 Chris Mayo 2011-06-14 20:05:38 UTC
Thanks for the pointer you are absolutely right.

A revdep-rebuild fixed it - I have got spoilt by portage-2.2!

Sorry for the noise.