* Current CVS compile problems
@ 2002-09-01 11:27 Damien Elmes
2002-09-01 13:10 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Damien Elmes @ 2002-09-01 11:27 UTC (permalink / raw)
Hi folks,
A few problems with the CVS compile at the moment.
Loading dired (source)...
Loading info (source)...
Symbol's function definition is void: locate-library
make[1]: *** [autoloads] Error 255
make[1]: Leaving directory `/home/resolve/Build/emacs/lisp'
make: *** [bootstrap-lisp] Error 2
zsh: exit 2 make bootstrap
And in man/
tramp.texi:25: Unknown command `copying'.
tramp.texi:50: Unmatched `@end'.
makeinfo: Removing output file `../info/tramp' due to errors; use --force to preserve.
make: *** [../info/tramp] Error 2
And finally:
% cd lispintro && make
makeinfo -o /home/resolve/Build/emacs/lispintro/../info/eintr
/home/resolve/Build/emacs/lispintro/emacs-lisp-intro.texi
emacs-lisp-intro.texi:227: Unknown command `copying'.
emacs-lisp-intro.texi:256: Unmatched `@end'.
emacs-lisp-intro.texi:335: Unknown command `insertcopying'.
Are the last two related to my version of texinfo or something? (running
unstable debian)
Regards,
--
Damien Elmes
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Current CVS compile problems
2002-09-01 11:27 Current CVS compile problems Damien Elmes
@ 2002-09-01 13:10 ` Eli Zaretskii
2002-09-01 15:26 ` Damien Elmes
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2002-09-01 13:10 UTC (permalink / raw)
Cc: Emacs Devel
On Sun, 1 Sep 2002, Damien Elmes wrote:
> Loading dired (source)...
> Loading info (source)...
> Symbol's function definition is void: locate-library
> make[1]: *** [autoloads] Error 255
Didn't happen to me yesterday evening. Try to regenerate loaddefs.el.
> tramp.texi:25: Unknown command `copying'.
> tramp.texi:50: Unmatched `@end'.
You have an old version of Texinfo. Install Texinfo 4.2, and the problem
will go away (@copying was introduced in the latest Texinfo release.)
> % cd lispintro && make
> makeinfo -o /home/resolve/Build/emacs/lispintro/../info/eintr
> /home/resolve/Build/emacs/lispintro/emacs-lisp-intro.texi
> emacs-lisp-intro.texi:227: Unknown command `copying'.
> emacs-lisp-intro.texi:256: Unmatched `@end'.
> emacs-lisp-intro.texi:335: Unknown command `insertcopying'.
Same here.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Current CVS compile problems
2002-09-01 13:10 ` Eli Zaretskii
@ 2002-09-01 15:26 ` Damien Elmes
0 siblings, 0 replies; 3+ messages in thread
From: Damien Elmes @ 2002-09-01 15:26 UTC (permalink / raw)
Cc: Damien Elmes, Emacs Devel
Eli Zaretskii <eliz@is.elta.co.il> writes:
> On Sun, 1 Sep 2002, Damien Elmes wrote:
>
>> Loading dired (source)...
>> Loading info (source)...
>> Symbol's function definition is void: locate-library
>> make[1]: *** [autoloads] Error 255
>
> Didn't happen to me yesterday evening. Try to regenerate loaddefs.el.
Looks like the error's occuring further up in the bootstrap process now. Did I
regenerate loaddefs.el incorrectly?
mobile% (cd lisp && rm loaddefs.el; make loaddefs.el); make bootstrap
echo ";;; loaddefs.el --- automatically extracted autoloads" >> loaddefs.el
echo ";;" >> loaddefs.el; echo ";;; Code:" >> loaddefs.el
echo "" >> loaddefs.el
echo ";;; Local Variables:" >> loaddefs.el
echo ";;; version-control: never" >> loaddefs.el
echo ";;; no-byte-compile: t" >> loaddefs.el
echo ";;; no-update-autoloads: t" >> loaddefs.el
echo ";;; End:" >> loaddefs.el
echo ";;; loaddefs.el ends here" >> loaddefs.el
[...]
gcc -nostdlib `./prefix-args -Xlinker -R/usr/X11R6/lib -z nocombreloc -L/usr/X11R6/lib ` -o temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.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 unexelf.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 terminfo.o lastfile.o vm-limit.o widget.o mktime.o ../lwlib/liblw.a -L/usr/X11R6/lib -lXaw3d -lXmu -lXt -lSM -lICE -lXext -ltiff -ljpeg -lpng -lz -lm -lungif -lXpm -lX11 -lncurses -lm -lgcc -lc -lgcc /usr/lib/crtn.o
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/home/resolve/Build/emacs/lisp /home/resolve/Build/emacs/lisp/emacs-lisp /home/resolve/Build/emacs/lisp/language /home/resolve/Build/emacs/lisp/international)
[...]
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((87400 . 18475) (5000 . 22) (516 . 80) 315808 22137 (6 . 0) (16 . 0) (6371 . 244))
Loading loaddefs.el (source)...
((87402 . 18473) (5000 . 22) (517 . 79) 315690 22137 (6 . 0) (16 . 0) (6371 . 244))
Loading help (source)...
Symbol's function definition is void: define-minor-mode
make[1]: *** [bootstrap-emacs] Error 255
make[1]: Leaving directory `/home/resolve/Build/emacs/src'
make: *** [bootstrap-src] Error 2
This is from a fresh checkout about 6 hours ago - I had other issues when
attempting to update the CVS source I had from a few months back.
> You have an old version of Texinfo. Install Texinfo 4.2, and the problem
> will go away (@copying was introduced in the latest Texinfo release.)
Thanks, that fixed it.
--
Damien Elmes
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-09-01 15:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-01 11:27 Current CVS compile problems Damien Elmes
2002-09-01 13:10 ` Eli Zaretskii
2002-09-01 15:26 ` Damien Elmes
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).