md5sum check in pipe fails (alienbob slackbuilds repo)
by kardjoe from LinuxQuestions.org on (#5GQ1K)
Hi all.
I use rsync to clone some necessary packages from alienbob repo. Yesterday as I tried to check for packages integrity using CHECKSUMS.md5 file just like I do with files from official current repo.
So I'm in directory where alienbob slackbuilds are located
Code:ls -1
audacity
boost-compat
cabextract
chromium-ungoogled
electrum
ffmpeg
icu4c-compat
jack2
ladspa_sdk
libreoffice
lilv
obs-studio
openjdk
p7zip
poppler-compat
qemu
soxr
steamclient
suil
unrar
vamp-plugin-sdk
vde
vlc
webcore-fonts-installer
wine
x264
CHECKSUMS.md5
CHECKSUMS.md5.ascThe command I use to check integrity
Code:tail +13 CHECKSUMS.md5 | md5sum -cWithout '--ignore-missing' options the command works flawlessly. With '--ignore-missing' option I get
Code:tail +13 CHECKSUMS.md5 | md5sum -c --ignore-missing
md5sum: 'standard input': no file was verifiedThe error is related only to this CHECKSUM.md5 file. My custom created md5 file works as expected (with no errors) as well as CHECKSUMS.md5 from current repo. What's the problem with CHECKSUMS.md5 from alienbob slackbuilds repo? I've removed and redowloaded this file dozens of time with no progress for my problem. Any ideas?


I use rsync to clone some necessary packages from alienbob repo. Yesterday as I tried to check for packages integrity using CHECKSUMS.md5 file just like I do with files from official current repo.
So I'm in directory where alienbob slackbuilds are located
Code:ls -1
audacity
boost-compat
cabextract
chromium-ungoogled
electrum
ffmpeg
icu4c-compat
jack2
ladspa_sdk
libreoffice
lilv
obs-studio
openjdk
p7zip
poppler-compat
qemu
soxr
steamclient
suil
unrar
vamp-plugin-sdk
vde
vlc
webcore-fonts-installer
wine
x264
CHECKSUMS.md5
CHECKSUMS.md5.ascThe command I use to check integrity
Code:tail +13 CHECKSUMS.md5 | md5sum -cWithout '--ignore-missing' options the command works flawlessly. With '--ignore-missing' option I get
Code:tail +13 CHECKSUMS.md5 | md5sum -c --ignore-missing
md5sum: 'standard input': no file was verifiedThe error is related only to this CHECKSUM.md5 file. My custom created md5 file works as expected (with no errors) as well as CHECKSUMS.md5 from current repo. What's the problem with CHECKSUMS.md5 from alienbob slackbuilds repo? I've removed and redowloaded this file dozens of time with no progress for my problem. Any ideas?