axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Build breakage on FreeBSD with GCL-2.6.3


From: root
Subject: Re: [Axiom-developer] Build breakage on FreeBSD with GCL-2.6.3
Date: Mon, 19 Jul 2004 19:15:16 -0400

Mark,

I'm building the system on gcl-2.6.3 as we speak.

Your version of the build appears to have failed in loading 
obj/linux/bin/makedep.lisp. This is a dynamically created file
which is used to build a new depsys image. The command it is
interpreting looks to be:

(build-depsys 
 (quote 
  ( "/boot/axiom/int/interp/vmlisp.lisp"  
    "/boot/axiom/int/interp/ggreater.lisp"  
    "/boot/axiom/int/interp/hash.lisp"  
    "/boot/axiom/int/interp/bootfuns.lisp"  
    "/boot/axiom/int/interp/union.lisp"  
    "/boot/axiom/int/interp/nlib.lisp"  
    "/boot/axiom/int/interp/macros.lisp"  
    "/boot/axiom/int/interp/comp.lisp"  
    "/boot/axiom/int/interp/spaderror.lisp"  
    "/boot/axiom/int/interp/debug.lisp"  
    "/boot/axiom/int/interp/spad.lisp"  
    "/boot/axiom/int/interp/bits.lisp"  
    "/boot/axiom/int/interp/setq.lisp"  
    "/boot/axiom/int/interp/property.lisp"  
    "/boot/axiom/int/interp/unlisp.lisp"  
    "/boot/axiom/int/interp/foam_l.lisp"  
    "/boot/axiom/int/interp/axext_l.lisp")) 
  "/boot/axiom/mnt/linux" 
  "/boot/axiom/lsp/gcl-2.6.3" 
  "/boot/axiom/src" 
  "/boot/axiom/int" 
  "/boot/axiom/obj" 
  "/boot/axiom/mnt" 
  "linux")

The make-depsys function lives in src/interp/util.lisp.pamphlet

I'll see if it fails here before debugging it further.

Tim




reply via email to

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