[Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2017-02-16 Thread Keith
As far as I can tell, sed 's/\r$//' checksums.md5 | sed 's/\r/\n'/ | md5sum -c works exactly as expected. If I knew where to find the source for this, I'm so annoyed I might try to decipher it. I'm not very good, but it seems like it would translate. -- You received this bug notification

[Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2010-02-04 Thread C de-Avillez
Yes indeed. It is waiting either time or a volunteer to code it. Please note that Importance is WISHLIST. I have added a null upstream task (to mark that this is known upstream), and set the Ubuntu task to Triaged. ** Changed in: coreutils (Ubuntu) Status: Confirmed = Triaged ** Also

[Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2009-10-31 Thread Jure Merhar
Thank you so much for explaining that the problem lies in the line terminators. I was bashing my head in why it won't work. This bug has apparently been reported for almost 3 years now and it still hasn't been fixed?? -- md5sum can't read md5 files with CRLF line terminators

[Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2008-10-06 Thread hggdh
tested on coreutils-7.0 beta (just-released development version) -- still present. Upstream has this comment (the newest one on this thread: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to John Blythe on 4/22/2008 12:27 PM: | Hi, I have just noticed that checking md5 hashes in an

Re: [Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2008-10-05 Thread Bogdan Butnaru
It still seems to happen on up-to-date Intrepid, coreutils 6.10-6ubuntu1. $ md5sum * files.md5 [takes a while] $ md5sum -c files.md5 [says everything is OK] $ geany files.md5 [Documents Set Line Endings Convert and Set to CR/LF; save file] $ md5sum -c files.md5 [fails to parse and outputs lots

[Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2008-10-04 Thread hggdh
Could one of you please try again on Hardy or Intrepid? I just tried with coreutils 6.10 (Hardy and Intrepid), and I do not see any errors (but I do not have Windows, and the only way to test was to create a file with lines terminating in cr/lf). -- md5sum can't read md5 files with CRLF line

[Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2008-01-27 Thread Micah Cowan
** Changed in: coreutils (Ubuntu) Assignee: Micah Cowan (micahcowan) = (unassigned) Status: In Progress = Confirmed -- md5sum can't read md5 files with CRLF line terminators https://bugs.launchpad.net/bugs/84467 You received this bug notification because you are a member of Ubuntu

[Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2007-05-15 Thread Micah Cowan
** Changed in: coreutils (Ubuntu) Importance: Undecided = Low ** Changed in: coreutils (Ubuntu) Importance: Low = Wishlist -- md5sum can't read md5 files with CRLF line terminators https://bugs.launchpad.net/bugs/84467 You received this bug notification because you are a member of Ubuntu

[Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2007-05-14 Thread randomwalker
confirmed in feisty (coreutils 5.97) ** Changed in: coreutils (Ubuntu) Status: Unconfirmed = Confirmed -- md5sum can't read md5 files with CRLF line terminators https://bugs.launchpad.net/bugs/84467 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2007-05-14 Thread randomwalker
The error message i get is --- : No such file or directory : FAILED open or read : No such file or directory : FAILED open or read md5sum: WARNING: 2 of 2 listed files could not be read --- which is quite terrible. -- md5sum can't read md5 files with CRLF line terminators

[Bug 84467] Re: md5sum can't read md5 files with CRLF line terminators

2007-05-14 Thread Micah Cowan
I'd like to point out that the output of md5sum may not necessarily be /quite/ as easy to parse as you suspect: check the output of md5sum when the filename itself includes a backslash or newline (it will begin the line with a backslash). This is by design (broken, IMO, but too established now to