Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started 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.
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.
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
-
I got it this morning in an 'update apps'. You might try it again, or try a different mirror.
-
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
-
You are right! it was ncurses that was updated.
-
ncurses.tcz.dep still exists on server, and contains the non-existent ncurses-common.tcz? Also in the abook dep file.
-
ncurses.tcz.dep still exists on server, and contains the non-existent ncurses-common.tcz? Also in the abook dep file.
Fixed
-
I was able to change to another mirror, and loaded the needing files. Thanks all for replying and helping.
-
The updated ncurses.tcz has a number of .dev dependencies. Is that usual?
-
No, actually it has no dependencies.
Update your dep files.
-
Done, thanks.
-
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!