Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: marlo wagner on January 11, 2025, 08:50:43 AM

Title: p7zip_gui || wxwidget 3.0
Post by: marlo wagner on January 11, 2025, 08:50:43 AM
hope its the right section p7zip_gui depends on wxwidget 3.0 and does not accept wxwidgets 3.2
tc15.x

from cli :
tc@box:~$ 7zG
/usr/local/lib/p7zip/7zG: error while loading shared libraries: libwx_gtk3u_xrc-3.0.so.0: cannot open shared object file: No such file or directory
tc@box:~$ 7zDesktop
/usr/local/lib/p7zip/7zFM: error while loading shared libraries: libwx_gtk3u_xrc-3.0.so.0: cannot open shared object file: No such file or directory

i did try creating symlinks which led to another wxwidget lib and another and another etc ...  at the end of creating symlinks i got , what im guessing is, a missing function call to wex_3.0
Title: Re: p7zip_gui || wxwidget 3.0
Post by: Juanito on January 11, 2025, 11:24:51 AM
Are you speaking of the x86 repo or the x86_64 repo?
Title: Re: p7zip_gui || wxwidget 3.0
Post by: marlo wagner on January 11, 2025, 12:07:21 PM
x86_64
Title: Re: p7zip_gui || wxwidget 3.0
Post by: Juanito on January 11, 2025, 12:08:31 PM
I’ll have a look tomorrow.
Title: Re: p7zip_gui || wxwidget 3.0
Post by: Juanito on January 12, 2025, 06:14:38 AM
Updated p7zip_gui posted
Title: Re: p7zip_gui || wxwidget 3.0
Post by: marlo wagner on January 12, 2025, 06:27:17 PM
soooo finally worked; there should be an unload feature on the appbrowser ( maybe ill do that). if anyone is interested , steps to uninstall p7zip_gui look something like this
sudo umount /tmp/tcloop/p7zip_gui -d
sudo rm -rvf /tmp/tce/optional/p7zip_gui* (leaving the md5 will bork)
sudo rm /usr/local/tce.installed/p7zip_gui

it did finally work thankyou for your help jaunito