From owner-freebsd-questions@FreeBSD.ORG Fri Sep 2 16:13:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7C416A41F for ; Fri, 2 Sep 2005 16:13:54 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB4243D45 for ; Fri, 2 Sep 2005 16:13:53 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta13.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050902161353.QCIE12299.mta13.adelphia.net@default.chvlva.adelphia.net>; Fri, 2 Sep 2005 12:13:53 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 83E02B541; Fri, 2 Sep 2005 12:13:54 -0400 (EDT) Date: Fri, 2 Sep 2005 12:13:54 -0400 From: Parv To: "vdemart1@tin.it" Message-ID: <20050902161354.GA3251@holestein.holy.cow> Mail-Followup-To: "vdemart1@tin.it" , freebsd-questions@freebsd.org References: <604766.1125661469873.JavaMail.root@pswm9.cp.tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <604766.1125661469873.JavaMail.root@pswm9.cp.tin.it> Cc: freebsd-questions@freebsd.org Subject: Re: Perl setting locale failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: f-q List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 16:13:55 -0000 in message <604766.1125661469873.JavaMail.root@pswm9.cp.tin.it>, wrote vdemart1@tin.it thusly... > > After having updated all freebsd 5.4 src & ports I've issued the > "portsdb -uU" command but freebsd complains endlessly: > .......................................................... > perl: > warning: Please check that your locale settings: > LC_ALL = > (unset), > LANG = "it_IT.ISO_8859-15" > are supported and > installed on your system. > perl: warning: Falling back to the standard > locale ("C"). > perl: warning: Setting locale failed. > ................................................. > > Yes, I recently set the Italian language and the complaint is only > a warning but WHAT should I do to avoid that warning? RTFM locale(1). More directly, if you run "locale -a | grep it_IT", you will see that there is no '_' after 'ISO'. - Parv --