I am trying to compile a r672 of fricas.
Unfortunately, I am unable to compile on the sage.math server.
Setup is ECL (Embeddable Common-Lisp) 9.4.1 as comes with the Sage that
is installed on that machine.
Could someone have a look at the log "make | tee make.log" which can be
found at
http://sage.math.washington.edu/home/hemmecke/pub
I have no idea why that would fail.
Ralf
It looks like maybe you were doing a parallel build because of the
order of the output near the end of the log. I have sometimes had
problems. Maybe you could try it without this option?
Regards,
Bill Page.
Well, I started with 'make -j9' and then (after it failed) wanted to
check without the -j option. So I really typed "make | tee make.log".
And now checkt again with 'make -j1'. ==> Failed in exactly the same way.
But anyway, 'make -j9' should also work. Hasn't Waldek enabled a
parallel build?
I really don't understand that. Maybe I should try with sbcl.
By the way, compiling the same code with ECL (Embeddable Common-Lisp)
9.8.4 on my laptop works fine (linear build on a 32bit machine).
Ralf
It looks like a bug in ECL shipped with Sage. Do you know how
this ECL was configured?
For me plain ECL 9.4.1 worked, but Unicode enabled one did not
work.
--
Waldek Hebisch
heb...@math.uni.wroc.pl
I do, but I cannot upgrade ecl on that machine. I wanted to try with the
standard installation.
The only thing I could do would be to make ecl-9.8.4 automatically
install, when I install fricas.
Oh, I guess that calls for trouble since sage does not really have
dependency tracking.
Ralf
And here is the relevant thread.
http://groups.google.com/group/fricas-devel/browse_thread/thread/4df82e24c742c2fe
Ralf