From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fgallina@gnu.org (=?utf-8?Q?Fabi=C3=A1n?= Ezequiel Gallina) Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master a217663: Update copyright exceptions Date: Sat, 29 Aug 2015 12:57:50 -0300 Message-ID: <87fv32nl35.fsf@gnu.org> References: <20150828224026.1704.80975@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1440863909 26605 80.91.229.3 (29 Aug 2015 15:58:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Aug 2015 15:58:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 29 17:58:21 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZViWG-0003Gr-Ai for ged-emacs-devel@m.gmane.org; Sat, 29 Aug 2015 17:58:16 +0200 Original-Received: from localhost ([::1]:53226 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZViWF-0006GW-Ow for ged-emacs-devel@m.gmane.org; Sat, 29 Aug 2015 11:58:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZViVx-0005vm-MW for emacs-devel@gnu.org; Sat, 29 Aug 2015 11:57:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZViVw-0006Ew-RE for emacs-devel@gnu.org; Sat, 29 Aug 2015 11:57:57 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:51960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZViVv-0006Ec-Fm; Sat, 29 Aug 2015 11:57:55 -0400 Original-Received: from [190.246.172.180] (port=60562 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1ZViVu-0005fj-84; Sat, 29 Aug 2015 11:57:55 -0400 In-Reply-To: (Stefan Monnier's message of "Sat, 29 Aug 2015 11:16:48 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189293 Archived-At: Stefan Monnier writes: > Hi Fabi=C3=A1n, > > Could you tell me how you got this copyright_exceptions update? > It seems like it was done in the wrong locale (the content of the file > is unchanged, really, other than sorting the lines differently), yet the > GNUmakefile explicitly sets LANG=3DC to try and avoid that. > > Please try and figure out what happened, so we can fix the GNUmakefile to > avoid the problem in the future. > > ...time passes... > > Hmm... now I see that I used LANG=3DC instead of LC_ALL=3DC, so you proba= bly > had some LC_* setting that took priority over the LANG setting. I just > fixed GNUmakefile to use LC_ALL=3DC. > > Can you confirm that this was the cause of the problem? > Hi Stefan, Oh I missed that, sorry! Yes, that seems to be it. I tried the latest `make check_copyrights` and it reported no changes with the reverted copyright_exceptions file. For reference these are my locale settings: LANG=3Den_US.UTF-8 LANGUAGE=3Den_US:en LC_CTYPE=3D"en_US.UTF-8" LC_NUMERIC=3D"en_US.UTF-8" LC_TIME=3D"en_US.UTF-8" LC_COLLATE=3D"en_US.UTF-8" LC_MONETARY=3D"en_US.UTF-8" LC_MESSAGES=3D"en_US.UTF-8" LC_PAPER=3D"en_US.UTF-8" LC_NAME=3D"en_US.UTF-8" LC_ADDRESS=3D"en_US.UTF-8" LC_TELEPHONE=3D"en_US.UTF-8" LC_MEASUREMENT=3D"en_US.UTF-8" LC_IDENTIFICATION=3D"en_US.UTF-8" LC_ALL=3Den_US.UTF-8 Thanks, Fabi=C3=A1n.