[sage-devel] Re: status of FreeBSD 64-bit support

2009-08-01 Thread Jason Moxham
Hi So are you saying that the compilers on T2 are broken in 64bit mode ? or just sage is broken ? or just mpir ? or dont we know? I remember testing ABI=32bit before and it passed , but as T2 is a 64bit machine , I regarded this as not exactly what we want , we want 64bit goodness :)

[sage-devel] Re: status of FreeBSD 64-bit support

2009-08-01 Thread William Stein
On Sat, Aug 1, 2009 at 12:22 PM, Jason Moxhamja...@njkfrudils.plus.com wrote: Hi So are you saying that the compilers on T2 are broken in 64bit mode ? or just sage is broken ? or just mpir ? or dont we know? Nobody has attempted to port Sage to 64-bit Solaris (well, since 2005 when we last

[sage-devel] Re: status of FreeBSD 64-bit support

2009-08-01 Thread Dr. David Kirkby
Jason Moxham wrote: Hi So are you saying that the compilers on T2 are broken in 64bit mode ? or just sage is broken ? or just mpir ? or dont we know? I remember testing ABI=32bit before and it passed , but as T2 is a 64bit machine , I regarded this as not exactly what we want , we

[sage-devel] Re: status of FreeBSD 64-bit support

2009-08-01 Thread Peter Jeremy
On 2009-Aug-01 20:22:09 +0100, Jason Moxham ja...@njkfrudils.plus.com wrote: So are you saying that the compilers on T2 are broken in 64bit mode ? or just sage is broken ? or just mpir ? or dont we know? Sun development tools treat Solaris as primarily a 32-bit OS but you can build 64-bit

[sage-devel] Re: status of FreeBSD 64-bit support

2009-08-01 Thread William Stein
On Sat, Aug 1, 2009 at 4:19 PM, Peter Jeremypeterjer...@optushome.com.au wrote: On 2009-Aug-01 20:22:09 +0100, Jason Moxham ja...@njkfrudils.plus.com wrote: So are you saying that the compilers on T2 are broken in 64bit mode ? or just sage is broken ? or just mpir ? or dont we know? Sun

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-31 Thread David Kirkby
The version of MPIR in Sage does build on t2 properly with /usr/local/gcc-4.2.4-sun-linker/bin/gcc. In fact, it builds with all versions of gcc on t2. I can't say about the version in trunc, and cant easily check myself at the minute. 2009/7/31 Jason Moxham ja...@njkfrudils.plus.com:

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-31 Thread Jason Moxham
On Friday 31 July 2009 14:25:02 David Kirkby wrote: The version of MPIR in Sage does build on t2 properly with /usr/local/gcc-4.2.4-sun-linker/bin/gcc. In fact, it builds with all versions of gcc on t2. I can't say about the version in trunc, and cant easily check myself at the minute. I

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-31 Thread Dr. David Kirkby
Minh Nguyen wrote: Hi folks, As of Sage 4.1.1.alpha1, the compilation of Sage now dies when it comes to compiling MPIR. The full log is up at http://sage.math.washington.edu/home/mvngu/patch/install-freebsd64.log Here's a relevant snippet from my attempt: /usr/local/bin/bash

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-31 Thread Dr. David Kirkby
Jason Moxham wrote: Building mpir svn trunk (which for the Sun's is the same as mpir-1.2.2) ./configure make -j make -j check ld.so.1: t-modlinv: fatal: /usr/local/gcc-4.2.4-sun-linker/lib/libgcc_s.so.1: wrong ELF class: ELFCLASS32 /bin/bash: line 1: 25188 Killed

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-31 Thread Jason Moxham
- Original Message - From: Dr. David Kirkby david.kir...@onetel.net To: sage-devel@googlegroups.com Sent: Friday, July 31, 2009 4:02 PM Subject: [sage-devel] Re: status of FreeBSD 64-bit support Minh Nguyen wrote: Hi folks, As of Sage 4.1.1.alpha1, the compilation of Sage now

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-30 Thread jason
The new mpir has not yet appeared on the main site , but you can get it here http://groups.google.com/group/mpir-devel in the files section Jason On Jul 28, 11:00 pm, jason ja...@njkfrudils.plus.com wrote: This issue of building mpir on freebsd64 has been fixed in release 1.2.2 , which

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-30 Thread Jason Moxham
On Wednesday 29 July 2009 01:28:08 David Kirkby wrote: 2009/7/28 jason ja...@njkfrudils.plus.com: This issue of building mpir on freebsd64 has been fixed in release 1.2.2 , which should be on the mpir main site in an hour or two. As far as we are aware it should work on Suns , although on

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-30 Thread Jason Moxham
Building mpir svn trunk (which for the Sun's is the same as mpir-1.2.2) ./configure make -j make -j check ld.so.1: t-modlinv: fatal: /usr/local/gcc-4.2.4-sun-linker/lib/libgcc_s.so.1: wrong ELF class: ELFCLASS32 /bin/bash: line 1: 25188 Killed ${dir}$tst FAIL: t-modlinv

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-29 Thread brandon.bar...@gmail.com
I had a different issue with mpir on opensolaris, basically it wasn't using a libtool that would work. This was completely fixed by copying /usr/bin/libtool to /export/home/ brandon/sage-4.0.2/spkg/build/mpir-1.2.p4/src I tried to edit the spkg install file to take this into account but I

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-28 Thread David Kirkby
2009/7/27 Minh Nguyen nguyenmi...@gmail.com: Hi folks, As of Sage 4.1.1.alpha1, the compilation of Sage now dies when it comes to compiling MPIR. The full log is up at http://sage.math.washington.edu/home/mvngu/patch/install-freebsd64.log Here's a relevant snippet from my attempt:  

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-28 Thread Peter Jeremy
On 2009-Jul-27 20:41:04 +1000, Minh Nguyen nguyenmi...@gmail.com wrote: As of Sage 4.1.1.alpha1, the compilation of Sage now dies when it comes to compiling MPIR. The full log is up at Hmmm... sage-4.1 on FreeBSD/i386 got past that point. g++ -shared -nostdlib /usr/lib/crti.o

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-28 Thread jason
This issue of building mpir on freebsd64 has been fixed in release 1.2.2 , which should be on the mpir main site in an hour or two. As far as we are aware it should work on Suns , although on T2 , you can't use the default linker with c++ and Suns cc , or at least that used to be the case . On

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-28 Thread David Kirkby
2009/7/28 jason ja...@njkfrudils.plus.com: This issue of building mpir on freebsd64 has been fixed in release 1.2.2 , which should be on the mpir main site in an hour or two. As far as we are aware it should work on Suns , although on T2 , you can't use the default linker with c++ and Suns

[sage-devel] Re: status of FreeBSD 64-bit support

2009-07-27 Thread jmakov
If FBSD support is in the clouds couldn`t sage be compiled on linux (could be virtualized on FBSD) and then run on FBSD as a linux binary? Are there any problems when running as linux binary? FBSD 8.0 should have 2.6 kernel support ready... On Jul 27, 12:41 pm, Minh Nguyen nguyenmi...@gmail.com