From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Mattie Newsgroups: gmane.emacs.devel Subject: Re: generated-autoload-file sometimes not created Date: Thu, 10 Apr 2008 01:02:13 -0700 Message-ID: <20080410010213.3342e619@reforged> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/.hXIhtGx5ZlFlAU4iCsoKwP"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Trace: ger.gmane.org 1207814781 15998 80.91.229.12 (10 Apr 2008 08:06:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 08:06:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 10 10:06:52 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JjrnK-0002Yq-RK for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 10:06:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjrmg-0000Fc-ND for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 04:05:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jjrlc-0008GX-Lx for emacs-devel@gnu.org; Thu, 10 Apr 2008 04:04:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jjrlb-0008FI-0x for emacs-devel@gnu.org; Thu, 10 Apr 2008 04:04:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjrla-0008F6-Ps for emacs-devel@gnu.org; Thu, 10 Apr 2008 04:04:18 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jjrla-0006SP-8X for emacs-devel@gnu.org; Thu, 10 Apr 2008 04:04:18 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so2894846wxc.24 for ; Thu, 10 Apr 2008 01:04:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; bh=ULGDWhnBmchio4s2Orh2stp8XUeS9N5/DYgvOQpRZko=; b=tgyLAour9ZWWMhRB3cUTU8Ya3MddHZIDgXezR1w5GaNLlxRhdik4xjUq6Z09qbAXhOslsJs9O0HPyBgj12I2wb67adzqJ7Fta1jkXgtxugvotLKwCt/7/SpwpTvIndIEbGfomYW17CQK9CaJlIz9aM/ZCgIEqX2B2SAfxIkXxQ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=o0d5ub9PGj5X8xdD4xug2nA9Ue9RwtxDIp4RODXdVOndm9i0Oaectx8cbkyz5C6JhQDpfy21XgPX6Ij5bUY6PutSFiIGobFmZ1w0CKV4OHCKA9MCUOOUNk2sRlX+5K/hViNFGoQnYrCJTrIBlc5zV4JkRoJf9uvjmIECfhZmNIg= Original-Received: by 10.114.193.1 with SMTP id q1mr1452616waf.75.1207814656479; Thu, 10 Apr 2008 01:04:16 -0700 (PDT) Original-Received: from reforged ( [71.217.206.83]) by mx.google.com with ESMTPS id q18sm2429855pog.7.2008.04.10.01.04.15 (version=SSLv3 cipher=OTHER); Thu, 10 Apr 2008 01:04:16 -0700 (PDT) In-Reply-To: X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.8; i686-pc-linux-gnu) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94849 Archived-At: --Sig_/.hXIhtGx5ZlFlAU4iCsoKwP Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 09 Apr 2008 16:16:14 -0400 Stefan Monnier wrote: > > I have locally added (rightly, I think) calc/calc-loaddefs.el to > > AUTOGENEL in lisp/Makefile.in. However, it is not recreated on > > bootstrapping if the timestamp of calc/*.el is older than that of > > loaddefs.el (at least, I think this is what is happening). I > > believe this indicates a bug in the code that generates autoload > > files. >=20 > Indeed, we have a problem: "make bootstrap" will not recreate all the > autoloads, but only those of the files that are more recent than > ldefs-boot.el. >=20 > So I suggest the patch below. Can someone test it and fix/install it? >=20 The patch applied with minor fuzz. No bacon, same crash on darwin. Wrote /Users/mattie/system/emacs/dist/emacs/lisp/calc/=20 calccomp.elcCompiling /Users/mattie/system/emacs/dist/emacs/lisp/./=20 calc/calcsel2.elWrote /Users/mattie/system/emacs/dist/emacs/lisp/calc/=20 calcsel2.elcCompiling /Users/mattie/system/emacs/dist/emacs/lisp/./=20 calendar/appt.el In toplevel form:calendar/appt.el:78:1:Error: Required feature `cal-=20 loaddefs' was not providedmake[2]: *** [compile] Error 1make[1]: *** =20 [bootstrap-build] Error 2make: *** [bootstrap] Error 2 btw, sorry about the multiple sends on the darwin report. Cheers, Mike Mattie --Sig_/.hXIhtGx5ZlFlAU4iCsoKwP Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFH/cmFdfRchrkBInkRArm6AKCbjU/A0uor5WUFQFzEN0BLi7XTRACfVKxX FWINb/0Qw4a/ocq7LwPW+iY= =B4k7 -----END PGP SIGNATURE----- --Sig_/.hXIhtGx5ZlFlAU4iCsoKwP--