unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: current CVS bootstrap broken?
Date: Wed, 01 Oct 2003 16:09:45 +0100	[thread overview]
Message-ID: <3F7AEE39.5090007@gnu.org> (raw)
In-Reply-To: <E1A4iNN-0008DU-Fl@fencepost.gnu.org>

Richard Stallman wrote:

>      I had some problems with bootstrapping and parse-time-string 
>     last night, which I didn't have time to debug fully, but I think it 
>     might be caused by the removal of a require for parse-time and addition 
>     of an autoload cookie instead.
> 
> If that is the case, I suspect that the code is setting some variable
> in the file parse-time.

It appears to be a chicken and egg problem. Maybe it can be solved by a 
change to loaddefs-boot.el?

The code is in vc-cvs.el, and is a call to parse-time-string which is 
now autoloaded. The problem encountered is that when Emacs tries to save 
loaddefs.el after generating it, it loads vc-cvs.el and tries to run the 
code in question. But since loaddefs.el has not been written yet, the 
autoload does not work, and parse-time-string is left undefined.

  reply	other threads:[~2003-10-01 15:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-30 14:39 current CVS bootstrap broken? Sam Steingold
2003-09-30 17:03 ` Jason Rumney
2003-10-01 13:55   ` Sam Steingold
2003-10-01 14:54   ` Richard Stallman
2003-10-01 15:09     ` Jason Rumney [this message]
2003-10-02  7:42       ` Andre Spiegel
2003-10-02  7:52         ` Jason Rumney
2003-10-02  8:01           ` Miles Bader
2003-10-02  8:24           ` Andre Spiegel
2003-10-02 12:30           ` Andreas Schwab
2003-10-02 10:17       ` Andreas Schwab
2003-10-02 11:21         ` Jason Rumney

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=3F7AEE39.5090007@gnu.org \
    --to=jasonr@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).