Hello,
I have known about one issue (with firefox-getLatest.tcz and firefox-latest.tcz) for sometime, but was able to get around it, with a simple deleting of a file. But now there is a new problem, which I am unable to resolve. I will list all issues below.
1) With the recent server hard drive (
http://forum.tinycorelinux.net/index.php/topic,19021.msg116842.html#new) problem (repo.tinycorelinux.net), it created a problem for this tcz app, based on the code needing this server to work. Please see attached file (01.png), it shows an ip address of 89.22.99.37, which is "repo.tinycorelinux.net". The (firefox-getLatest.sh) code which refers to this is below.
echo -e "\n ${BLUE}Fetching dependencies${NORMAL}.. "
unset address
unset message
address="http://tinycorelinux.net/index.html"
message=$message1
f_connchk
Even if the user changes to a different mirror, the app is hard coded to use (
http://tinycorelinux.net/index.html) this server, to check the dependencies. With the server offline (or was, till recently), the program will not continue.
Not sure if this will help, but would changing the address line to this (see below), work?
address="$MIRROR"
So when the user changes to a new mirror, the address (line above) will use the same repo server, the user selected.
2) When the (firefox-getLatest) app tries to download the firefox tar (bz2) file, it's trying to download it as FTP only vs HTTP, which was discussed in a prior forum entry (
http://forum.tinycorelinux.net/index.php/topic,17879.msg116344.html#msg116344). There was to be new code added (per coreplayer2), which should fix the issue.
latestVER="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/linux-i686/en-US"
I do not think this new code has been updated in the current release. When will it be added?
2B)
Also related, is the URL (listed above), which no longer seems to work. Mozilla must have changed it recently? I have included the new one below.
http://ftp.mozilla.org/pub/firefox/releases/latest/linux-i686/en-US/
3) When the app was working, or sort of, it did have a minor issue of crashing, if I already had fontconfig.tcz file downloaded and installed. I use tightvnc, which has a number of dep. files, and one is libXft.tcz ---> dep ---> fontconfig.tcz. The (firefox-getLatest) app does not give any error, it just closes the terminal window, when trying to download fontconfig.tcz. This is easily repeatable. My quick fix was to delete all fontconfig files (in tmp/tce/optional), then restart the app.
Thanks for any help.
Not sure if it matters - using TC 6.x