WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ncurses-common.tcz is missing from tc6.x x86 repo  (Read 3525 times)

Offline zatman

  • Newbie
  • *
  • Posts: 18
ncurses-common.tcz is missing from tc6.x x86 repo
« on: April 22, 2015, 12:11:34 PM »
Trying to load rtorrent via the apps program, but fails.  When I try via cli, I get the following.

Code: [Select]
tc@BOX-225:~$ tce-load -wi rtorrent
Downloading: ncurses-common.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: ncurses-common.tcz.md5.txt: No such file or directory
Error on ncurses-common.tcz

Also fails on a simple wget request.

Code: [Select]
tc@BOX-225:/tmp$ wget http://www.tinycorelinux.net/6.x/x86/tcz/ncurses-common.tcz
Connecting to www.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found

Other files are downloaded fine.

tc@BOX-225:/tmp$ wget http://www.tinycorelinux.net/6.x/x86/tcz/aterm.tcz
Connecting to www.tinycorelinux.net (89.22.99.37:80)
aterm.tcz            100% |************************************************************************************| 53248   0:00:00 ETA
tc@BOX-225:/tmp$
tc@BOX-225:/tmp$ wget http://www.tinycorelinux.net/6.x/x86/tcz/fluff.tcz
Connecting to www.tinycorelinux.net (89.22.99.37:80)
fluff.tcz            100% |************************************************************************************| 57344   0:00:00 ETA

I would grateful if somebody would add it back in the repo.

Thanks

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: ncurses-common.tcz is missing from tc6.x x86 repo
« Reply #1 on: April 22, 2015, 12:30:13 PM »
I got it this morning in an 'update apps'.  You might try it again, or try a different mirror.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: ncurses-common.tcz is missing from tc6.x x86 repo
« Reply #2 on: April 22, 2015, 12:34:30 PM »
ncurses-common as well as ncursesw... were dropped from x86 repo. These extensions are not needed, use ncurses.tcz  And delete ncurses.tcz.dep from tce/optional

« Last Edit: April 22, 2015, 12:36:16 PM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: ncurses-common.tcz is missing from tc6.x x86 repo
« Reply #3 on: April 22, 2015, 12:46:33 PM »
You are right! it was ncurses that was updated.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: ncurses-common.tcz is missing from tc6.x x86 repo
« Reply #4 on: April 23, 2015, 01:32:46 AM »
ncurses.tcz.dep still exists on server, and contains the non-existent ncurses-common.tcz? Also in the abook dep file.
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: ncurses-common.tcz is missing from tc6.x x86 repo
« Reply #5 on: April 23, 2015, 06:56:27 AM »
ncurses.tcz.dep still exists on server, and contains the non-existent ncurses-common.tcz? Also in the abook dep file.

Fixed
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline zatman

  • Newbie
  • *
  • Posts: 18
[Solved] Re: ncurses-common.tcz is missing from tc6.x x86 repo
« Reply #6 on: April 24, 2015, 09:10:38 AM »
I was able to change to another mirror, and loaded the needing files.  Thanks all for replying and helping.

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: ncurses-common.tcz is missing from tc6.x x86 repo
« Reply #7 on: April 25, 2015, 04:12:22 PM »
The updated ncurses.tcz has a number of .dev dependencies. Is that usual?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: ncurses-common.tcz is missing from tc6.x x86 repo
« Reply #8 on: April 25, 2015, 04:23:40 PM »
No, actually it has no dependencies.
Update your dep files.

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: ncurses-common.tcz is missing from tc6.x x86 repo
« Reply #9 on: April 25, 2015, 04:41:23 PM »
Done, thanks.

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: ncurses-common.tcz is missing from tc6.x x86 repo
« Reply #10 on: April 28, 2015, 09:49:26 AM »
Doh. After following gerald_clark's advice to update dep files, forgot to check for orphans. Found an outdated ncurses-common.tcz extension and dep file that were hanging on to a few other unneeded .dev files. Deleted.

Note however that extensions created by installer or update scripts on your box may also appear as orphans (the tcz's may not be in the repo) so it isn't just a matter of deleting any orphan you find. I'm sure most here know this but putting it down so I remember!