Ticket #1543 (closed defect: fixed)
[with new spkg] rpy build fails if "tail -1" doesn't work
| Reported by: | craigcitro | Owned by: | craigcitro |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-2.9.1 |
| Component: | packages: standard | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Again, the title says it all -- on some systems (like mine), tail -1 produces an error (since this is supposedly "deprecated" behavior), recommending that the user use tail -n 1 instead. rpy fails after that; fixing this, everything works fine. I've added one more file to the patches/ directory, and one more line to the spkg-install (namely, copying that file over).
Attachments
Change History
comment:1 Changed 5 years ago by craigcitro
- Status changed from new to assigned
- Summary changed from rpy build fails if "tail -1" doesn't work to [with new spkg] rpy build fails if "tail -1" doesn't work
comment:2 Changed 5 years ago by craigcitro
As mabshoff pointed out, this spkg name should probably get updated, since changes were made, and so I've added rpy-1.0.1.p0.spkg ... I'm also putting up a new patch for 1542, which will know about this new filename. (It has to appear in the r spkg-install, so these two should be handled simultaneously.)

