From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79290 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Build 207 on xemacs21.5-linux - Build failed: failed compile on rev. 7eba7601cf458aa3e7bb0f49c57464dcee5958e4 Date: Thu, 30 Jun 2011 20:37:33 +0200 Message-ID: <87d3hvnp1u.fsf@randomsample.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309459136 18877 80.91.229.12 (30 Jun 2011 18:38:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 18:38:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27586@lists.math.uh.edu Thu Jun 30 20:38:52 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QcM8a-0005iK-1L for ding-account@gmane.org; Thu, 30 Jun 2011 20:38:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QcM8P-0002Yj-E8; Thu, 30 Jun 2011 13:38:41 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QcM8O-0002Yb-1D for ding@lists.math.uh.edu; Thu, 30 Jun 2011 13:38:40 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QcM8N-0000Jr-6y for ding@lists.math.uh.edu; Thu, 30 Jun 2011 13:38:39 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QcM8L-0001ig-Jp for ding@gnus.org; Thu, 30 Jun 2011 20:38:37 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=x8F4cyENSVK6YsR6EXY3F5GQjHY5nFMHPaGjQ/8zGMQ=; b=LJa7iYwus14/SVRLUEmM91V+kC4VoXbGltyhqNOiAzj5fj33cTIMaM2ZBP4+z0aWbSETE9Owa1p1Xr3GQG4ZDsPE4dwxLtz/GtDklTxfLF/W5dkWJOXS30pwq3zwOo8/; Original-Received: from dslc-082-082-170-106.pools.arcor-ip.net ([82.82.170.106] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QcM8K-0004db-PL for ding@gnus.org; Thu, 30 Jun 2011 20:38:37 +0200 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 30 Jun 2011 20:10:55 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79290 Archived-At: Lars Magne Ingebrigtsen writes: > gnus-buildbot@randomsample.de writes: > >> The Buildbot has detected a failed build on builder xemacs21.5-linux while building Gnus. >> Full details are available at: >> http://randomsample.de/gnus-buildbot/builders/xemacs21.5-linux/builds/207 > > XEmacs 21.4 doesn't have `sha1'? It does, but XEmacs is called with "-no-autoloads", that's why it cannot find it. But Gnus ships with sha1.el... I'm don't really understand it. If I remove the "-no-autoloads" from the Makefile, it compiles auth-source.el just fine. -David