2025-02-06

current64 - current

 

current - current64

slitaz-current-core64.iso 2024-Dec-20 13:53:41 98.3M
https://mirror1.slitaz.org/iso/current/slitaz-current-core64.iso

Index of /~shann/slitaz-current-stuff/isos/
slitaz-current-base64.iso 2024-Dec-03 12:44:04 19.6M
slitaz-current-core64.iso 2024-Dec-03 12:44:16 97.8M

Full 32 bits desktop with 64 bits kernel.

VS.

Index of /~shann/slitaz-current64-stuff/
slitaz-current-base64.iso 2025-Jan-10 08:25:50 19.6M
slitaz-current-core64.iso 2025-Jan-10 08:25:55 96.1M

Full 64 bits desktop with 64 bits kernel.

Using the same file name for different operating systems can easily cause confusion.

 

 

 

current64 - libopencl-mesa

 

libclang-cpp.so.13 => not found

$ ldd /usr/lib/libMesaOpenCL.so.1.0.0

/usr/lib/libMesaOpenCL.so.1.0.0:
linux-vdso.so.1 (0x00007ffcb2dd0000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007fd2f8426000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fd2f8421000)
libelf.so.1 => /usr/lib/libelf.so.1 (0x00007fd2f8407000)
libclang-cpp.so.13 => not found
libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007fd2f83f4000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007fd2f83d0000)
libLLVM-13.so => /usr/lib/libLLVM-13.so (0x00007fd2f5479000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fd2f5338000)
libm.so.6 => /lib/libm.so.6 (0x00007fd2f51b9000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fd2f51a4000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007fd2f5183000)
libc.so.6 => /lib/libc.so.6 (0x00007fd2f4fcb000)
/lib/ld-2.28.so (0x00007fd2f858a000)
libffi.so.8 => /usr/lib/../lib/libffi.so.8 (0x00007fd2f4fbb000)
librt.so.1 => /lib/librt.so.1 (0x00007fd2f4fb1000)
libtinfo.so.6 => /lib/libtinfo.so.6 (0x00007fd2f4f86000)
libxml2.so.2 => /usr/lib/../lib/libxml2.so.2 (0x00007fd2f4e60000)

$ tazpkg info libopencl-mesa | grep Depends

TazPkg information
========================================================
Depends : libdrm
========================================================

 

current64 - pulldown_icon missing

 

pulldown_icon missing

$ sudo tazpkg -gi adwaita-icon-theme



 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/35?replies=518#post-52971

 

current64 - libavahi

 

1. Place the following single line in a file "libavahi-client.c":
int avahi_client_new(void) { return 0; }

2. Place the following single line in a file "libavahi-common.c":
int avahi_threaded_poll_new(void) { return 0; }

3. Compile the two files into shared libraries by typing the following at
shell prompts (or place them into a script or Makefile):

gcc -c libavahi-client.c libavahi-common.c
gcc -shared -o libavahi-client.so.3 libavahi-client.o
gcc -shared -o libavahi-common.so.3 libavahi-common.o

https://communitytest.documentfoundation.org/t/libsdlo-so-slitaz-gnu-linux-avahi/58304/5

Bug 119408 - Fails to start Draw, Impress due to new Avahi dependency
 
 $ tazpkg -lf libavahi

Installed files by "libavahi"
================================================
/usr/lib/libavahi-client.so.3
/usr/lib/libavahi-common.so.3
================================================
2 files