WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: flashXX fails ondemand - tce-ab - tc 5.4  (Read 1902 times)

Offline ttz

  • Jr. Member
  • **
  • Posts: 82
flashXX fails ondemand - tce-ab - tc 5.4
« 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

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: flashXX fails ondemand - tce-ab - tc 5.4
« Reply #1 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

« Last Edit: January 10, 2016, 03:51:31 PM by coreplayer2 »

Offline ttz

  • Jr. Member
  • **
  • Posts: 82
Re: flashXX fails ondemand - tce-ab - tc 5.4
« Reply #2 on: January 10, 2016, 05:18:27 PM »
@coreplayer2

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

ttz

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: flashXX fails ondemand - tce-ab - tc 5.4
« Reply #3 on: January 10, 2016, 08:37:47 PM »
getFlash11.tcz.dep updated in tc-5.x repo.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: flashXX fails ondemand - tce-ab - tc 5.4
« Reply #4 on: January 10, 2016, 08:48:19 PM »
Thank you Juanito