public inbox for gentoo-science@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-science] sage 4.4.2 from sage-on-gentoo, ImportError
@ 2010-05-31  7:09 Nikolay Hodyunya
  2010-05-31  7:40 ` François Bissey
  0 siblings, 1 reply; 5+ messages in thread
From: Nikolay Hodyunya @ 2010-05-31  7:09 UTC (permalink / raw
  To: gentoo-science

Hello, I'm using sage 4.4.2 from sage-on-gentoo overlay.
Sage fails with 
ImportError:
/usr/lib64/python2.6/site-packages/sage/rings/polynomial/multi_polynomial_libsingular.so:
undefined symbol: _Z7_p_TestP8spolyrecP9sip_sringi
Traceback availabe at http://paste2.org/p/859084



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-science] sage 4.4.2 from sage-on-gentoo, ImportError
  2010-05-31  7:09 [gentoo-science] sage 4.4.2 from sage-on-gentoo, ImportError Nikolay Hodyunya
@ 2010-05-31  7:40 ` François Bissey
  2010-05-31  9:21   ` Nikolay Hodyunya
  2010-05-31  9:27   ` Nikolay Hodyunya
  0 siblings, 2 replies; 5+ messages in thread
From: François Bissey @ 2010-05-31  7:40 UTC (permalink / raw
  To: gentoo-science

> Hello, I'm using sage 4.4.2 from sage-on-gentoo overlay.
> Sage fails with
> ImportError:
> /usr/lib64/python2.6/site-packages/sage/rings/polynomial/multi_polynomial_l
> ibsingular.so: undefined symbol: _Z7_p_TestP8spolyrecP9sip_sringi
> Traceback availabe at http://paste2.org/p/859084
Are you using python-2.6.5-r99?
There seems to a problem with python 2.6.5 and sage.
We will get to it eventually, in the meantime try with python-2.6.4-r99.

Francois



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-science] sage 4.4.2 from sage-on-gentoo, ImportError
  2010-05-31  7:40 ` François Bissey
@ 2010-05-31  9:21   ` Nikolay Hodyunya
  2010-05-31  9:27   ` Nikolay Hodyunya
  1 sibling, 0 replies; 5+ messages in thread
From: Nikolay Hodyunya @ 2010-05-31  9:21 UTC (permalink / raw
  To: gentoo-science

On Mon, May 31, 2010 at 07:40:24PM +1200, François Bissey wrote:
> > Hello, I'm using sage 4.4.2 from sage-on-gentoo overlay.
> > Sage fails with
> > ImportError:
> > /usr/lib64/python2.6/site-packages/sage/rings/polynomial/multi_polynomial_l
> > ibsingular.so: undefined symbol: _Z7_p_TestP8spolyrecP9sip_sringi
> > Traceback availabe at http://paste2.org/p/859084
> Are you using python-2.6.5-r99?
> There seems to a problem with python 2.6.5 and sage.
> We will get to it eventually, in the meantime try with python-2.6.4-r99.
> 
> Francois
> 
I've downgraded to python-2.6.4-r99 but the problem is still there.
Should I rebuild something after downgrading?
-- 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-science] sage 4.4.2 from sage-on-gentoo, ImportError
  2010-05-31  7:40 ` François Bissey
  2010-05-31  9:21   ` Nikolay Hodyunya
@ 2010-05-31  9:27   ` Nikolay Hodyunya
  2010-05-31  9:28     ` François Bissey
  1 sibling, 1 reply; 5+ messages in thread
From: Nikolay Hodyunya @ 2010-05-31  9:27 UTC (permalink / raw
  To: gentoo-science

On Mon, May 31, 2010 at 07:40:24PM +1200, François Bissey wrote:
> > Hello, I'm using sage 4.4.2 from sage-on-gentoo overlay.
> > Sage fails with
> > ImportError:
> > /usr/lib64/python2.6/site-packages/sage/rings/polynomial/multi_polynomial_l
> > ibsingular.so: undefined symbol: _Z7_p_TestP8spolyrecP9sip_sringi
> > Traceback availabe at http://paste2.org/p/859084
> Are you using python-2.6.5-r99?
> There seems to a problem with python 2.6.5 and sage.
> We will get to it eventually, in the meantime try with python-2.6.4-r99.
> 
> Francois
> 
ok, after reemerging  sage-core with python-2.6.4, the error run away. Thanks.
-- 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-science] sage 4.4.2 from sage-on-gentoo, ImportError
  2010-05-31  9:27   ` Nikolay Hodyunya
@ 2010-05-31  9:28     ` François Bissey
  0 siblings, 0 replies; 5+ messages in thread
From: François Bissey @ 2010-05-31  9:28 UTC (permalink / raw
  To: gentoo-science

> On Mon, May 31, 2010 at 07:40:24PM +1200, François Bissey wrote:
> > > Hello, I'm using sage 4.4.2 from sage-on-gentoo overlay.
> > > Sage fails with
> > > ImportError:
> > > /usr/lib64/python2.6/site-packages/sage/rings/polynomial/multi_polynomi
> > > al_l ibsingular.so: undefined symbol: _Z7_p_TestP8spolyrecP9sip_sringi
> > > Traceback availabe at http://paste2.org/p/859084
> > 
> > Are you using python-2.6.5-r99?
> > There seems to a problem with python 2.6.5 and sage.
> > We will get to it eventually, in the meantime try with python-2.6.4-r99.
> > 
> > Francois
> 
> ok, after reemerging  sage-core with python-2.6.4, the error run away.
> Thanks.
Good, I was just writing to you about that.

Francois



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-05-31  9:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31  7:09 [gentoo-science] sage 4.4.2 from sage-on-gentoo, ImportError Nikolay Hodyunya
2010-05-31  7:40 ` François Bissey
2010-05-31  9:21   ` Nikolay Hodyunya
2010-05-31  9:27   ` Nikolay Hodyunya
2010-05-31  9:28     ` François Bissey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox