WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tcl-9.0, speexdsp.tcz / speex.tcz broken?  (Read 1566 times)

Offline whyistherenotls

  • Newbie
  • *
  • Posts: 3
tcl-9.0, speexdsp.tcz / speex.tcz broken?
« on: November 15, 2018, 07: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?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tcl-9.0, speexdsp.tcz / speex.tcz broken?
« Reply #1 on: November 15, 2018, 07: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.

Offline whyistherenotls

  • Newbie
  • *
  • Posts: 3
Re: tcl-9.0, speexdsp.tcz / speex.tcz broken?
« Reply #2 on: November 15, 2018, 07: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"

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tcl-9.0, speexdsp.tcz / speex.tcz broken?
« Reply #3 on: November 15, 2018, 07:44:57 AM »
OK - fixed now, but it will take a while to get to the mirrors

Offline whyistherenotls

  • Newbie
  • *
  • Posts: 3
Re: tcl-9.0, speexdsp.tcz / speex.tcz broken?
« Reply #4 on: November 15, 2018, 07:59:27 AM »
Cool, thanks!