all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r106462: *	lisp/emacs-lisp/autoload.el	(autoload-generate-file-autoloads): Simplify.
Date: Wed, 23 Nov 2011 20:42:50 +0200	[thread overview]
Message-ID: <83aa7maded.fsf@gnu.org> (raw)
In-Reply-To: <CAAeL0SSQBAYyL6SBodWWSZgd0x=uObz4_Lu8QUt1AW5QNibHZA@mail.gmail.com>

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Wed, 23 Nov 2011 01:42:57 +0100
> Cc: emacs-devel@gnu.org
> 
> On Tue, Nov 22, 2011 at 17:43, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> 
> > Can you show a backtrace
> 
> Debugger entered--Lisp error: (wrong-type-argument listp
> "7a7dc38245a868ec15a09346dc1ecc35")
>   time-less-p("7a7dc38245a868ec15a09346dc1ecc35" (20168 31602))
>   update-directory-autoloads("." "calc" "calendar" "emacs-lisp"

The problem was that on Windows, "make autoloads" produced in
loaddefs.el MD5 checksums, but Emacs expects to see time stamps in
that file (compare with ldefs-boot.el).

And the reason "make autoloads" produced MD5 checksums is that
autoload-generate-file-autoloads compared file names case-sensitively,
so d:/foo/bar/lisp/loaddefs.el and D:/foo/bar/lisp/loaddefs.el would
not compare equal!

Should be fixed now.  You may need to copy ldefs-boot.el to
loaddefs.el, before you run "make autoloads" after you "bzr up" and
recompile autoload.el.



  parent reply	other threads:[~2011-11-23 18:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1RSVcR-0007q0-22@vcs.savannah.gnu.org>
2011-11-22  8:50 ` [Emacs-diffs] /srv/bzr/emacs/trunk r106462: * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify Juanma Barranquero
2011-11-22 16:43   ` Stefan Monnier
2011-11-23  0:42     ` Juanma Barranquero
2011-11-23 13:47       ` Andy Moreton
2011-11-23 17:58         ` Eli Zaretskii
2011-11-23 23:41           ` Andy Moreton
2011-11-24  3:54             ` Eli Zaretskii
2011-11-23 18:42       ` Eli Zaretskii [this message]
2011-11-23 19:21         ` [Emacs-diffs] " martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83aa7maded.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.