Changes between Initial Version and Version 1 of Ticket #13407
- Timestamp:
- 08/28/12 12:23:05 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13407 – Description
initial v1 1 There is a rare race condition associated to `sage-make_relative`: when a file is open for writing, it cannot be executed (you get a "Text file busy" error). Since the `sage-make_relative` opens all files in `$SAGE_LOCAL/bin` for writing, it can happen that a parallelSage build fails.1 There is a rare race condition associated to `sage-make_relative`: when a file is open for writing, it cannot be executed (you get a "Text file busy" error). Since the `sage-make_relative` Python script opens all files in `$SAGE_LOCAL/bin` for writing, it can happen that a Sage build fails. 2 2 3 3 Example from `install.log` of a failed parallel build: