Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146507 - GTK+-2.10.3 fails to build on amd64
Summary: GTK+-2.10.3 fails to build on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 21:37 UTC by Waldo
Modified: 2006-10-21 15:12 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 Waldo 2006-09-05 21:37:02 UTC
if /bin/sh ../libtool --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"/usr/lib64\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_VERSION=\"2.10.3\" -DGTK_BINARY_VERSION=\"2.10.0\" -DGTK_HOST=\"x86_64-pc-linux-gnu\" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS=\"file,cups\" -DGTK_PRINT_PREVIEW_COMMAND=\""evince --preview %f"\" -I../gtk -I.. -I../gdk -I../gdk -I../gdk-pixbuf -I../gdk-pixbuf -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0          -DG_DISABLE_DEPRECATED -O2 -march=k8 -pipe -fomit-frame-pointer -frerun-loop-opt -ftracer -fprefetch-loop-arrays -fforce-addr -ftree-vectorize -Wall -MT gtkgc.lo -MD -MP -MF ".deps/gtkgc.Tpo" \
  -c -o gtkgc.lo `test -f 'gtkgc.c' || echo './'`gtkgc.c; \
then mv -f ".deps/gtkgc.Tpo" ".deps/gtkgc.Plo"; \
else rm -f ".deps/gtkgc.Tpo"; exit 1; \
fi
gtkgamma.c: In function 'button_clicked_callback':
gtkgamma.c:410: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[4]: *** No rule to make target `gtkhandlebox.c', needed by `gtkhandlebox.lo'.  Stop.
make[4]: *** Waiting for unfinished jobs....
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"/usr/lib64\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_VERSION=\"2.10.3\" -DGTK_BINARY_VERSION=\"2.10.0\" -DGTK_HOST=\"x86_64-pc-linux-gnu\" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS=\"file,cups\" "-DGTK_PRINT_PREVIEW_COMMAND=\"evince --preview %f\"" -I../gtk -I..-I../gdk -I../gdk -I../gdk-pixbuf -I../gdk-pixbuf -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -DG_DISABLE_DEPRECATED -O2 -march=k8 -pipe -fomit-frame-pointer -frerun-loop-opt -ftracer -fprefetch-loop-arrays -fforce-addr -ftree-vectorize -Wall -MT gtkgc.lo -MD -MP -MF .deps/gtkgc.Tpo -c ./gtkgc.c  -fPIC -DPIC -o .libs/gtkgc.o
x86_64-pc-linux-gnu-gcc: ./gtkgc.c: No such file or directory
x86_64-pc-linux-gnu-gcc: no input files
make[4]: *** [gtkgc.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/gtk+-2.10.3/work/gtk+-2.10.3/gtk'make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gtk+-2.10.3/work/gtk+-2.10.3/gtk'make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gtk+-2.10.3/work/gtk+-2.10.3/gtk'make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.10.3/work/gtk+-2.10.3'make: *** [all] Error 2

!!! ERROR: x11-libs/gtk+-2.10.3 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_compile
  ebuild.sh, line 936:   Called src_compile
  gtk+-2.10.3.ebuild, line 112:   Called die

!!! compile failed
!!! If you need support, post the topmost build error, and the call stack if rel evant.
Comment 1 Waldo 2006-09-06 00:36:16 UTC
Well shoot!  I emerged gcc-4.1.1-r1 (among a few other packages0 and tried rebuilding and it worked.  I'm going to leave this open in case this is a dependency issue.  Will close in a few days if no one else reports..

W
Comment 2 Waldo 2006-10-21 15:12:57 UTC
Okay, closing.