Hi. > Either python did not compile correctly I am using a Gentoo Linux system and the Python I use and the system uses was compiled on the local system. I think Python compiles on my system.
> or your sage library/tarball is corrupted, I just ran md5sum I get: ed8da4723f072035a1f43bd30118aa55 sage-4.6.1.tar which looks the same on the distribution web site. > or you are LD_PRELOADing old versions I don't know how to do this. I do have an old ~/.sage in my home directory. I guess I'll try moving .sage to .sage-old and then compiling again. (I'll remove the entire sage tree, untar again and compile from there.) Another person ([email protected]) suggested: >> export MAKE="make -j12" > > make > make.out 2>&1 & > Maybe try compiling Sage *from scratch* without setting any environment > variables like this. At least this might give us some more information. I'll compile from scratch but prefer to use MAKE="make -j12". If that doesn't work I'll start again from scratch without the MAKE="make -j12" ... I expect that to take longer to compile. I have NOT used: export SAGE_PARALLEL_SPKG_BUILD="yes" Should I? =================== [email protected] wrote: The real error is this: /usr/local/sage-4.6.1/local/lib/python2.6/site-packages/sage/structure/coerce_maps.so in sage.structure.coerce_maps.DefaultConvertMap._call_ (sage/structure/coerce_maps.c:2339)() TypeError: _element_constructor_() takes exactly 2 arguments (3 given) I'm completely confused how you managed to break this, though. Either python did not compile correctly (unlikely), or your sage library/tarball is corrupted, or you are LD_PRELOADing old versions, or something along these lines. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
