On Nov 23, 8:56 am, Jaap Spies <[EMAIL PROTECTED]> wrote: > mabshoff wrote: > > Hello folks, > > > here goes 3.2.1.alpha0. Loads of merged patches all over the map. The > > total number of ticket with patches is down to 144 from 157, but I > > guess I don't need to point out that there is still plenty of patches > > to go around :). The door before the big ReST transition is slowly > > closing, but I would guess you have another ten days before 3.2.1 is > > out. The source tarball can be found at: > > >http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2.1/ > > Build failure on Fedora 9, 32 bits: ... > from sage.libs.gmp.all cimport * > ^ > ------------------------------------------------------------ > > /home/jaap/work/downloads/sage-3.2.1.alpha0/devel/sage-main/sage/structure/../ext/cdefs.pxi:32:0: > 'sage.libs.gmp.all.pxd' not found
This is because the file sage/libs/gmp/__init__.py is missing in the sage-3.2.1.alpha0 spkg . (The file is present in the Mercurial repository, but it's not checked out.) You can probably fix this by doing "hg update" (or "sage -hg update", if you don't have a separate copy of Mercurial) in the sage-main directory, and then restarting the build. Carl --~--~---------~--~----~------------~-------~--~----~ 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-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
