Gentoo Archives: gentoo-science

From: Francois Bissey <fbissey@××××××××××××.nz>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] When do I need to rebuild sage?
Date: Wed, 06 Jun 2012 21:03:19
Message-Id: 2976775.Ryh1TK5TdX@vrooom-vrooom
In Reply to: [gentoo-science] When do I need to rebuild sage? by Thomas Kahle
1 On Wed, 06 Jun 2012 16:37:01 Thomas Kahle wrote:
2 > Hi,
3 >
4 > My sage installation from a week ago is already broken. What is wrong?
5 > Is this a 'revdep-rebuild' type of problem?
6 >
7 > sage: P[1].plot()
8 > ---------------------------------------------------------------------------
9 > RuntimeError Traceback (most recent call last)
10 >
11 >
12 > RuntimeError: module compiled against API version 6 but this version of
13 > numpy is 4 ERROR: An unexpected error occurred while tokenizing input
14 > The following traceback may be corrupted or invalid
15 > The error message is: ('EOF in multi-line statement', (1008, 0))
16 >
17 > ERROR: An unexpected error occurred while tokenizing input
18 > The following traceback may be corrupted or invalid
19 > The error message is: ('EOF in multi-line statement', (273, 0))
20 >
21 > ---------------------------------------------------------------------------
22
23 I am guessing matplotlib was originally compiled with numpy-1.6.x
24 and then you downgraded numpy without rebuilding matplotlib or scipy.
25
26 Francois

Replies

Subject Author
Re: [gentoo-science] When do I need to rebuild sage? Francois Bissey <fbissey@××××××××××××.nz>