unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make bootstrap error
@ 2003-05-18  2:20 Vinicius Jose Latorre
  2003-05-18  2:32 ` Stefan Monnier
  0 siblings, 1 reply; 19+ messages in thread
From: Vinicius Jose Latorre @ 2003-05-18  2:20 UTC (permalink / raw)


Hi Folks,

I've just update my GNU Emacs copy (cvs -z3 update -dPA) and got the 
following error (make bootstrap):

./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/home/vinicius/work/emacs/lisp 
/home/vinicius/work/emacs/lisp/emacs-lisp 
/home/vinicius/work/emacs/lisp/language 
/home/vinicius/work/emacs/lisp/international 
/home/vinicius/work/emacs/lisp/textmodes)
Loading byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Symbol's function definition is void: dolist
make[1]: *** [bootstrap-emacs] Error 255
make[1]: Leaving directory `/home/vinicius/work/emacs/src'
make: *** [bootstrap] Error 2


Regards,


Vinicius

^ permalink raw reply	[flat|nested] 19+ messages in thread
* make bootstrap error
@ 2017-09-14  4:16 M.Nomiya
  2017-09-14 12:00 ` Ken Brown
  0 siblings, 1 reply; 19+ messages in thread
From: M.Nomiya @ 2017-09-14  4:16 UTC (permalink / raw)
  To: emacs-devel

Hello,

I got the error when running 'make bootstrap' for 3days;

[...]
  CC       lastfile.o
  CC       widget.o
  CCLD     temacs
sysdep.o: In function `renameat_noreplace':
/tmp/tes/emacs/src/sysdep.c:2693: undefined reference to `renameat2'
collect2: error: ld returned 1 exit status
Makefile:600: recipe for target 'temacs' failed
make[2]: *** [temacs] Error 1
make[2]: Leaving directory '/tmp/tes/emacs/src'
Makefile:416: recipe for target 'src' failed
make[1]: *** [src] Error 2
make[1]: Leaving directory '/tmp/tes/emacs'
Makefile:1096: recipe for target 'bootstrap' failed
make: *** [bootstrap] Error 2

---
M. Nomiya





^ permalink raw reply	[flat|nested] 19+ messages in thread
* make bootstrap error
@ 2017-07-30  4:20 Masaru Nomiya
  2017-07-30  5:11 ` Tino Calancha
  0 siblings, 1 reply; 19+ messages in thread
From: Masaru Nomiya @ 2017-07-30  4:20 UTC (permalink / raw)
  To: emacs-devel

Hello,

With the very latest git, I got 'make bootstrap error';

[...]
make[4]: Leaving directory '/tmp/mas/emacs/leim'
Directories for loaddefs: . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./image ./international ./language ./leim ./leim/ja-dic ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc
  GEN      loaddefs.el
Not registering prefix "lo" from completion.  Affects: ("locate-completion-entry" "locate-completion-entry-retry" "locate-completion-db-error" "load-completions-from-file")
Not registering prefix "*" from ielm.  Affects: ("*" "**" "***" "*1" "*2" "*3")
Not registering prefix "is" from ind-util.  Affects: ("is13194-default-repertory" "is13194-repertory-to-ucs-script" "is13194-to-ucs-devanagari-hashtbl" "is13194-to-ucs-devanagari-regexp" "is13194-to-ucs-bengali-hashtbl" "is13194-to-ucs-bengali-regexp" "is13194-to-ucs-assamese-hashtbl" "is13194-to-ucs-assamese-regexp" "is13194-to-ucs-gurmukhi-hashtbl" "is13194-to-ucs-gurmukhi-regexp" "is13194-to-ucs-gujarati-hashtbl" "is13194-to-ucs-gujarati-regexp" "is13194-to-ucs-oriya-hashtbl" "is13194-to-ucs-oriya-regexp" "is13194-to-ucs-tamil-hashtbl" "is13194-to-ucs-tamil-regexp" "is13194-to-ucs-telugu-hashtbl" "is13194-to-ucs-telugu-regexp" "is13194-to-ucs-malayalam-hashtbl" "is13194-to-ucs-malayalam-regexp" "is13194-to-ucs-kannada-hashtbl" "is13194-to-ucs-kannada-regexp" "iscii-to-ucs-region")
Not registering prefix "se" from page-ext.  Affects: ("search-pages" "set-page-delimiter")
make[3]: Leaving directory '/tmp/mas/emacs/lisp'
make[2]: Leaving directory '/tmp/mas/emacs/src'
Makefile:416: recipe for target 'src' failed
make[1]: *** [src] Error 2
make[1]: Leaving directory '/tmp/mas/emacs'
Makefile:1097: recipe for target 'bootstrap' failed
make: *** [bootstrap] Error 2

