Ticket #3097 (closed defect: fixed)
[with patch, positive review] pbuild: make sure the files from setup.py's scripts section are copied
| Reported by: | mabshoff | Owned by: | gfurnish |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-3.0.2 |
| Component: | pbuild | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
If one uses pbuild to build the Sage library the files from the scripts section are not copied into $SAGE_ROOT/local/bin:
scripts = ['sage/dsage/scripts/dsage_worker.py',
'sage/dsage/scripts/dsage_setup.py',
'spkg-debian-maybe',
],
Ergo DSage's doctest just hang at 0% CPU use.
Cheers,
Michael
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

