unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make bootstrap fails.
@ 2004-01-31  0:02 Steven T. Hatton
  2004-01-31  0:44 ` Luc Teirlinck
  2004-01-31 20:02 ` Kai Grossjohann
  0 siblings, 2 replies; 48+ messages in thread
From: Steven T. Hatton @ 2004-01-31  0:02 UTC (permalink / raw)


I finally figured out that I need to checkout the cvs archive to a host with a 
public IP address (or change some, to me, unknown configuration).  Now that I 
have the source, I'm having a hard time getting it to bootstrap.  

`make' results in the following message:

Your tree does not include the compiled Lisp files.
You need to do `make bootstrap' to build Emacs.
Emacs now requires Texinfo version 4.2.
make: *** [maybe_bootstrap] Error 1

`make bootstrap' results in:

(cd src;      make  mostlyclean)
/bin/sh: line 1: cd: src: No such file or directory
make[1]: Entering directory `/download/org/gnu/emacs'
(cd src;      make -w mostlyclean)
/bin/sh: line 1: cd: src: No such file or directory
make[2]: Entering directory `/download/org/gnu/emacs'
(cd src;      make -w mostlyclean)
/bin/sh: line 1: cd: src: No such file or directory
make[3]: Entering directory `/download/org/gnu/emacs'
(cd src;      make -w mostlyclean)
/bin/sh: line 1: cd: src: No such file or directory
make[4]: Entering directory `/download/org/gnu/emacs'
(cd src;      make -w mostlyclean)
/bin/sh: line 1: cd: src: No such file or directory
make[5]: Entering directory `/download/org/gnu/emacs'
(cd src;      make -w mostlyclean)
... Ad infinitum (almost)

Suggestions?

STH

^ permalink raw reply	[flat|nested] 48+ messages in thread
* make (bootstrap) fails
@ 2005-07-27 13:35 Lennart Borgman
  2005-07-27 13:47 ` Lennart Borgman
  2005-07-27 14:48 ` Eli Zaretskii
  0 siblings, 2 replies; 48+ messages in thread
From: Lennart Borgman @ 2005-07-27 13:35 UTC (permalink / raw)


CVS from today:

D:\ecvs\bld\emacs\nt>make
Using D:\WINNT\system32\cmd.exe as shell.
.
.
make  -C ../lib-src all
make[1]: *** No rule to make target `getopt.h', needed by 
`oo-spd/i386/ctags.o'.  Stop.
make[1]: Entering directory `D:/ecvs/bld/emacs/lib-src'
make[1]: Leaving directory `D:/ecvs/bld/emacs/lib-src'
make: *** [all-other-dirs-gmake] Error 2

^ permalink raw reply	[flat|nested] 48+ messages in thread
* make bootstrap fails
@ 2003-02-13 23:03 Mark Moll
  2003-02-14 10:03 ` Juanma Barranquero
  0 siblings, 1 reply; 48+ messages in thread
From: Mark Moll @ 2003-02-13 23:03 UTC (permalink / raw)
  Cc: Mark Moll

The latest CVS version of emacs fails to build on 10.2.3 (the problem 
might not be OS X specific, though).

This is what I did:

cvs update -P -d
make distclean
./configure --enable-carbon-app=/Applications --without-x
make bootstrap

Compilation fails in the last step:

gcc  -prebind -framework Carbon -lstdc++ -Xlinker -headerpad -Xlinker 
690  -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o  window.o 
charset.o coding.o category.o ccl.o cm.o term.o xfaces.o  emacs.o 
keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o 
marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o 
casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o 
editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o 
syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o 
sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o 
md5.o  mac.o macterm.o macfns.o macmenu.o fontset.o terminfo.o 
lastfile.o    mktime.o     -lncurses
ld: warning multiple definitions of symbol _PC
terminfo.o definition of _PC in section (__DATA,__common)
/usr/lib/libncurses.dylib(lib_tputs.o) definition of _PC
ld: warning multiple definitions of symbol _BC
terminfo.o definition of _BC in section (__DATA,__common)
/usr/lib/libncurses.dylib(lib_termcap.o) definition of _BC
ld: warning multiple definitions of symbol _UP
terminfo.o definition of _UP in section (__DATA,__common)
/usr/lib/libncurses.dylib(lib_termcap.o) definition of _UP
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/Users/mmoll/src/emacs/lisp 
/Users/mmoll/src/emacs/lisp/emacs-lisp 
/Users/mmoll/src/emacs/lisp/language 
/Users/mmoll/src/emacs/lisp/international 
/Users/mmoll/src/emacs/lisp/textmodes)
Loading byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading map-ynp (source)...
Loading env (source)...
Loading cus-start (source)...
Note, built-in variable `selection-coding-system' not bound
Note, built-in variable `mouse-autoselect-window' not bound
Note, built-in variable `x-use-underline-position-properties' not bound
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
Loading format (source)...
Loading bindings (source)...
Loading files (source)...
Loading cus-face (source)...
Loading faces (source)...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((84045 . 20121) (4956 . 22) (520 . 121) 310101 22130 (8 . 1) (17 . 0) 
(6344 . 460))
Loading loaddefs.el (source)...
((101453 . 5616) (7107 . 0) (528 . 113) 1026729 22130 (34 . 33) (17 . 
0) (12784 . 68))
Loading simple (source)...
Invalid read syntax: "?"
make[1]: *** [bootstrap-emacs] Error 255
make: *** [bootstrap] Error 2

