From owner-freebsd-ports@freebsd.org Fri Nov 13 07:08:29 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76051A2EEBD; Fri, 13 Nov 2015 07:08:29 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from fmailer.gwdg.de (fmailer.gwdg.de [134.76.11.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DC8013A9; Fri, 13 Nov 2015 07:08:28 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from um-excht-a01.um.gwdg.de ([134.76.11.221] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1Zx8T5-0005Lv-74; Fri, 13 Nov 2015 08:08:19 +0100 Received: from pc028.nfv.nw-fva.de (134.76.242.1) by email.gwdg.de (134.76.9.210) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 13 Nov 2015 08:08:19 +0100 Subject: Re: texlive appears broken To: Steve Kargl , , References: <20151112211638.GA98101@troutmask.apl.washington.edu> <20151113015559.GA69072@troutmask.apl.washington.edu> From: Rainer Hurling Message-ID: <56458C5E.2030603@gwdg.de> Date: Fri, 13 Nov 2015 08:08:14 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151113015559.GA69072@troutmask.apl.washington.edu> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Level: - X-Virus-Scanned: (clean) by clamav X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 07:08:29 -0000 Am 13.11.15 um 02:55 schrieb Steve Kargl: > On Thu, Nov 12, 2015 at 01:16:38PM -0800, Steve Kargl wrote: >> % make >> % make install > ... > >> pkg-static: Unable to access file /usr/ports/print/texlive-base/work/stage/usr/local/bin/a2ping: No such file or directory >> pkg-static: Unable to access file /usr/ports/print/texlive-base/work/stage/usr/local/bin/a5toa4: No such file or directory > > Sigh. All of these install errors are due to the > recent collate changes. > > make install fails with > > troutmask:root[220] locale > LANG=en_US.UTF-8 > LC_CTYPE="en_US.UTF-8" > LC_COLLATE="en_US.UTF-8" > LC_TIME="en_US.UTF-8" > LC_NUMERIC="en_US.UTF-8" > LC_MONETARY="en_US.UTF-8" > LC_MESSAGES="en_US.UTF-8" > LC_ALL="en_US.UTF-8" > > make install works with > > troutmask:root[220] locale > LANG=en_US.UTF-8 > LC_CTYPE="en_US.UTF-8" > LC_COLLATE=C > LC_TIME="en_US.UTF-8" > LC_NUMERIC="en_US.UTF-8" > LC_MONETARY="en_US.UTF-8" > LC_MESSAGES="en_US.UTF-8" > LC_ALL= > > I think, it is the same problem with LC_COLLATE=C, that I reported in [1]. It took me some time to find out, that some build processes need LC_COLLATE=C instead of LC_COLLATE=xx_XX.UTF-8 with the new locale stuff from bapt@. Regards, Rainer Hurling [1] https://www.mail-archive.com/freebsd-ports@freebsd.org/msg66706.html