[sage-devel] #103611 needs review: upgrade setuptools to 0.6c11

2010-12-14 Thread Koen van de Sande
Can somebody please review: http://trac.sagemath.org/sage_trac/ticket/103611 It is a plain upgrade of the source package (both original version and new version need no patches). The updated package fixes known interactions between setuptools and distribute (which makes installing the PyCUDA/PyOpenC

[sage-devel] Re: Installation of Sage on a Suse 11.0 (x64) system failing

2010-12-13 Thread Koen van de Sande
I think I know what the problem is - I tried it on OpenSUSE 11.1. There, the system readline is a version 5 - not a version .6 The special casing in the spkg-install is causing problems for OpenSUSE 11.0/11.1: it should not be used at all there. When I remove it from the spkg-install, sage compiles