Bugs item #1852089, was opened at 2007-12-16 19:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1852089&group_id=48422

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Craig Citro (craigcitro)
Assigned to: Nobody/Anonymous (nobody)
Summary: rpy build fails if tail -1 fails

Initial Comment:
Hi,

On some systems (such as mine), tail -1 produces an error, telling the user 
that this is deprecated, and that you should use tail -n 1 instead. This is 
used in rpy_tools.py, which causes rpy to not be able to find R at build time, 
and thus the build fails. It's a two-character fix (add 'n ' between - and 1), 
so I don't know if it's worth posting the file. 

-cc

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1852089&group_id=48422

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to