From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 770B013877A for ; Thu, 17 Jul 2014 21:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 493FBE0A5C; Thu, 17 Jul 2014 21:41:49 +0000 (UTC) Received: from mail-yk0-f171.google.com (mail-yk0-f171.google.com [209.85.160.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31A57E09FF for ; Thu, 17 Jul 2014 21:41:48 +0000 (UTC) Received: by mail-yk0-f171.google.com with SMTP id 19so1672849ykq.16 for ; Thu, 17 Jul 2014 14:41:47 -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=l9WNo4B8RqDT0JLweKxVxKhDPgzE69+40vpiGL72jC8=; b=EsGzacklG8WlidbHV8jlqSCGI7MKJofPTFDVKoW7gp/jiqyOoRho27YdWsLIG5/R+F 26EcHIZnlNpLMOJD/FtbJHtw9AQSucu9Cb5J9JyQ5AVa5UJaa83+gChqiZDF5Jfgv1rR IRrUkPiTp3Y7dAsSlLaroJtUCGHz4h/isWeSHj/3uppAZjGvLC9omqCF0Kz/9WuJj6QN Uq6t1otKdePyXgPen6LJJP+KvHYEOc3XL1P/ZXpEpyr4gKeOTXQYGY5kwW6ndl8cBsPV kLrw5J5hF40ir5rVSmaYJYxDPDc5N13n6MEWTOhR7yGt+iKhPPB1RnLrgNvnv8sxrYeq OrTg== X-Received: by 10.236.142.2 with SMTP id h2mr292207yhj.46.1405633307348; Thu, 17 Jul 2014 14:41:47 -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 b30sm7560736yhk.30.2014.07.17.14.41.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Jul 2014 14:41:46 -0700 (PDT) Message-ID: <53C84319.5010606@gmail.com> Date: Thu, 17 Jul 2014 16:41:45 -0500 From: Dale 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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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] SNIP warning: setlocale: LC_ALL error References: <53C48902.2060103@gmail.com> In-Reply-To: <53C48902.2060103@gmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 1c6fa1e2-3c9e-41e0-9296-6411d5fcde8c X-Archives-Hash: 3413e604bfc325f46ba55a7ae1a98753 Howdy, different rig but similar issue. This is on my main rig now. It is AMD64 multilib. I am doing a emerge -e world, which I do from time to time. After that got to the point where it is almost done, I started getting this: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = "en_US.UTF8", LANG = "en_US.UTF8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF8) and like this: /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF8) >>> Regenerating /etc/ld.so.cache... sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF8) The error seems to vary depending on command run. This is my locale.gen file: LANG="en_US.UTF8" LC_CTYPE="en_US.UTF8" LC_NUMERIC="en_US.UTF8" LC_TIME="en_US.UTF8" LC_COLLATE="en_US.UTF8" LC_MONETARY="en_US.UTF8" LC_MESSAGES="en_US.UTF8" LC_PAPER="en_US.UTF8" LC_NAME="en_US.UTF8" LC_ADDRESS="en_US.UTF8" LC_TELEPHONE="en_US.UTF8" LC_MEASUREMENT="en_US.UTF8" I'm on sys-libs/glibc-2.17 right now. Now riddle me this, why is this popping up all of a sudden? Did something change and I missed it? When I google, I find folks with settings like mine and it works. Is this something new that just hasn't hit everyone yet? Confused. Dale :-) :-)