axiom-developer
[Top][All Lists]
Advanced

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

RE: [Axiom-developer] simplified makefile fails


From: Bill Page
Subject: RE: [Axiom-developer] simplified makefile fails
Date: Thu, 20 Jan 2005 21:58:16 -0500

Tim,

On Thursday, January 20, 2005 3:13 PM you wrote:

> I'm going to have to back out the changes for the "simplified"
> makefile. The change is failing and I don't understand why.

This is not a problem with the implicit `make' stanza's. The
error:

"Cannot open the file
/home/axiom--main--1--patch-26/int/algebra/drwxr-xr-"

is apparently being generated by the make-databases function. Since
ZMOD is near the end of the list of object files that are being
loaded, it looks like some kind of memory management problem.

> 
> It appears, from the line:
> ==============================================================
> =============
> Cannot open the file 
> /home/axiom--main--1--patch-26/int/algebra/drwxr-xr-x    2 
> root         4096 Jan 19 14:31 ZMOD.NRLIB/index.KAF.
> ==============================================================
> =============
> 
> that 'make' is expanding the 
> 
> ${INT}/algebra/*.NRLIB/code.o 
> 
> constraint to include the long directory listing. Notice that it 
> includes the permission bits, time stamp, etc. 
> 
> How can this be?

No `make' is not doing this. Your analysis is not correct.

This is not coming from the the wild-card expansion. This list
is not passed to the commands of this stanza. It is somehow
being generated in the make-databases program.

Is there anything "funny" in your .axiom.input file? I don't
recall seeing this message in the log before.

> "running /root/.axiom.input"

I am building the new axiom--main--1 right now on my debian
system, but it hasn't got to the build databases yet. I will
let you know if I get this same error.

Regards,
Bill Page.


> 
> ==============================================================
> ===============
> 37 making /home/axiom--main--1--patch-26/src/etc
> make[3]: Entering directory `/home/axiom--main--1--patch-26/src/etc'
> 4 rebuilding databases...
> (cd /home/axiom--main--1--patch-26/int/algebra ; \
>            echo  ; \
>            echo ')lisp (make-databases "" nil)' | 
> /home/axiom--main--1--patch-26/obj/linux/bin/interpsys )
> 
>                         AXIOM Computer Algebra System 
>                    Version: Axiom 3.0 Beta (February 2005)
>               Timestamp: Thursday January 20, 2005 at 13:10:38 
> --------------------------------------------------------------
> ---------------
>    Issue )copyright to view copyright notices.
>    Issue )summary for a summary of useful system commands.
>    Issue )quit to leave AXIOM and return to shell.
> --------------------------------------------------------------
> ---------------
>  
>    Using local database 
> /home/axiom--main--1--patch-26/src/share/algebra/compress.daas
> e..   Using local database 
> /home/axiom--main--1--patch-26/src/share/algebra/interp.daase..
>    Using local database 
> /home/axiom--main--1--patch-26/src/share/algebra/operation.daase..
>    Using local database 
> /home/axiom--main--1--patch-26/src/share/algebra/category.daase..
>    Using local database 
> /home/axiom--main--1--patch-26/src/share/algebra/browse.daase..
> 
> "running /root/.axiom.input"
> Value = NIL
> Value = NIL
> (1) -> 
> Error: Cannot open the file 
> /home/axiom--main--1--patch-26/int/algebra/drwxr-xr-x    2 
> root         4096 Jan 19 14:31 ZMOD.NRLIB/index.KAF.
> Fast links are on: do (si::use-fast-links nil) for debugging
> Error signalled by RESTART.
> Broken at APPLY.  Type :H for Help.
> BOOT>>make[3]: *** 
> [/home/axiom--main--1--patch-26/mnt/linux/algebra/browse.daase
> ] Error 255
> 
> Tim
> 
> 
> 
> _______________________________________________
> Axiom-developer mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/axiom-developer
> 





reply via email to

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