On Dec 19, 3:52 pm, "John Cremona" <[EMAIL PROTECTED]> wrote:
> Could you try cremona-20071219.p1.spkg, same place as before.
>
> Thanks,
>
> John
>

Hi,

two remarks:

1) you need to rename the directory to the same name as the spkg, i.e.

        cremona-20071219.p0 instead of cremona-20071219

in your particular case. Otherwise the build will fail.

2) I corrected the permission issues via

find . -perm 700 -exec chmod 755 {} \;
find . -perm 600 -exec chmod 644 {} \;

in src. As I mentioned in my off list email earlier that is due to
#1240. You spkg with corrected directory names and permissions can be
found at

http://sage.math.washington.edu/home/mabshoff/cremona-20071219.p0.spkg

I compiles on sage.math and bsd. I am also running doctests at the
moment.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to