#10204: cddlib fails to build on iras
------------------------+---------------------------------------------------
Reporter: jdemeyer | Owner: GeorgSWeber
Type: defect | Status: new
Priority: major | Milestone: sage-4.6.1
Component: build | Keywords: cddlib
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by vbraun):
The problem is that the ctime of newly-created files over NFS is wrong:
{{{
vbr...@iras:~> rm -f test && touch test && stat test
File: `test'
Size: 0 Blocks: 0 IO Block: 8192 regular empty
file
Device: 14h/20d Inode: 11175765 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1036/ vbraun) Gid: ( 1024/ sage)
Access: 2010-10-23 09:59:05.009964000 -0400
Modify: 2010-10-23 09:59:05.009964000 -0400
Change: 2010-10-23 09:58:47.918997000 -0400
}}}
There is a nfs bug related to nfs time stamps
https://bugzilla.kernel.org/show_bug.cgi?id=6127
which is likely the culprit here. That bug was fixed in 2.6.17 (iras runs
2.6.16).
A possible workaround would be to build sage in `/tmp`, which is a local
disk and where file creation times are correct.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10204#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.