User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060923 Firefox/1.5.0.7 Build Identifier: cross-i686-pc-linux-gnu/glibc 2.5 chrashes when I run crossdev -t i686-pc-linux-gnu. I failes because it can't find the directory /var/tmp/cross/i686-pc-linux-gnu/portage/cross-i686-pc-linux-gnu/glibc-2.5/work/build-pos-i686-pc-linux-gnu-nptl. The full error I get is: /usr/local/portage/cross-i686-pc-linux-gnu/glibc/glibc-2.5.ebuild: line 266: cd: /var/tmp/cross/i686-pc-linux-gnu/portage/cross-i686-pc-linux-gnu/glibc-2.5/work/build-pos-i686-pc-linux-gnu-nptl: No such file or directory The compilation itself is done. It is right after the compilation when I get this error. I don't know if it is usefull or not, but here is my callstack: !!! ERROR: cross-i686-pc-linux-gnu/glibc-2.5 failed. Call stack: ebuild.sh, line 1568: Called dyn_test ebuild.sh, line 988: Called src_test glibc-2.5.ebuild, line 1136: Called toolchain-glibc_src_test 'nptl' glibc-2.5.ebuild, line 266: Called die Reproducible: Always Steps to Reproduce: 1. run crossdev -t i686-pc-linux-gnu on an AMD64 system (which runs 64 bit) 2. wait until he gets to compiling cross-glibc 3. after a while that compilation crashes, and yuo have reproduced this error. Actual Results: cross-i686-pc-linux-gnu/glibc isn't installed Expected Results: cross-i686-pc-linux-gnu/glibc to be installed Portage 2.1.2_pre3-r7 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.18-gentoo-r1 x86_64) ================================================================= System uname: 2.6.18-gentoo-r1 x86_64 AMD Athlon(tm) 64 Processor 3500+ Gentoo Base System version 1.12.5 Last Sync: Tue, 24 Oct 2006 06:30:01 +0000 distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] ccache version 2.4 [enabled] app-admin/eselect-compiler: [Not Present] dev-java/java-config: 1.3.7, 2.0.30 dev-lang/python: 2.3.5-r3, 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.4-r6 dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.18.1 sys-devel/autoconf: 2.13, 2.60 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.17 sys-devel/gcc-config: 1.3.14 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r1 ACCEPT_KEYWORDS="amd64 ~amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=k8 -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/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-O2 -march=k8 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict test userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage /usr/local/layman/portage-xgl" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="amd64 X alsa apache2 berkdb bitmap-fonts cdr cli cracklib crypt cups dlloader dri dvd elibc_glibc fortran gdbm gpm input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog kde kernel_linux libg++ mikmod mp3 mysql ncurses nls nptl nptlonly nvidia pam pcre pdf perl png postgres ppds pppd python qt readline reflection server session spl sqlite ssl svg tcpd truetype truetype-fonts type1-fonts udev unicode unicodeglitz userland_GNU video_cards_apm video_cards_ark video_cards_ati video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_fbdev video_cards_glint video_cards_i128 video_cards_i810 video_cards_mga video_cards_neomagic video_cards_nv video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo xinerama xml xorg zlib" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
post the log files crossdev said to as an attachment
Created attachment 100511 [details] The info.log
The glibc log was to large to attach it. I have uploaded it on my website instead. It is 11,08 MB, accourding to ncftp. Its 14369 lines :). The URL: http://www.cybertinus.nl/temp/cross-i686-pc-linux-gnu-glibc.log
it's called compression run bzip2 on it and post it
Created attachment 100727 [details] The glibc.log, bzp2 compressed
i'm unable to reproduce this the error you're showing should (in theory) not be possible ... the src_compile() stage shows the env being set up properly while the src_install() stage does not
ok, thats strange :S, but I think that is the reason this is a bug :) What can I do for you so you got more info and then you CAN reproduce it? Or is this a problem that only exists on my computer and should I switch to the forums to resolv this? Best regards, Cybertinus