From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Jorgen_Sch=C3=A4fer?= Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master b689b90: Package archives now have priorities. Date: Tue, 20 Jan 2015 18:11:13 +0100 Message-ID: References: <20150116102411.11014.8945@vcs.savannah.gnu.org> <54BE73BD.6010709@yandex.ru> 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 1421773898 3768 80.91.229.3 (20 Jan 2015 17:11:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2015 17:11:38 +0000 (UTC) Cc: emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 20 18:11:37 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 1YDcL1-0006H2-Tw for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2015 18:11:36 +0100 Original-Received: from localhost ([::1]:44757 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDcL1-0001v1-8x for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2015 12:11:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDcKm-0001uS-VK for emacs-devel@gnu.org; Tue, 20 Jan 2015 12:11:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDcKh-0002uB-Os for emacs-devel@gnu.org; Tue, 20 Jan 2015 12:11:20 -0500 Original-Received: from loki.jorgenschaefer.de ([87.230.15.51]:50421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDcKh-0002tj-J5 for emacs-devel@gnu.org; Tue, 20 Jan 2015 12:11:15 -0500 Original-Received: by loki.jorgenschaefer.de (Postfix, from userid 998) id 5D99B200F29; Tue, 20 Jan 2015 18:11:14 +0100 (CET) Original-Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by loki.jorgenschaefer.de (Postfix) with ESMTPSA id F3554200F24 for ; Tue, 20 Jan 2015 18:11:13 +0100 (CET) Original-Received: by mail-wi0-f181.google.com with SMTP id fb4so13256747wid.2 for ; Tue, 20 Jan 2015 09:11:13 -0800 (PST) X-Received: by 10.194.63.206 with SMTP id i14mr18911694wjs.107.1421773873757; Tue, 20 Jan 2015 09:11:13 -0800 (PST) Original-Received: by 10.180.102.202 with HTTP; Tue, 20 Jan 2015 09:11:13 -0800 (PST) In-Reply-To: <54BE73BD.6010709@yandex.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 87.230.15.51 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:181477 Archived-At: On Tue, Jan 20, 2015 at 4:26 PM, Dmitry Gutov wrote: > On 01/20/2015 11:03 AM, Jorgen Sch=C3=A4fer wrote: > >> Yes, I can test this. But no, I can't make the test pass. > > Do you run 'make check'? I have only two test failures on my local machin= e: > yours and vc-test-svn03-working-revision. Yes. As I mentioned, make -C test/automated gives me 46 test failures. >> All the package-test-install-* tests fail with an error "Autoloads >> file [...] lacks boilerplate". This seems to be a problem in the test >> suite code, and was the case before my commit. I was unable to figure >> out how to fix it, so I did not. > > Why don't you file a bug about it? I'm not even sure if it is a bug, or if I am doing something wrong. I do not have the time to investigate this in any detail. As this is indeed my test case and not this weird autoload problem I see, and I simply lack the time to work on this, I have removed my test case. Apologies to everyone for the noise. Regards, Jorgen