Ticket #1543 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

rpy-1.0.1.spkg Download (75.2 KB) - added by craigcitro 5 years ago.
rpy-1.0.1.p0.spkg Download (75.2 KB) - added by craigcitro 5 years ago.

Change History

Changed 5 years ago by craigcitro

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

Changed 5 years ago by craigcitro

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.)

comment:3 Changed 5 years ago by rlm

  • Status changed from assigned to closed
  • Resolution set to fixed

Merged in 2.9.1.alpha1

Note: See TracTickets for help on using tickets.