Tiny Core Linux
Tiny Core Extensions => TCE Corepure64 => Topic started by: nick65go on May 11, 2019, 08:57:08 AM
-
in TC10 x64, asunder.dep has
asunder.tcz
gtk2.tcz <-here
libcddb.tcz <-here
cdparanoia.tcz <-here
lxde-icon-theme.tcz<-here
-
Hi nick65go
The http://tinycorelinux.net/10.x/x86_64/tcz/asunder.tcz.dep file looks fine to me:
gtk2.tcz
libcddb.tcz
cdparanoia.tcz
lxde-icon-theme.tcz
What you are showing is the http://tinycorelinux.net/10.x/x86_64/tcz/asunder.tcz.tree file.
asunder.tcz
gtk2.tcz
libcddb.tcz
cdparanoia.tcz
lxde-icon-theme.tczAnd I don't see any extra characters at the end of the lines.
-
Hi nick65go
I think I might know what's wrong. The last line in the .dep file (lxde-icon-theme.tcz) is missing a carriage return. Try adding a
carriage return to the last line in your tce/optional/asunder.tcz.dep file and see if that fixes your problem.
-
The dep file on the server looks OK..
-
Thanks Rich, I could manage myself to correct the *dep file. I tried to help other TC users :)
I did not used any desktop manager like LXDE, just simple flwm.
the asunder.dep 'looks' OK, but it is NOT. please try youself to see from default TC Apps fltk utility.
it is an 'invisible' char, like lower case R (|-).
-
Hi nick65go
I just downloaded the file and you are correct. Someone edited the file with a Windows compatible editor. There are
CR LF sequences terminating the lines. Running dos2unix on the file will fix it.
-
after manual editing of asunder.tcz.dep, then missing md5 for asunder...
tc@box:~$ tce-load -w asunder
asunder.tcz.dep OK
Downloading: lxde-icon-theme.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 400 Bad Request
.md5.txt: No such file or directory
Error on lxde-icon-theme.tcz
even after using apps to load it
tc@box:~$ tce-load -wi lxde-icon-theme.tcz
lxde-icon-theme is already installed!
-
finally, i cheated, using wget, as a temporary solution:
tc@box:~$ wget http://repo.tinycorelinux.net/10.x/x86_64/tcz/asunder.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
asunder.tcz 100% |********************************| 73728 0:00:00 ETA
tc@box:~$
-
Hi nick65go
Maybe when you executed:
tc@box:~$ tce-load -w asunderit read the .dep file from the repository again with the extra CR characters.
-
dep file fixed on the server