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

Bug 371435

Summary: media-video/totem-2.32.0-r2 USE=youtube should DEPEND on net-libs/libproxy
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal CC: gstreamer, media-video
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.