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: Camm Maguire
Subject: Re: [Gcl-devel] Problems building gcl-2.6.1-18 on Solaris 8 (SPARC)
Date: 10 Nov 2003 15:37:06 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

Please excuse our makefiles -- they are a mess, but currently a lower
priority mess than other items.  Patches/submissions in the form of
Makefile.am's most welcome.

To make saved_pcl_gcl or any other image in the unixport directory,
you can do

cd unixport && make <image name, e.g. saved_pcl_gcl>

If the objects on which the image depends (i.e. the .o files in the
pcl directory) are not yet made, this will fail, alas.  So in other
words a 'make' in the pcl directory must precede the command above.

Would be very interested in a backtrace from your new build.  Am also
mystified why a gcc upgrade cured a bug in the call of exit()!

If you'd like, I have access to a solaris box and may be able to get
you an ansi build.

Take care,

John Tang Boyland <address@hidden> writes:

> 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
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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