Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: neonix on March 15, 2026, 01:56:02 AM

Title: firefox-ESR bug
Post by: neonix 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
Title: Re: firefox-ESR bug
Post by: Juanito 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?
Title: Re: firefox-ESR bug
Post by: neonix on March 16, 2026, 03:00:31 AM
firefox-ESR.tcz require libdav1d.tcz, but there's no such extension in the repo.
Title: Re: firefox-ESR bug
Post by: Juanito on March 16, 2026, 05:08:32 AM
dep file adjusted - thanks for reporting this
Title: Re: firefox-ESR bug
Post by: neonix 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.

Title: Re: firefox-ESR bug
Post by: Rich 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.
Title: Re: firefox-ESR bug
Post by: neonix on March 16, 2026, 02:18:38 PM
I updated nss.tcz and other extensions, and now it works.