Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76417 - gthumb-2.4.2 and gthumb-2.6.1 fails to build (long)
Summary: gthumb-2.4.2 and gthumb-2.6.1 fails to build (long)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-02 08:30 UTC by Andreas Volz
Modified: 2005-01-10 20:01 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 Andreas Volz 2005-01-02 08:30:54 UTC
this is the compile error for gthumb-2.6.1 (gthumb-2.42 has the same):

distcc[14299] ERROR: compile /media/tmp/ccache/ui.tmp.frodo.14243.i on 192.168.109.61 failed
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMEDATADIR=\""/usr/share"\" -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libxml2 -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2    -I../../libgthumb    -march=athlon-xp -O3 -pipe -fomit-frame-pointer -MT viewer-stream.o -MD -MP -MF ".deps/viewer-stream.Tpo" \
  -c -o viewer-stream.o `test -f 'viewer-stream.c' || echo './'`viewer-stream.c; \
then mv -f ".deps/viewer-stream.Tpo" ".deps/viewer-stream.Po"; \
else rm -f ".deps/viewer-stream.Tpo"; exit 1; \
fi
distcc[14300] ERROR: compile /media/tmp/ccache/viewer-con.tmp.frodo.14265.i on 192.168.109.61 failed
distcc[14321] ERROR: compile /media/tmp/ccache/viewer-nau.tmp.frodo.14278.i on 192.168.109.61 failed
In file included from ui.c:35:
viewer-nautilus-view.h:45: error: syntax error before "Nautilus_ViewFrame"
viewer-nautilus-view.h:45: warning: no semicolon at end of struct or union
viewer-nautilus-view.h:47: error: syntax error before '}' token
viewer-nautilus-view.h:47: warning: data definition has no type or storage class
viewer-nautilus-view.h:51: error: syntax error before "POA_Nautilus_View__epv"
viewer-nautilus-view.h:51: warning: no semicolon at end of struct or union
viewer-nautilus-view.h:53: error: syntax error before '*' token
viewer-nautilus-view.h:57: error: syntax error before '*' token
viewer-nautilus-view.h:59: warning: data definition has no type or storage class
ui.c: In function `verb_print_image':
ui.c:146: error: syntax error before ')' token
ui.c:146: warning: assignment makes pointer from integer without a cast
ui.c:146: error: syntax error before ')' token
ui.c: In function `verb_save_image':
ui.c:162: error: syntax error before ')' token
ui.c:162: warning: assignment makes pointer from integer without a cast
ui.c:162: error: syntax error before ')' token
distcc[14243] ERROR: compile ui.c on 192.168.109.61 failed
make[3]: *** [ui.o] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
In file included from viewer-control.c:34:
viewer-nautilus-view.h:45: error: syntax error before "Nautilus_ViewFrame"
viewer-nautilus-view.h:45: warning: no semicolon at end of struct or union
viewer-nautilus-view.h:47: error: syntax error before '}' token
viewer-nautilus-view.h:47: warning: data definition has no type or storage class
viewer-nautilus-view.h:51: error: syntax error before "POA_Nautilus_View__epv"
viewer-nautilus-view.h:51: warning: no semicolon at end of struct or union
viewer-nautilus-view.h:53: error: syntax error before '*' token
viewer-nautilus-view.h:57: error: syntax error before '*' token
viewer-nautilus-view.h:59: warning: data definition has no type or storage class
distcc[14265] ERROR: compile viewer-control.c on 192.168.109.61 failed
make[3]: *** [viewer-control.o] Fehler 1
In file included from viewer-nautilus-view.c:25:
viewer-nautilus-view.h:45: error: syntax error before "Nautilus_ViewFrame"
viewer-nautilus-view.h:45: warning: no semicolon at end of struct or union
viewer-nautilus-view.h:47: error: syntax error before '}' token
viewer-nautilus-view.h:47: warning: data definition has no type or storage class
viewer-nautilus-view.h:51: error: syntax error before "POA_Nautilus_View__epv"
viewer-nautilus-view.h:51: warning: no semicolon at end of struct or union
viewer-nautilus-view.h:53: error: syntax error before '*' token
viewer-nautilus-view.h:57: error: syntax error before '*' token
viewer-nautilus-view.h:59: warning: data definition has no type or storage class
viewer-nautilus-view.c: In function `viewer_nautilus_view_load_location':
viewer-nautilus-view.c:38: error: `nautilus_view' undeclared (first use in this function)
viewer-nautilus-view.c:38: error: (Each undeclared identifier is reported only once
viewer-nautilus-view.c:38: error: for each function it appears in.)
viewer-nautilus-view.c:38: error: syntax error before ')' token
viewer-nautilus-view.c:38: error: syntax error before ')' token
viewer-nautilus-view.c:42: error: `Nautilus_ViewFrame' undeclared (first use in this function)
viewer-nautilus-view.c:42: error: syntax error before "view_frame"
viewer-nautilus-view.c:55: error: `view_frame' undeclared (first use in this function)
viewer-nautilus-view.c: In function `viewer_nautilus_view_stop_loading':
viewer-nautilus-view.c:93: error: `nautilus_view' undeclared (first use in this function)
viewer-nautilus-view.c:93: error: syntax error before ')' token
viewer-nautilus-view.c:93: error: syntax error before ')' token
viewer-nautilus-view.c: In function `viewer_nautilus_view_finalize':
viewer-nautilus-view.c:104: error: `nautilus_view' undeclared (first use in this function)
viewer-nautilus-view.c:107: error: syntax error before ')' token
viewer-nautilus-view.c:107: error: syntax error before ')' token
viewer-nautilus-view.c: At top level:
viewer-nautilus-view.c:117: error: syntax error before '*' token
viewer-nautilus-view.c: In function `viewer_nautilus_view_class_init':
viewer-nautilus-view.c:120: error: `POA_Nautilus_View__epv' undeclared (first use in this function)
viewer-nautilus-view.c:120: error: `epv' undeclared (first use in this function)
viewer-nautilus-view.c:120: error: `klass' undeclared (first use in this function)
viewer-nautilus-view.c: At top level:
viewer-nautilus-view.c:133: error: syntax error before '*' token
viewer-nautilus-view.c: In function `viewer_nautilus_view_init':
viewer-nautilus-view.c:135: error: `nautilus_view' undeclared (first use in this function)
viewer-nautilus-view.c: In function `viewer_nautilus_view_get_type':
viewer-nautilus-view.c:141: error: `POA_Nautilus_View__init' undeclared (first use in this function)
viewer-nautilus-view.c:141: error: `POA_Nautilus_View__fini' undeclared (first use in this function)
viewer-nautilus-view.c:141: error: syntax error before ')' token
viewer-nautilus-view.c: In function `viewer_nautilus_view_new':
viewer-nautilus-view.c:151: error: `nautilus_view' undeclared (first use in this function)
viewer-nautilus-view.c:153: error: syntax error before ')' token
viewer-nautilus-view.c:153: error: syntax error before ')' token
distcc[14278] ERROR: compile viewer-nautilus-view.c on 192.168.109.61 failed
make[3]: *** [viewer-nautilus-view.o] Fehler 1
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/gthumb-2.6.1/work/gthumb-2.6.1/components'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/gthumb-2.6.1/work/gthumb-2.6.1'
make: *** [all] Fehler 2

!!! ERROR: media-gfx/gthumb-2.6.1 failed.
!!! Function gnome2_src_compile, Line 40, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.

root@frodo:andreas> distcc[14389] ERROR: compile /media/tmp/ccache/viewer-str.tmp.frodo.14358.i on 192.168.109.61 failed
In file included from viewer-stream.c:28:
viewer-nautilus-view.h:45: error: syntax error before "Nautilus_ViewFrame"
viewer-nautilus-view.h:45: warning: no semicolon at end of struct or union
viewer-nautilus-view.h:47: error: syntax error before '}' token
viewer-nautilus-view.h:47: warning: data definition has no type or storage class
viewer-nautilus-view.h:51: error: syntax error before "POA_Nautilus_View__epv"
viewer-nautilus-view.h:51: warning: no semicolon at end of struct or union
viewer-nautilus-view.h:53: error: syntax error before '*' token
viewer-nautilus-view.h:57: error: syntax error before '*' token
viewer-nautilus-view.h:59: warning: data definition has no type or storage class
viewer-stream.c: In function `viewer_stream_load':
viewer-stream.c:128: error: `nautilus_view' undeclared (first use in this function)
viewer-stream.c:128: error: (Each undeclared identifier is reported only once
viewer-stream.c:128: error: for each function it appears in.)
viewer-stream.c:129: error: `Nautilus_ViewFrame' undeclared (first use in this function)
viewer-stream.c:129: error: syntax error before "view_frame"
viewer-stream.c:137: error: syntax error before ')' token
viewer-stream.c:137: error: syntax error before ')' token
viewer-stream.c:140: error: `view_frame' undeclared (first use in this function)
distcc[14358] ERROR: compile viewer-stream.c on 192.168.109.61 failed

Please ignore the distcc messages, its because of a configuration problem! This isn't the problem.

Here is emerge info:
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r9-1 i686)
=================================================================
System uname: 2.6.9-gentoo-r9-1 i686 AMD Duron(tm) 
Gentoo Base System version 1.4.16
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.19-r1,sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/ http://ftp.easynet.nl/mirror/gentoo/ http://gentoo.inode.at/ ftp://gentoo.inode.at/source/"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X aalib acl acpi alsa apm athena avi berkdb bitmap-fonts bonobo cairo cdr crypt cups curl dga directfb dmx dnd doc dv dvd encode esd f77 faad fam fbcon flac foomaticdb fortran freetype gdbm ggi gif gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml imagemagick imlib ipv6 java joystick jpeg jpeg2k kde ldap libcaca libsamplerate libwww mad maildir mbox mikmod mmx mozilla moznoirc moznomail mozp3p mozsvg mpeg mule mysql nas ncurses neXt nls objc oggvorbis opengl oss pam pdflib perl png povray python qt quicktime readline ruby samba sasl scanner sdk sdl slang spell sse ssl stencil-buffer svg svga tcltk tcpd tetex tiff truetype unicode wmf xface xml xml2 xmms xprint xrandr xv zlib"

Nautilus Version is: nautilus-2.8.2-r1 and gnome-2.8.1-r1 from x86.
Comment 1 foser (RETIRED) gentoo-dev 2005-01-09 14:35:39 UTC
are you sure it's not distcc itself screwing up ? first try the obvious possibilities please.

If you have the latest gnome i don't see where this comes from.
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2005-01-10 20:01:44 UTC
Please try without distcc, and re-open if the problem remains.