Please tell us more about the hardware setup. Is it an HPC cluster, and you trying to build Sage on an NFS-mounted (or fuse-mounted) disk rather than on a local disk? The locking errors like you show are typical for this setup; please build Sage on a local disk rather than on an NFS-mounted one (this would be faster, too)
On Thursday, February 22, 2018 at 7:39:59 AM UTC, [email protected] wrote: > > after 5 hours 'make' : > > Thread model: posix > gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) > **************************************************** > Creating database > /SW/sw-cos7-64/sage/sage-8.1/local/share/cremona/cremona_mini.db > Traceback (most recent call last): > File "spkg-install.py", line 100, in <module> > install_cremona() > File "spkg-install.py", line 33, in install_cremona > con.execute('CREATE TABLE t_class(rank INTEGER, class TEXT PRIMARY > KEY,' > sqlite3.OperationalError: database is locked > > real 0m5.289s > user 0m0.031s > sys 0m0.069s > ************************************************************************ > Error installing package elliptic_curves-0.8.p0 > ************************************************************************ > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
