Opened 11 years ago
Closed 4 years ago
#9209 closed defect (wontfix)
Sage build can go wrong if there is a python install in /usr/local.
Reported by: | drkirkby | Owned by: | GeorgSWeber |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | build | Keywords: | |
Cc: | jason | Merged in: | |
Authors: | Reviewers: | Jeroen Demeyer | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
There are at least two failed reports of Sage failing to build properly if there is an installation of python in /usr/local
- http://groups.google.com/group/sage-solaris/browse_thread/thread/5dcc7ed68d279f67?hl=en
- http://groups.google.com/group/sage-devel/browse_thread/thread/37a67ce63e68d55b?hl=en-GB
where an installation in /usr/local of python screws up Sage.
In my own case, the only way I could find to stop the installation in /usr/local preventing Sage building, was to execute as root
# chmod 000 /usr/local/lib/libpython2.6.a /usr/local/lib/python2.6
Clearly that is not a good method and would be unavailable to many people. Dave
Change History (12)
comment:1 Changed 11 years ago by
- Description modified (diff)
- Owner changed from GeorgSWeber to drkirkby
comment:2 Changed 11 years ago by
- Owner changed from drkirkby to (none)
comment:3 Changed 11 years ago by
- Owner changed from (none) to GeorgSWeber
comment:4 Changed 11 years ago by
- Cc jason added
comment:5 Changed 7 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:6 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:7 Changed 7 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:8 Changed 6 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:9 Changed 6 years ago by
comment:10 Changed 4 years ago by
- Milestone changed from sage-6.4 to sage-duplicate/invalid/wontfix
- Reviewers set to Jeroen Demeyer
- Status changed from new to needs_review
comment:11 Changed 4 years ago by
- Status changed from needs_review to positive_review
comment:12 Changed 4 years ago by
- Resolution set to wontfix
- Status changed from positive_review to closed
Closing tickets in the sage-duplicate/invalid/wontfix module with positive_review (i.e. someone has confirmed they should be closed).
Note: See
TracTickets for help on using
tickets.
Does this still happen?