Opened 13 years ago
Closed 9 years ago
#7689 closed defect (invalid)
cd spkg/; ./install scripts --- this results in an annoying (but harmless error message); get rid of it
Reported by: | was | Owned by: | GeorgSWeber |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | build | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | Jeroen Demeyer | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
An "official" way to setup the basic bootstrap for building Sage is to execute the following in an extracted Sage source tarball from SAGE_ROOT:
cd spkg/; ./install scripts
Doing so works, but unfortunately also results in:
... python: can't open file '/scratch/wstein/build/x/sage-4.3.rc0/devel/sage/doc/common/builder.py': [Errno 2] No such file or directory
Fix this. Get rid of this error message.
Change History (4)
comment:1 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:2 Changed 9 years ago by
- Milestone changed from sage-6.1 to sage-duplicate/invalid/wontfix
- Reviewers set to Jeroen Demeyer
- Status changed from new to needs_review
comment:3 Changed 9 years ago by
- Status changed from needs_review to positive_review
comment:4 Changed 9 years ago by
- Resolution set to invalid
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Currently,
cd build; ./install scripts
doesn't work and it certainly isn't an "official" way to bootstrap anything.