Thanks Michael for the quick answer. I'll try to build Sage from sources.
Cheers,
--
Johan
And for the record I'm *currently* installing 32 and 64-bit Debian images.
William
I've tried to build from sources sage-3.3 but I still have an
unexpected error when running sage :-(
The log is available here: http://www.lri.fr/~oudinet/pub/debiansage2.log
I add that when I manually try to execute the command gap with the
same options, I get :
$ gap -r -b -p -T -o 9999G /usr/local/sage-3.3/data//extcode/gap/sage.g
@p1.@!19924+@"2014+@#91395+@$7138+@%24361+@&67542+@!24824+@"7764+@#33736+@$5915+@%21601+@&67542+@!48921+@"9581+@#09404+@$3263+@%5248+@&67542+@!2688+@"6321+@#95313+@$0292+@%0796+@&67542+@!3448+@"5201+@#54952+@$8622+@%2475+@&67542+@!7689+@"949+@#89662+@$9281+@%2454+@&67542+@!3448+@"1101+@#75312+@$7761+@%4233+@&67542+@nGAP4,
Version: 4.4.12 of 17-Dec-2008,
x86_64-unknown-linux-gnu-gcc@J@!0012+@"385+@#0944+@$144+@%6262+@&67542+@ngap>
@i
For the record, I've followed the installation guide found here:
http://www.sagemath.org/doc/inst/node8.html
--
Johan
I don't think so. Actually, I don't know what GAP is (so I never used
it) and both "locate gap.rc" and find ~ -name 'gap.rc' don't find
anything.
>
>> For the record, I've followed the installation guide found here:http://www.sagemath.org/doc/inst/node8.html
>
> Ok.
>
> We have seen this or a seemingly similar problem on a build machine we
> have access to, so we are investigating. I have made this a critical
> issue against 3.4, i.e.
>
> http://trac.sagemath.org/sage_trac/ticket/5385
>
> Three questions:
>
> * Does "sage -gap" give you a working GAP without all that odd
> output?
"sage -gap" starts without complain, and I can type ?help for
example... but I don't know what do you mean by a "working GAP"
> * What is LOCALE set to?
I think it is unset:
$echo $LOCALE
$ test -z $LOCALE; echo $?
0
> * Could you compress install.log and post a link to it so that I can
> download it and take a look? Maybe something common or odd will pop
> up.
Here it is:
http://www.lri.fr/~oudinet/pub/install.log.bz2
--
Johan
Just to mention I also tried sage-3.4 binary for Debian Lenny and got
exactly the same error (but I have to remove a file that warns about
the absence of sse4_1 flag before).
So, it confirms this GAP bug is still present in sage-3.4.
--
Johan