WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: firefox-ESR bug  (Read 162 times)

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 583
firefox-ESR bug
« on: March 15, 2026, 01:56:02 AM »
In TC17.x86-64 when I want to install firefox-ESR.tcz I get this error:

Code: [Select]
dav1d.tcz.md5.txt not found 404
But the file exists.
http://tinycorelinux.net/17.x/x86_64/tcz/dav1d.tcz.md5.txt

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15531
Re: firefox-ESR bug
« Reply #1 on: March 15, 2026, 07:02:04 AM »
The md5sum checks out OK on the server - maybe you could delete any dav1d.tcz* files in your tce/optional folder locally and try again?

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 583
Re: firefox-ESR bug
« Reply #2 on: March 16, 2026, 03:00:31 AM »
firefox-ESR.tcz require libdav1d.tcz, but there's no such extension in the repo.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15531
Re: firefox-ESR bug
« Reply #3 on: March 16, 2026, 05:08:32 AM »
dep file adjusted - thanks for reporting this

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 583
Re: firefox-ESR bug
« Reply #4 on: March 16, 2026, 09:56:20 AM »
Code: [Select]
tc@box:~$ firefox
XPCOMGlueLoad error for file /tmp/tcloop/firefox-ESR/usr/local/lib/firefox/libxul.so:
/usr/local/lib/libnss3.so: version `NSS_3.107' not found (required by /tmp/tcloop/firefox-ESR/usr/local/lib/firefox/libxul.so)
Couldn't load XPCOM.


Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12640
Re: firefox-ESR bug
« Reply #5 on: March 16, 2026, 10:28:25 AM »
Hi neonix
firefox-ESR.tcz.dep includes  nss.tcz.
nss.tcz includes  /usr/local/lib/libnss3.so.

Please confirm that nss.tcz is loaded.

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 583
Re: firefox-ESR bug
« Reply #6 on: March 16, 2026, 02:18:38 PM »
I updated nss.tcz and other extensions, and now it works.