emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Current CVS compile problems


From: Damien Elmes
Subject: Re: Current CVS compile problems
Date: Mon, 02 Sep 2002 01:26:10 +1000
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu)

Eli Zaretskii <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]