-- 
Mark

^ permalink raw reply	[flat|nested] 48+ messages in thread
* make bootstrap fails
@ 2002-11-08 20:04 Kai Großjohann
  2002-11-09 13:17 ` Henrik Enberg
  0 siblings, 1 reply; 48+ messages in thread
From: Kai Großjohann @ 2002-11-08 20:04 UTC (permalink / raw)


This is the error I see:

/----
| Compiling /home/kai/work/gnu/emacs/lisp/emacs-lisp/byte-opt.el
| 
| In byte-optimize-form-code-walker:
| byte-opt.el:525:38:Warning: Function `compiler-macroexpand' from cl package
|     called at runtime
| Wrote /home/kai/work/gnu/emacs/lisp/emacs-lisp/byte-opt.elc
| Compiling /home/kai/work/gnu/emacs/lisp/emacs-lisp/bytecomp.el
| Wrote /home/kai/work/gnu/emacs/lisp/emacs-lisp/bytecomp.elc
| Compiling /home/kai/work/gnu/emacs/lisp/subr.el
| Wrote /home/kai/work/gnu/emacs/lisp/subr.elc
| Compiling /home/kai/work/gnu/emacs/lisp/progmodes/cc-mode.el
| >>Error occurred processing /home/kai/work/gnu/emacs/lisp/progmodes/cc-mode.el: Symbol's function definition is void ((char-table-p))
| make[1]: *** [compile] Error 1
| make[1]: Leaving directory `/export/home/kai/work/gnu/emacs/lisp'
| make: *** [bootstrap] Error 2
\----

I tried to find the offending use of char-table-p, but couldn't.

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2005-07-27 15:13 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-31  0:02 make bootstrap fails Steven T. Hatton
2004-01-31  0:44 ` Luc Teirlinck
2004-01-31  0:54   ` Steven T. Hatton
2004-01-31  1:32     ` make bootstrap fails. env problem Steven T. Hatton
2004-01-31  0:57   ` make bootstrap fails Steven T. Hatton
2004-01-31  1:48     ` Luc Teirlinck
2004-01-31  2:07       ` Steven T. Hatton
2004-01-31  3:20       ` Steven T. Hatton
2004-02-01 18:10         ` Richard Stallman
2004-01-31 20:02 ` Kai Grossjohann
2004-02-01 21:34   ` Kim F. Storm
2004-02-01 20:52     ` Luc Teirlinck
2004-02-01 21:40       ` Kai Grossjohann
2004-02-01 22:08         ` Luc Teirlinck
2004-02-02 23:05           ` Richard Stallman
2004-02-03 22:05             ` Luc Teirlinck
2004-02-04 10:07               ` Kim F. Storm
2004-02-04 15:21                 ` Luc Teirlinck
2004-02-04 16:55                   ` Jan D.
2004-02-04 19:36                     ` Luc Teirlinck
2004-02-04 22:51                       ` Kim F. Storm
2004-02-04 20:51                     ` Luc Teirlinck
2004-02-04 16:56                   ` Kim F. Storm
2004-02-01 22:27         ` Luc Teirlinck
2004-02-02  7:09           ` Kai Grossjohann
2004-02-02 14:28             ` Luc Teirlinck
2004-02-02 17:11               ` Stefan Monnier
2004-02-02 18:51                 ` Luc Teirlinck
2004-02-02 20:02                   ` Stefan Monnier
2004-02-02 22:59                     ` Luc Teirlinck
2004-02-02 19:01                 ` Luc Teirlinck
2004-02-01 23:46       ` Kim F. Storm
2004-02-01 23:02         ` Luc Teirlinck
  -- strict thread matches above, loose matches on Subject: below --
2005-07-27 13:35 make (bootstrap) fails Lennart Borgman
2005-07-27 13:47 ` Lennart Borgman
2005-07-27 14:39   ` Juanma Barranquero
2005-07-27 14:50     ` Lennart Borgman
2005-07-27 14:48 ` Eli Zaretskii
2005-07-27 15:13   ` Juanma Barranquero
2003-02-13 23:03 make bootstrap fails Mark Moll
2003-02-14 10:03 ` Juanma Barranquero
2002-11-08 20:04 Kai Großjohann
2002-11-09 13:17 ` Henrik Enberg
2002-11-11 10:19   ` Richard Stallman
2002-11-12 18:29     ` Henrik Enberg
2002-11-14 12:15       ` Richard Stallman
2002-11-14 23:38     ` Kenichi Handa
2002-11-15 14:24       ` Stefan Monnier

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).