WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
Raspberry Pi / Re: Raspberry Pi Zero Wireless and piCore14.x LAN Connectivity
« Last post by gadget42 on November 15, 2025, 09:00:31 AM »
stumbled across this thread and wanted to inquire if this is actually where _this_ was left(last post 22 months ago)?
32
CorePlus / Re: video player for tinycoreplus
« Last post by Leee on November 15, 2025, 06:46:54 AM »
I just use vlc.  There are, I think, some lighter players in the repo as well.
33
TCE Talk / Re: Oddity when loading libreoffice onboot (core 16.2, x86_64)
« Last post by Leee on November 15, 2025, 06:44:02 AM »
Thanks Rich and patrickg.  I'm working through all of these suggestions but I have some IRL things going on so it might take a couple more days.
34
TCE Bugs / Re: librsvg.tcz update bug?
« Last post by thane on November 15, 2025, 12:20:06 AM »
Thanks Rich. My Apps lists both libEGL.tcz and libGLESv2.tcz as not required by any other extensions, but it appears that evince.tcz and the desktop on my Thinkpad do need those extensions (or at least libraries from them) to function. I'll check my setup for the extensions you list. I'll also do the update that GNUser suggested. It could be something in my setup is out-of-date.

thane
35
TCE Bugs / Re: librsvg.tcz update bug?
« Last post by Rich on November 14, 2025, 10:54:27 PM »
Hi thane
I just ran a scan on my 64 bit TC16 install and these were the extensions
that were dependent on libEGL.so (including libgbm.so) or libGLESv2.so:
Code: [Select]
tc@box:~$ for F in `find /tmp/tcloop/ | grep -vE ".so.[0-9].*"`; do readelf -d $F 2> /dev/null | grep '(NEEDED)' | grep -oE "libEGL|libGLES|libgbm" && echo $F; done
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/crocus_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/i915_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/iris_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/kms_swrast_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/libdril_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/nouveau_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/r300_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/r600_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/radeonsi_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/swrast_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/virtio_gpu_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/vmwgfx_dri.so
libgbm
/tmp/tcloop/mesa/usr/local/lib/dri/zink_dri.so
libgbm
/tmp/tcloop/libEGL/usr/local/lib/libEGL.so
libgbm
/tmp/tcloop/xorg-server/usr/local/lib/xorg/modules/drivers/modesetting_drv.so
libgbm
/tmp/tcloop/xorg-server/usr/local/lib/xorg/modules/libglamoregl.so
libEGL
libgbm
/tmp/tcloop/gst-plugins-base/usr/local/lib/libgstgl-1.0.so
libEGL
libGLES
/tmp/tcloop/libcanberra/usr/local/lib/gtk-2.0/modules/libcanberra-gtk-module.so
libEGL
libGLES
/tmp/tcloop/libcanberra/usr/local/lib/gtk-3.0/modules/libcanberra-gtk-module.so
libEGL
libGLES
/tmp/tcloop/libcanberra/usr/local/lib/gtk-3.0/modules/libcanberra-gtk3-module.so
libEGL
libGLES
/tmp/tcloop/libcanberra/usr/local/lib/libcanberra-gtk.so
libEGL
libGLES
/tmp/tcloop/libcanberra/usr/local/lib/libcanberra-gtk3.so
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/eglgears_wayland
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/eglgears_x11
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/eglinfo
libgbm
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/eglkms
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/egltri_wayland
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/egltri_x11
libGLES
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/es2_info
libGLES
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/es2gears_wayland
libGLES
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/es2gears_x11
libGLES
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/es2tri
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/peglgears
libEGL
/tmp/tcloop/mesa-demos/usr/local/bin/xeglgears
tc@box:~$

These are the extensions that list libEGL.tcz or libGLESv2.tcz as dependecies:
Code: [Select]
tc@box:~$ grep -E "libEGL|libGLES" /etc/sysconfig/tcedir/optional/*.dep
/etc/sysconfig/tcedir/optional/Xorg-7.7-3d.tcz.dep:libEGL.tcz
/etc/sysconfig/tcedir/optional/Xorg-7.7-3d.tcz.dep:libGLESv2.tcz
/etc/sysconfig/tcedir/optional/firefox.tcz.dep:libGLESv2.tcz
/etc/sysconfig/tcedir/optional/gst-plugins-bad.tcz.dep:libGLESv2.tcz
tc@box:~$
36
TCE Bugs / Re: librsvg.tcz update bug?
« Last post by thane on November 14, 2025, 08:59:55 PM »
Thanks, I'll try that.

thane
37
TCE Bugs / Re: librsvg.tcz update bug?
« Last post by GNUser on November 14, 2025, 06:02:44 PM »
Hi, thane. I always update with the command update-everything, which gracefully handles changed .dep files and missing dependencies. Please try running that command and see if it solves your problem.
38
TCE Bugs / Re: librsvg.tcz update bug?
« Last post by thane on November 14, 2025, 05:37:19 PM »
Hi Rich, libEGL.tcz and libGLESv2.tcz show up in my Apps "All not depended on" list. Maybe I need to update .dep files?
39
TCE Bugs / Re: librsvg.tcz update bug?
« Last post by Rich on November 14, 2025, 05:11:15 PM »
40
TCE Bugs / Re: librsvg.tcz update bug?
« Last post by Rich on November 14, 2025, 05:06:00 PM »
Hi thane
The dependency chain for librsvg appears to have changed.
librsvg depends on pango depends on cairo which used to depend on libEGL and libGLESv2.
Pages: 1 2 3 [4] 5 6 ... 10