* 23.0.60; Bootstrap failure
@ 2008-04-06 2:50 David Hansen
2008-04-06 20:58 ` Bob Rogers
0 siblings, 1 reply; 6+ messages in thread
From: David Hansen @ 2008-04-06 2:50 UTC (permalink / raw)
To: emacs-pretest-bug
Hello,
make[2]: Circular /home/dhansen/src/emacs/lisp/calendar/hol-loaddefs.el <- /home/dhansen/src/emacs/lisp/calendar/diary-loaddefs.el dependency dropped.
make[2]: Circular /home/dhansen/src/emacs/lisp/calendar/hol-loaddefs.el <- /home/dhansen/src/emacs/lisp/calendar/hol-loaddefs.el dependency dropped.
EMACSLOADPATH=/home/dhansen/src/emacs/lisp LC_ALL=C ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload \
--eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" \
--eval "(setq generated-autoload-file \"/home/dhansen/src/emacs/lisp/calendar/cal-loaddefs.el\")" \
--eval "(setq make-backup-files nil)" \
-f batch-update-autoloads /home/dhansen/src/emacs/lisp/calendar
Loading /home/dhansen/src/emacs/lisp/vc-cvs.el (source)...
Wrong type argument: listp, "a7abfa085f260c82af2600d932906da1"
make[2]: *** [/home/dhansen/src/emacs/lisp/calendar/cal-loaddefs.el] Error 255
make[2]: Leaving directory `/home/dhansen/src/emacs/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/dhansen/src/emacs'
make: *** [bootstrap] Error 2
David
^ permalink raw reply [flat|nested] 6+ messages in thread
* 23.0.60; Bootstrap failure
2008-04-06 2:50 23.0.60; Bootstrap failure David Hansen
@ 2008-04-06 20:58 ` Bob Rogers
2008-04-06 22:06 ` David Hansen
0 siblings, 1 reply; 6+ messages in thread
From: Bob Rogers @ 2008-04-06 20:58 UTC (permalink / raw)
To: David Hansen; +Cc: emacs-pretest-bug
From: David Hansen <david.hansen@gmx.net>
Date: Sun, 06 Apr 2008 04:50:35 +0200
Hello,
. . .
Loading /home/dhansen/src/emacs/lisp/vc-cvs.el (source)...
Wrong type argument: listp, "a7abfa085f260c82af2600d932906da1"
make[2]: *** [/home/dhansen/src/emacs/lisp/calendar/cal-loaddefs.el] Error 255
make[2]: Leaving directory `/home/dhansen/src/emacs/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/dhansen/src/emacs'
make: *** [bootstrap] Error 2
David
This is in trunk, right? IIUC, emacs-pretest-bug@gnu.org is for
reporting bugs in pre-release versions.
That said, I saw the same problem, but doing:
make maintainer-clean
./configure
make bootstrap
cleared it up.
-- Bob Rogers
http://rgrjr.dyndns.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 23.0.60; Bootstrap failure
2008-04-06 20:58 ` Bob Rogers
@ 2008-04-06 22:06 ` David Hansen
2008-04-06 22:10 ` Glenn Morris
2008-04-06 22:19 ` Bob Rogers
0 siblings, 2 replies; 6+ messages in thread
From: David Hansen @ 2008-04-06 22:06 UTC (permalink / raw)
To: emacs-devel
On Sun, 6 Apr 2008 16:58:24 -0400 Bob Rogers wrote:
> This is in trunk, right? IIUC, emacs-pretest-bug@gnu.org is for
> reporting bugs in pre-release versions.
I used M-x report-emacs-bug
AFAIK emacs-pretest-bug is now an alias for emacs-devel
> That said, I saw the same problem, but doing:
>
> make maintainer-clean
> ./configure
> make bootstrap
>
> cleared it up.
Thanks. I think it's not the first time I read this advice. Should we
add a note to INSTALL.CVS?
David
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 23.0.60; Bootstrap failure
2008-04-06 22:06 ` David Hansen
@ 2008-04-06 22:10 ` Glenn Morris
2008-04-06 23:42 ` David Hansen
2008-04-06 22:19 ` Bob Rogers
1 sibling, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2008-04-06 22:10 UTC (permalink / raw)
To: emacs-devel
David Hansen wrote:
> Thanks. I think it's not the first time I read this advice. Should we
> add a note to INSTALL.CVS?
Please do.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 23.0.60; Bootstrap failure
2008-04-06 22:06 ` David Hansen
2008-04-06 22:10 ` Glenn Morris
@ 2008-04-06 22:19 ` Bob Rogers
1 sibling, 0 replies; 6+ messages in thread
From: Bob Rogers @ 2008-04-06 22:19 UTC (permalink / raw)
To: David Hansen; +Cc: emacs-devel
[-- Attachment #1: message body text --]
[-- Type: text/plain, Size: 890 bytes --]
From: David Hansen <david.hansen@gmx.net>
Date: Mon, 07 Apr 2008 00:06:26 +0200
On Sun, 6 Apr 2008 16:58:24 -0400 Bob Rogers wrote:
> This is in trunk, right? IIUC, emacs-pretest-bug@gnu.org is for
> reporting bugs in pre-release versions.
I used M-x report-emacs-bug
AFAIK emacs-pretest-bug is now an alias for emacs-devel
And INSTALL.CVS even says the following:
Questions, requests, and bug reports about the CVS versions of
Emacs should be sent to emacs-pretest-bug@gnu.org rather than
gnu.emacs.help or gnu.emacs.bug.
So I was wrong.
> That said, I saw the same problem, but doing:
>
> make maintainer-clean
> ./configure
> make bootstrap
>
> cleared it up.
Thanks. I think it's not the first time I read this advice. Should we
add a note to INSTALL.CVS?
David
Good idea. How about the attached?
-- Bob
[-- Attachment #2: Type: text/plain, Size: 722 bytes --]
Index: INSTALL.CVS
===================================================================
RCS file: /sources/emacs/emacs/INSTALL.CVS,v
retrieving revision 1.12
diff -u -r1.12 INSTALL.CVS
--- INSTALL.CVS 8 Jan 2008 20:46:39 -0000 1.12
+++ INSTALL.CVS 6 Apr 2008 22:17:43 -0000
@@ -44,6 +44,9 @@
$ make autoloads EMACS=../src/emacs
If either of the above partial procedures fails, try "make bootstrap".
+If "make bootstrap" fails, which does happen on occasion, you will
+need to do "make distclean" or "make maintainer-clean" and then rerun
+./configure before doing "make bootstrap".
Users of non-Posix systems (MS-Windows etc.) should run the
platform-specific configuration scripts (nt/configure.bat, config.bat,
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 23.0.60; Bootstrap failure
2008-04-06 22:10 ` Glenn Morris
@ 2008-04-06 23:42 ` David Hansen
0 siblings, 0 replies; 6+ messages in thread
From: David Hansen @ 2008-04-06 23:42 UTC (permalink / raw)
To: emacs-devel
On Sun, 06 Apr 2008 18:10:05 -0400 Glenn Morris wrote:
> David Hansen wrote:
>
>> Thanks. I think it's not the first time I read this advice. Should we
>> add a note to INSTALL.CVS?
>
> Please do.
I don't have write access, I think someone could just install Bobs
patch.
David
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-04-06 23:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-06 2:50 23.0.60; Bootstrap failure David Hansen
2008-04-06 20:58 ` Bob Rogers
2008-04-06 22:06 ` David Hansen
2008-04-06 22:10 ` Glenn Morris
2008-04-06 23:42 ` David Hansen
2008-04-06 22:19 ` Bob Rogers
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.