Tiny Core Linux

Tiny Core Base => Corepure64 => Topic started by: vinnie on June 23, 2021, 05:10:47 PM

Title: can't install tilda
Post by: vinnie on June 23, 2021, 05:10:47 PM
Isn't impossible to install tilda from the repository:
Code: [Select]
tc@box:~$ tce-load -iw tilda
tilda.tcz.dep OK
Downloading: libconfuse.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget_: server returned error: HTTP/1.1 404 Not Found
md5sum: libconfuse.tcz.md5.txt: No such file or directory
Error on libconfuse.tcz
tc@box:~$
Title: Re: can't install tilda
Post by: Rich on June 23, 2021, 05:30:59 PM
Hi vinnie
It looks like  libconfuse  was not copied over from TC11 x86_64. The TC12 x86_64 repo has been updated. Try again
and report back if it worked.
Title: Re: can't install tilda
Post by: vinnie on July 01, 2021, 10:31:54 AM
thanks for the help rich, yes tilda now works.
Sorry for the time but i'm doing a lot of things together (I'm alsays confusionary).
But in the meantime also meld have the same problem:
Code: [Select]
tc@box:~$ tce-load -wi meld
meld.tcz.dep OK
py3.6gobject.tcz.dep OK
py3.6cairo.tcz.dep OK
python_3.6.tcz.dep OK
gobject-introspection.tcz.dep OK
Downloading: gtksourceview-gir.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget_: server returned error: HTTP/1.1 404 Not Found
md5sum: gtksourceview-gir.tcz.md5.txt: No such file or directory
Error on gtksourceview-gir.tcz

*underscores added for server problem
Title: Re: can't install tilda
Post by: Rich on July 01, 2021, 11:41:52 AM
Hi vinnie
One of its dependencies (gtk3-gir.tcz) has been recompiled. Before I copy it over to the TC12 repo, please download it
from the TC11 repo and confirm that works:
Code: [Select]
wget http://tinycorelinux.net/11.x/x86_64/tcz/gtksourceview-gir.tcz
Code: [Select]
wget http://tinycorelinux.net/11.x/x86_64/tcz/gtksourceview-gir.tcz.dep
Title: Re: can't install tilda
Post by: vinnie on July 01, 2021, 07:17:26 PM
it was also necessary to download the md5 but it worked, meld works!
Code: [Select]
wget http://tinycorelinux.net/11.x/x86_64/tcz/gtksourceview-gir.tcz.md5.txt
Title: Re: can't install tilda
Post by: Rich on July 01, 2021, 07:59:22 PM
Hi vinnie
gtksourceview-gir.tcz  copied to TC12 x86_64 repository.
Thank you for reporting this.
Title: Re: can't install tilda
Post by: vinnie on July 01, 2021, 09:54:30 PM
thank you for the support  ;D