--
You received this message because you are subscribed to the Google Groups "sage-release" group.
To post to this group, send email to sage-r...@googlegroups.com.
To unsubscribe from this group, send email to sage-release...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sage-release?hl=en.
Dear Sage lovers,
We're releasing Sage 5.0.beta14.
I get the following error:
no, double -> ulong conversion
configure: error: could not find a working compiler, see config.log for details
sage_fortran -fPIC -c slasd4.f -o slasd4.o
Error configuring MPIR. (See above for the options passed to it.)
real 1m0.721s
user 0m17.308s
sys 0m20.156s
************************************************************************
Error installing package mpir-2.1.3.p9
************************************************************************
Under spkg/build/mpir-2.1.3.p9/src I have config.log, which I pasted here:
http://pastebin.com/zKBwLHgK
The relevant part is at lines 119-126 (I believe):
failed program was:
/* The following provokes a linker invocation problem with gcc 3.0.3
on AIX 4.3 under "-maix64 -mpowerpc64 -mcpu=630". The -mcpu=630
option causes gcc to incorrectly select the 32-bit libgcc.a, not
the 64-bit one, and consequently it misses out on the __fixunsdfdi
helper (double -> uint64 conversion). */
double d;
unsigned long gcc303 () { return (unsigned long) d; }
I don't know how to correct this by myself, Please help!
I have done this
$ sudo mv /opt/local /opt/localT
so that the installation can't see MacPorts installation.
Have everything updated, XCode, etc.
Haven't test it on Arch Linux (generally easier)
Dear Sage lovers,
We're releasing Sage 5.0.beta14.
Source archive:
http://boxen.math.washington.edu/home/release/sage-5.0.beta14/sage-5.0.beta14.tar
Upgrade path:
http://boxen.math.washington.edu/home/release/sage-5.0.beta14/sage-5.0.beta14/
Currently there is a technical problem with the mirroring, which means
this beta release is only available from the above location.
Please build, test, and report! We'd love to hear about your
experiences with this release.
On Mon, Apr 30, 2012 at 1:49 AM, Jeroen Demeyer <jdem...@cage.ugent.be> wrote:
> On 2012-04-30 06:27, Benjamin Jones wrote:
>> I'm getting the "ImportError: No module named crypt" error when building
>> 5.0.beta14.
> Can you post the Python build log?
>
> And also the output of
> $ gcc -v -x c /dev/null -c -o /dev/null
>
> --
> You received this message because you are subscribed to the Google Groups "sage-release" group.
> To post to this group, send email to sage-r...@googlegroups.com.
> To unsubscribe from this group, send email to sage-release+unsubscribe@googlegroups.com.