when I try to emerge gnumeric I get following error: emerge gnumeric Calculating dependencies ...done! >>> emerge (1 of 1) app-office/gnumeric-1.0.8 to / >>> md5 ;-) gnumeric-1.0.8.tar.bz2 >>> Unpacking source... >>> Unpacking gnumeric-1.0.8.tar.bz2 to /var/tmp/portage/gnumeric-1.0.8/work >>> Source unpacked. * Working directory: /var/tmp/portage/gnumeric-1.0.8/work/gnumeric-1.0.8... * Applying libtool-relink.patch... * Applying libtool-tmp.patch... * Applying libtool-portage.patch... configure: error: guile: invalid package name !!! ERROR: app-office/gnumeric-1.0.8 failed. !!! Function src_compile, Line 109, Exitcode 1 !!! (no error message) Reproducible: Always Steps to Reproduce: 1.emerge gnumeric Actual Results: failed to build Expected Results: build normally Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2) ================================================================= System uname: 2.4.19-gentoo-r10 i686 AMD Duron(tm) processor GENTOO_MIRRORS="ftp://ftp.gentoo.linux.no/pub/gentoo http://www.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg kde libg++ mikmod mmx mpeg ncurses nls pdflib png quicktime truetype xml2 xmms xv zlib gdbm berkdb slang readline guile X sdl gpm tcpd pam libwww ssl python imlib oggvorbis gtk qt motif opengl gnome -alsa -arts -svga -spell apache2 cdr esd flash imap java lcms ldap mbox mozilla mysql perl ruby samba sasl sse tcltk tiff" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -fexpensive-optimizations" CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -fexpensive-optimizations -Wno-deprecated" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache"
try : USE="-guile" emerge gnumeric
USE="-guile" emerge gnumeric Calculating dependencies ...done! >>> emerge (1 of 1) app-office/gnumeric-1.0.8 to / >>> md5 ;-) gnumeric-1.0.8.tar.bz2 >>> Unpacking source... >>> Unpacking gnumeric-1.0.8.tar.bz2 to /var/tmp/portage/gnumeric-1.0.8/work >>> Source unpacked. * Working directory: /var/tmp/portage/gnumeric-1.0.8/work/gnumeric-1.0.8... * Applying libtool-relink.patch... * Applying libtool-tmp.patch... * Applying libtool-portage.patch... configure: error: guile: invalid package name !!! ERROR: app-office/gnumeric-1.0.8 failed. !!! Function src_compile, Line 109, Exitcode 1 !!! (no error message)
hmm.. guile is a valid package name for gnumeric's configure. i wonder what it is complaining about. can you try upgrading to the latest portage-2.0.47-r10 and also print out the last couple of lines of emerge --debug gnumeric. i want to see what configure options it passes to gnumeric. the lines i'm interested will look like this: + '[' -n bonobo ']' + myconf= --without-gb --without-guile --with-perl --with-python --without-gda --with-bonobo ++ gdk-pixbuf-config --cflags + CFLAGS=-march=pentium2 -O3 -pipe -g -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include + ./configure --host=i686-pc-linux-gnu --prefix=/usr --sysconfdir=/etc --without-gb --without-guile --with-perl --with-python --without-gda --with-bonobo creating cache ./config.cache checking for a BSD compatible install... /bin/install -c
I upgraded to portage-2.0.47-r10 and did "emerge --debug gnumeric", end on the output is here: + '[' -n bonobo ']' + myconf= --without-gb --without-guile --with-perl --with-python --without-gda --with-bonobo ++ gdk-pixbuf-config --cflags + CFLAGS=-march=athlon-xp -O3 -pipe -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -fexpensive-optimizations -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include + ./configure --host=i686-pc-linux-gnu --prefix=/usr --sysconfdir=/etc --without-gb --without-guile --with-perl --with-python --without-gda --with-bonobo configure: error: guile: invalid package name + diefunc src_compile 109 1 + local funcname=src_compile lineno=109 exitcode=1 + shift 3 + echo + echo '!!! ERROR: app-office/gnumeric-1.0.8 failed.' !!! ERROR: app-office/gnumeric-1.0.8 failed. + echo '!!! Function src_compile, Line 109, Exitcode 1' !!! Function src_compile, Line 109, Exitcode 1 + echo '!!! (no error message)' !!! (no error message) + echo + exit 1
*** This bug has been marked as a duplicate of 17635 ***