Thansk,

---
M. Nomiya



^ permalink raw reply	[flat|nested] 19+ messages in thread
* make bootstrap error
@ 2003-06-28  2:51 Vinicius Jose Latorre
  0 siblings, 0 replies; 19+ messages in thread
From: Vinicius Jose Latorre @ 2003-06-28  2:51 UTC (permalink / raw)


Hi,

Well, I've got the following error when I "make bootstrap":

........
Loading simple (source)...
Loading help (source)...
Loading international/mule-cmds (source)...
Symbol's value as variable is void: menu-bar-options-menu
make[1]: *** [bootstrap-emacs] Error 255
make[1]: Leaving directory `/home/vinicius/work/emacs/src'
make: *** [bootstrap] Error 2


Vinicius

^ permalink raw reply	[flat|nested] 19+ messages in thread
* make bootstrap error
@ 2003-05-04 17:42 Vinicius Jose Latorre
  0 siblings, 0 replies; 19+ messages in thread
From: Vinicius Jose Latorre @ 2003-05-04 17:42 UTC (permalink / raw)


Hi folks,

I've just downloaded Emacs sources (cvs -z3 update -dPA) and got the 
following error (make bootstrap):

(cd lisp; make  bootstrap EMACS=../src/bootstrap-emacs)
make[1]: Entering directory `/home/vinicius/work/emacs/lisp'
wd=/home/vinicius/work/emacs/lisp; subdirs=`find $wd -type d -print`; 
for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | 
*/=* ) ;; *) wins="$wins $file" ;; esac; done; \
for file in $wins; do \
   /home/vinicius/work/emacs/lisp/../update-subdirs $file; \
done;
wd=/home/vinicius/work/emacs/lisp; subdirs=`find $wd -type d -print`; 
for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | 
*/=* ) ;; *) wins="$wins $file" ;; esac; done; \
echo Directories: $wins; \
../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload 
--eval '(setq generated-autoload-file 
"/home/vinicius/work/emacs/lisp/loaddefs.el")' -f batch-update-autoloads 
$wins
Directories: /home/vinicius/work/emacs/lisp 
/home/vinicius/work/emacs/lisp/calc /home/vinicius/work/emacs/lisp/gnus 
/home/vinicius/work/emacs/lisp/calendar 
/home/vinicius/work/emacs/lisp/emacs-lisp 
/home/vinicius/work/emacs/lisp/emulation 
/home/vinicius/work/emacs/lisp/eshell 
/home/vinicius/work/emacs/lisp/international 
/home/vinicius/work/emacs/lisp/language 
/home/vinicius/work/emacs/lisp/mail /home/vinicius/work/emacs/lisp/mh-e 
/home/vinicius/work/emacs/lisp/net 
/home/vinicius/work/emacs/lisp/obsolete 
/home/vinicius/work/emacs/lisp/play 
/home/vinicius/work/emacs/lisp/progmodes 
/home/vinicius/work/emacs/lisp/term 
/home/vinicius/work/emacs/lisp/textmodes 
/home/vinicius/work/emacs/lisp/toolbar
Autoloading failed to define function update-autoloads-from-directories
make[1]: *** [autoloads] Error 255
make[1]: Leaving directory `/home/vinicius/work/emacs/lisp'
make: *** [bootstrap] Error 2

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

end of thread, other threads:[~2017-09-14 22:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-18  2:20 make bootstrap error Vinicius Jose Latorre
2003-05-18  2:32 ` Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2017-09-14  4:16 M.Nomiya
2017-09-14 12:00 ` Ken Brown
2017-09-14 12:11   ` M. Nomiya
2017-09-14 12:22     ` Ken Brown
2017-09-14 14:26       ` Paul Eggert
2017-09-14 22:12         ` M. Nomiya
2017-07-30  4:20 Masaru Nomiya
2017-07-30  5:11 ` Tino Calancha
2017-07-30 11:35   ` Tino Calancha
2017-07-30 12:42     ` Masaru Nomiya
2017-07-30 12:56       ` Tino Calancha
2017-07-30 14:11     ` Eli Zaretskii
2017-07-30 15:36       ` Tino Calancha
2017-07-30 15:55         ` Eli Zaretskii
2017-08-02  9:13           ` Tino Calancha
2003-06-28  2:51 Vinicius Jose Latorre
2003-05-04 17:42 Vinicius Jose Latorre

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