Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: ttz on January 10, 2016, 02:22:06 PM

Title: flashXX fails ondemand - tce-ab - tc 5.4
Post by: ttz on January 10, 2016, 02:22:06 PM
getFlash10.tcz:

Code: [Select]
Enter selection ( 1 - 18 ) or (q)uit, (n)ext, (p)revious: : 3
 getFlash10.tcz
A)bout I)nstall O)nDemand D)epends T)ree F)iles siZ)e L)ist S)earch P)rovides K)eywords or Q)uit:
Downloading: squashfs-tools.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: squashfs-tools.tcz.md5.txt: No such file or directory
Error on squashfs-tools.tcz
 getFlash10.tcz
A)bout I)nstall O)nDemand D)epends T)ree F)iles siZ)e L)ist S)earch P)rovides K)eywords or Q)uit:

getFlash11.tcz:

Code: [Select]
Enter selection ( 1 - 18 ) or (q)uit, (n)ext, (p)revious: : 4
 getFlash11.tcz
A)bout I)nstall O)nDemand D)epends T)ree F)iles siZ)e L)ist S)earch P)rovides K)eywords or Q)uit:
Downloading: squashfs-tools.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: squashfs-tools.tcz.md5.txt: No such file or directory
Error on squashfs-tools.tcz
 getFlash11.tcz
A)bout I)nstall O)nDemand D)epends T)ree F)iles siZ)e L)ist S)earch P)rovides K)eywords or Q)uit:

I already have squashfs-tools.tcz and have used it. I do not know what to do with/about this and hope for guidance.

Thank you,
ttz
Title: Re: flashXX fails ondemand - tce-ab - tc 5.4
Post by: coreplayer2 on January 10, 2016, 03:19:29 PM
Somehow or other the dep file didn't get adjusted for tc-5 

In tc-5.x x86 and tc-4.x x86  the squashfs-tools is named  " squashfs-tools-4.x.tcz "  getFlash11.tcz.dep file for these two repo's needs updating is all.

You can use wget  to download
getFlash11.tcz,
getFlash11.tcz.dep
getFlash11.tcz.md5.txt

from    tinycorelinux.net/5.x/x86/tcz/

like 
Code: [Select]
wget http://tinycorelinux.net/5.x/x86/tcz/getFlash11.tcz
or use your browser to download the above files from " http://tinycorelinux.net/6.x/x86/tcz/getFlash11.tcz "

or use the Tinycore Online Browser " http://packages.tinycorelinux.net/ "  (use this tool to download the correct dep file from the tc-4 repo)

Move all the above files to your tce/optional dir

and adjust the dep file to suit replacing squashfs-tools.tcz with squashfs-tools-4.x.tcz,  then
use Apps to "fetch missing deps"

Or you could update your system to tc-6 or tc-7  :p

Title: Re: flashXX fails ondemand - tce-ab - tc 5.4
Post by: ttz on January 10, 2016, 05:18:27 PM
@coreplayer2

Thank you. My job now is to understand and do.

ttz
Title: Re: flashXX fails ondemand - tce-ab - tc 5.4
Post by: Juanito on January 10, 2016, 08:37:47 PM
getFlash11.tcz.dep updated in tc-5.x repo.
Title: Re: flashXX fails ondemand - tce-ab - tc 5.4
Post by: coreplayer2 on January 10, 2016, 08:48:19 PM
Thank you Juanito