I had one test failure in "make testlong" (not ptestlong), which was
OK on a rerun:
sage -t --long -force_lib "devel/sage/sage/combinat/words/words.py"
Traceback (most recent call last):
File "/home/jec/.sage//tmp/words_25201.py", line 6, in <module>
from sage.all_cmdline import *;
File "/home/jec/sage-5.4.rc1/local/lib/python/site-packages/sage/all_cmdline.py",
line 14, in <module>
from sage.all import *
File "/home/jec/sage-5.4.rc1/local/lib/python/site-packages/sage/all.py",
line 66, in <module>
from sage.misc.all import * # takes a while
File "/home/jec/sage-5.4.rc1/local/lib/python/site-packages/sage/misc/all.py",
line 1, in <module>
from misc import (alarm, ellipsis_range, ellipsis_iter, srange,
xsrange, sxrange, getitem,
File "/home/jec/sage-5.4.rc1/local/lib/python/site-packages/sage/misc/misc.py",
line 157, in <module>
sage_makedirs(SAGE_TMP_INTERFACE)
File "/home/jec/sage-5.4.rc1/local/lib/python/site-packages/sage/misc/misc.py",
line 74, in sage_makedirs
os.makedirs(dir)
File "/home/jec/sage-5.4.rc1/local/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied:
'/home/jec/.sage//temp/fermat/25207//interface/'
John
> --
> You received this message because you are subscribed to the Google Groups "sage-release" group.
> To post to this group, send email to
sage-r...@googlegroups.com.
> To unsubscribe from this group, send email to
sage-release...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/sage-release?hl=en.
>