From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-157175-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 83EE013877A for <garchives@archives.gentoo.org>; Wed, 16 Jul 2014 07:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7049E0A9E; Wed, 16 Jul 2014 07:32:35 +0000 (UTC) Received: from mail-yk0-f172.google.com (mail-yk0-f172.google.com [209.85.160.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F0E7E0A94 for <gentoo-user@lists.gentoo.org>; Wed, 16 Jul 2014 07:32:34 +0000 (UTC) Received: by mail-yk0-f172.google.com with SMTP id 10so262090ykt.17 for <gentoo-user@lists.gentoo.org>; Wed, 16 Jul 2014 00:32:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ysXhUEprrweG5unpjFLD+IFYYDgwuBKrCL3SZrV7R60=; b=qjvl38qg62ph3BvL0VrmxF6/SZfVd0xT9XO3L/cmjQX/Cv6+5CATqPKNG7OnhGkX8W VIdhS8c/n4hLYja9AsAg4rJD/fw+PLNB0Cd5PFAHNfBxhydm4MTiXOiUjOAG4PH9yYbs xQUBgVPr2xP0UwdAgJpBPHuCsZ894tJaY/pa3HjTBM1ovaPIhTY1EwgVPHtQWzuImi7/ N+BGjHXQYLeph7GQduXXizCFBzvyYLZIIACidSSHeQvAQJUYhq5Nz4FF8+Ofp8+ivlY2 deUMtAYNCwg60g922qOojXuYQ7+4o4eyRTsOyjnbTnB3mdjN90rRGC4LEW84qF4cMCqd 83Dg== X-Received: by 10.236.87.129 with SMTP id y1mr24064613yhe.121.1405495953566; Wed, 16 Jul 2014 00:32:33 -0700 (PDT) Received: from [192.168.2.5] (adsl-65-0-122-210.jan.bellsouth.net. [65.0.122.210]) by mx.google.com with ESMTPSA id o22sm31401572yha.22.2014.07.16.00.32.32 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Jul 2014 00:32:32 -0700 (PDT) Message-ID: <53C62A8F.9010407@gmail.com> Date: Wed, 16 Jul 2014 02:32:31 -0500 From: Dale <rdalek1967@gmail.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26.1 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] glibc-2.17 fails and warning: setlocale: LC_ALL error References: <53C48902.2060103@gmail.com> <53C4BD45.3050203@gmail.com> <20140715070416.GA10473@TranscendTheRubicon.zedat.fu-berlin.de> <53C4DADD.1020607@gmail.com> <20140715081526.GB10473@TranscendTheRubicon.zedat.fu-berlin.de> <20140715084054.GC10473@TranscendTheRubicon.zedat.fu-berlin.de> <53C4F3A6.1030602@gmail.com> In-Reply-To: <53C4F3A6.1030602@gmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 4efb918f-4d59-460e-a6e6-104ab440bf4c X-Archives-Hash: 9ed75db9886bd5b21a4ebc35b8c8d45a Dale wrote: > Hinnerk van Bruinehsen wrote: >> On a side note: >> >> You can also boot into a chroot, move your /etc and /var directories elsewhere >> (e.g. etc_old and var_old) (do the same for other directories where you >> yourself made changes), extract a stage 3 tarball on top of your normal >> / directory (overwriting potentially broken stuff), move etc_old and var_old >> back to their old locations/names, chroot into it (like during install) and >> emerge @system @world -evDNa (to rebuild everything from the known-good start >> that the stage3 provides). > It's getting close to nap time here. Also, more stormy stuff could pop > up at any time. I shut the old rig back down again. It doesn't have a > UPS or anything on it. Anyway, I suspect strongly that the error is on > the stage3 tarball. I got it installed but I have not been able to get > a clean emerge -e system as of yet. I generally unpack, get things to > where I can emerge and then do a emerge -e system as soon as I can. > That way anything else I build is built on top of updated packages. I > have installed Gentoo so many times it is pitiful. > > What I may do, unpack the stage3 somewhere, recompile glibc to create a > binary and then install that package. I'm not going to be to shocked if > it fails to build straight out of the stage3 tarball tho. > > I'm going to work on this some more when I get both eyes open. > > Dale > > :-) :-) > I tried this. I unpacked the stage3 tarball just like I would for a new install, in /mnt/gentoo of course. I set it up just enough to where I could try and emerge glibc and just see if it would complete or if it would fail. It failed. It seems to me that while it may be complaining about the kernel version, something else is really the issue. I'm using the latest kernel so it can't be that. I also installed linux-headers and tried again, still failed. I also checked on the locale,gen file. It is the wrong file type within the tarball. It shows up as GENESIS rom there as well instead of a plain text file. It seems to me that the stage3 tarball is broke. I'm not sure what else to try at this point. When the source is broke, it's sort of hard to fix the rest. Where to go from here? Dale :-) :-)