Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605218 - x11-plugins/purple-plugin_pack-2.7.0-r1 xmmsremote requires old gtk+
Summary: x11-plugins/purple-plugin_pack-2.7.0-r1 xmmsremote requires old gtk+
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-09 21:38 UTC by Scott McClung
Modified: 2017-06-06 13:21 UTC (History)
0 users

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


Attachments
Build log for x11-plugins/purple-plugin_pack-2.7.0-r1::gentoo (build.log,151.40 KB, text/plain)
2017-01-09 21:38 UTC, Scott McClung
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scott McClung 2017-01-09 21:38:02 UTC
Created attachment 459400 [details]
Build log for x11-plugins/purple-plugin_pack-2.7.0-r1::gentoo

The recent last-rites for gtk+:1 (# 604862) and glib:1 (#604966) seem to have broken at least one of the plugins (xmmsremote) if the gtk+ USE flag is enabled.

Reproducible: Always

Steps to Reproduce:
1.emerge -C gtk+:1 glib:1
2.emerge -av1 =x11-plugins/purple-plugin_pack-2.7.0-r1
3.

Actual results:

/bin/sh ../libtool --silent --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -O2 -march=native -pipe -Wall -module -avoid-version -Wl,-O1 -Wl,--as-needed -o xmmsremote.la -rpath /usr/lib64/pidgin xmmsremote.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lpurple -lglib-2.0  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype  -L/usr/local/lib -L/usr/lib64 -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXi -lXext -lXext -lX11 -lm -lxmms 
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lgtk
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lgdk
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lgmodule
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lgthread
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lglib
collect2: error: ld returned 1 exit status
Makefile:391: recipe for target 'xmmsremote.la' failed
make[2]: *** [xmmsremote.la] Error 1
make[2]: Leaving directory '/var/tmp/portage/x11-plugins/purple-plugin_pack-2.7.0-r1/work/purple-plugin-pack-2.7.0/xmmsremote'
Makefile:404: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/x11-plugins/purple-plugin_pack-2.7.0-r1/work/purple-plugin-pack-2.7.0'
Makefile:329: recipe for target 'all' failed
make: *** [all] Error 2

Expected result:

xmmsremote and all other plugins are built, etc.

Not that I actually use xmmsremote since xmms is not in the tree.  It looks like it might be possible to exclude xmmsremote from the plugins that are built.  I may try that in my overlay.
Comment 1 Pacho Ramos gentoo-dev 2017-06-06 13:21:06 UTC
[master a31271c304f] x11-plugins/purple-plugin_pack: Disable xmmsremote compilation (#605218)
 1 file changed, 13 insertions(+), 14 deletions(-)