Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: whyistherenotls on November 15, 2018, 10:13:12 AM

Title: tcl-9.0, speexdsp.tcz / speex.tcz broken?
Post 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?
Title: Re: tcl-9.0, speexdsp.tcz / speex.tcz broken?
Post by: Juanito on November 15, 2018, 10:37:05 AM
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.
Title: Re: tcl-9.0, speexdsp.tcz / speex.tcz broken?
Post by: whyistherenotls on November 15, 2018, 10:42:36 AM
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"
Title: Re: tcl-9.0, speexdsp.tcz / speex.tcz broken?
Post by: Juanito on November 15, 2018, 10:44:57 AM
OK - fixed now, but it will take a while to get to the mirrors
Title: Re: tcl-9.0, speexdsp.tcz / speex.tcz broken?
Post by: whyistherenotls on November 15, 2018, 10:59:27 AM
Cool, thanks!