Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130808 - deskbar-applet doesn't build (gnomeapplet module missing)
Summary: deskbar-applet doesn't build (gnomeapplet module missing)
Status: RESOLVED DUPLICATE of bug 126846
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-22 01:12 UTC by Guillaume Pujol
Modified: 2006-04-22 02:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log for deskbar-applet-2.14.1.1 (config.log,52.16 KB, text/plain)
2006-04-22 01:13 UTC, Guillaume Pujol
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Pujol 2006-04-22 01:12:22 UTC
Hi,

deskbar-applet-2.14.1.1 doesn't build on my freshly installed from stage1 system.
It fails during the ./configure, looking for gnomeapplet:

checking for gnomeapplet module... no
configure: error: gnomeapplet module required to build deskbar


I'll attach the complete config.log below. The failure part is here:

configure:22402: checking for gnomeapplet module
configure:22412: $PYTHON -c '
try:
    import gnomeapplet
except ImportError, e:
    if str(e).find("gnomeapplet") >= 0:
          raise
except:
    pass
'
Traceback (most recent call last):
  File "<string>", line 3, in ?
ImportError: No module named gnomeapplet
--------------------------------------------------------



emerge --info :
Portage 2.1_pre7-r5 (default-linux/x86/2006.0, gcc-4.1.0, glibc-2.4-r1, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 mobile AMD Athlon(tm) XP-M (LV) 3000+
Gentoo Base System version 1.12.0_pre17
dev-lang/python:     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-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -mtune=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-Os -mtune=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="fr_FR.utf8"
LC_ALL="fr_FR.utf8"
LINGUAS="fr en"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/xgl-coffee /usr/local/overlays/gentopia /usr/local/overlays/break-my-gentoo-main /usr/local/overlays/ebuild-exchange /usr/local/overlays/gentopia"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X acpi alsa avi bash-completion berkdb bitmap-fonts bzip2 caps cdr cli crypt curl dbus doc dri dvd dvdr emboss encode expat flac foomaticdb fortran gif gnome gnutls gpm gstreamer gtk gtk2 gtkhtml hal imlib isdnlog java jpeg lcms libg++ libwww mad maildir mikmod minimal mmx mono mp3 mpeg ncurses nls nptl nsplugin ogg opengl pam pcre pdf pdflib perl png pppd python quicktime readline reflection samba session sndfile spell spl sse ssl svg symlink tcpd theora truetype truetype-fonts type1-fonts udev unicode usb vorbis xinerama xml xml2 xorg zlib elibc_glibc input_devices_evdev input_devices_mouse input_devices_keyboard kernel_linux linguas_fr linguas_en userland_GNU video_cards_none video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, MAKEOPTS

Relevant things I have installed on my system:
[ebuild   R   ] dev-lang/python-2.4.2  USE="berkdb doc ncurses readline ssl ucs2 -X -bootstrap -build -gdbm -ipv6 -nocxx -tcltk" 0 kB
[ebuild   R   ] dev-python/gnome-python-2.12.3  USE="doc gtkhtml -debug" 0 kB
[ebuild   R   ] dev-python/gnome-python-desktop-2.14.0  USE="X -debug" 0 kB
[ebuild   R   ] gnome-base/gnome-2.14.0  USE="cdr dvdr hal -accessibility" 0 kB

(python is "only" 2.4.2 instead of the latest 2.4.2-r1 because of bug 130140)

Kind regards,
Guillaume
Comment 1 Guillaume Pujol 2006-04-22 01:13:35 UTC
Created attachment 85166 [details]
config.log for deskbar-applet-2.14.1.1

Here's the config.log.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-04-22 02:09:09 UTC

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