Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: whyistherenotls on November 15, 2018, 10:13:12 AM
-
I noticed PulseAudio and gmplayer stopped loading for me; I took a glance at it and found that I could minimize the problem and isolate it to the following:
tc@box:/opt$ tce-load -w -i speexdsp.tcz
speexdsp.tcz.dep OK
Downloading: speex.tcz.dep
Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
wget: server returned error: HTTP/1.1 416 Requested Range Not Satisfiable
md5sum: speex.tcz.dep.md5.txt: No such file or directory
Error on speex.tcz.dep
Seems speex.tcz.dep.md5.txt is missing?
-
Are you speaking of 32-bit or 64-bit tinycore?
In 32-bit, the speexdsp dep file was missing - it has been added.
in 64-bit, libpulseaudio did not have speexdsp as a dep, but it was added a short while ago.
Note that only the extension itself (and not the dep file) has an md5 checksum file.
-
64-bit; I just noticed the problem:
tc@box:/tmp/tce$ tce-fetch.sh speexdsp.tcz.dep
tc@box:/tmp/tce$ cat speexdsp.tcz.dep
speex.tcz.dep
It should be "speex.tcz" instead of "speex.tcz.dep"
-
OK - fixed now, but it will take a while to get to the mirrors
-
Cool, thanks!