Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118855 - missing header (.h) file error when trying to emerge quick-lounge-applet
Summary: missing header (.h) file error when trying to emerge quick-lounge-applet
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-13 01:59 UTC by Hans Nieser
Modified: 2006-01-13 20:24 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 Hans Nieser 2006-01-13 01:59:07 UTC
When I try to emerge gnome-extra/quick-lounge-applet-2.10.0, it fails with the following (topmost) error:

dlg-pick-applications.c:33:23: menu-tree.h: No such file or directory
dlg-pick-applications.c:180: error: syntax error before "MenuTreeDirectory"
dlg-pick-applications.c: In function `add_applications_from_dir':
dlg-pick-applications.c:182: error: `data' undeclared (first use in this function)
dlg-pick-applications.c:182: error: (Each undeclared identifier is reported only once
dlg-pick-applications.c:182: error: for each function it appears in.)
dlg-pick-applications.c:186: error: `menu_dir' undeclared (first use in this function)
dlg-pick-applications.c:186: warning: assignment makes pointer from integer without a cast
dlg-pick-applications.c:188: error: `MenuTreeDirectory' undeclared (first use in this function)
dlg-pick-applications.c:188: error: `dir' undeclared (first use in this function)
dlg-pick-applications.c:192: warning: assignment makes pointer from integer without a cast
dlg-pick-applications.c:196: error: `tree_iter' undeclared (first use in this function)
dlg-pick-applications.c:215: warning: assignment makes pointer from integer without a cast
dlg-pick-applications.c:217: error: `MenuTreeEntry' undeclared (first use in this function)
dlg-pick-applications.c:217: error: `entry' undeclared (first use in this function)
dlg-pick-applications.c:221: warning: assignment makes pointer from integer without a cast
dlg-pick-applications.c: In function `add_applications':
dlg-pick-applications.c:248: error: `MenuTree' undeclared (first use in this function)
dlg-pick-applications.c:248: error: `menu_tree' undeclared (first use in this function)
dlg-pick-applications.c:249: error: `MenuTreeDirectory' undeclared (first use in this function)
dlg-pick-applications.c:249: error: `menu_dir' undeclared (first use in this function)
make[2]: *** [dlg-pick-applications.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/quick-lounge-applet-2.10.0/work/quick-lounge-applet-2.10.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/quick-lounge-applet-2.10.0/work/quick-lounge-applet-2.10.0'
make: *** [all] Error 2

!!! ERROR: gnome-extra/quick-lounge-applet-2.10.0 failed.
!!! Function gnome2_src_compile, Line 48, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.





Additional info:

Portage 2.1_pre3-r1 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.6-r2, 2.6.14-gentoo-r4 i686)
=================================================================
System uname: 2.6.14-gentoo-r4 i686 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.0_pre13
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
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.16.1-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="x86 3dnow X a52 aac alsa apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr crypt cups curl dbus doc dvd dvdr dvdread eds emboss encode esd exif expat fam ffmpeg flac foomaticdb fortran gdbm gif glut gnome gpm gstreamer gtk gtk2 gtkhtml hal howl idn imagemagick imlib ipv6 java jpeg lcms libg++ libwww mad mikmod mmx mng motif mozilla mp3 mpeg mysql ncurses nls nsplugin nvidia ogg oggvorbis opengl oss pam pcre pdflib perl png python quicktime readline samba sdl spell sse ssl svg tcpd tiff truetype truetype-fonts type1-fonts udev usb v4l vorbis win32codecs xml2 xmms xv xvid zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-01-13 19:52:47 UTC
Sounds like you do not have gnome-menus installed.  Please install that and re-open if the problem presists.
Comment 2 Hans Nieser 2006-01-13 20:24:35 UTC
I had gnome-menus installed, latest version, but it seems a re-emerge has fixed it. Thanks!