From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KlfQc-0005DV-K6 for garchives@archives.gentoo.org; Fri, 03 Oct 2008 07:50:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7113BE0325; Fri, 3 Oct 2008 07:50:21 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.145]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C693E0325 for ; Fri, 3 Oct 2008 07:50:21 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 4so440296eyk.10 for ; Fri, 03 Oct 2008 00:50:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=SivRrKURUE4ri0xT68D+6EkW1tsdgmOkyymhYqJzhWw=; b=XFLqj3N1tRkLM4fP1/kzqhTIBs+GbXad5T2jQkBa74PMHUSz8Xt8S59vPoo4cqR46M V0WFo2VDV8PZvwy3WpBDEu1ALOLrr6v4+vuAyQZQe9kdwGJ9VH25n3h632/rPVpq+Jm7 pG/ej/hEflcw301mym2vkqUuc1X84I4DtQBrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=hZ1R0xStUrDIFj0gnBLgdYP+vpzlAnXUunzBQmtgwHPgV6Us5NZRPTU8jKrpax/5PO nS1YFxGlEwP/M7G6ML83IJBH3erggX7Ie9dzaO7gyDHjhUsJgMQliEyzfiT/Wq0yF6TW oe3FOL/zeKWWmx3v0nTuGqnuWfOnZgbgs4kRw= Received: by 10.210.24.12 with SMTP id 12mr830044ebx.187.1223020219872; Fri, 03 Oct 2008 00:50:19 -0700 (PDT) Received: by 10.210.19.6 with HTTP; Fri, 3 Oct 2008 00:50:19 -0700 (PDT) Message-ID: Date: Fri, 3 Oct 2008 09:50:19 +0200 From: Beso To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Problems customizing gentoo In-Reply-To: <200810022135.m92LZ3fY022723@raven.ontheside.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200810022135.m92LZ3fY022723@raven.ontheside.net> X-Archives-Salt: b6bd6a8e-6411-4830-91f0-19265d6db217 X-Archives-Hash: 7d17095a094b21731384c35d997a830e 2008/10/2 Greg : > I've been having problems customizing gentoo on my Acer Aspire T180-UA380= B AMD Desktop PC. > > I've been using i686 versions of gentoo for years on my pentium3 with no = problems. > > Here are further specs and what I've tried: > > Acer Aspire T180-UA380B AMD Desktop PC - AMD Athlon 64 > 3800+ 2.4GHz, 2GB DDR2, 160GB SATA, DL DVD=B1RW, Gigabit LAN, Flash > Reader, running off of a 2007.0 AMD64 live cd chrooted environment. > > I keep running into the same issue no matter what USE flags I have specif= ied in make.conf, what make.profile I have > specified (attempted 2007.0, 2008.0, hardened, 2007.0 x86 under a 32bit c= hrooted environment and chost set accordingly in > make.conf. > > The error I get follows: > * ERROR: sys-libs/glibc-2.6.1 failed. > * Call stack: > * ebuild.sh, line 49: Called src_compile > * environment, line 3362: Called eblit-run 'src_compile' > * environment, line 1087: Called eblit-glibc-src_compile > * src_compile.eblit, line 181: Called toolchain-glibc_src_compile > * src_compile.eblit, line 122: Called die > * The specific snippet of code: > * make PARALLELMFLAGS=3D"${MAKEOPTS}" || die "make for ${ABI} failed" > * The die message: > * make for default failed > * > * If you need support, post the topmost build error, and the call stack = if relevant. > * A complete build log is located at '/var/log/portage/sys-libs:glibc-2.= 6.1:20081002-111002.log'. > * The ebuild environment file is located at '/var/build/portage/sys-libs= /glibc-2.6.1/temp/environment'. > * > > If I start off with a stage3-amd64-2007.0 tarvol, don't try to customize = my system by trying to make a stage1, and just do > emerge --update system, I end up with errors upgrading grep regarding lib= pcre. > > Anythoughts would be greatly appreciated as I've been struggling with thi= s for months trying to find a solution. > > If I need to provide more information or need to post this to a more appr= opriate list, please let me know. > > Very best, > Greg Osborne > > a stage 1 install is useless as it is a stage 2 one. the best way to customize your gentoo is start with a stage 3 installed and rebuild everything installed with emerge -e world before putting in something else. have you remembered to do an update-env && source /etc/profile after chrooting into gentoo?! usually your issue could be due to portage not finding the right profile. also you should do an emerge --sync && source /etc/profile (no more that 2 a day or you'll get banned temporary from the gentoo server) before trying to compile something. if there are problems with the profile that should fix the issues. --=20 dott. ing. beso