Gentoo Archives: gentoo-science

From: Christopher Schwan <cschwan@××××××××××××××××××.de>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] does sage work?
Date: Sun, 05 May 2013 08:56:33
Message-Id: 5144051.ZNAHYJ5Hpa@cschwan-laptop
In Reply to: [gentoo-science] does sage work? by Piotr Sawuk
1 On Sunday 05 May 2013 10:34:00 you wrote:
2 > I emerged sage and after starting it I wrote:
3 >
4 > x=var('x');simplify(x+1-x)
5 >
6 > and as a result I got:
7 >
8 > RuntimeError: ECL says: Module error: Don't know how to REQUIRE MAXIMA.
9 >
10 > if anyone else has sage installed, does above work?
11
12 Yes, it does.
13
14 > if yes, what are the versions of software sage is depending on?
15
16 I've got the same as you.
17
18 > "equery --no-color g =sci-mathematics/sage-5.8-r3" shows me:
19 >
20 > sci-mathematics/sage-5.8-r3:
21 > [ 0] sci-mathematics/sage-5.8-r3
22 > [ 1] dev-lisp/ecls-12.12.1
23 > [ 1] sci-mathematics/maxima-5.29.1-r1
24 > [..]
25
26 Reinstalling both deps should fix the problem:
27
28 emerge -1 =dev-lisp/ecls-12.12.1
29 emerge -1 =sci-mathematics/maxima-5.29.1-r1
30
31 --
32 Phone: +49-6131-39-23387
33 GPG FP: AF56 9CFE 12D3 9EB0 E7F6 E15A 4DA1 A77F 3DBE 9D9C

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-science] does sage work? Piotr Sawuk <piotr5@××××××××.net>