Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405763 - x11-libs/gtk+-2.24.10-r1 - ./.libs/libgtk-x11-2.0.so: undefined reference to `g_value_get_schar'
Summary: x11-libs/gtk+-2.24.10-r1 - ./.libs/libgtk-x11-2.0.so: undefined reference to ...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-25 13:32 UTC by Andrew John Hughes
Modified: 2012-02-27 00:16 UTC (History)
0 users

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 Andrew John Hughes 2012-02-25 13:32:18 UTC
g-ir-scanner: link: /bin/sh ../libtool --mode=link --tag=CC gcc -o /mnt/builder/portage.build/portage/x11-libs/gtk+-2.24.10-r1/work/gtk+-2.24.10/gtk/tmp-introspectH3FoUH/Gtk-2.0 -export-dynamic -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -pipe -march=core2 -ggdb -mno-tls-direct-seg-refs -Wall -L. libgtk-x11-2.0.la -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /mnt/builder/portage.build/portage/x11-libs/gtk+-2.24.10-r1/work/gtk+-2.24.10/gtk/tmp-introspectH3FoUH/Gtk-2.0.o
libtool: link: gcc -o /mnt/builder/portage.build/portage/x11-libs/gtk+-2.24.10-r1/work/gtk+-2.24.10/gtk/tmp-introspectH3FoUH/.libs/Gtk-2.0 -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -pipe -march=core2 -ggdb -mno-tls-direct-seg-refs -Wall -pthread /mnt/builder/portage.build/portage/x11-libs/gtk+-2.24.10-r1/work/gtk+-2.24.10/gtk/tmp-introspectH3FoUH/Gtk-2.0.o -Wl,--export-dynamic  -L. ./.libs/libgtk-x11-2.0.so /mnt/builder/portage.build/portage/x11-libs/gtk+-2.24.10-r1/work/gtk+-2.24.10/gdk/.libs/libgdk-x11-2.0.so -lXext -lXrender -lXi -lXrandr -lXcursor -lpangocairo-1.0 -lX11 -lXcomposite -lXdamage -lXfixes -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lm -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread
./.libs/libgtk-x11-2.0.so: undefined reference to `g_value_get_schar'
collect2: ld returned 1 exit status
linking of temporary binary failed: Command '['/bin/sh', '../libtool', '--mode=link', '--tag=CC', 'gcc', '-o', '/mnt/builder/portage.build/portage/x11-libs/gtk+-2.24.10-r1/work/gtk+-2.24.10/gtk/tmp-introspectH3FoUH/Gtk-2.0', '-export-dynamic', '-DGDK_PIXBUF_DISABLE_DEPRECATED', '-O2', '-pipe', '-march=core2', '-ggdb', '-mno-tls-direct-seg-refs', '-Wall', '-L.', 'libgtk-x11-2.0.la', '-pthread', '-lgio-2.0', '-lgobject-2.0', '-lgmodule-2.0', '-lgthread-2.0', '-lrt', '-lglib-2.0', '/mnt/builder/portage.build/portage/x11-libs/gtk+-2.24.10-r1/work/gtk+-2.24.10/gtk/tmp-introspectH3FoUH/Gtk-2.0.o']' returned non-zero exit status 1

http://pkgs.nbee.es/nb31xx/ltib/ppp/glib-2.31.16/docs/reference/gobject/html/api-index-2-32.html
Comment 1 Andrew John Hughes 2012-02-25 13:32:44 UTC
g_value_get_schar is only in 2.31 on.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-02-25 13:39:37 UTC
using ccache, or distcc?  just saw similar failure and it was caused by distcc.  

and the obvious, no local headers at /usr/local/include?
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-27 00:16:29 UTC
1) Please attach the entire build log to this bug report.
2) Please post your `emerge --info' output in a comment.