Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50692 - Drivel-0.9.3 Fails to compile (ERROR: Function gnome2_src_compile, Line 39, Exitcode 2)
Summary: Drivel-0.9.3 Fails to compile (ERROR: Function gnome2_src_compile, Line 39, E...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://packages.gentoo.org
Whiteboard:
Keywords:
: 61038 (view as bug list)
Depends on:
Blocks: 45747
  Show dependency tree
 
Reported: 2004-05-10 19:07 UTC by Derek
Modified: 2004-08-20 12:41 UTC (History)
1 user (show)

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 Derek 2004-05-10 19:07:14 UTC
i tried to emerge Drivel-0.9.3 and it had emerged 21 packages. which all had gone just fine but when it got to the actual drivel package it errored saying something about gnome2_src_compile issues. im not sure what to make of this but i am including the error dump in the next part of this report.

Reproducible: Always
Steps to Reproduce:
1. emerge drivel
2. let 1 - 21 packages emerge
3. cry...

Actual Results:  
/usr/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:61: error: syntax error 
before "GtkCombo" 
/usr/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:61: warning: no 
semicolon at end of struct or union 
/usr/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:65: error: syntax error 
before '}' token 
/usr/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:68: error: syntax error 
before "GtkComboClass" 
/usr/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:68: warning: no 
semicolon at end of struct or union 
/usr/include/libgnomeui-2.0/libgnomeui/gnome-entry.h:76: error: syntax error 
before '}' token 
make[2]: *** [about.o] Error 1 
make[2]: *** Waiting for unfinished jobs.... 
dialogs.c: In function `server_list_cb': 
dialogs.c:529: warning: implicit declaration of function 
`gtk_option_menu_get_history' 
dialogs.c:529: warning: implicit declaration of function `GTK_OPTION_MENU' 
dialogs.c: In function `mood_cb': 
dialogs.c:642: warning: implicit declaration of function `GTK_COMBO' 
dialogs.c:642: error: invalid type argument of `->' 
dialogs.c: In function `display_edit_preferences_dialog': 
dialogs.c:2065: warning: implicit declaration of function `gtk_option_menu_new' 
dialogs.c:2065: warning: assignment makes pointer from integer without a cast 
dialogs.c:2068: warning: implicit declaration of function 
`gtk_option_menu_set_menu' 
dialogs.c:2070: warning: implicit declaration of function 
`gtk_option_menu_set_history' 
dialogs.c:2136: warning: implicit declaration of function `gtk_combo_new' 
dialogs.c:2136: warning: assignment makes pointer from integer without a cast 
dialogs.c:2137: warning: implicit declaration of function 
`gtk_combo_disable_activate' 
dialogs.c:2138: error: invalid type argument of `->' 
dialogs.c:2139: error: invalid type argument of `->' 
dialogs.c:2141: warning: implicit declaration of function 
`gtk_combo_set_popdown_strings' 
dialogs.c:2144: error: invalid type argument of `->' 
dialogs.c:2146: error: invalid type argument of `->' 
dialogs.c:2148: error: invalid type argument of `->' 
dialogs.c:2188: warning: assignment makes pointer from integer without a cast 
dialogs.c:2236: warning: assignment makes pointer from integer without a cast 
make[2]: *** [dialogs.o] Error 1 
make[2]: Leaving directory `/var/tmp/portage/drivel-0.9.3/work/drivel-0.9.3/src' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/drivel-0.9.3/work/drivel-0.9.3' 
make: *** [all-recursive-am] Error 2 
 
!!! ERROR: net-misc/drivel-0.9.3 failed. 
!!! Function gnome2_src_compile, Line 39, Exitcode 2 
!!! compile failure 
 

Expected Results:  
installed correctly and ran drivel when i ran it. 

Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.6-rc1) 
================================================================= 
System uname: 2.6.6-rc1 i686 Pentium III (Coppermine) 
Gentoo Base System version 1.4.10 
Autoconf: sys-devel/autoconf-2.58-r1 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -mcpu=pentium3 -fomit-frame-pointer" 
CHOST="i386-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -mcpu=pentium3 -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ 
http://mirror.tucdemonic.org/gentoo/ http://gentoo.binarycompass.org 
http://gentoo.eliteitminds.com" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X alsa apm arts avi berkdb crypt cups encode esd foomaticdb gdbm gif 
gnome gpm gtk gtk2 imlib java jpeg kde libg++ libwww mad mikmod motif 
mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt 
quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Yi Quang (RETIRED) gentoo-dev 2004-05-10 19:41:03 UTC
Ah, the -GTK_DISABLE_DEPRECATED bug bites again.  
Thanks for your report, should be fixed in CVS.
Comment 2 Derek 2004-05-10 19:50:34 UTC
so is there any immediate fix for me?
Comment 3 Yi Quang (RETIRED) gentoo-dev 2004-05-10 19:56:10 UTC
Yes, emerge sync in a few minutes and try to merge drivel again.
Comment 4 foser (RETIRED) gentoo-dev 2004-08-20 12:41:21 UTC
*** Bug 61038 has been marked as a duplicate of this bug. ***