Re: [sage-devel] Purpose of SAGE64

2013-03-01 Thread Jean-Pierre Flori
On Friday, March 1, 2013 11:47:33 AM UTC+1, Jean-Pierre Flori wrote: > > > > On Friday, March 1, 2013 12:31:43 AM UTC+1, Jean-Pierre Flori wrote: >> >> But only on one of the two machines. >> On the other one it segfaulted later during gc build: >> /sage-5.7-lame5/local/sparc-unknown-linux-gnu/sy

Re: [sage-devel] Purpose of SAGE64

2013-03-01 Thread Jean-Pierre Flori
On Friday, March 1, 2013 12:31:43 AM UTC+1, Jean-Pierre Flori wrote: > > But only on one of the two machines. > On the other one it segfaulted later during gc build: > /sage-5.7-lame5/local/sparc-unknown-linux-gnu/sys-include-g -O2 -O2 > -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qua

Re: [sage-devel] Purpose of SAGE64

2013-02-28 Thread Jean-Pierre Flori
But only on one of the two machines. On the other one it segfaulted later during gc build: /sage-5.7-lame5/local/sparc-unknown-linux-gnu/sys-include-g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./in

Re: [sage-devel] Purpose of SAGE64

2013-02-28 Thread Jean-Pierre Flori
I got a working gcc by exporting ABI=32 so that MPIR is 32 bits and issueing "sparc32 make" rather than "make" so that GCC does not try to build 64 bits apps by default, the build is now going one with other spkg. On Thursday, February 28, 2013 9:55:54 PM UTC+1, Jeroen Demeyer wrote: > > On 2013

Re: [sage-devel] Purpose of SAGE64

2013-02-28 Thread Jean-Pierre Flori
On Thursday, February 28, 2013 11:38:24 PM UTC+1, Jean-Pierre Flori wrote: > > > > On Thursday, February 28, 2013 10:41:15 PM UTC+1, Dr. David Kirkby wrote: >> >> On 28 February 2013 16:12, Jean-Pierre Flori wrote: >> > For info, I'm trying to build Sage on a Debian sparc64, and it failed >> >

Re: [sage-devel] Purpose of SAGE64

2013-02-28 Thread Jean-Pierre Flori
On Thursday, February 28, 2013 10:41:15 PM UTC+1, Dr. David Kirkby wrote: > > On 28 February 2013 16:12, Jean-Pierre Flori > > wrote: > > For info, I'm trying to build Sage on a Debian sparc64, and it failed > > because by default gcc produces 32 bits objects but then MPIR (and MPFR > and >

Re: [sage-devel] Purpose of SAGE64

2013-02-28 Thread David Kirkby
On 28 February 2013 16:12, Jean-Pierre Flori wrote: > For info, I'm trying to build Sage on a Debian sparc64, and it failed > because by default gcc produces 32 bits objects but then MPIR (and MPFR and > MPC) decided to be smart enough to build as 64 bits, and then when Sage > tried to build its o

Re: [sage-devel] Purpose of SAGE64

2013-02-28 Thread Jean-Pierre Flori
On Thursday, February 28, 2013 9:55:54 PM UTC+1, Jeroen Demeyer wrote: > > On 2013-02-28 17:12, Jean-Pierre Flori wrote: > > For info, I'm trying to build Sage on a Debian sparc64, and it failed > > because by default gcc produces 32 bits objects but then MPIR (and MPFR > > and MPC) decided to

Re: [sage-devel] Purpose of SAGE64

2013-02-28 Thread Jeroen Demeyer
On 2013-02-28 17:12, Jean-Pierre Flori wrote: > For info, I'm trying to build Sage on a Debian sparc64, and it failed > because by default gcc produces 32 bits objects but then MPIR (and MPFR > and MPC) decided to be smart enough to build as 64 bits, and then when > Sage tried to build its own GCC,

Re: [sage-devel] Purpose of SAGE64

