unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Michael Reilly <pmr@pajato.com>
To: emacs-devel@gnu.org
Cc: Christoph Conrad <christoph.conrad@gmx.de>
Subject: Re: Bootstrapping fails
Date: Sun, 13 Jan 2008 04:51:04 -0500	[thread overview]
Message-ID: <4789DF08.3010901@pajato.com> (raw)
In-Reply-To: <87prw685e1.fsf@ID-24456.user.uni-berlin.de>

Christoph Conrad wrote:
> Cuurent CVS Emacs:
> 
> make[1]: Entering directory `/var/local/cc/news/emacs/src'
> make[1]: *** Keine Regel vorhanden, um das Target »/var/local/cc/news/emacs/src/../lisp/emacs-lisp/byte-run.elc«,
>   benötigt von »../etc/DOC«, zu erstellen.  Schluss.
> 
> Means: no rule to make byte-run.elc needed by ../etc/DOC.

Bootstrapping fails for me too but with a different signature.  After 
getting a similar failure when compiling tex-mode.elc, I decided to to a 
fresh checkout and got the following:

[pmr@lilly emacs]$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
...
checking for C restricted array declarations... yes

Configured for `i686-pc-linux-gnu'.

   Where should the build process find the source code? 
/home/pmr/projects/gnu/emacs
   What operating system and machine description files should Emacs use?
         `s/gnu-linux.h' and `m/intel386.h'
   What compiler should emacs be built with?               gcc -g -O2 
-Wno-pointer-sign
   Should Emacs use the GNU version of malloc?             yes
       (Using Doug Lea's new malloc from the GNU C Library.)
   Should Emacs use a relocating allocator for buffers?    yes
   Should Emacs use mmap(2) for buffer allocation?         no
   What window system should Emacs use?                    x11
   What toolkit should Emacs use?                          LUCID
   Where do we find X Windows header files?                Standard dirs
   Where do we find X Windows libraries?                   Standard dirs
   Does Emacs use -lXaw3d?                                 yes
   Does Emacs use -lXpm?                                   yes
   Does Emacs use -ljpeg?                                  yes
   Does Emacs use -ltiff?                                  yes
   Does Emacs use a gif library?                           yes -lgif
   Does Emacs use -lpng?                                   yes
   Does Emacs use -lrsvg-2?                                no
   Does Emacs use -lgpm?                                   yes
   Does Emacs use X toolkit scroll bars?                   yes

...
Compiling /home/pmr/projects/gnu/emacs/lisp/./url/url-cache.el
/usr/local/libexec/emacs/23.0.50/i686-pc-linux-gnu/movemail: invalid 
option -- -
Wrote /home/pmr/projects/gnu/emacs/lisp/url/url-cache.elc
...
Compiling /home/pmr/projects/gnu/emacs/lisp/./gnus/gnus-bookmark.el
/usr/local/libexec/emacs/23.0.50/i686-pc-linux-gnu/movemail: invalid 
option -- -

In toplevel form:
gnus/gnus-bookmark.el:57:1:Error: End of file during parsing: 
/home/pmr/projects/gnu/emacs/lisp/gnus/gnus-art.elc
make[2]: *** [compile] Error 1
make[2]: Leaving directory `/home/pmr/projects/gnu/emacs/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/pmr/projects/gnu/emacs'
make: *** [bootstrap] Error 2
[pmr@lilly emacs]$

So my guess is that a problem has recently been introduced into the byte 
compiler.

I'm also guessing that the "invalid option -- -" error that occurs on 
movemail is a red herring but does represent a build time issue in that 
the wrong instance of "movemail" is being used.

Hope all that is helpful to somebody.

-pmr

  reply	other threads:[~2008-01-13  9:51 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-13  9:01 Bootstrapping fails Christoph Conrad
2008-01-13  9:51 ` Paul Michael Reilly [this message]
2008-01-13 15:20 ` Dan Nicolaescu
2008-01-13 22:12   ` Christoph Conrad
  -- strict thread matches above, loose matches on Subject: below --
2005-11-02 21:33 bootstrapping fails Luc Teirlinck
2005-11-02 21:55 ` Stefan Monnier
2005-11-02 22:09   ` Romain Francoise
2005-11-02 22:20 ` Andreas Schwab
2005-11-02 23:17   ` Luc Teirlinck
2004-09-29  8:54 David PONCE
2004-09-29  2:59 Luc Teirlinck
2004-09-29  8:52 ` Kim F. Storm
2004-08-19 15:30 Luc Teirlinck
2004-08-19 15:44 ` Luc Teirlinck
2004-08-19 15:59   ` Andreas Schwab
2004-08-19 16:38     ` Luc Teirlinck
2004-08-19 17:02       ` Stefan Monnier
2004-08-20 14:49 ` Eli Zaretskii
2004-06-05  1:00 Luc Teirlinck
2004-06-05  1:55 ` Juanma Barranquero
2004-06-05  2:08   ` Luc Teirlinck
2004-06-05 15:29     ` Juanma Barranquero
2004-06-05 10:45   ` Miles Bader
2004-06-05 15:41     ` Juanma Barranquero
2004-06-05 22:49       ` Miles Bader
2004-06-06  0:29         ` Juanma Barranquero
2003-07-09 18:26 Luc Teirlinck
2003-07-09 20:17 ` Luc Teirlinck
2003-05-31 20:46 Bootstrapping fails Luc Teirlinck
2003-05-31 20:52 ` Luc Teirlinck
2003-05-31 21:08   ` Luc Teirlinck
2003-05-31 21:13     ` John Paul Wallington
2003-05-31 21:22       ` Luc Teirlinck
2003-05-01  2:06 Luc Teirlinck
2003-04-29  2:14 bootstrapping fails Luc Teirlinck
2003-04-29  2:54 ` John Paul Wallington
2003-04-29  3:24   ` Luc Teirlinck
2003-04-12 21:29 Luc Teirlinck
2003-03-25 21:57 Luc Teirlinck
2003-02-18  1:08 Luc Teirlinck

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=4789DF08.3010901@pajato.com \
    --to=pmr@pajato.com \
    --cc=christoph.conrad@gmx.de \
    --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).