Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: zatman on April 22, 2015, 03:11:34 PM

Title: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: zatman on April 22, 2015, 03: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
Title: Re: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: gerald_clark on April 22, 2015, 03:30:13 PM
I got it this morning in an 'update apps'.  You might try it again, or try a different mirror.
Title: Re: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: bmarkus on April 22, 2015, 03: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

Title: Re: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: gerald_clark on April 22, 2015, 03:46:33 PM
You are right! it was ncurses that was updated.
Title: Re: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: curaga on April 23, 2015, 04:32:46 AM
ncurses.tcz.dep still exists on server, and contains the non-existent ncurses-common.tcz? Also in the abook dep file.
Title: Re: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: bmarkus on April 23, 2015, 09: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
Title: [Solved] Re: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: zatman on April 24, 2015, 12:10:38 PM
I was able to change to another mirror, and loaded the needing files.  Thanks all for replying and helping.
Title: Re: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: thane on April 25, 2015, 07:12:22 PM
The updated ncurses.tcz has a number of .dev dependencies. Is that usual?
Title: Re: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: gerald_clark on April 25, 2015, 07:23:40 PM
No, actually it has no dependencies.
Update your dep files.
Title: Re: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: thane on April 25, 2015, 07:41:23 PM
Done, thanks.
Title: Re: ncurses-common.tcz is missing from tc6.x x86 repo
Post by: thane on April 28, 2015, 12:49:26 PM
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!