WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: can't install tilda  (Read 2192 times)

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
can't install tilda
« on: June 23, 2021, 02: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:~$

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: can't install tilda
« Reply #1 on: June 23, 2021, 02: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.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: can't install tilda
« Reply #2 on: July 01, 2021, 07: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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: can't install tilda
« Reply #3 on: July 01, 2021, 08: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
« Last Edit: July 01, 2021, 05:12:10 PM by Rich »

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: can't install tilda
« Reply #4 on: July 01, 2021, 04: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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: can't install tilda
« Reply #5 on: July 01, 2021, 04:59:22 PM »
Hi vinnie
gtksourceview-gir.tcz  copied to TC12 x86_64 repository.
Thank you for reporting this.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: can't install tilda
« Reply #6 on: July 01, 2021, 06:54:30 PM »
thank you for the support  ;D