WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: hardinfo.tcz does not work  (Read 2923 times)

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
hardinfo.tcz does not work
« on: June 24, 2012, 04:01:24 PM »
Code: [Select]
tc@box:~$ hardinfo
hardinfo: error while loading shared libraries: libgnutls.so.26: cannot open shared object file: No such file or directory
tc@box:~$
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11573
Re: hardinfo.tcz does not work
« Reply #1 on: June 24, 2012, 04:12:15 PM »
Hi AbNoRMiS
This came up recently for another extension. When gnutls was updated, the old version was renamed to
gnutls2. This means that any application depending on the old version needs its dependency file updated
to read  gnutls2.tcz.


Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: hardinfo.tcz does not work
« Reply #2 on: June 25, 2012, 03:07:06 AM »
Hi AbNoRMiS
This came up recently for another extension.
The same matter was reported a few days ago
http://forum.tinycorelinux.net/index.php/topic,13489.0.html
so the fix may be on its way.

Offline gutmensch

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: hardinfo.tcz does not work
« Reply #3 on: June 25, 2012, 03:50:05 AM »
fixed on server... and visualizes the nastiness of recursive dependencies. hardinfo only depended on glib-networking.tcz, which implied gnutls.tcz, glib-networking.tcz was updated using new gnutls.tcz but hardinfo is linked against gnutls2.tcz libraries itself => error. if the "old" gnutls.tcz would have been a dep from the beginning, the dep file would have been correctly updated to gnutls2.tcz.
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: hardinfo.tcz does not work
« Reply #4 on: June 25, 2012, 03:21:35 PM »
Hi AbNoRMiS
This came up recently for another extension.
The same matter was reported a few days ago
http://forum.tinycorelinux.net/index.php/topic,13489.0.html
so the fix may be on its way.
sorry, i really somehow didn't saw this

i just wanted to ask
recompiling hardinfo with new gnutls
will not give the desired result
or it requires exactly second version?
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline gutmensch

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: hardinfo.tcz does not work
« Reply #5 on: June 25, 2012, 03:35:45 PM »
recompiling should fix the issue (with only gnutls.tcz and gnutls-dev.tcz installed), but gnutls.tcz will still be a *real* dep, that's why it should be included in the dep file.
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)