View previous topic :: View next topic |
Author |
Message |
Treborius Guru


Joined: 18 Oct 2005 Posts: 584 Location: Berlin
|
Posted: Tue Feb 21, 2006 10:00 pm Post subject: ebuild.sh, line 1894: Called dyn_compile |
|
|
i get this error with almost all apckages i try to emerge
searched the forum, and it should be something with libstdc++-v3 but i dont know how to solve it
here is my emerge --info :
Code: |
Portage 2.1_pre4-r1 (default-linux/amd64/2005.1, gcc-4.1.0-pre20060219, glibc-2.3.90.20060207-r0, 2.6.15-nitro3x86_64 x86_64)
=================================================================
System uname: 2.6.15-nitro3x86_64 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python: 2.3.5-r2, 2.4.2
sys-apps/sandbox: 1.2.12
sys-devel/autoconf: 2.13, 2.59-r6
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
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -pipe"
CHOST="x86_64-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/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon64 -pipe -ffriend-injection"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://mirror.switch.ch/ftp/mirror/gentoo/"
LINGUAS="de"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa apache2 avi berkdb bitmap-fonts crypt cups dbus dri dvd eds emboss encode foomaticdb fortran gif gpm gstreamer gtk gtk2 hal imlib ipv6 java javascript jpeg kde lzw lzw-tiff mp3 mpeg ncurses nls nptl nptlonly opengl pam pdflib perl png python qt quicktime readline samba sdl spell ssl tcpd tiff truetype-fonts type1-fonts usb userlocales xpm xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_de userland_GNU video_cards_nvidia video_cards_vesa"
Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS
|
and the error message: its always the same ...
Code: |
!!! ERROR: sys-libs/libstdc++-v3-3.3.4 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile
|
and dont blame me for gcc4.1 ... _________________ Systems running gentoo :
Desktop, Laptop, ZOTAC AD-10 media-center, odroid-xu4 server / wLan-router |
|
Back to top |
|
 |
Maedhros Bodhisattva


Joined: 14 Apr 2004 Posts: 5511 Location: Durham, UK
|
Posted: Tue Feb 21, 2006 11:19 pm Post subject: Re: ebuild.sh, line 1894: Called dyn_compile |
|
|
Treborius wrote: | and the error message: its always the same ...
Code: |
!!! ERROR: sys-libs/libstdc++-v3-3.3.4 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile
|
|
That's not the error message - the error is probably in the 20 or so lines above that.
Why are you using such bleeding edge packages though? The advice with those is generally, 'if you're going to test these packages, you should be willing/able to fix any breakage that happens'... _________________ No-one's more important than the earthworm. |
|
Back to top |
|
 |
Noven Tux's lil' helper


Joined: 27 Mar 2005 Posts: 138
|
Posted: Wed Feb 22, 2006 2:34 am Post subject: |
|
|
[EDIT]
Problem with coreutils. Upgrade it to 5.94-r1 or downgrade to 5.93. Then change the title to solved It's explained here - https://forums.gentoo.org/viewtopic-t-435291.html
I'm getting the same problem. The error message starts here {grep}:
Code: | >>> Compiling source in /var/tmp/portage/grep-2.5.1a/work/grep-2.5.1a ...
* econf: updating grep-2.5.1a/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating grep-2.5.1a/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --bindir=/bin --enable-nls --disable-perl-regexp --build=i686-pc-linux-gnu
configure: error: invalid feature name:
!!! ERROR: sys-apps/grep-2.5.1a failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile
grep-2.5.1a.ebuild, line 51: Called econf 'compile' '--bindir=/bin' '--enable-nls'
|
or for bash:
Code: |
* econf: updating bash-3.1/support/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-afs --disable-profiling --without-gnu-malloc --without-installed-readline --with-ncurses --build=i686-pc-linux-gnu
configure: error: invalid package name:
!!! ERROR: app-shells/bash-3.1_p10 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile
bash-3.1_p10.ebuild, line 108: Called econf 'compile' '--without-afs' '--disable-profiling' '--without-gnu-malloc' '--without-installed-readline'
|
I could go on with similar messages for most attempted updates. I'm thinking something must be borked with my portage setup, but I can't find it yet. I'm still hunting and playing, any shortcuts appreciated. _________________ - Novensiles divi Flamen
>---- Miles Militis Fons ----< |
|
Back to top |
|
 |
|
|
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
|
|