all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Symbol's function definition is void: get-load-suffixes
@ 2006-04-03 21:38 Mathias Dahl
  2006-04-03 22:19 ` Luc Teirlinck
  0 siblings, 1 reply; 3+ messages in thread
From: Mathias Dahl @ 2006-04-03 21:38 UTC (permalink / raw)


It was some weeks since I last updated my CVS Emacs. Today I got this error:

Directories: /home/mathias/prj/emacs/lisp/.
/home/mathias/prj/emacs/lisp/./calc /home/mathias/prj/emacs/lisp/./erc
/home/mathias/prj/emacs/lisp/./calendar /home
/mathias/prj/emacs/lisp/./emacs-lisp
/home/mathias/prj/emacs/lisp/./emulation /h
ome/mathias/prj/emacs/lisp/./eshell
/home/mathias/prj/emacs/lisp/./gnus /home/ma
thias/prj/emacs/lisp/./international
/home/mathias/prj/emacs/lisp/./language /ho
me/mathias/prj/emacs/lisp/./mail /home/mathias/prj/emacs/lisp/./mh-e
/home/mathi as/prj/emacs/lisp/./net
/home/mathias/prj/emacs/lisp/./obsolete /home/mathias/pr
j/emacs/lisp/./play /home/mathias/prj/emacs/lisp/./progmodes
/home/mathias/prj/e macs/lisp/./term
/home/mathias/prj/emacs/lisp/./textmodes /home/mathias/prj/emac
s/lisp/./toolbar /home/mathias/prj/emacs/lisp/./url
Symbol's function definition is void: get-load-suffixes
make[3]: *** [autoloads] Error 255
make[3]: Leaving directory `/home/mathias/prj/emacs/lisp'
make[2]: *** [bootstrap-prepare] Error 2
make[2]: Leaving directory `/home/mathias/prj/emacs/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/mathias/prj/emacs'
make: *** [bootstrap] Error 2

Here is the script I use when building:

#!/bin/bash

cd ~/prj/emacs
cvs update
./configure
make bootstrap

It used to work fine so I would think that the commands are okay.

Any idea what I have done wrong?

/Mathias

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

* Re: Symbol's function definition is void: get-load-suffixes
  2006-04-03 21:38 Symbol's function definition is void: get-load-suffixes Mathias Dahl
@ 2006-04-03 22:19 ` Luc Teirlinck
  2006-04-03 22:43   ` Mathias Dahl
  0 siblings, 1 reply; 3+ messages in thread
From: Luc Teirlinck @ 2006-04-03 22:19 UTC (permalink / raw)
  Cc: emacs-devel

Mathias Dahl wrote:

   It was some weeks since I last updated my CVS Emacs.

You mean before February 6?

   /home/mathias/prj/emacs/lisp/./textmodes /home/mathias/prj/emac
   s/lisp/./toolbar /home/mathias/prj/emacs/lisp/./url
   Symbol's function definition is void: get-load-suffixes
   make[3]: *** [autoloads] Error 255
   make[3]: Leaving directory `/home/mathias/prj/emacs/lisp'
   make[2]: *** [bootstrap-prepare] Error 2
   make[2]: Leaving directory `/home/mathias/prj/emacs/lisp'
   make[1]: *** [bootstrap-build] Error 2
   make[1]: Leaving directory `/home/mathias/prj/emacs'
   make: *** [bootstrap] Error 2

   Here is the script I use when building:

   #!/bin/bash

   cd ~/prj/emacs
   cvs update
   ./configure
   make bootstrap

   It used to work fine so I would think that the commands are okay.

   Any idea what I have done wrong?

Somehow lread.c does not seem to have been properly recompiled.
Strange, I thought that `make bootstrap' automatically recompiled all C
files.  Anyway:

make maintainer-clean
./configure
make bootstrap

should solve the problem (even though maybe `make maintainer-clean' is
overkill).  Or else you could have a sticky tag on lread.c.

Sincerely,

Luc.

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

* Re: Symbol's function definition is void: get-load-suffixes
  2006-04-03 22:19 ` Luc Teirlinck
@ 2006-04-03 22:43   ` Mathias Dahl
  0 siblings, 0 replies; 3+ messages in thread
From: Mathias Dahl @ 2006-04-03 22:43 UTC (permalink / raw)
  Cc: emacs-devel

>    It was some weeks since I last updated my CVS Emacs.
>
> You mean before February 6?

Umm, no. I think I compiled it after that but I might as well have got
this error earlier and not noticing it...

> Somehow lread.c does not seem to have been properly recompiled.
> Strange, I thought that `make bootstrap' automatically recompiled all C
> files.

Hmm. Umm. Well. Me to... :)

> make maintainer-clean
> ./configure
> make bootstrap
>
> should solve the problem (even though maybe `make maintainer-clean' is
> overkill).  Or else you could have a sticky tag on lread.c.

It did, thanks a bunch!

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

end of thread, other threads:[~2006-04-03 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-03 21:38 Symbol's function definition is void: get-load-suffixes Mathias Dahl
2006-04-03 22:19 ` Luc Teirlinck
2006-04-03 22:43   ` Mathias Dahl

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.