From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ian Dunn Newsgroups: gmane.emacs.devel Subject: ELPA Archive Build Fails Date: Sun, 10 Dec 2017 17:15:20 -0500 Message-ID: <87wp1u8c1z.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1512944244 14774 195.159.176.226 (10 Dec 2017 22:17:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 10 Dec 2017 22:17:24 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) Cc: Ted Zlatanov To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 10 23:17:20 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eO9uP-0003Zl-Uo for ged-emacs-devel@m.gmane.org; Sun, 10 Dec 2017 23:17:18 +0100 Original-Received: from localhost ([::1]:49964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eO9uV-0004RX-IL for ged-emacs-devel@m.gmane.org; Sun, 10 Dec 2017 17:17:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eO9tu-0004RS-La for emacs-devel@gnu.org; Sun, 10 Dec 2017 17:16:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eO9tt-0004Xg-SR for emacs-devel@gnu.org; Sun, 10 Dec 2017 17:16:46 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eO9ts-0004Up-EP; Sun, 10 Dec 2017 17:16:44 -0500 Original-Received: from [2604:6000:1010:176:da4d:3352:bae5:f50e] (port=54714 helo=escafil) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eO9ts-0000eb-0K; Sun, 10 Dec 2017 17:16:44 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:220866 Archived-At: With the recent changes to uni-confusables, it looks like check_copyrights is broken: $ admin/update-archive.sh ... + make -f /home/skolar/programming/elpa/build/GNUmakefile check_copyrights Compute exceptions >copyright_exceptions~ diff -u "copyright_exceptions" "copyright_exceptions~" --- copyright_exceptions 2017-12-09 14:28:44.843470983 -0500 +++ copyright_exceptions~ 2017-12-10 16:39:12.466687835 -0500 @@ -70,7 +70,8 @@ ./muse/htmlize-hack.el ./rudel/rudel-loaddefs.el ./uni-confusables/gen-confusables.el:;; Copyright (C) 1991-2009, 2010 Unicode, Inc. -./uni-confusables/gen-confusables.el:;; for the copyright and permission notice. +./uni-confusables/gen-confusables.el:;; gen-confusables.el. The copyright and permissions are the same +./uni-confusables/gen-confusables.el:;; list (covered by the Unicode copyright terms in copyright.html) ./uni-confusables/uni-confusables.el ./uni-confusables/uni-confusables.el:;; Copyright (C) 1991-2009, 2010 Unicode, Inc. ./uni-confusables/uni-confusables.el:;; for the copyright and permission notice. make: *** [/home/skolar/programming/elpa/build/GNUmakefile:18: check_copyrights] Error 1 + signal_error 'check_copyright failed' + title='check_copyright failed' + '[' '' = '' ']' + echo 'Error: check_copyright failed' Error: check_copyright failed + exit 1 -- Ian Dunn