From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Why is GNU AUCTeX 11.89.6 not available from ELPA yet? Date: Mon, 17 Oct 2016 18:39:22 +0200 Message-ID: <87zim3udz9.fsf@gnu.org> References: <87bmykdxig.fsf@gnu.org> <87r37fs2ey.fsf@web.de> <871szfyzdo.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1476722425 909 195.159.176.226 (17 Oct 2016 16:40:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 17 Oct 2016 16:40:25 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: =?utf-8?Q?Cl=C3=A9ment?= Pit--Claudel , Stefan Monnier , emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 17 18:40:18 2016 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 1bwAxL-0006Xi-OL for ged-emacs-devel@m.gmane.org; Mon, 17 Oct 2016 18:40:07 +0200 Original-Received: from localhost ([::1]:34437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwAxN-0000In-Ua for ged-emacs-devel@m.gmane.org; Mon, 17 Oct 2016 12:40:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwAwo-0000IF-7G for emacs-devel@gnu.org; Mon, 17 Oct 2016 12:39:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwAwl-0006WN-4W for emacs-devel@gnu.org; Mon, 17 Oct 2016 12:39:34 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40096) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwAwl-0006WH-0g for emacs-devel@gnu.org; Mon, 17 Oct 2016 12:39:31 -0400 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id DC7B320682; Mon, 17 Oct 2016 12:39:25 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Mon, 17 Oct 2016 12:39:25 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=lpAKzlStUEVlmcF+mx1Suq0qpEc=; b=Sn4c8 KOmX2NHzuIXl+3qR801WrpuqxXP18frCeCPYAh5hj4qXbg3HCY3oJF+5RYQpwhOh 8c8gvtsX5wo0DhnE9APOwq9H+QIX4Ac44es0l9Sga/k9W4BRGheTVumC81PHZlWC QBkdLapvJTGQJ1yY9B1C0e3rwXvQBHD9KWa7Q8= X-Sasl-enc: 7OKNFfRIijGkDFkabGrzKQnSrJIycsIL+8yWRQVvX0xa 1476722365 Original-Received: from thinkpad-t440p (p2e504ba3.dip0.t-ipconnect.de [46.80.75.163]) by mail.messagingengine.com (Postfix) with ESMTPA id 9FD6CF29C9; Mon, 17 Oct 2016 12:39:24 -0400 (EDT) In-Reply-To: <871szfyzdo.fsf@gnu.org> (Tassilo Horn's message of "Mon, 17 Oct 2016 13:43:31 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.25 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:208368 Archived-At: Tassilo Horn writes: >>> Could it be that ./auctex/style/bidi.el is missing a copyright >>> header, which would have broken the ELPA build? >> >> Yes, it seems that elpa doesn't build because of that (I already >> wondered why). Can please somebody have a look and fix the problem? > > I'll try to do it this evening. And now I also noticed the mail > telling us AUCTeX devs about the problem. Ok, the problem was that the new bidi.el had a slightly wrong Copyright header. It was ;; Copyright (C) Free Software Foundation but should have been ;; Copyright (C) 2016 Free Software Foundation, Inc. I don't know if the missing year or "Inc." caused the problem. Anyway, when fixing that I also added the missing "Inc." to multi-prompt.el, and then $ make externals check_copyrights failed because the original exception for multi-prompt.el hasn't been used anymore. So I removed the exception from elpa/copyright_exceptions (Stefan, I hope that's been ok), and now I hope that I've been faster than the ELPA release building task. So I hope that GNU AUCTeX 11.89.6 will be available within a few hours. Bye, Tassilo