* CVS HEAD fails to build on OSX for past few days
@ 2005-06-09 13:50 Randal L. Schwartz
2005-06-09 14:19 ` Juanma Barranquero
2005-06-09 14:34 ` Lute Kamstra
0 siblings, 2 replies; 5+ messages in thread
From: Randal L. Schwartz @ 2005-06-09 13:50 UTC (permalink / raw)
I'm tracking CVS HEAD, building daily on OSX.
For the past few days, even though files keep changing,
the compilation after
cvs -q up
make clean bootstrap install
ends with:
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading env (source)...
Loading cus-start (source)...
Note, built-in variable `x-use-old-gtk-file-dialog' 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.
((89890 . 31230) (5299 . 52) (560 . 119) 342374 29990 (12 . 1) (18 . 0) (6774 . 471))
Loading loaddefs.el (source)...
Symbol's value as variable is void: flyspell-mode-map
make[1]: *** [bootstrap-emacs] Error 255
make: *** [bootstrap-build] Error 2
Is this being looked into for resolution? I'd hate to go a few more
days without a working GNU Emacs. :(
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CVS HEAD fails to build on OSX for past few days
2005-06-09 13:50 CVS HEAD fails to build on OSX for past few days Randal L. Schwartz
@ 2005-06-09 14:19 ` Juanma Barranquero
2005-06-09 14:34 ` Lute Kamstra
1 sibling, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2005-06-09 14:19 UTC (permalink / raw)
Cc: bug-gnu-emacs
> cvs -q up
> make clean bootstrap install
>
> ends with:
> Symbol's value as variable is void: flyspell-mode-map
> make[1]: *** [bootstrap-emacs] Error 255
> make: *** [bootstrap-build] Error 2
Delete lisp/loaddefs.el and try bootstrapping again.
--
/L/e/k/t/u
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CVS HEAD fails to build on OSX for past few days
2005-06-09 13:50 CVS HEAD fails to build on OSX for past few days Randal L. Schwartz
2005-06-09 14:19 ` Juanma Barranquero
@ 2005-06-09 14:34 ` Lute Kamstra
2005-06-09 15:00 ` Randal L. Schwartz
1 sibling, 1 reply; 5+ messages in thread
From: Lute Kamstra @ 2005-06-09 14:34 UTC (permalink / raw)
Cc: bug-gnu-emacs
merlyn@stonehenge.com (Randal L. Schwartz) writes:
> I'm tracking CVS HEAD, building daily on OSX.
When you are using CVS Emacs, it is a good idea to read emacs-devel
and emacs-pretest-bug (use the latter for reporting bugs in CVS
Emacs). This problem has already been discussed there: deleting
lisp/loaddefs.el and doing a make bootstrap should solve it.
Lute.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CVS HEAD fails to build on OSX for past few days
2005-06-09 14:34 ` Lute Kamstra
@ 2005-06-09 15:00 ` Randal L. Schwartz
2005-06-09 15:27 ` Lute Kamstra
0 siblings, 1 reply; 5+ messages in thread
From: Randal L. Schwartz @ 2005-06-09 15:00 UTC (permalink / raw)
Cc: bug-gnu-emacs
>>>>> "Lute" == Lute Kamstra <Lute.Kamstra.news@xs4all.nl> writes:
Lute> merlyn@stonehenge.com (Randal L. Schwartz) writes:
>> I'm tracking CVS HEAD, building daily on OSX.
Lute> When you are using CVS Emacs, it is a good idea to read emacs-devel
Lute> and emacs-pretest-bug (use the latter for reporting bugs in CVS
Lute> Emacs). This problem has already been discussed there: deleting
Lute> lisp/loaddefs.el and doing a make bootstrap should solve it.
Will do. Sorry for the wrong place. Also "emacs-pretest-bug"
is not listed at http://savannah.gnu.org/mail/?group=emacs - might
wanna update that.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CVS HEAD fails to build on OSX for past few days
2005-06-09 15:00 ` Randal L. Schwartz
@ 2005-06-09 15:27 ` Lute Kamstra
0 siblings, 0 replies; 5+ messages in thread
From: Lute Kamstra @ 2005-06-09 15:27 UTC (permalink / raw)
Cc: bug-gnu-emacs, emacs-devel
merlyn@stonehenge.com (Randal L. Schwartz) writes:
>>>>>> "Lute" == Lute Kamstra <Lute.Kamstra.news@xs4all.nl> writes:
>
> Lute> merlyn@stonehenge.com (Randal L. Schwartz) writes:
>>> I'm tracking CVS HEAD, building daily on OSX.
>
> Lute> When you are using CVS Emacs, it is a good idea to read emacs-devel
> Lute> and emacs-pretest-bug (use the latter for reporting bugs in CVS
> Lute> Emacs). This problem has already been discussed there: deleting
> Lute> lisp/loaddefs.el and doing a make bootstrap should solve it.
>
> Will do. Sorry for the wrong place. Also "emacs-pretest-bug"
> is not listed at http://savannah.gnu.org/mail/?group=emacs - might
> wanna update that.
Agreed. Does someone know how I can add emacs-pretest-bug there?
Lute.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-06-09 15:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-09 13:50 CVS HEAD fails to build on OSX for past few days Randal L. Schwartz
2005-06-09 14:19 ` Juanma Barranquero
2005-06-09 14:34 ` Lute Kamstra
2005-06-09 15:00 ` Randal L. Schwartz
2005-06-09 15:27 ` Lute Kamstra
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).