On Mon, 2011-03-28 at 13:03 -0600, Randolph D Dach wrote:

> grep: done: No such file or directory
> applewmproto-1.4.1.tar.bz2
> applewmproto-1.4.1
> tar: applewmproto-1.4.1.tar.bz2\r: Cannot open: No such file or directory
> tar: Error is not recoverable: exiting now

The \r would be the CR added to the end of the line in a windows
environment where a CRLF is a standard line ending. On linux a LF is
standard. Use a program such as dos2unix to strip the inappropriate line
endings out of the file.

Eg, each line in your file looks like this (windows)
applewmproto-1.4.1.tar.bz2\r\n
where it should look like this (linux/unix/bsd/mac)
applewmproto-1.4.1.tar.bz2\n


-- 
Joe Ciccone

_______________________________________________
Clfs-support mailing list
Clfs-support@lists.cross-lfs.org
http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org

Reply via email to