Summary: |
x11-plugins/purple-plugin_pack-2.7.0-r1 xmmsremote requires old gtk+ |
Product: |
Gentoo Linux
|
Reporter: |
Scott McClung <scott> |
Component: |
Current packages | Assignee: |
No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: |
RESOLVED
FIXED
|
|
|
Severity: |
normal
|
|
|
Priority: |
Normal
|
|
|
Version: |
unspecified | |
|
Hardware: |
All | |
|
OS: |
Linux | |
|
Whiteboard: |
|
Package list:
|
|
Runtime testing required:
|
---
|
Attachments: |
Build log for x11-plugins/purple-plugin_pack-2.7.0-r1::gentoo
|
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.