From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79292 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:48:08 +0200 Message-ID: <878vsjnok7.fsf@randomsample.de> References: <87d3hvnp1u.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309459764 23058 80.91.229.12 (30 Jun 2011 18:49:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 18:49:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27588@lists.math.uh.edu Thu Jun 30 20:49:20 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 1QcMIh-0002kE-Rr for ding-account@gmane.org; Thu, 30 Jun 2011 20:49:20 +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 1QcMIc-0002ey-Mg; Thu, 30 Jun 2011 13:49:14 -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 1QcMIb-0002ep-NZ for ding@lists.math.uh.edu; Thu, 30 Jun 2011 13:49:13 -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 1QcMIY-0000Mw-Rb for ding@lists.math.uh.edu; Thu, 30 Jun 2011 13:49:13 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QcMIX-0001zY-Ed for ding@gnus.org; Thu, 30 Jun 2011 20:49:09 +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=+3EMe0cHglqcOVMG2SoV0U6xqPtqWrs4cRu9pfJLw+Y=; b=dWeE1WPLtz5VDtuauKVcLNx4jRv/fovudcMjtnhHdXhUvimkrt916pQrBnl8XEsjEuqvs0iEeYEi4q7CP8vf5RlOqqRPvATsXoUD3IKQb4vCc3i8+ge5zoKPMxlxJzkm; 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 1QcMIW-0004lv-UO for ding@gnus.org; Thu, 30 Jun 2011 20:49:08 +0200 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 30 Jun 2011 20:41:46 +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:79292 Archived-At: Lars Magne Ingebrigtsen writes: > David Engster writes: > >> 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. > > Huh. I wonder what the -no-autoloads thing is meant to achieve? aclocal.m4 says: dnl This will set the XEmacs command line options to be slightly different dnl from the Emacs ones. If building with XEmacs the options will be dnl "-batch -no-autoloads..." to give a much cleaner build environment. This just seems to be the XEmacs way of doing things: (from: http://www.xemacs.org/Documentation/21.5/html/lispref_8.html) "It is important to note that the XEmacs used to compile packages is the bare minimum: it is called with the `-no-autoloads'. This means that anything not dumped into XEmacs by default needs to be specified in the `REQUIRES' variable (for packaged Lisp) or in some cases the `PRELOADS' (autoloads used in libraries mentioned in `PRELOADS')." -David