Changes between Initial Version and Version 68 of Ticket #13864
- Timestamp:
- 12/28/12 13:02:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13864
-
Property
Status
changed from
new
toneeds_work
-
Property
Work issues
changed from
to
make sure Sage builds and starts
-
Property
Dependencies
changed from
to
#13865, #13867, #13868, #13876, #13832
-
Property
Milestone
changed from
sage-5.6
tosage-pending
-
Property
Reviewers
changed from
to
Volker Braun
-
Property
Type
changed from
PLEASE CHANGE
totask
-
Property
Status
changed from
-
Ticket #13864 – Description
initial v68 1 Try spkg at: 2 http://boxen.math.washington.edu/home/jpflori/python-2.7.3.p4.spkg 1 Instructions for getting a debug version of Python: 3 2 4 You'll have to rebuild cython and the Sage library if installing this on top of a previous Sage install. 3 * Download and untar sage-5.6.beta1 4 * Copy the Cython spkg from #13832 to spkg/standard 5 * Copy the Python spkg from #13867 to spkg/standard 6 * Copy the Singular spkg from #13876 to spkg/standard 7 * Run 8 {{{ 9 export SAGE_DEBUG=yes 10 make 11 }}} 12 and wait. At the end, Sage will die in a SIGABRT during "Testing startup" 13 * Apply the patch from #13868 to the Sage library 14 * Run `sage -br` 5 15 6 You will also have to rebuild a custom gdb linked to a debug version of Python if you plan on using gdb. 16 This gives you a Sage version that starts up, but some doctests segfault. Probably because we just found some bugs ;-) 17