* ucs-tables.el stops bootstrapping
@ 2002-12-09 15:31 Robert J. Chassell
2002-12-09 15:56 ` Andreas Schwab
0 siblings, 1 reply; 5+ messages in thread
From: Robert J. Chassell @ 2002-12-09 15:31 UTC (permalink / raw)
Today's GNU Emacs 21.3 CVS snapshot, Tue, 2002 Dec 9 15:22 UTC
fails to bootstrap with the command:
(progn
(cd "/usr/local/src/emacs/")
(compile
"gcc=gcc-3.2 ./configure --with-type1 \
--prefix=/usr/local --with-sound=yes \
&& gcc=gcc-3.2 time make bootstrap"))
The *compilation* buffer says
Loading international/ucs-tables (source)...
`let' bindings can have only one value-form: lao, (quote ((7073 . 336417) (7074 . 336418) (7076 . 336420) (7079 . 336423) (7080 . 336424) (7082 . 336426) (7085 . 336429) (7092 . 336436) (7093 . 336437) (7094 . 336438) ...)), (other (3420 . 2213) (3454 . 342462))
make[1]: *** [bootstrap-emacs] Error 255
make[1]: Leaving directory `/usr/local/src/emacs/src'
make: *** [bootstrap] Error 2
Command exited with non-zero status 2
114.06user 3.84system 2:00.17elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (78953major+140134minor)pagefaults 0swaps
Compilation exited abnormally with code 2 at Mon Dec 9 15:29:58
I looked into ucs-tables.el but could not figure out how to make
changes that enabled me to bootstrap without error.
In particular, I am stumped by the expression that starts
(let ((ucs-8859-2-alist
and which contains 4 other `let' expressions and a `let*' expression.
I tried doing a bootstrap build both using GCC 3.2 and GCC 2.95.
--
Robert J. Chassell Rattlesnake Enterprises
http://www.rattlesnake.com GnuPG Key ID: 004B4AC8
http://www.teak.cc bob@rattlesnake.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ucs-tables.el stops bootstrapping
2002-12-09 15:31 ucs-tables.el stops bootstrapping Robert J. Chassell
@ 2002-12-09 15:56 ` Andreas Schwab
2002-12-09 17:43 ` Robert J. Chassell
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Andreas Schwab @ 2002-12-09 15:56 UTC (permalink / raw)
Cc: emacs-devel
"Robert J. Chassell" <bob@rattlesnake.com> writes:
|> Today's GNU Emacs 21.3 CVS snapshot, Tue, 2002 Dec 9 15:22 UTC
|> fails to bootstrap with the command:
Please try again, should be fixed now.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ucs-tables.el stops bootstrapping
2002-12-09 15:56 ` Andreas Schwab
@ 2002-12-09 17:43 ` Robert J. Chassell
2002-12-09 17:47 ` Bill White
2002-12-09 21:17 ` ucs-tables.el stops bootstrapping [FIXED] Robert J. Chassell
2 siblings, 0 replies; 5+ messages in thread
From: Robert J. Chassell @ 2002-12-09 17:43 UTC (permalink / raw)
Cc: emacs-devel
|> Today's GNU Emacs 21.3 CVS snapshot, Tue, 2002 Dec 9 15:22 UTC
|> fails to bootstrap with the command:
Please try again, should be fixed now.
Unfortunately, it is not. However, for the CVS snapshot of
Tue, 2002 Dec 9 17:37 UTC there is a new error message:
Loading international/ucs-tables (source)...
Invalid coding system: other
make[1]: *** [bootstrap-emacs] Error 255
make[1]: Leaving directory `/usr/local/src/emacs/src'
make: *** [bootstrap] Error 2
Command exited with non-zero status 2
119.02user 5.73system 3:14.27elapsed 64%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (78953major+140142minor)pagefaults 0swaps
Compilation exited abnormally with code 2 at Mon Dec 9 17:37:25
--
Robert J. Chassell Rattlesnake Enterprises
http://www.rattlesnake.com GnuPG Key ID: 004B4AC8
http://www.teak.cc bob@rattlesnake.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ucs-tables.el stops bootstrapping
2002-12-09 15:56 ` Andreas Schwab
2002-12-09 17:43 ` Robert J. Chassell
@ 2002-12-09 17:47 ` Bill White
2002-12-09 21:17 ` ucs-tables.el stops bootstrapping [FIXED] Robert J. Chassell
2 siblings, 0 replies; 5+ messages in thread
From: Bill White @ 2002-12-09 17:47 UTC (permalink / raw)
Cc: emacs-devel
On Mon Dec 09 2002 at 09:56, Andreas Schwab <schwab@suse.de> said:
> "Robert J. Chassell" <bob@rattlesnake.com> writes:
>
> |> Today's GNU Emacs 21.3 CVS snapshot, Tue, 2002 Dec 9 15:22 UTC
> |> fails to bootstrap with the command:
>
> Please try again, should be fixed now.
I had the same problem, so I rm -rf'd emacs and did a fresh checkout
after receiving Andreas' email. Update finished at 11:01am (17:01GMT)
but 'make bootstrap' still fails the same way:
[...]
Loading language/utf-8-lang (source)...
Loading language/georgian (source)...
Loading international/ucs-tables (source)...
Invalid coding system: other
make[1]: *** [bootstrap-emacs] Error 255
make[1]: Leaving directory `/home/emacs/cvs/emacs/src'
make: *** [bootstrap] Error 2
[Mon Dec 9 11:26:29 CST 2002] [billw@billwlx:/emacs/cvs/emacs]$
[1034]$
bw
--
Bill White Office: 5N-X30
Documentation Programmer Phone: 217-398-0700 x 234
Wolfram Research Fax: 217-398-0747
http://members.wri.com/billw Office hours: 4am-noon Mon-Fri
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ucs-tables.el stops bootstrapping [FIXED]
2002-12-09 15:56 ` Andreas Schwab
2002-12-09 17:43 ` Robert J. Chassell
2002-12-09 17:47 ` Bill White
@ 2002-12-09 21:17 ` Robert J. Chassell
2 siblings, 0 replies; 5+ messages in thread
From: Robert J. Chassell @ 2002-12-09 21:17 UTC (permalink / raw)
Cc: emacs-devel
|> Today's GNU Emacs 21.3 CVS snapshot, Tue, 2002 Dec 9 15:22 UTC
|> fails to bootstrap with the command:
Please try again, should be fixed now.
Success! The latest
CVS snapshot of Tue, 2002 Dec 9 21:06 UTC
builds and installs without reported error.
A short test suggests that it runs OK, too.
The new file that made the difference was
lisp/international/code-pages.el
with this change;
revision 1.9
date: 2002/12/09 20:11:13; author: fx; state: Exp; lines: +34 -10
(mik, pt154): New coding systems.
Many thanks!
--
Robert J. Chassell Rattlesnake Enterprises
http://www.rattlesnake.com GnuPG Key ID: 004B4AC8
http://www.teak.cc bob@rattlesnake.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-12-09 21:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-09 15:31 ucs-tables.el stops bootstrapping Robert J. Chassell
2002-12-09 15:56 ` Andreas Schwab
2002-12-09 17:43 ` Robert J. Chassell
2002-12-09 17:47 ` Bill White
2002-12-09 21:17 ` ucs-tables.el stops bootstrapping [FIXED] Robert J. Chassell
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.