From owner-freebsd-current@freebsd.org Wed Jun 8 05:09:08 2016 Return-Path: Delivered-To: freebsd-current@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 7F668B6FA16 for ; Wed, 8 Jun 2016 05:09:08 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a78.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64F84113C for ; Wed, 8 Jun 2016 05:09:07 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a78.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a78.g.dreamhost.com (Postfix) with ESMTP id 2EFFB2000330F for ; Tue, 7 Jun 2016 22:09:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=menhennitt.com.au; h= subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; s= menhennitt.com.au; bh=49zHJQ5qLM/lwquDgu+jmezWZLI=; b=FX8aBQyGNF EwUUtQK0kFT+RYbYCkQ/HbpligEa2LAQzkyEyvQiZgDE68FDLQD+lnySvTYd6WN2 ptiGWWQKSd5DjNV2K5zPxrNVFhzBZeGwljatM3HrYI47/LqBEnMy4DlkHsKdbWo1 RcY1OkWNRkhQmiKl2fv/OgwgQlxjeASGU= Received: from [203.2.73.68] (c122-107-214-88.mckinn3.vic.optusnet.com.au [122.107.214.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: graham@menhennitt.com.au) by homiemail-a78.g.dreamhost.com (Postfix) with ESMTPSA id BB6042000330E for ; Tue, 7 Jun 2016 22:09:06 -0700 (PDT) Subject: Re: Port lang/gcc build fails on current To: freebsd-current@freebsd.org References: <20160606181008.GA1325@gmail.com> <299ba4f6-3a04-7bfd-960e-b4d7363c61c3@menhennitt.com.au> <895056b6-d897-091e-6eca-69714c781ad5@menhennitt.com.au> <20160607153301.GA41657@gmail.com> From: Graham Menhennitt Message-ID: <11e9389b-049e-6875-de44-0b06fb76cfd5@menhennitt.com.au> Date: Wed, 8 Jun 2016 15:09:05 +1000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20160607153301.GA41657@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 05:09:08 -0000 On 8/06/2016 01:33 AM, Randy Westlund wrote: > On Tue, Jun 07, 2016 at 06:05:11PM +1000, Graham Menhennitt wrote: >> Sorry, not sure what happened to the formatting there... >> >> Try >> "LC_COLLATE="C" make >> >> See e.g. https://forums.freebsd.org/threads/54172/ >> >> Graham > That did it; I can build lang/gcc now. That thread is from Nov 2015. > Is collation broken for non-C locales, or did I make a mistake during an > update? I'm using en_US.UTF-8. Gee I still got it wrong! Third time lucky (just for the record): LC_COLLATE="C" make I think it's broken for non-C locales. I've just filed https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210122 about it. Graham