From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-embedded+bounces-1277-garchives=archives.gentoo.org@gentoo.org>) id 1GQQme-0003Jd-EW for garchives@archives.gentoo.org; Thu, 21 Sep 2006 15:48:16 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8LFlGb9013003; Thu, 21 Sep 2006 15:47:16 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8LFlFpT029722 for <gentoo-embedded@lists.gentoo.org>; Thu, 21 Sep 2006 15:47:15 GMT Received: by nf-out-0910.google.com with SMTP id p46so1020037nfa for <gentoo-embedded@lists.gentoo.org>; Thu, 21 Sep 2006 08:47:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mC74X64Nk0zzJKA9ytBOjmN1mZn/YLXa7olZTQNfGeqaxtq1Vz0qLb+wikOTatoHM+X+UqDiZdetdWBMuixWwMql9GYfFCqiPh54z4FSmO9hLbnm/SXy/NZz9/slX53zap5yuuodL2hQt2T8gc2/d3glXwt8mv1N8Zt1TG7m7KM= Received: by 10.48.163.19 with SMTP id l19mr744097nfe; Thu, 21 Sep 2006 08:47:14 -0700 (PDT) Received: by 10.49.9.12 with HTTP; Thu, 21 Sep 2006 08:47:14 -0700 (PDT) Message-ID: <9956e0d30609210847q1906c723x19ba4325b1795a18@mail.gmail.com> Date: Thu, 21 Sep 2006 18:47:14 +0300 From: "Vladimir Pouzanov" <farcaller@gmail.com> To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] cannot find /lib/libc.so.6 In-Reply-To: <200609211051.18720.vapier@gentoo.org> Precedence: bulk List-Post: <mailto:gentoo-embedded@lists.gentoo.org> List-Help: <mailto:gentoo-embedded+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-embedded+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org> X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9956e0d30609210626y78709eccn78b34e7f53743e06@mail.gmail.com> <200609211051.18720.vapier@gentoo.org> X-Archives-Salt: 2e2daf72-6b33-40f7-9af6-679943a43bb5 X-Archives-Hash: 2ba78f330b9fd7113d760b94ea57a21c On 9/21/06, Mike Frysinger <vapier@gentoo.org> wrote: > On Thursday 21 September 2006 09:26, Vladimir Pouzanov wrote: > couldnt give you any useful guesses without seeing the compile line and the > output of like `arm-softfloat-linux-gnueabi -v` ... # arm-softfloat-linux-gnueabi-gcc -v Using built-in specs. Target: arm-softfloat-linux-gnueabi Configured with: /var/tmp/cross/arm-softfloat-linux-gnueabi/portage/gcc-4.1.1-r1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/arm-softfloat-linux-gnueabi/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/arm-softfloat-linux-gnueabi/4.1.1/include --datadir=/usr/share/gcc-data/arm-softfloat-linux-gnueabi/4.1.1 --mandir=/usr/share/gcc-data/arm-softfloat-linux-gnueabi/4.1.1/man --infodir=/usr/share/gcc-data/arm-softfloat-linux-gnueabi/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/arm-softfloat-linux-gnueabi/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --target=arm-softfloat-linux-gnueabi --build=i686-pc-linux-gnu --disable-altivec --with-float=soft --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++ --with-sysroot=/usr/arm-softfloat-linux-gnueabi --enable-__cxa_atexit --enable-clocale=gnu Thread model: posix gcc version 4.1.1 (Gentoo 4.1.1-r1) > not to discourage, but ive never tested softfloat+glibc or glibc+eabi ... i > would like both technologies to work though :) > -mike It worked before, that's the problem. And it still works outside of emerge. PS: my x-emerge script: # cat /usr/local/bin/xemerge #!/bin/bash CBUILD=$(portageq envvar CHOST) SYSROOT="/home/farcaller/develop/linux4palm/gentoo_root/" PORTAGE_CONFIGROOT="$SYSROOT" ARCH="arm" if [[ "$1" == "--root" ]] ; then ROOT="$2" shift 2 else ROOT="$SYSROOT" fi export CBUILD PORTAGE_CONFIGROOT ROOT ARCH emerge $* -- Sincerely, Vladimir "Farcaller" Pouzanov http://www.hackndev.com -- gentoo-embedded@gentoo.org mailing list