Changes between Version 9 and Version 10 of Ticket #22756
- Timestamp:
- 04/05/17 21:55:32 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22756
-
Property
Status
changed from
new
toneeds_review
-
Property
Dependencies
changed from
to
#22764
-
Property
Status
changed from
-
Ticket #22756 – Description
v9 v10 27 27 - if we build Python3 with `clang` but we build Python2 first, then we get the same error as above. 28 28 29 So I propose that we build Python3 with `clang` as we already do with Python2, and we make `xz` a dependency. I don't know why the Python2 and Python3 builds interfere with each other. We could make `python3` a dependency of `python2`, to force `python3` to be built first, but that feels like treating the symptom, not the problem.29 So I propose that we build Python3 with `clang` as we already do with Python2, and we make `xz` a dependency. To fix the interference between the two Python builds, we should remove the symbolic link `SAGE_LOCAL/lib/python`. See #22764.