axiom-developer
[Top][All Lists]
Advanced

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

address@hidden: Re: [Axiom-developer] Compiling error]


From: root
Subject: address@hidden: Re: [Axiom-developer] Compiling error]
Date: Fri, 2 Apr 2004 12:22:42 -0500

Camm,

CY is building Axiom on a Gentoo system and it fails during the lisp
compile of the first lisp file.

We tried running the newly built lisp image directly and the compile
succeeds so the image seems to be able to run ok.


CY,

A couple of notes:

1) The build process for axiom at this stage is intending to build
   an image called "depsys". To do this it creates a lisp file which 
   contains all of the instructions about how to make depsys:

(load "/home/user/axiomtoplevel/axiom/obj/linux/interp/makedep.lisp")

Perhaps you can try to start the lisp image and hand-load this file:
  /home/user/axiomtoplevel/axiom/obj/linux/bin/lisp
  > (load "/home/user/axiomtoplevel/axiom/obj/linux/interp/makedep.lisp")

2) You could try to build a down-level version of lisp and see if that
   succeeds. To do this you need to change the version requested in
   the Makefile.pamphlet:

   a) edit Makefile.pamphlet
      look for the lines (around line 519):
          #GCLVERSION=gcl-2.6.1
          GCLVERSION=gcl-2.6.2
      change it to read:
          GCLVERSION=gcl-2.6.1
          #GCLVERSION=gcl-2.6.2
      save the file

   rebuild the Makefile from Makefile.pamphlet

   b) make clean                    <== remove the old build effort
      make start                    <== make the noweb commands
      document Makefile             <== extract Makefile from Makefile.pamphlet

   rebuild the system with gcl-2.6.1

   c) make

   this will now build a system based on gcl-2.6.1. 
   Camm has made changes to GCL and they may have affected the build
   (although this is just superstition at this point but worth trying).

Tim





------- Start of forwarded message -------
X-Original-To: address@hidden
X-Qmail-Scanner-Mail-From: address@hidden via sodium.bsdwebsolutions.com
X-Qmail-Scanner: 1.21 (Clear:RC:1(64.72.68.8):SA:0(-4.9/6.5):. Processed in 
1.339833 secs)
X-MessageWall-Score: 0 (a.mx.bsdwebsolutions.com)
X-Qmail-Scanner-Mail-From: address@hidden via c.mwall
X-Qmail-Scanner: 1.21 (Clear:RC:0(216.136.173.86):. Processed in 0.068013 secs)
Date: Thu, 1 Apr 2004 23:49:14 -0800 (PST)
From: C Y <address@hidden>
Subject: Re: [Axiom-developer] Compiling error
To: address@hidden
In-Reply-To: <address@hidden>
Content-Type: text/plain; charset=us-ascii
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on 
        sodium.bsdwebsolutions.com
X-Spam-DCC: : 
X-Spam-Status: No, hits=-4.9 required=6.5 tests=BAYES_00 autolearn=ham 
        version=2.63
X-Spam-Level: 

Well, the failure is reproducable as below.  What's even more
interesting is the whole lisp system seems to be unstable.  Not sure
how to debug something like this.

bash-2.05b$ /home/user/axiomtoplevel/axiom/obj/linux/bin/lisp

>(load "/home/user/axiomtoplevel/axiom/obj/linux/interp/makedep.lisp")

Loading /home/user/axiomtoplevel/axiom/obj/linux/interp/makedep.lisp
Loading /home/user/axiomtoplevel/axiom/obj/linux/interp/sys-pkg.lsp
Finished loading
/home/user/axiomtoplevel/axiom/obj/linux/interp/sys-pkg.lsp
Loading /home/user/axiomtoplevel/axiom/obj/linux/interp/nocompil.lsp
Finished loading
/home/user/axiomtoplevel/axiom/obj/linux/interp/nocompil.lsp
Loading /home/user/axiomtoplevel/axiom/obj/linux/interp/util.lsp
Finished loading
/home/user/axiomtoplevel/axiom/obj/linux/interp/util.lsp
Loading /home/user/axiomtoplevel/axiom/int/interp/vmlisp.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/vmlisp.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/ggreater.lisp
Finished loading
/home/user/axiomtoplevel/axiom/int/interp/ggreater.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/hash.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/hash.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/bootfuns.lisp
Finished loading
/home/user/axiomtoplevel/axiom/int/interp/bootfuns.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/union.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/union.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/nlib.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/nlib.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/macros.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/macros.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/comp.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/comp.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/spaderror.lisp
Finished loading
/home/user/axiomtoplevel/axiom/int/interp/spaderror.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/debug.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/debug.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/spad.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/spad.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/bits.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/bits.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/setq.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/setq.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/property.lisp
Finished loading
/home/user/axiomtoplevel/axiom/int/interp/property.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/unlisp.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/unlisp.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/foam_l.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/foam_l.lisp
Loading /home/user/axiomtoplevel/axiom/int/interp/axext_l.lisp
Finished loading /home/user/axiomtoplevel/axiom/int/interp/axext_l.lisp
Loading /home/user/axiomtoplevel/axiom/lsp/gcl-2.6.2/cmpnew/collectfn.o
start address -T 0x848ef20 Finished loading
/home/user/axiomtoplevel/axiom/lsp/gc
l-2.6.2/cmpnew/collectfn.o
Loading /home/user/axiomtoplevel/axiom/obj/linux/interp/parse.fn
Finished loading
/home/user/axiomtoplevel/axiom/obj/linux/interp/parse.fn
Loading /home/user/axiomtoplevel/axiom/obj/linux/interp/postpar.fn
Finished loading
/home/user/axiomtoplevel/axiom/obj/linux/interp/postpar.fn
Loading /home/user/axiomtoplevel/axiom/obj/linux/interp/proclaims.lisp
Finished loading
/home/user/axiomtoplevel/axiom/obj/linux/interp/proclaims.lisp
Loading /home/user/axiomtoplevel/axiom/obj/linux/interp/postpar.o
start address -T 0x87a2000 Finished loading
/home/user/axiomtoplevel/axiom/obj/li
nux/interp/postpar.o
Compiling /home/user/axiomtoplevel/axiom/obj/linux/interp/parse.lsp.
; (DEFUN |parseType| ...) is being compiled.
;; The variable |$oldParserExpandAbbrs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |parseTypeError| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |x| is not used.
; (DEFUN |specialModeTran| ...) is being compiled.
;; The variable |$QuotientField| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |parseTranCheckForRecord| ...) is being compiled.
;; Warning: The variable |op| is not used.
; (DEFUN |transCategoryItem| ...) is being compiled.
;; The variable |$transCategoryAssoc| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  

Error: Caught fatal error [memory may be damaged]
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by COND.
Broken at APPLY.  Type :H for Help.
COMPILER>>:q

Error: Caught fatal error [memory may be damaged]
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by COND.
Broken at APPLY.  Type :H for Help.
>>:q

Error: The variable COMPILER::*COMPILER-INPUT* is unbound.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by IF.

Error: 30 is an illegal ihs index.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by SYSTEM:UNIVERSAL-ERROR-HANDLER.
Backtrace: system:universal-error-handler > system:sch-frs-base >
lambda > lambda
- -closure > block > apply > APPLY

Error: The tag (NIL) is undefined.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by APPLY.
Backtrace: system:universal-error-handler > lambda > lambda-closure >
block > app
ly > APPLY
Error handler called recursively (:ERROR NIL APPLY "" "The tag ~s is
undefined." 
(NIL))

Unrecoverable error: Segmentation violation..
Aborted
bash-2.05b$ 

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/
------- End of forwarded message -------




reply via email to

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