<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Did you try the sed I recommended? I actually use it in a script instead of dos2unix and it seems to work fine.<div><br></div><div>grail<br><br>> Date: Tue, 29 Mar 2011 11:21:17 -0600<br>> From: rdach@telus.net<br>> To: clfs-support@lists.cross-lfs.org<br>> Subject: Re: [Clfs-support] xorg 7 script problem<br>> <br>> On Tue, 29 Mar 2011 08:45:50 -0400<br>> Joe Ciccone <jciccone@gmail.com> wrote:<br>> <br>> > On Mon, 2011-03-28 at 13:03 -0600, Randolph D Dach wrote:<br>> > <br>> > > grep: done: No such file or directory<br>> > > applewmproto-1.4.1.tar.bz2<br>> > > applewmproto-1.4.1<br>> > > tar: applewmproto-1.4.1.tar.bz2\r: Cannot open: No such file or directory<br>> > > tar: Error is not recoverable: exiting now<br>> > <br>> > The \r would be the CR added to the end of the line in a windows<br>> > environment where a CRLF is a standard line ending. On linux a LF is<br>> > standard. Use a program such as dos2unix to strip the inappropriate line<br>> > endings out of the file.<br>> > <br>> > Eg, each line in your file looks like this (windows)<br>> > applewmproto-1.4.1.tar.bz2\r\n<br>> > where it should look like this (linux/unix/bsd/mac)<br>> > applewmproto-1.4.1.tar.bz2\n<br>> > <br>> <br>> I understand this but neither this system, Debian, nor the one I'm trying to build on the home computer which was originally built off an older CLFS system <br>> So I presume I have to strip this off each line in the Proto-20101205.wget file???<br>> <br>> <br>> Randolph D Dach <rdach@telus.net><br>> _______________________________________________<br>> Clfs-support mailing list<br>> Clfs-support@lists.cross-lfs.org<br>> http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org<br></div> </body>
</html>