From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master b689b90: Package archives now have priorities. Date: Wed, 21 Jan 2015 15:06:37 -0500 Message-ID: References: <20150116102411.11014.8945@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 1421870820 14874 80.91.229.3 (21 Jan 2015 20:07:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2015 20:07:00 +0000 (UTC) Cc: emacs-devel To: Jorgen =?utf-8?Q?Sch=C3=A4fer?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 21 21:06:59 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 1YE1YG-0000QQ-93 for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2015 21:06:56 +0100 Original-Received: from localhost ([::1]:50004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE1YE-0004o7-3J for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2015 15:06:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE1Y0-0004nM-Pn for emacs-devel@gnu.org; Wed, 21 Jan 2015 15:06:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YE1Xz-0001kd-Ki for emacs-devel@gnu.org; Wed, 21 Jan 2015 15:06:40 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE1Xz-0001kZ-Hi for emacs-devel@gnu.org; Wed, 21 Jan 2015 15:06:39 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YE1Xx-000305-PF; Wed, 21 Jan 2015 15:06:37 -0500 X-Spook: Kennedy UOP Legion of Doom ISEC Downing Street Iran Etacs X-Ran: VYK\KF$HX/T03sLb~mMt'-B*@YGK_B^/@*He:YGVz[x|GeDcpQlg*c%9JC{}_JWg{`Ppi, X-Hue: yellow X-Attribution: GM In-Reply-To: ("Jorgen =?utf-8?Q?Sch=C3=A4fer=22's?= message of "Tue, 20 Jan 2015 10:03:32 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:181521 Archived-At: Jorgen Sch=C3=A4fer wrote: > All the package-test-install-* tests fail with an error "Autoloads > file [...] lacks boilerplate". It seems like your build might be broken. Personally I would do a `make boostrap'. > I was hoping the different test environment on hydra would fix the > autoloads problem. I do not know what the error now was on hydra, so I > can't say, but if it is the autoloads error, I do not know how to fix > it. http://hydra.nixos.org/build/18990023 http://hydra.nixos.org/build/18990023/log/raw Test package-test-install-prioritized condition: (ert-test-failed ((should (version-list-=3D '... (package-desc-version installed))) :form (version-list-=3D (1 3) (1 4)) :value nil)) FAILED 7/16 package-test-install-prioritized This is exactly the error I was getting on RHEL7, which is quite a different system to hydra. It seems unlikely that something like this would be platform specific. IIUC, it indicates the priority mechanism simply isn't working. > Still, I figured a test case that would most likely pass if the test > suite was not broken was better than no test case. AFAIK, the test suite is not broken.