gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: GCL 2.6.5 build failure on Fedora Core 2


From: Rex Dieter
Subject: [Gcl-devel] Re: GCL 2.6.5 build failure on Fedora Core 2
Date: Mon, 27 Sep 2004 16:09:55 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040923

Camm Maguire wrote:
The GCL team is happy to announce the release of version 2.6.5, the
latest achievement in the 'stable' series.

I'm having trouble building gcl-2.6.5 on Fedora Core 2 with the '--enable-ansi' option. Without it, the build procedes to completion fine, but with it, dies in:

-----------------------------------------------------
Compiling PCL_ITERATE...
Compiling /usr/local/tmp/BUILD/gcl-2.6.5/unixport/../pcl/pcl_iterate.lisp.
; (DEFUN OPTIMIZE-ITERATE-FORM ...) is being compiled.
;; Warning: The ignored variable V is used.
;; Warning: The ignored variable V is used.
End of Pass 1.
End of Pass 2.
OPTIMIZE levels: Safety=1 (No runtime error checking), Space=0, Speed=3
Finished compiling /usr/local/tmp/BUILD/gcl-2.6.5/unixport/../pcl/pcl_iterate.o.
Loading binary of PCL_ITERATE...

Error: Caught fatal error [memory may be damaged]
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by OR.
Broken at LOAD.  Type :H for Help.
ITERATE>>make[1]: *** [pcl_boot.c] Error 255
make[1]: Leaving directory `/usr/local/tmp/BUILD/gcl-2.6.5/pcl'

-----------------------------------------------------

I went back to try to build gcl-2.6.4, and it dies too, in a different spot but with the same error. (The wierd thing is... it built that way just fine about a month ago.)

-----------------------------------------------------
make[1]: Entering directory `/usr/local/tmp/BUILD/gcl-2.6.4/pcl'
rm -f *.o *gazonk*
cp ../h/cmpinclude.h .
echo '(load "sys-package.lisp")' '(setq *features* (delete (quote :kcl) *features*))' '(load "defsys.lisp")(push (quote :kcl) *features*)' '(setq pcl::*default-pathname-extensions* (cons "lisp" "o"))' '(setq pcl::*pathname-extensions* (cons "lisp" "o "))' '(load "sys-proclaim.lisp")' '(setq compiler::*default-h-file* t)' '(setq compiler::*default-c-file* t)' '(setq compiler ::*default-data-file* t)' '(setq compiler::*default-system-p* t)' '(setq compiler::*keep-gaz* t)' '(pcl::compile-pcl)' | ../u
nixport/saved_gcl ../unixport/
GCL (GNU Common Lisp)  2.6.4 CLtL1    Sep 27 2004 14:56:21
Source License: LGPL(gcl,gmp), GPL(unexec,bfd)
Binary License:  GPL due to GPL'ed components: (READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

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

>
Loading sys-package.lisp
Finished loading sys-package.lisp
T

>
(:COMPILER :NUMLIB :SDEBUG :DEFPACKAGE :GNU-LD :UNEXEC :BFD :READLINE
    :TRUNCATE_USE_C :CLX-LITTLE-ENDIAN :BSD :GNU :LINUX :I686 :SGC
    :IEEE-FLOATING-POINT :UNIX :GMP :GCL :AKCL :COMMON)

>
Loading defsys.lisp
Finished loading defsys.lisp
T

>
(:KCL :COMPILER :NUMLIB :SDEBUG :DEFPACKAGE :GNU-LD :UNEXEC :BFD
      :READLINE :TRUNCATE_USE_C :CLX-LITTLE-ENDIAN :BSD :GNU :LINUX
      :I686 :SGC :IEEE-FLOATING-POINT :UNIX :GMP :GCL :AKCL :COMMON)

>
("lisp" . "o")

>
("lisp" . "o")

>
Loading sys-proclaim.lisp

Error: Caught fatal error [memory may be damaged]
-----------------------------------------------------




reply via email to

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