From owner-freebsd-ports@FreeBSD.ORG Sat May 12 05:00:20 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC56116A403 for ; Sat, 12 May 2007 05:00:20 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6236813C45E for ; Sat, 12 May 2007 05:00:20 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by ik-out-1112.google.com with SMTP id c29so688985ika for ; Fri, 11 May 2007 22:00:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DcuvqmGL62/k2Frjot7upxqdxuOHwjf091N9dPAalCuj4TS1tarFDUJaxMiLoME6/OZlFqCsa4Eql51eCWIFE5SDAWa4Cgi5EhN6z9uvPMSZ2SnU0LF3hNU+MzgtIjfnHdYu2IihlwyfzX9lgCpNuUUFldOD5sJAy/YihjAuVP8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CfMjFhuGQjzmMc8czbbt9F1ud9NAvxADkmJ1SXPYxqJUWq2t0tcMPhyHmLFbWeHpNC/2x1XqfF4xvGJ5Q9KPrD4HGzPq8jqUcjZrpppY5X4qzXTYaOpC76H05iaAMG/dFXJbCytcFepX0PpYiNwUgh7iXbtK3NZsXlsO5EnUFgk= Received: by 10.64.84.3 with SMTP id h3mr297567qbb.1178946018659; Fri, 11 May 2007 22:00:18 -0700 (PDT) Received: by 10.64.193.16 with HTTP; Fri, 11 May 2007 22:00:18 -0700 (PDT) Message-ID: <6eb82e0705112200p59639afbx1d99ecd311e2abd2@mail.gmail.com> Date: Sat, 12 May 2007 13:00:18 +0800 From: "Rong-en Fan" To: "Kris Kennaway" In-Reply-To: <20070512044647.GB56427@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46441124.3020602@gmx.de> <20070511065001.GA30678@xor.obsecurity.org> <46441745.4010100@gmx.de> <20070511071640.GA23490@xor.obsecurity.org> <1178926511.1140.9.camel@localhost> <20070511233908.GA36322@xor.obsecurity.org> <6eb82e0705112118x2bb79687ga037ad1f50042ed6@mail.gmail.com> <20070512044647.GB56427@xor.obsecurity.org> Cc: freebsd-ports@freebsd.org Subject: Re: Xorg 7.2 index problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 05:00:20 -0000 On 5/12/07, Kris Kennaway wrote: > On Sat, May 12, 2007 at 12:18:01PM +0800, Rong-en Fan wrote: > > On 5/12/07, Kris Kennaway wrote: > > >On Fri, May 11, 2007 at 05:35:11PM -0600, Coleman Kane wrote: > > >> On Fri, 2007-05-11 at 03:16 -0400, Kris Kennaway wrote: > > >> > On Fri, May 11, 2007 at 09:12:05AM +0200, [LoN]Kamikaze wrote: > > >> > > Kris Kennaway wrote: > > >> > > > On Fri, May 11, 2007 at 08:45:56AM +0200, [LoN]Kamikaze wrote: > > >> > > >> # make index > > >> > > >> Generating INDEX-6 - please wait..cut: stdin: Illegal byte > > >sequence > > >> > > >> "Makefile", line 32: warning: "/usr/bin/cut -f 1 -d '|' < > > >/usr/ports/audio/mbrolavox/voices.conf" returned non-zero status > > >> > > >> > > >> > > >> Does anyone else have this problem? > > >> > > > > > >> > > > Do you have a nonstandard locale set, and does this warning also > > >occur with CVS index? > > >> > > > > > >> > > > Kris > > >> > > > > >> > > My locale is en_GB.UTF-8. > > >> > > > >> > Probably the cause, I bet it would also give the warning with a CVS > > >index. > > >> > > > >> > Kris > > >> > > >> I have the same error using en_US.UTF-8 > > > > > >s/error/warning/ > > > > > >There is probably lots of work needed to clean up the ports tree in > > >the presence of non-default locales (there is a PR documenting some of > > >this), so contact me if you are interested in working on it. > > > > I thought it was tr/cut/... needs to be fixed? > > Correct me if I'm wrong :-) > > AFAIK tr/cut/... are behaving correctly with respect to the > non-default locale. The issue is that they are being called with the > (invalid) assumption that the locale is always the C locale (i.e. with > the expectation that they should process their files as in the C > locale). I see. Thanks. Rong-En Fan > > Kris >