axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Re: [Axiom-math] Axiom: Errors on suse 10.2, 32 bit


From: Arthur Ralfs
Subject: [Axiom-developer] Re: [Axiom-math] Axiom: Errors on suse 10.2, 32 bit
Date: Wed, 31 Oct 2007 13:36:52 -0700
User-agent: Thunderbird 2.0.0.6 (X11/20070801)

Constantine,

There are various versions of "axiom" floating around but to build
the silver branch go here:

http://wiki.axiom-developer.org/AxiomSources

and execute the "git-clone" command in a suitable directory.
git is available under Yast in opensuse.

There is one glitch in that opensuse changed the location
of the X libraries with 10.2 and the locations specified in
the top level Makefile have to be changed.

Open up the Makefile.pamphlet and go to the Makefile.linux
section.  The X libraries used to be in something like "/usr/X11/lib"
or maybe "/usr/X11R6/lib" and are now in just "/usr/lib".  So
Change the "XLIB" environment variable to /usr/lib and eliminate
any other X11 or X11R6 you see, like maybe in CCF and LDF
(I'm looking at a Makefile.pamphlet that I've already altered).

Then just follow the directions in readme, setting the AXIOM and
PATH variables as told to by configure.

You of course have to make sure that you have latex and the
basic development packages installed as well.

Arthur

