gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Problems building gcl-2.6.1-18 on Solaris 8 (SPARC)


From: John Tang Boyland
Subject: Re: [Gcl-devel] Problems building gcl-2.6.1-18 on Solaris 8 (SPARC)
Date: Mon, 10 Nov 2003 10:27:39 -0600

Just (bye) itself was enough to crash things.
I installed gcc 3.3 (took two days -- gcc has its own bugs)
and built gcl again (with --enable-debug).
This time it ended with the following (see below).
(And notice how the annoying makefile deletes the executable that
had a segfault: covering up its tracks!)

If you can tell me how to re-create unixport/save_pcl_gcl
from within this partial build directory, I'd be happy to run it
through gdb.

...
make[1]: Entering directory 
`/afs/cs.uwm.edu/package/gcl/gcl-2.6.1/common/install/clcs'
echo '(load "package.lisp")(load "myload.lisp")(si::save-system 
"saved_clcs_gcl")' | ../unixport/saved_pcl_gcl ../unixport/
GCL (GNU Common Lisp)  (2.6.1) Sun Nov  9 23:07:58 CST 2003
Licensed under GNU Library General Public License
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.

>
Loading package.lisp
Finished loading package.lisp
T

>
Loading myload.lisp
Loading clcs_precom.lisp
Finished loading clcs_precom.lisp
Loading clcs_macros.lisp
Finished loading clcs_macros.lisp
Loading clcs_restart.lisp
Finished loading clcs_restart.lisp
Loading clcs_handler.lisp
Finished loading clcs_handler.lisp
Loading clcs_debugger.lisp
Finished loading clcs_debugger.lisp
Loading clcs_conditions.lisp
Finished loading clcs_conditions.lisp
Loading clcs_condition_definitions.lisp
Finished loading clcs_condition_definitions.lisp
Loading clcs_kcl_cond.lisp
Warning: LOAD is being redefined.
Warning: OPEN is being redefined.
Finished loading clcs_kcl_cond.lisp
Loading clcs_top_patches.lisp
Finished loading clcs_top_patches.lisp
Loading clcs_install.lisp
Warning: LISP:BREAK is being redefined.
Warning: LISP:ERROR is being redefined.
Warning: LISP:CERROR is being redefined.
Warning: LISP:WARN is being redefined.
Warning:
LISP:CHECK-TYPE is being redefined.
Warning:
LISP:ASSERT is being redefined.
Warning:
LISP:ETYPECASE is being redefined.
Warning:
LISP:CTYPECASE is being redefined.
Warning:
LISP:ECASE is being redefined.
Warning:
LISP:CCASE is being redefined.
Warning:
COMPILE-FILE is being redefined.
Warning:
COMPILE is being redefined.
Warning:
LOAD is being redefined.
Warning:
OPEN is being redefined.
Finished loading clcs_install.lisp
Finished loading myload.lisp
T

>
Unrecoverable error: Segmentation violation..
make[1]: *** [saved_clcs_gcl] Error 134
rm saved_clcs_gcl
make[1]: Leaving directory 
`/afs/cs.uwm.edu/package/gcl/gcl-2.6.1/common/install/clcs'
make: *** [unixport/saved_ansi_gcl] Error 2
rm unixport/saved_pcl_gcl  <--------------- EVIL MAKEFILE !!!!

% ls -l unixport/*gcl
-rwxr-xr-x   1 boyland  28591312 Nov  9 23:01 unixport/saved_gcl*
-rwxr-xr-x   1 boyland  22823736 Nov  9 22:34 unixport/saved_pre_gcl*

John Boyland




reply via email to

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