On 25/10/16 18:26, Francesco Turco wrote: > I'm using coreutils-8.25-2 on a Parabola GNU/Linux-libre system. > I think I found a bug with the "sha1sum" command. > > Steps to reproduce: > 1) wget https://dumps.wikimedia.org/enwikisource/20161020/enwikisource- > 20161020-pages-articles.xml.bz2 > 2) wget https://dumps.wikimedia.org/enwikisource/20161020/enwikisource- > 20161020-sha1sums.txt > 3) sha1sum -c enwikisource-20161020-sha1sums.txt --ignore-missing > > Result: > sha1sum: enwikisource-20161020-sha1sums.txt: no file was verified > > Expected result: > enwikisource-20161020-pages-articles.xml.bz2: OK >
This seems like the txt file is in DOS format with \r\n line endings. If you remove the --ignore-missing option, are you presented with $'\r' representations in the missing file names? Though when I downloaded the file it was in unix format so I'm confused