Constantine Frangos wrote:
> Thanks for the response.
>
> I will try to build axiom on suse 10.2. If possible please email me the 
> website from where I can download the sources.tgz, etc, and any available 
> instructions. 
>
> (I want to install under a specific directory and not the default 
> /usr/local/... )
>
> I dont know why "fedora"  appears as a directory name. It could imply that 
> the binaries (I downloaded) were built on a fedora system ?
>
> C. Frangos.
>
> On Wednesday 31 October 2007 18:45, you wrote:
>   
>> C. Frangos wrote:
>>     
>>> I have installed the axiom binaries on a suse linux 10.2, 32 bit system,
>>> and am trying some basic commands.
>>>
>>> I am getting the errors below.
>>>
>>> (Some time ago Tim Daly reported similar errors on my behalf. The two
>>> responses that were posted referred to lisp, which I
>>> unfortunately do not know. Its not clear how to fix the problem).
>>>
>>> (In the meantime I am using 2004 axiom (no graphics) compiled on an old
>>> suse linux 7.2 system, 32 bit).
>>>
>>> Any assistance would be much appreciated.
>>>
>>> TIA,
>>>
>>> Constantine Frangos.
>>>
>>>
>>>
>>>
>>> (11) -> x(s)==(q:=cos(s);return(q))
>>>                                                                    Type:
>>> Void (12) -> x(y)
>>>    Compiling function x with type Variable y -> Expression Integer
>>> cc1: error: /root/axiom/mnt/fedora5/bin/../h: Permission denied
>>> (12) -> x(y)
>>>
>>>    (12)  cos(y)
>>>                                                      Type: Expression
>>> Integer (13) ->
>>>
>>>
>>> (11) -> draw(sin(x),x=-1..1);
>>>    Loading /home/apps/axiombin/mnt/fedora5/algebra/SEG.o for domain
>>>       Segment
>>>    Loading /home/apps/axiombin/mnt/fedora5/algebra/SEGBIND.o for domain
>>>       SegmentBinding
>>>    Loading /home/apps/axiombin/mnt/fedora5/algebra/FLOAT.o for domain
>>>       Float
>>> .................................
>>>  Loading /home/apps/axiombin/mnt/fedora5/algebra/DISPLAY.o for
>>>       package DisplayPackage
>>>    Loading /home/apps/axiombin/mnt/fedora5/algebra/MKFLCFN.o for
>>>
>>>
>>>       package MakeFloatCompiledFunction
>>> cc1: error: /root/axiom/mnt/fedora5/bin/../h: Permission denied
>>>
>>>    >> System error:
>>>
>>>    (SYSTEM "gcc -c -Wall -DVOL=volatile -fsigned-char -pipe
>>> -I/root/axiom/mnt/fedora5/bin/../h  -O3 -fomit-frame-pointer -c
>>> \"/tmp/gazonk7.c\" -o \"/tmp/gazonk7.o\" -w") returned a non-zero value
>>> 0.
>>>
>>> (11) ->
>>>
>>>
>>> _______________________________________________
>>> Axiom-math mailing list
>>> address@hidden
>>> http://lists.nongnu.org/mailman/listinfo/axiom-math
>>>       
>> Hi Constantine,
>>
>> I tried your commands on openSUSE 10.2 with a silver build from 2007-08-25.
>> They both worked although when I closed the graph window I got the messages
>> below.  Why don't you build axiom yourself rather than using binaries?
>> I don't
>> know much about these matters but I notice "fedora5" in your error
>> messages. Does that mean your binary was built on fedora?
>>
>> Arthur Ralfs
>>
>> (4) -> *** glibc detected ***
>> /home/arthur/axiom/silver/silver-07-08-25/silver/mnt/linux/lib/viewman:
>> free(): invalid pointer: 0x0805309c ***
>> ======= Backtrace: =========
>> /lib/libc.so.6[0xb7d606e1]
>> /lib/libc.so.6(cfree+0x89)[0xb7d61d79]
>> /home/arthur/axiom/silver/silver-07-08-25/silver/mnt/linux/lib/viewman[0x80
>> 4a385]
>> /home/arthur/axiom/silver/silver-07-08-25/silver/mnt/linux/lib/viewman[0x80
>> 4b577]
>> /home/arthur/axiom/silver/silver-07-08-25/silver/mnt/linux/lib/viewman[0x80
>> 4b631]
>> /home/arthur/axiom/silver/silver-07-08-25/silver/mnt/linux/lib/viewman[0x80
>> 49155] /lib/libc.so.6(__libc_start_main+0xdc)[0xb7d11f9c]
>> /home/arthur/axiom/silver/silver-07-08-25/silver/mnt/linux/lib/viewman[0x80
>> 48d81] ======= Memory map: ========
>> 08048000-0804f000 r-xp 00000000 08:06 4766627
>> /home/arthur/axiom/silver/silver-07-08-25/silver/mnt/linux/lib/viewman
>> 0804f000-08050000 r--p 00006000 08:06 4766627
>> /home/arthur/axiom/silver/silver-07-08-25/silver/mnt/linux/lib/viewman
>> 08050000-08051000 rw-p 00007000 08:06 4766627
>> /home/arthur/axiom/silver/silver-07-08-25/silver/mnt/linux/lib/viewman
>> 08051000-08074000 rw-p 08051000 00:00 0          [heap]
>> b7b00000-b7b21000 rw-p b7b00000 00:00 0
>> b7b21000-b7c00000 ---p b7b21000 00:00 0
>> b7ce0000-b7cea000 r-xp 00000000 08:05 2019224    /lib/libgcc_s.so.1
>> b7cea000-b7cec000 rw-p 00009000 08:05 2019224    /lib/libgcc_s.so.1
>> b7cec000-b7cee000 rw-p b7cec000 00:00 0
>> b7cee000-b7cf0000 r-xp 00000000 08:05 2019186    /lib/libdl-2.5.so
>> b7cf0000-b7cf2000 rw-p 00001000 08:05 2019186    /lib/libdl-2.5.so
>> b7cf2000-b7cf6000 r-xp 00000000 08:05 2352187    /usr/lib/libXdmcp.so.6.0.0
>> b7cf6000-b7cf8000 rw-p 00003000 08:05 2352187    /usr/lib/libXdmcp.so.6.0.0
>> b7cf8000-b7cfa000 r-xp 00000000 08:05 2352185    /usr/lib/libXau.so.6.0.0
>> b7cfa000-b7cfc000 rw-p 00001000 08:05 2352185    /usr/lib/libXau.so.6.0.0
>> b7cfc000-b7e24000 r-xp 00000000 08:05 2019180    /lib/libc-2.5.so
>> b7e24000-b7e25000 r--p 00128000 08:05 2019180    /lib/libc-2.5.so
>> b7e25000-b7e27000 rw-p 00129000 08:05 2019180    /lib/libc-2.5.so
>> b7e27000-b7e2a000 rw-p b7e27000 00:00 0
>> b7e2a000-b7f42000 r-xp 00000000 08:05 2352770    /usr/lib/libX11.so.6.2.0
>> b7f42000-b7f46000 rw-p 00118000 08:05 2352770    /usr/lib/libX11.so.6.2.0
>> b7f46000-b7f48000 rw-p b7f46000 00:00 0
>> b7f6f000-b7f70000 r-xp b7f6f000 00:00 0          [vdso]
>> b7f70000-b7f8b000 r-xp 00000000 08:05 2019173    /lib/ld-2.5.so
>> b7f8b000-b7f8d000 rw-p 0001a000 08:05 2019173    /lib/ld-2.5.so
>> bfc9d000-bfcb4000 rw-p bfc9d000 00:00 0          [stack]
>>     
>
>   





reply via email to

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