Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92013 - gnome-base/eel-2.10.0 fails to build
Summary: gnome-base/eel-2.10.0 fails to build
Status: RESOLVED FIXED
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: http://bugzilla.gnome.org/show_bug.cg...
Whiteboard:
Keywords:
Depends on:
Blocks: 91329
  Show dependency tree
 
Reported: 2005-05-09 08:13 UTC by Ryan Bair
Modified: 2005-05-20 07:56 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 Ryan Bair 2005-05-09 08:13:35 UTC
I tried to emerge eel-2.10.0 and got the following error:

./.libs/libeel-2.so: undefined reference to `gtk_label_set_single_line_mode'
collect2: ld returned 1 exit status
make[2]: *** [check-program] Error 1
make[2]: Leaving directory `/var/tmp/portage/eel-2.10.0/work/eel-2.10.0/eel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/eel-2.10.0/work/eel-2.10.0'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
1.Try to emerge eel



Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.4, glibc-2.3.4.20050125-r1,
2.6.10-nitro4 i686)
=================================================================
System uname: 2.6.10-nitro4 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Apr 12 2005, 15:50:22)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.4-r1
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/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/X11/xkb /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="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirrors.tds.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi aim alsa apm arts avi berkdb bitmap-fonts bonobo cairo cdr crypt
cups curl directfb divx4linux dvd eds emboss encode esd fam flac foomaticdb
fortran gdbm gif glitz gnome gphoto2 gpm gstreamer gtk gtk2 hal imagemagick
imlib ipv6 java jpeg junit kde libg++ libwww mad mikmod mmx motif mozilla mp3
mpeg msn mysql ncurses nls ogg oggvorbis openal opengl oscar oss pam pcmcia
pdflib perl php png python qt quicktime readline ruby samba sdl spell sse ssl
svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts usb videos vorbis
x86 xine xinerama xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Ryan Bair 2005-05-10 13:38:56 UTC
Today I tried emerging gnome-2.10 instead of just trying nautilus-2.10 and everything worked OK.  I'm guessing it to be some sort of version issue... but I'm not sure exactly what package was update that caused everything to work.
Comment 2 foser (RETIRED) gentoo-dev 2005-05-20 07:56:56 UTC
The call is for a function only introduced in more recent gtk+ versions. Fixed
up the dep in the ebuild.

Thanks for the report.