#4500: [with patch, needs review] cython files missing from build directory
after
install
------------------------+---------------------------------------------------
Reporter: craigcitro | Owner: craigcitro
Type: defect | Status: assigned
Priority: blocker | Milestone: sage-3.2
Component: build | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by mabshoff):
Hmm, this blows up (also with the patch from #4480 applied) when doing a
virgin build:
{{{
Installing c_lib
scons: `install' is up to date.
Updating Cython code....
Traceback (most recent call last):
File "setup.py", line 435, in <module>
queue = compile_command_list(ext_modules, deps)
File "setup.py", line 400, in compile_command_list
dest_time = deps.timestamp(dest_file)
File "setup.py", line 244, in timestamp
self._timestamps[filename] = os.path.getmtime(filename)
File "/scratch/mabshoff/release-
cycle/sage-3.1.3.final/local/lib/python2.5/posixpath.py", line 143, in
getmtime
return os.stat(filename).st_mtime
OSError: [Errno 2] No such file or directory: '/scratch/mabshoff/release-
cycle/sage-3.1.3.final/local//lib/python/site-
packages//sage/structure/sage_object.pyx'
sage: There was an error installing modified sage library code.
}}}
Don't let the path names fool you - this is a 3.2.rc0 build.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4500#comment:12>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---