WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: not working: charmap, brasero, inxi, audacity  (Read 1924 times)

Offline nick65go

  • Hero Member
  • *****
  • Posts: 805
not working: charmap, brasero, inxi, audacity
« on: May 27, 2020, 09:16:32 AM »
not a user of these applications, just testing what they do.

Code: [Select]
tc@box:~$ uname -a
Linux box 5.4.3-tinycore #2020 SMP Tue Dec 17 17:00:50 UTC 2019
tc@box:~$ charmap
charmap: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory

tc@box:~$ brasero
brasero: error while loading shared libraries: libtracker-sparql-2.0.so.0: cannot open shared object file: No such file or directory

tc@box:~$ tce-load -w inxi
inxi.tcz.dep OK
pci-utils.tcz.dep OK
Downloading: procps.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: procps.tcz.md5.txt: No such file or directory
Error on procps.tcz
tc@box:~$

tc@box:~$ audacity
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.,
and wxCore used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2..
Aborted
tc@box:~$

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11284
Re: not working: charmap, brasero, inxi, audacity
« Reply #1 on: May 27, 2020, 09:38:56 AM »
Hi nick65go
...
Code: [Select]
tc@box:~$ uname -a
Linux box 5.4.3-tinycore #2020 SMP Tue Dec 17 17:00:50 UTC 2019
tc@box:~$ charmap
charmap: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory
...
I think  libffi.so.5  has been dropped and  libffi.so.6  is the current version.

Quote
Code: [Select]
tc@box:~$ tce-load -w inxi
inxi.tcz.dep OK
pci-utils.tcz.dep OK
Downloading: procps.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: procps.tcz.md5.txt: No such file or directory
Error on procps.tcz
tc@box:~$
See if changing  procps.tcz  to  procps-ng.tcz  in your  inxi.tcz.dep  file fixes it.

Offline nick65go

  • Hero Member
  • *****
  • Posts: 805
Re: not working: charmap, brasero, inxi, audacity
« Reply #2 on: May 27, 2020, 10:06:32 AM »
Code: [Select]
tc@box:/mnt/sda10/tce11-32/optional$ cat inxi.tcz.dep
coreutils.tcz
dmidecode.tcz
pci-utils.tcz
perl5.tcz
procps-ng.tcz
tc@box:/mnt/sda10/tce11-32/optional$ tce-load -w inxi
inxi.tcz.dep OK
Downloading: procps.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: procps.tcz.md5.txt: No such file or directory
Error on procps.tcz
tc@box:/mnt/sda10/tce11-32/optional$
maybe it will work AFTER I manage to manually download the inxi.tcz* from the web-server.

Offline nick65go

  • Hero Member
  • *****
  • Posts: 805
Re: not working: charmap, brasero, inxi, audacity
« Reply #3 on: May 27, 2020, 10:30:44 AM »
I grab it from https://ftp.nluug.nl/os/Linux/distr/tinycorelinux/11.x/x86/tcz/ it works OK. But You need to update your Inxi.tcz.dep on the website
Code: [Select]
tc@box:/mnt/sda10/tce11-32/optional$ editor inxi.tcz.dep
tc@box:/mnt/sda10/tce11-32/optional$ tce-load -i inxi
procps-ng.tcz: OK
perl5.tcz: OK
coreutils.tcz: OK
inxi.tcz: OK
tc@box:/mnt/sda10/tce11-32/optional$ inxi
CPU: Quad Core AMD A6-6310 APU with AMD Radeon R4 Graphics (-MCP-)
speed/min/max: 998/1000/1800 MHz Kernel: 5.4.3-tinycore i686 Up: 3h 13m
Mem: 648.2/1865.0 MiB (34.8%) Storage: 931.51 GiB (0.9% used) Procs: 465
Shell: sh inxi: 3.1.00
tc@box:/mnt/sda10/tce11-32/optional$

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14622
Re: not working: charmap, brasero, inxi, audacity
« Reply #4 on: May 28, 2020, 03:42:57 AM »
brasero and inxi deps adjusted
gucharmap updated

audacity works for me - could you double-check that you have the latest version of wxWidgets?