Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with libtool while emerging
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Pond247
n00b
n00b


Joined: 19 Jun 2005
Posts: 22

PostPosted: Sun Oct 04, 2009 8:48 am    Post subject: Problem with libtool while emerging Reply with quote

Hello!

I have problems with the ../libtool, which is generated by some ebuilds (or with portage calling it).
For example emerging gtkspell-2.0.15-r1 will show the following error:
Code:
>>> Emerging (1 of 4) app-text/gtkspell-2.0.15-r1
 * gtkspell-2.0.15.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                   [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                        [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                       [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                      [ ok ]
>>> Unpacking source...                                                                                                                                                           
>>> Unpacking gtkspell-2.0.15.tar.gz to /var/tmp/portage/app-text/gtkspell-2.0.15-r1/work                                                                                         
>>> Source unpacked in /var/tmp/portage/app-text/gtkspell-2.0.15-r1/work                                                                                                         
>>> Preparing source in /var/tmp/portage/app-text/gtkspell-2.0.15-r1/work/gtkspell-2.0.15 ...                                                                                     
 * Applying gtkspell-2.0.15-fix-null-list.patch ...                                                                                                                          [ ok ]
>>> Source prepared.                                                                                                                                                               
>>> Configuring source in /var/tmp/portage/app-text/gtkspell-2.0.15-r1/work/gtkspell-2.0.15 ...                                                                                   
 * econf: updating gtkspell-2.0.15/config.guess with /usr/share/gnuconfig/config.guess                                                                                             
 * econf: updating gtkspell-2.0.15/config.sub with /usr/share/gnuconfig/config.sub                                                                                                 
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-gtk-doc                                                                                                                             
checking for a BSD-compatible install... /usr/bin/install -c                                                                                                                       
checking whether build environment is sane... yes                                                                                                                                 
checking for a thread-safe mkdir -p... /bin/mkdir -p                                                                                                                               
checking for gawk... gawk                                                                                                                                                         
checking whether make sets $(MAKE)... yes                                                                                                                                         
checking for x86_64-pc-linux-gnu-pkg-config... no                                                                                                                                 
checking for pkg-config... /usr/bin/pkg-config                                                                                                                                     
checking pkg-config is at least version 0.9.0... yes                                                                                                                               
checking for GTKSPELL... yes                                                                                                                                                       
checking for PANGO... yes                                                                                                                                                         
checking gtk-doc version >= 1.0... no                                                                                                                                             
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc                                                                                                                   
checking for C compiler default output file name... a.out                                                                                                                         
checking whether the C compiler works... yes                                                                                                                                       
checking whether we are cross compiling... no                                                                                                                                     
checking for suffix of executables...                                                                                                                                             
checking for suffix of object files... o                                                                                                                                           
checking whether we are using the GNU C compiler... yes                                                                                                                           
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes                                                                                                                         
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed                                                                                                       
checking for style of include used by make... GNU                                                                                                                                 
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3                                                                                                                       
checking build system type... x86_64-pc-linux-gnu                                                                                                                                 
checking host system type... x86_64-pc-linux-gnu                                                                                                                                   
checking for a sed that does not truncate output... /bin/sed                                                                                                                       
checking for grep that handles long lines and -e... /bin/grep                                                                                                                     
checking for egrep... /bin/grep -E                                                                                                                                                 
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld                                                                                                 
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes                                                                                                         
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r                                                                                                   
checking for BSD-compatible nm... /usr/bin/nm -B                                                                                                                                   
checking whether ln -s works... yes                                                                                                                                               
checking how to recognize dependent libraries... pass_all                                                                                                                         
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E                                                                                                               
checking for ANSI C header files... yes                                                                                                                                           
checking for sys/types.h... yes                                                                                                                                                   
checking for sys/stat.h... yes                                                                                                                                                     
checking for stdlib.h... yes                                                                                                                                                       
checking for string.h... yes                                                                                                                                                       
checking for memory.h... yes                                                                                                                                                       
checking for strings.h... yes                                                                                                                                                     
checking for inttypes.h... yes                                                                                                                                                     
checking for stdint.h... yes                                                                                                                                                       
checking for unistd.h... yes                                                                                                                                                       
checking dlfcn.h usability... yes                                                                                                                                                 
checking dlfcn.h presence... yes                                                                                                                                                   
checking for dlfcn.h... yes                                                                                                                                                       
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++                                                                                                                   
checking whether we are using the GNU C++ compiler... yes                                                                                                                         
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes                                                                                                                         
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3                                                                                                                       
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E                                                                                                             
checking for x86_64-pc-linux-gnu-g77... no                                                                                                                                         
checking for x86_64-pc-linux-gnu-xlf... no                                                                                                                                         
checking for x86_64-pc-linux-gnu-f77... no                                                                                                                                         
checking for x86_64-pc-linux-gnu-frt... no                                                                                                                                         
checking for x86_64-pc-linux-gnu-pgf77... no                                                                                                                                       
checking for x86_64-pc-linux-gnu-cf77... no                                                                                                                                       
checking for x86_64-pc-linux-gnu-fort77... no                                                                                                                                     
checking for x86_64-pc-linux-gnu-fl32... no                                                                                                                                       
checking for x86_64-pc-linux-gnu-af77... no                                                                                                                                       
checking for x86_64-pc-linux-gnu-xlf90... no                                                                                                                                       
checking for x86_64-pc-linux-gnu-f90... no                                                                                                                                         
checking for x86_64-pc-linux-gnu-pgf90... no                                                                                                                                       
checking for x86_64-pc-linux-gnu-pghpf... no                                                                                                                                       
checking for x86_64-pc-linux-gnu-epcf90... no                                                                                                                                     
checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran                                                                                                         
checking whether we are using the GNU Fortran 77 compiler... yes                                                                                                                   
checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes                                                                                                                   
checking the maximum length of command line arguments... 1572864                                                                                                                   
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok                                                                                         
checking for objdir... .libs                                                                                                                                                       
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar                                                                                                                     
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib                                                                                                             
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip                                                                                                               
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no                                                                                                       
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC                                                                                                               
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes                                                                                                                   
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes                                                                                                               
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes                                                                                                                   
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes                                               
checking whether -lc should be explicitly linked in... no                                                                                                                         
checking dynamic linker characteristics... GNU/Linux ld.so                                                                                                                         
checking how to hardcode library paths into programs... immediate                                                                                                                 
checking whether stripping libraries is possible... yes                                                                                                                           
checking if libtool supports shared libraries... yes                                                                                                                               
checking whether to build shared libraries... yes                                                                                                                                 
checking whether to build static libraries... yes                                                                                                                                 
configure: creating libtool                                                                                                                                                       
appending configuration tag "CXX" to libtool                                                                                                                                       
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64                                                                                   
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes                                                                                           
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes                                               
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC                                                                                                               
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes                                                                                                                   
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes                                                                                                               
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes                                                                                                                   
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes                                               
checking dynamic linker characteristics... GNU/Linux ld.so                                                                                                                         
(cached) (cached) checking how to hardcode library paths into programs... immediate                                                                                               
appending configuration tag "F77" to libtool                                                                                                                                       
checking if libtool supports shared libraries... yes                                                                                                                               
checking whether to build shared libraries... yes                                                                                                                                 
checking whether to build static libraries... yes                                                                                                                                 
checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC                                                                                                           
checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes                                                                                                               
checking if x86_64-pc-linux-gnu-gfortran static flag -static works... yes                                                                                                         
checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes                                                                                                             
checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes                                         
checking dynamic linker characteristics... GNU/Linux ld.so                                                                                                                         
(cached) (cached) checking how to hardcode library paths into programs... immediate                                                                                               
checking for an ANSI C-conforming const... yes                                                                                                                                     
checking locale.h usability... yes                                                                                                                                                 
checking locale.h presence... yes                                                                                                                                                 
checking for locale.h... yes                                                                                                                                                       
checking for LC_MESSAGES... yes                                                                                                                                                   
checking libintl.h usability... yes                                                                                                                                               
checking libintl.h presence... yes                                                                                                                                                 
checking for libintl.h... yes                                                                                                                                                     
checking for ngettext in libc... yes                                                                                                                                               
checking for dgettext in libc... yes                                                                                                                                               
checking for bind_textdomain_codeset... yes                                                                                                                                       
checking for msgfmt... /usr/bin/msgfmt                                                                                                                                             
checking for dcgettext... yes                                                                                                                                                     
checking if msgfmt accepts -c... yes                                                                                                                                               
checking for gmsgfmt... /usr/bin/gmsgfmt                                                                                                                                           
checking for xgettext... /usr/bin/xgettext                                                                                                                                         
checking for catalogs to be installed...  de                                                                                                                                       
checking whether NLS is requested... yes                                                                                                                                           
checking for intltool >= 0.35.0... 0.40.6 found                                                                                                                                   
checking for intltool-update... /usr/bin/intltool-update                                                                                                                           
checking for intltool-merge... /usr/bin/intltool-merge                                                                                                                             
checking for intltool-extract... /usr/bin/intltool-extract                                                                                                                         
checking for xgettext... (cached) /usr/bin/xgettext                                                                                                                               
checking for msgmerge... /usr/bin/msgmerge                                                                                                                                         
checking for msgfmt... (cached) /usr/bin/msgfmt                                                                                                                                   
checking for gmsgfmt... (cached) /usr/bin/gmsgfmt                                                                                                                                 
checking for perl... /usr/bin/perl                                                                                                                                                 
checking for XML::Parser... ok                                                                                                                                                     
configure: creating ./config.status                                                                                                                                               
config.status: creating Makefile                                                                                                                                                   
config.status: creating gtkspell/Makefile                                                                                                                                         
config.status: creating examples/Makefile                                                                                                                                         
config.status: creating gtkspell-2.0.pc                                                                                                                                           
config.status: creating gtkspell.spec                                                                                                                                             
config.status: creating docs/Makefile                                                                                                                                             
config.status: creating po/Makefile.in                                                                                                                                             
config.status: creating config.h                                                                                                                                                   
config.status: executing depfiles commands                                                                                                                                         
config.status: executing default-1 commands                                                                                                                                       
config.status: executing po/stamp-it commands                                                                                                                                     
# INTLTOOL_MAKEFILE                                                                                                                                                               
>>> Source configured.                                                                                                                                                             
>>> Compiling source in /var/tmp/portage/app-text/gtkspell-2.0.15-r1/work/gtkspell-2.0.15 ...                                                                                     
make -j3                                                                                                                                                                           
make  all-recursive                                                                                                                                                               
make[1]: Entering directory `/var/tmp/portage/app-text/gtkspell-2.0.15-r1/work/gtkspell-2.0.15'                                                                                   
Making all in gtkspell                                                                                                                                                             
make[2]: Entering directory `/var/tmp/portage/app-text/gtkspell-2.0.15-r1/work/gtkspell-2.0.15/gtkspell'                                                                           
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/enchant   -DG_LOG_DOMAIN=\"gtkspell\" -DLOCALEDIR=\""/usr/share/locale"\" -march=core2 -O2 -pipe -MT gtkspell.lo -MD -MP -MF .deps/gtkspell.Tpo -c -o gtkspell.lo gtkspell.c     
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/enchant   -DG_LOG_DOMAIN=\"gtkspell\" -DLOCALEDIR=\""/usr/share/locale"\" -march=core2 -O2 -pipe -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c -o deprecated.lo deprecated.c                                                                                                                                                                               
mkdir .libs                                                                                                                                                                       
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/enchant -DG_LOG_DOMAIN=\"gtkspell\" -DLOCALEDIR=\"/usr/share/locale\" -march=core2 -O2 -pipe -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c deprecated.c  -fPIC -DPIC -o .libs/deprecated.o                             
../libtool: eval: line 1322: unexpected EOF while looking for matching `"'                                                                                                         
../libtool: eval: line 1323: syntax error: unexpected end of file                                                                                                                 
make[2]: *** [deprecated.lo] Error 1                                                                                                                                               
make[2]: *** Waiting for unfinished jobs....                                                                                                                                       
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/enchant -DG_LOG_DOMAIN=\"gtkspell\" -DLOCALEDIR=\"/usr/share/locale\" -march=core2 -O2 -pipe -MT gtkspell.lo -MD -MP -MF .deps/gtkspell.Tpo -c gtkspell.c  -fPIC -DPIC -o .libs/gtkspell.o                                     
../libtool: eval: line 1322: unexpected EOF while looking for matching `"'                                                                                                         
../libtool: eval: line 1323: syntax error: unexpected end of file                                                                                                                 
make[2]: *** [gtkspell.lo] Error 1                                                                                                                                                 
make[2]: Leaving directory `/var/tmp/portage/app-text/gtkspell-2.0.15-r1/work/gtkspell-2.0.15/gtkspell'                                                                           
make[1]: *** [all-recursive] Error 1                                                                                                                                               
make[1]: Leaving directory `/var/tmp/portage/app-text/gtkspell-2.0.15-r1/work/gtkspell-2.0.15'                                                                                     
make: *** [all] Error 2                                                                                                                                                           
 *                                                                                                                                                                                 
 * ERROR: app-text/gtkspell-2.0.15-r1 failed.                                                                                                                                     
 * Call stack:                                                                                                                                                                     
 *               ebuild.sh, line   49:  Called src_compile                                                                                                                         
 *             environment, line 2321:  Called _eapi2_src_compile                                                                                                                 
 *               ebuild.sh, line  634:  Called die                                                                                                                                 
 * The specific snippet of code:                                                                                                                                                   
 *              emake || die "emake failed"                                                                                                                                       
 *  The die message:                                                                                                                                                               
 *   emake failed                                                                                                                                                                 
 *                                                                                                                                                                                 
 * If you need support, post the topmost build error, and the call stack if relevant.                                                                                             
 * A complete build log is located at '/var/tmp/portage/app-text/gtkspell-2.0.15-r1/temp/build.log'.                                                                               
 * The ebuild environment file is located at '/var/tmp/portage/app-text/gtkspell-2.0.15-r1/temp/environment'.                                                                     
 *                                                                                                                                                                                 

>>> Failed to emerge app-text/gtkspell-2.0.15-r1, Log file:

>>>  '/var/tmp/portage/app-text/gtkspell-2.0.15-r1/temp/build.log'

 * Messages for package app-text/gtkspell-2.0.15-r1:

 *
 * ERROR: app-text/gtkspell-2.0.15-r1 failed.
 * Call stack:                               
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2321:  Called _eapi2_src_compile
 *               ebuild.sh, line  634:  Called die
 * The specific snippet of code:
 *              emake || die "emake failed"
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-text/gtkspell-2.0.15-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-text/gtkspell-2.0.15-r1/temp/environment'.
 *


Similar errors occur, when I try to install x11-libs/libXmu-1.0.5, media-libs/sdl-gfx-2.0.20, dev-cpp/pangomm-2.24.0 and probably a lot of other ebuilds, which I have not tried, yet.

The problem seems to be found in the parameter -DLOCALEDIR=\""/usr/share/locale"\", but I don't know how to resolve it. Do you have any ideas how to fix the problem?

My emerge --info says:
Code:
Portage 2.1.6.13 (default/linux/amd64/2008.0/desktop, gcc-4.4.1, glibc-2.10.1-r0, 2.6.31-tuxonice x86_64)
=================================================================                                       
System uname: Linux-2.6.31-tuxonice-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T5450_@_1.66GHz-with-gentoo-2.0.1 
Timestamp of tree: Sat, 03 Oct 2009 08:15:01 +0000                                                       
ccache version 2.4 [enabled]                                                                             
app-shells/bash:     4.0_p33                                                                             
dev-java/java-config: 2.1.9-r1                                                                           
dev-lang/python:     2.6.2-r2, 3.1.1-r1                                                                 
dev-util/ccache:     2.4-r8                                                                             
dev-util/cmake:      2.6.4-r2                                                                           
sys-apps/baselayout: 2.0.1                                                                               
sys-apps/openrc:     0.4.3-r3                                                                           
sys-apps/sandbox:    1.6-r2                                                                             
sys-devel/autoconf:  2.13, 2.63-r1                                                                       
sys-devel/automake:  1.9.6-r2, 1.10.2, 1.11                                                             
sys-devel/binutils:  2.19.1-r1                                                                           
sys-devel/gcc-config: 1.4.1                                                                             
sys-devel/libtool:   2.2.6a                                                                             
virtual/os-headers:  2.6.30-r1                                                                           
ACCEPT_KEYWORDS="amd64 ~amd64"                                                                           
CBUILD="x86_64-pc-linux-gnu"                                                                             
CFLAGS="-march=core2 -O2 -pipe"                                                                         
CHOST="x86_64-pc-linux-gnu"                                                                             
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"                                                                                                                                                               
CXXFLAGS="-O2 -pipe"                                                                                                                                                               
DISTDIR="/usr/portage/distfiles"                                                                                                                                                   
FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"                                                             
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.gentoo.mesh-solutions.com/gentoo/  http://gentoo.mneisen.org/ http://de-mirror.org/distro/gentoo/ ftp://de-mirror.org/distro/gentoo/ "                                                                                                                                                     
LANG="de_DE.UTF-8"                                                                                                                                                                 
LC_ALL="de_DE.UTF-8" "                                                                                                                                                             
LDFLAGS="-Wl,-O1"                                                                                                                                                                 
LINGUAS="de"                                                                                                                                                                       
MAKEOPTS="-j3"                                                                                                                                                                     
PKGDIR="/usr/portage/packages"                                                                                                                                                     
PORTAGE_CONFIGROOT="/"                                                                                                                                                             
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"                                                                                                                                                                       
PORTAGE_TMPDIR="/var/tmp"                                                                                                                                                         
PORTDIR="/usr/portage"                                                                                                                                                             
PORTDIR_OVERLAY="/usr/local/portage/layman/science /usr/local/portage/layman/sunrise /usr/local/portage/layman/webapps-experimental /usr/local/portage/layman/roslin /usr/local/portage/layman/pure-funtoo /usr/local/portage"                                                                                                                                       
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"                                                                                                                             
USE="X a52 aac acl acpi alsa amarok amd64 avahi bash-completion berkdb bluetooth branding bzip2 cairo cdaudio cddb cdr cli consolekit cracklib crypt cups dbus dell dri dts dvd dvdnav dvdr eds emboss encode evo fam ffmpeg firefox firefox3 flac fortran gadu garmin gdbm gif git gpm gps gstreamer hal iconv icq imagemagick ipv6 isdnlog jabber java jpeg kde lame laptop lastfm latex ldap libnotify mad midi mikmod mmx mng modules mp3 mp4 mpeg mpi mplayer mudflap multilib musicbrainz mysql ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl png postscripts ppds pppd python qt qt3 qt3support qt4 quicktime readline reflection rss samba scanner sdl semantic-desktop session spell spl sse sse2 ssl startup-notification subversion svg symlink sysfs taglib tcpd tetex tex theora thunar tiff transcode truetype unicode usb vorbis x264 xine xinerama xml xorg xulrunner xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="nvidia nv vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Thank you!
Back to top
View user's profile Send private message
Mike Hunt
Watchman
Watchman


Joined: 19 Jul 2009
Posts: 5287

PostPosted: Mon Oct 05, 2009 11:02 pm    Post subject: Reply with quote

Try disabling ccache, maybe that will fix it.

Otherwise re-emerging libtool might fix it.
Back to top
View user's profile Send private message
Pond247
n00b
n00b


Joined: 19 Jun 2005
Posts: 22

PostPosted: Tue Oct 06, 2009 5:27 am    Post subject: Reply with quote

Thank you for your answer, but both ideas don't fix the problem.
I think the problem might not be the installed libtool, but the libtool file, which is created in the /var/tmp/portage/.../work/[name]/ (because line 1329 and 1330 are commented in /usr/bin/libtool).
Back to top
View user's profile Send private message
Mike Hunt
Watchman
Watchman


Joined: 19 Jul 2009
Posts: 5287

PostPosted: Tue Oct 06, 2009 6:24 am    Post subject: Reply with quote

try setting MAKEOPTS="-j1" see if that works, it may be a parallel make error -not sure.

Last edited by Mike Hunt on Tue Oct 06, 2009 9:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
Pond247
n00b
n00b


Joined: 19 Jun 2005
Posts: 22

PostPosted: Tue Oct 06, 2009 9:11 pm    Post subject: Reply with quote

Thank you for your help. I found the problem now.
For some reason LC_ALL was set to de_DE.UTF-8" (with the "). I think had this small typo in the past and forgot to "source /etc/profile" after fixing it.
Now everything works...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum