Gentoo Archives: gentoo-science

From: Christopher Schwan <cschwan@××××××××××××××××××.de>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] running 4.4.1
Date: Thu, 06 May 2010 09:05:15
Message-Id: 201005061104.54290.cschwan@students.uni-mainz.de
In Reply to: [gentoo-science] running 4.4.1 by Thomas Kahle
1 Hi Thomas,
2
3 On Thursday 06 May 2010 10:52:38 Thomas Kahle wrote:
4 > Hi,
5 >
6 > "mühsam ernährt sich das Eichhörnchen" ...
7
8 yes indeed :) !
9
10 >
11 > I can now start 4.4.1!
12 > Before giving me the prompt it throws the following.
13 >
14 > I think I am close to using split-sage. Thanks for your work!!
15 >
16 > Thomas
17 >
18 >
19 > 44% denkmatte ~/workspace $ sage
20 > ----------------------------------------------------------------------
21 >
22 > | Sage Version 4.4.1, Release Date: 2010-05-02 |
23 > | Type notebook() for the GUI, and license() for information. |
24 >
25 > ----------------------------------------------------------------------
26 > ---------------------------------------------------------------------------
27 > NotImplementedError Traceback (most recent call last)
28 > [..]
29 >
30 > NotImplementedError: <type 'sage.rings.real_mpfr.int_toRR'>
31 > Error importing ipy_profile_sage - perhaps you should run %upgrade?
32 > WARNING: Loading of ipy_profile_sage failed.
33
34 I think this is an error we already had and solved before - please send us
35 your emerge --info and uname -a on the pc you compiled sage-core. You may also
36 try to change the line in src_prepare() in sage-core:
37
38 if use amd64 ; then
39 append-flags -fno-strict-aliasing
40 fi
41
42 to
43
44 if use <your-arch> ; then
45 append-flags -fno-strict-aliasing
46 fi
47
48 Cheers,
49
50 Christopher

Replies

Subject Author
Re: [gentoo-science] running 4.4.1 Thomas Kahle <tom111@×××.de>