Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 111722

Summary: eel-2.10.1 compile fails
Product: Gentoo Linux Reporter: lizardcry <t1x>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description lizardcry 2005-11-06 12:49:50 UTC
Compile fails.  Topmost error reports:

 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Eel\"
-I.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DORBIT2=1 -pthread
-I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/libart-2.0 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-module-2.0
-I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0
-I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/gnome-menus -I/usr/include/gnome-desktop-2.0
-I/usr/include/startup-notification-1.0 -DDATADIR=\"/usr/share\"
-DSOURCE_DATADIR=\"../data\" -DGNOMELOCALEDIR=\"/usr/share/locale\"
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DMENU_I_KNOW_THIS_IS_UNSTABLE -march=athlon64 -O2 -pipe -MT
eel-open-with-dialog.lo -MD -MP -MF .deps/eel-open-with-dialog.Tpo -c
eel-open-with-dialog.c  -fPIC -DPIC -o .libs/eel-open-with-dialog.o
eel-open-with-dialog.c:55:23: menu-tree.h: No such file or directory
eel-open-with-dialog.c:515: error: parse error before '*' token
eel-open-with-dialog.c: In function `compare_applications':
eel-open-with-dialog.c:518: error: `a' undeclared (first use in this function)
eel-open-with-dialog.c:518: error: (Each undeclared identifier is reported only once


Reproducible: Always
Steps to Reproduce:
1. emerge eel
2. 
3.

Actual Results:  
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Eel\"
-I.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DORBIT2=1 -pthread
-I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/libart-2.0 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-module-2.0
-I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0
-I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/gnome-menus -I/usr/include/gnome-desktop-2.0
-I/usr/include/startup-notification-1.0 -DDATADIR=\"/usr/share\"
-DSOURCE_DATADIR=\"../data\" -DGNOMELOCALEDIR=\"/usr/share/locale\"
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DMENU_I_KNOW_THIS_IS_UNSTABLE -march=athlon64 -O2 -pipe -MT
eel-open-with-dialog.lo -MD -MP -MF .deps/eel-open-with-dialog.Tpo -c
eel-open-with-dialog.c  -fPIC -DPIC -o .libs/eel-open-with-dialog.o
eel-open-with-dialog.c:55:23: menu-tree.h: No such file or directory
eel-open-with-dialog.c:515: error: parse error before '*' token
eel-open-with-dialog.c: In function `compare_applications':
eel-open-with-dialog.c:518: error: `a' undeclared (first use in this function)
eel-open-with-dialog.c:518: error: (Each undeclared identifier is reported only once
eel-open-with-dialog.c:518: error: for each function it appears in.)
eel-open-with-dialog.c:519: error: `b' undeclared (first use in this function)
eel-open-with-dialog.c:519: warning: passing arg 1 of `g_utf8_collate' makes
pointer from integer without a cast
eel-open-with-dialog.c:519: warning: passing arg 2 of `g_utf8_collate' makes
pointer from integer without a cast
eel-open-with-dialog.c: At top level:
eel-open-with-dialog.c:523: error: parse error before '*' token
eel-open-with-dialog.c: In function `get_all_applications_from_dir':
eel-open-with-dialog.c:529: error: `list' undeclared (first use in this function)
eel-open-with-dialog.c:530: error: `directory' undeclared (first use in this
function)
eel-open-with-dialog.c:530: warning: passing arg 2 of `g_slist_concat' makes
pointer from integer without a cast
eel-open-with-dialog.c:532: warning: assignment makes pointer from integer
without a cast
eel-open-with-dialog.c:534: error: `MenuTreeDirectory' undeclared (first use in
this function)
eel-open-with-dialog.c:534: error: `subdir' undeclared (first use in this function)
eel-open-with-dialog.c: In function `get_all_applications':
eel-open-with-dialog.c:549: error: `MenuTree' undeclared (first use in this
function)
eel-open-with-dialog.c:549: error: `tree' undeclared (first use in this function)
eel-open-with-dialog.c:550: error: `MenuTreeDirectory' undeclared (first use in
this function)
eel-open-with-dialog.c:550: error: `root' undeclared (first use in this function)
eel-open-with-dialog.c: In function `eel_open_with_dialog_add_items_idle':
eel-open-with-dialog.c:591: error: `MenuTreeEntry' undeclared (first use in this
function)
eel-open-with-dialog.c:591: error: `entry' undeclared (first use in this function)
eel-open-with-dialog.c:595: warning: passing arg 1 of `strlen' makes pointer
from integer without a cast
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: passing arg 1 of `__builtin_strcmp' makes
pointer from integer without a cast
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: passing arg 1 of `strlen' makes pointer
from integer without a cast
eel-open-with-dialog.c:595: warning: passing arg 1 of `__builtin_strcmp' makes
pointer from integer without a cast
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: passing arg 1 of `__builtin_strcmp' makes
pointer from integer without a cast
eel-open-with-dialog.c:595: warning: cast to pointer from integer of different size
eel-open-with-dialog.c:595: warning: passing arg 1 of `__builtin_strcmp' makes
pointer from integer without a cast
eel-open-with-dialog.c:614: warning: assignment makes pointer from integer
without a cast
make[2]: *** [eel-open-with-dialog.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/eel-2.10.1/work/eel-2.10.1/eel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/eel-2.10.1/work/eel-2.10.1'
make: *** [all] Error 2


Expected Results:  
Successful compile

Portage 2.0.51.22-r3 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r2,
2.6.13-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.13-gentoo-r5 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.13
ccache version 2.4 [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrored.ca/ http://cudlug.cudenver.edu/gentoo/
http://mirror.phy.olemiss.edu/mirror/gentoo
http://gentoo.mirrors.easynews.com/linux/gentoo/"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa arts artswrappersuid avi berkdb bitmap-fonts cdr crypt cups
curl dba dvd dvdr dvdread eds emboss emul-linux-x86 encode esd exif fame flac
foomaticdb fortran ftp gd gdbm gif gnome gpm gstreamer gtk gtk2 hal imagemagick
imlib java jpeg junit justify kde ldap libwww lzo lzw lzw-tiff mad mjpeg motif
mp3 mpeg mpeg4 musicbrainz ncurses nls nsplugin ntlm ogg oggvorbis opengl pam
pdflib perl php pic png postgres ppds python qt quotes rar rdesktop readline
real ruby samba sdl sftp slang source sox spell sqlite ssl subtitles svg symlink
tcltk tcpd tidy tiff truetype truetype-fonts type1-fonts udev usb userlocales
uudeview visualization vorbis wxgtk1 xine xml xml2 xmms xpm xv xvid zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-06 14:55:53 UTC

*** This bug has been marked as a duplicate of 103057 ***