On 05/05/13 20:34, Piotr Sawuk wrote:
> I emerged sage and after starting it I wrote:
>
> x=var('x');simplify(x+1-x)
>
> and as a result I got:
>
> RuntimeError: ECL says: Module error: Don't know how to REQUIRE MAXIMA.
>
> if anyone else has sage installed, does above work?
> if yes, what are the versions of software sage is depending on?
> "equery --no-color g =sci-mathematics/sage-5.8-r3" shows me:
>
Hi,
Can you make sure your ecls is from the sage-on-gentoo overlay?
The bits of maxima required for your example to work can only
be built with ecls from the overlay. In doubt do the following:
emerge -1v =ecls-12.12.1::sage-on-gentoo
followed by
emerge -1v maxima::sage-on-gentoo
Francois