2013-02-28 Thread Jean-Pierre Flori
For info, I'm trying to build Sage on a Debian sparc64, and it failed because by default gcc produces 32 bits objects but then MPIR (and MPFR and MPC) decided to be smart enough to build as 64 bits, and then when Sage tried to build its own GCC, which is 32 bits, it failed... Exporting ABI=32 s

Re: [sage-devel] Purpose of SAGE64

2012-02-09 Thread R. Andrew Ohana
On Thu, Feb 9, 2012 at 06:18, Dima Pasechnik wrote: > > > On Thursday, 9 February 2012 17:10:55 UTC+8, Jeroen Demeyer wrote: >> >> On 2012-02-09 00:46, Dr. David Kirkby wrote: >> > But on OS X, this should be easy to test - assuming you can find the >> > hardware with a sufficiently old version of

Re: [sage-devel] Purpose of SAGE64

2012-02-09 Thread Dima Pasechnik
On Thursday, 9 February 2012 17:10:55 UTC+8, Jeroen Demeyer wrote: > > On 2012-02-09 00:46, Dr. David Kirkby wrote: > > But on OS X, this should be easy to test - assuming you can find the > > hardware with a sufficiently old version of OS X > > Apparently this *only* applies to OS X 10.5, so the

Re: [sage-devel] Purpose of SAGE64

2012-02-09 Thread David Kirkby
On 9 February 2012 09:10, Jeroen Demeyer wrote: > On 2012-02-09 00:46, Dr. David Kirkby wrote: > > But on OS X, this should be easy to test - assuming you can find the > > hardware with a sufficiently old version of OS X > > Apparently this *only* applies to OS X 10.5, so the assumption is not so

Re: [sage-devel] Purpose of SAGE64

2012-02-09 Thread Jeroen Demeyer
On 2012-02-09 00:46, Dr. David Kirkby wrote: > But on OS X, this should be easy to test - assuming you can find the > hardware with a sufficiently old version of OS X Apparently this *only* applies to OS X 10.5, so the assumption is not so easy. -- To post to this group, send an email to sage-de

Re: [sage-devel] Purpose of SAGE64

2012-02-08 Thread William Stein
On Wed, Feb 8, 2012 at 3:46 PM, Dr. David Kirkby wrote: > On 02/ 8/12 09:11 PM, Jeroen Demeyer wrote: >> >> On 2012-02-08 16:37, David Kirkby wrote: >>> >>> Unfortunately, due to what appears to be a bug with Pynac, importing a >>> lot of python modules, 64-bit binaries on Solaris do not run well.

Re: [sage-devel] Purpose of SAGE64

2012-02-08 Thread Dr. David Kirkby
On 02/ 8/12 09:11 PM, Jeroen Demeyer wrote: On 2012-02-08 16:37, David Kirkby wrote: Unfortunately, due to what appears to be a bug with Pynac, importing a lot of python modules, 64-bit binaries on Solaris do not run well. So, if I understand you correctly, Sage *builds* but it doesn't actually

Re: [sage-devel] Purpose of SAGE64

2012-02-08 Thread Jeroen Demeyer
On 2012-02-08 16:37, David Kirkby wrote: > Unfortunately, due to what appears to be a bug with Pynac, importing a > lot of python modules, 64-bit binaries on Solaris do not run well. So, if I understand you correctly, Sage *builds* but it doesn't actually work properly? I actually meant "builds an

Re: [sage-devel] Purpose of SAGE64

2012-02-08 Thread David Kirkby
On 8 February 2012 12:57, Jeroen Demeyer wrote: > Does anyone here have a system on which > * building without setting SAGE64 works > * building with SAGE64=yes works > * the result in both cases is actually different > > Yes > The whole SAGE64 thing seems like a huge hack. I tend to agree

[sage-devel] Purpose of SAGE64

2012-02-08 Thread Jeroen Demeyer
Does anyone here have a system on which * building without setting SAGE64 works * building with SAGE64=yes works * the result in both cases is actually different The whole SAGE64 thing seems like a huge hack. I'm also afraid that it isn't tested much. -- To post to this group, send an email