axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Re: [Gcl-devel] Re: Trying to build axiom


From: Peter Simons
Subject: [Axiom-developer] Re: [Gcl-devel] Re: Trying to build axiom
Date: 23 Nov 2003 16:07:18 +0100

David MENTRE writes:

 >> make[3]: *** [/usr/local/src/axiom-current/obj/linux/bin/bootsys] Error 137

The error means the file isn't there. This is what the obj
directory contains at this point:

    peti:/usr/local/src/axiom-current$ ll -R obj/linux/ 
    obj/linux/:
    total 12K
    drwxr-xr-x    2 simons   users        4.0K Nov 21 17:08 bin
    drwxr-xr-x    2 simons   users        4.0K Nov 21 17:08 boot
    drwxr-xr-x    2 simons   users        4.0K Nov 21 16:58 lib

    obj/linux/bin:
    total 7.3M
    -rwxr-xr-x    1 simons   users        7.2M Nov 21 17:08 lisp

    obj/linux/boot:
    total 460K
    -rw-r--r--    1 simons   users        1.4K Nov 21 17:08 boothdr.o
    -rw-r--r--    1 simons   users         27K Nov 21 17:08 btincl2.o
    -rw-r--r--    1 simons   users         12K Nov 21 17:08 btpile2.o
    -rw-r--r--    1 simons   users         49K Nov 21 17:08 btscan2.o
    -rw-r--r--    1 simons   users        1.6K Nov 21 17:08 exports.o
    -rw-r--r--    1 simons   users         20K Nov 21 17:08 npextras.o
    -rw-r--r--    1 simons   users        100K Nov 21 17:08 ptyout.o
    -rw-r--r--    1 simons   users         16K Nov 21 17:08 tyextra.o
    -rw-r--r--    1 simons   users        107K Nov 21 17:08 typars.o
    -rw-r--r--    1 simons   users        4.7K Nov 21 17:08 typrops.o
    -rw-r--r--    1 simons   users         89K Nov 21 17:08 tytree1.o

    obj/linux/lib:
    total 204K
    -rw-r--r--    1 simons   users        3.0K Nov 21 16:58 XDither.o
    -rw-r--r--    1 simons   users        3.2K Nov 21 16:58 XShade.o
    -rw-r--r--    1 simons   users        5.5K Nov 21 16:58 XSpadFill.o
    -rw-r--r--    1 simons   users         868 Nov 21 16:58 bsdsignal.o
    -rw-r--r--    1 simons   users           0 Nov 21 16:58 cfuns-c.ini
    -rw-r--r--    1 simons   users        2.6K Nov 21 16:58 cfuns-c.o
    -rw-r--r--    1 simons   users         703 Nov 21 16:58 cursor.o
    -rw-r--r--    1 simons   users         16K Nov 21 16:58 edin.o
    -rw-r--r--    1 simons   users        6.0K Nov 21 16:58 fnct_key.o
    -rw-r--r--    1 simons   users        1.1K Nov 21 16:58 halloc.o
    -rw-r--r--    1 simons   users        2.8K Nov 21 16:58 hash.o
    -rw-r--r--    1 simons   users         83K Nov 21 16:58 libspad.a
    -rw-r--r--    1 simons   users        1.3K Nov 21 16:58 openpty.o
    -rw-r--r--    1 simons   users        1.9K Nov 21 16:58 pixmap.o
    -rw-r--r--    1 simons   users        6.0K Nov 21 16:58 prt.o
    -rw-r--r--    1 simons   users           0 Nov 21 16:58 sockio-c.ini
    -rw-r--r--    1 simons   users         16K Nov 21 16:58 sockio-c.o
    -rw-r--r--    1 simons   users        5.1K Nov 21 16:58 spadcolors.o
    -rw-r--r--    1 simons   users        2.4K Nov 21 16:58 util.o
    -rw-r--r--    1 simons   users         10K Nov 21 16:58 wct.o


 > Have you any idea where "Error 137" comes from? Is this
 > error message Gentoo specific?

That's a normal shell failure code from /bin/sh. Gentoo is
not involved in the build at all, I'm building this manually
after checking-out the source code from CVS. 

My system _is_ tricky, because I'm running SELinux (the NSA
variant) with the PaX stack protection code from Grsecurity.
Plus, I'm running the very latest gcc with special stack
protection features patched in. So it's quite normal for
compilations to fail on my machine, as you can imagine. :-)

Still I think that Axiom _should_ build fine on such a
set-up, because it really shouldn't be bothered by how the
compiler lays out its stack frame! GCL seems to be another
issue, though.

Anyway, my point is, that I would really like to get this
fixed. :-) If there is anything I can do to help, please let
me know. I can give you guys an account on my machine, if
that helps.

Peter


P. S.: I'm running the binary snapshot for Debian right now,
which works (after I disabled stack protection for its
binary).





reply via email to

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