Showing posts with label libreoffice. Show all posts
Showing posts with label libreoffice. Show all posts

2025-03-29

current64 - intel-opencl

 

intel-opencl

 

$ uname -a
Linux slitaz 5.10.221-slitaz64 #2 SMP Thu Jan 9 05:37:07 Europe 2025 x86_64 GNU/Linux

$ libreoffice --version
LibreOffice 24.8.4.2 bb3cfa12c7b1bf994ecc5649a80400d06cd71002

$ head -7 .config/libreoffice/4/cache/opencl_devices.log
Device Index: 0
Selected: true
Device Name: Intel(R) HD Graphics 610 [0x5902]
Device Vendor: Intel(R) Corporation
Device Version: OpenCL 3.0 NEO
Driver Version: 21.38.21026
Device Type: gpu

$ grep Selected .config/libreoffice/4/user/registrymodifications.xcu

<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SelectedOpenCLDeviceIdentifier" oor:op="fuse"><value>Intel(R) Corporation 21.38.21026--24.8.4.2--1738572466</value></prop></item>

$ tazpkg -s intel

Search result for "intel"
==========================================================
Installed packages
----------------------------------------------------------
intel-gmmlib        	21.2.1        	misc
intel-igc-core      	1.0.8708      	misc
intel-igc-opencl    	1.0.8708      	misc
intel-level-zero-gpu	1.2.21026     	misc
intel-ocloc         	21.38.21026   	misc
intel-opencl        	21.38.21026   	misc
libdrm-intel        	2.4.109       	x-window
mesa-dri-intel      	21.3.8        	x-window
xorg-xf86-video-intel   2.99.917      	x-window
==========================================================
9 installed packages found for "intel"


https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/37#post-53061

 

current64- amdgpu-libclc

 

current64- amdgpu-libclc

 

But on my hp with amdgpu, seem glitch again,

Try:
rm /usr/share/clc/gfx909-amdgcn-mesa-mesa3d.bc

or
remove the patch for libclc

# Patch to add AMD gfx9 and gfx10
patch -p1 < $stuff/libclc-add-missing-AMD-gfx9-and-gfx10-symlinks.patch

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/37#post-53060

current64 - mesamatrix

 

current64 - mesamatrix


> opencl-mesa not work correctly but with opencl-amdgpu-pro-icd it's work.

yes.

mesamatrix

This page is a graphical representation of the text file docs/features.txt from the Mesa repository.

Age Commit message
1 day tu: Implement VK_KHR_maintenance7
2 days panvk: fix dependency for EXT_display_control
2 days panvk: disable VK_KHR_shader_quad_control
....

Rusticl OpenCL

There are a total of 123 extensions to implement. The ranking is based on the current number of extensions implemented per driver.
# 	Driver 	Extensions 	Version
1 	iris 	(56.9%) 70 	1.0
2 	radeonsi (55.3%) 68 	1.0
2 	mesa 	(55.3%) 68 	N/A
4 	llvmpipe (54.5%) 67 	1.0
5 	zink 	(52.8%) 65 	1.0
6 	nvc0 	(49.6%) 61 	1.0
7 	panfrost (48.8%) 60 	1.0
7 	asahi 	(48.8%) 60 	1.0
9 	freedreno (48.0%) 59 	1.0

Clover OpenCL

There are a total of 123 extensions to implement. The ranking is based on the current number of extensions implemented per driver.
# 	Driver 	Extensions 	Version
1 	mesa 	(39.8%) 49 	N/A
2 	nvc0 	(36.6%) 45 	N/A
3 	r600 	(33.3%) 41 	N/A
3 	radeonsi (33.3%) 41 	N/A

https://mesamatrix.net/

 

 

 

 

 

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/37#post-53054

 

 

 

current64 - amdgpu-pro-opencl

 

amdgpu-pro-opencl

 

Device Index: 0
Selected: false
Device Name: AMD RENOIR (DRM 3.40.0, 5.10.221-slitaz64, LLVM 13.0.0)

Device Index: 0
Selected: false
Device Name: AMD Radeon Graphics (radeonsi, renoir, LLVM 19.1.4, DRM 3.59, 6.12.7)

amdgpu-pro

Package : opencl-amdgpu-pro-icd
Short desc : non-free AMD OpenCL ICD Loaders

$ ls -l /etc/OpenCL/vendors/
total 8
-rw-r--r-- 1 root root 15 Mar 10 13:14 amdocl64.icd
-rw-r--r-- 1 root root 19 Mar 3 09:23 mesa.icd

$ cat /etc/OpenCL/vendors/*icd
libamdocl64.so
libMesaOpenCL.so.1

$ tazpkg info opencl-amdgpu-pro-icd

TazPkg information
========================================================
Package : opencl-amdgpu-pro-icd
State : installed package
Version : 20.10-1048554
Category : misc
Short desc : non-free AMD OpenCL ICD Loaders
Maintainer : nobody@slitaz.org
Web site : Homepage:
Conf. files: /etc/OpenCL/vendors/amdocl64.icd
Size : 20.3M/89.2M
========================================================

$ tazpkg -lf opencl-amdgpu-pro-icd

Installed files by "opencl-amdgpu-pro-icd"
========================================================
/etc/OpenCL/vendors/amdocl64.icd
/opt/amdgpu-pro/lib/x86_64-linux-gnu/libamdocl64.so
/usr/share/doc/opencl-amdgpu-pro-icd/changelog.Debian.gz
/usr/share/doc/opencl-amdgpu-pro-icd/copyright
========================================================
4 files

$ zcat /usr/share/doc/opencl-amdgpu-pro-icd/changelog.Debian.gz
opencl-amdgpu (20.10-1048554) bionic; urgency=low

* Checkout from git up to commit
opencl
gerritgit/releases/amd-20.10
4ee9c84974fc3d167deaa2fe3f2da568141b7ba3
build ID: 1048554

-- AMD automated build system <gpudriverdevsupport@amd.com> Wed, 08 Apr 2020 23:50:08 -0400

$ grep -A5 'Device Index' .config/libreoffice/4/cache/opencl_devices.log

Device Index: 0
Selected: false
Device Name: AMD RENOIR (DRM 3.40.0, 5.10.221-slitaz64, LLVM 13.0.0)
Device Vendor: AMD
Device Version: OpenCL 1.1 Mesa 21.3.8
Driver Version: 21.3.8
--
Device Index: 1
Selected: true
Device Name: gfx902
Device Vendor: Advanced Micro Devices, Inc.
Device Version: OpenCL 2.0 AMD-APP (3075.10)
Driver Version: 3075.10 (PAL,HSAIL)

$ grep OpenCL .config/libreoffice/4/user/registrymodifications.xcu
<item oor:path="/org.openoffice.Office.Calc/Formula/Calculation"><prop oor:name="OpenCLMinimumDataSize" oor:op="fuse"><value>100</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SelectedOpenCLDeviceIdentifier" oor:op="fuse"><value>Advanced Micro Devices, Inc. 3075.10 (PAL,HSAIL)--24.8.4.2--1738572466</value></prop></item>

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/36#post-53052

current64 - slackware-opencl

 slackware-opencl

 

Unfortunately, if i try to enable openCL in LibreOffice, still graphic stack glitch

Can’t enable OpenCL,too.

live@darkstar:~$ uname -a
Linux darkstar.home.arpa 6.12.7 #1 SMP PREEMPT_DYNAMIC Fri Dec 27 13:47:18 CST 2024 x86_64 AMD Ryzen 7 5800H with Radeon Graphics AuthenticAMD GNU/Linux

live@darkstar:~$ libreoffice --version
LibreOffice 25.2.1.2 520(Build:2)

live@darkstar:~$ ls -l /etc/OpenCL/vendors/
total 1
-rw-r--r-- 1 root root 19 Nov 28 20:22 mesa.icd
-rw-r--r-- 1 root root 22 Nov 28 20:22 rusticl.icd

live@darkstar:~$ cat /etc/OpenCL/vendors/*.icd
libMesaOpenCL.so.1
libRusticlOpenCL.so.1

live@darkstar:~$ ls -l /usr/share/clc/gfx909*
lrwxrwxrwx 1 root root 18 Dec 28 12:53 /usr/share/clc/gfx909-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx 1 root root 28 Dec 28 12:53 /usr/share/clc/gfx909-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc

live@darkstar:~$ clinfo -l
Platform #0: Clover
`-- Device #0: AMD Radeon Graphics (radeonsi, renoir, LLVM 19.1.4, DRM 3.59, 6.12.7)
Platform #1: rusticl

live@darkstar:~$ cat .config/libreoffice/4/cache/opencl_profile.xml
<?xml version="1.0" encoding="UTF-8"?>
<profile>
<version>LibreOffice v1</version>
<device>
<type>opencl</type>
<name>AMD Radeon Graphics (radeonsi, renoir, LLVM 19.1.4, DRM 3.59, 6.12.7)</name>
<driver>24.2.8</driver>
<time>62612026</time>
<errors>false</errors>
</device>
<device>
<type>native</type>
<time>106091520</time>
<errors>false</errors>
</device>
</profile>

live@darkstar:~$ cat .config/libreoffice/4/cache/opencl_devices.log
Device Index: 0
Selected: false
Device Name: AMD Radeon Graphics (radeonsi, renoir, LLVM 19.1.4, DRM 3.59, 6.12.7)
Device Vendor: AMD
Device Version: OpenCL 1.1 Mesa 24.2.8
Driver Version: 24.2.8
Device Type: gpu
Device Extensions: cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64 cl_khr_extended_versioning
Device OpenCL C Version: OpenCL C 1.1
Device Available: true
Device Compiler Available: true
Device Linker Available: true
Platform Name: Clover
Platform Vendor: Mesa
Platform Version: OpenCL 1.1 Mesa 24.2.8
Platform Profile: FULL_PROFILE
Platform Extensions: cl_khr_icd 

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/36#post-53051 


2025-03-02

current64 - libreoffice-opencl_profile-opencl_devices

libreoffice-opencl_profile-opencl_devices-registrymodifications.xcu

Choose Tools - Options - LibreOffice - OpenCL.

Can’t enable OpenCL, as after restarting LibreOffice, the checkbox is unchecked again and OpenCL is not used.

Can’t enable OpenCL.

$ clinfo -l
Platform #0: Clover
`-- Device #0: AMD RENOIR (DRM 3.40.0, 5.10.221-slitaz64, LLVM 13.0.0)

$ cat .config/libreoffice/4/cache/opencl_profile.xml
<?xml version="1.0" encoding="UTF-8"?>
<profile>
<version>LibreOffice v1</version>
<device>
<type>opencl</type>
<name>AMD RENOIR (DRM 3.40.0, 5.10.221-slitaz64, LLVM 13.0.0)</name>
<driver>21.3.8</driver>
<time>max</time>
<errors>true</errors>
</device>
<device>
<type>native</type>
<time>1678848</time>
<errors>false</errors>
</device>
</profile>

$ cat .config/libreoffice/4/cache/opencl_devices.log
Device Index: 0
Selected: false
Device Name: AMD RENOIR (DRM 3.40.0, 5.10.221-slitaz64, LLVM 13.0.0)
Device Vendor: AMD
Device Version: OpenCL 1.1 Mesa 21.3.8
Driver Version: 21.3.8
Device Type: gpu
Device Extensions: cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64 cl_khr_extended_versioning
Device OpenCL C Version: OpenCL C 1.1
Device Available: true
Device Compiler Available: true
Device Linker Available: true
Platform Name: Clover
Platform Vendor: Mesa
Platform Version: OpenCL 1.1 Mesa 21.3.8
Platform Profile: FULL_PROFILE
Platform Extensions: cl_khr_icd

$ grep OpenCL .config/libreoffice/4/user/registrymodifications.xcu
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="OpenCLAllowList" oor:op="fuse"><value><it>//Advanced Micro Devices, Inc\.//</it><it>//Intel\(R\) Corporation//</it><it>//NVIDIA Corporation//</it><it>Linux//Advanced Micro Devices, Inc\.//1445\.5 \(sse2,avx\)</it></value></prop></item>
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="OpenCLDenyList" oor:op="fuse"><value><it>Windows//Intel\(R\) Corporation//3\.0\.1\.10891</it><it>Windows//Intel\(R\) Corporation//4\.2\.0\.99</it><it>Windows//Intel\(R\) Corporation//5\.2\.0\.10049</it><it>Windows//Intel\(R\) Corporation//9\.17\.10\.2884</it></value></prop></item>
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="UseOpenCL" oor:op="fuse"><value>false</value></prop></item>

 

 

2025-02-24

current64 - libreoffice-opencl

current64 - libreoffice-opencl

Choose Tools - Options - LibreOffice - OpenCL.

Can’t enable OpenCL, as after restarting LibreOffice, the checkbox is unchecked again and OpenCL is not used.

Can’t enable OpenCL.

$ clinfo -l
Platform #0: Clover
`-- Device #0: AMD RENOIR (DRM 3.40.0, 5.10.221-slitaz64, LLVM 13.0.0)

$ cat .config/libreoffice/4/cache/opencl_profile.xml
<?xml version="1.0" encoding="UTF-8"?>
<profile>
<version>LibreOffice v1</version>
<device>
<type>opencl</type>
<name>AMD RENOIR (DRM 3.40.0, 5.10.221-slitaz64, LLVM 13.0.0)</name>
<driver>21.3.8</driver>
<time>max</time>
<errors>true</errors>
</device>
<device>
<type>native</type>
<time>1678848</time>
<errors>false</errors>
</device>
</profile>

$ cat .config/libreoffice/4/cache/opencl_devices.log
Device Index: 0
Selected: false
Device Name: AMD RENOIR (DRM 3.40.0, 5.10.221-slitaz64, LLVM 13.0.0)
Device Vendor: AMD
Device Version: OpenCL 1.1 Mesa 21.3.8
Driver Version: 21.3.8
Device Type: gpu
Device Extensions: cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64 cl_khr_extended_versioning
Device OpenCL C Version: OpenCL C 1.1
Device Available: true
Device Compiler Available: true
Device Linker Available: true
Platform Name: Clover
Platform Vendor: Mesa
Platform Version: OpenCL 1.1 Mesa 21.3.8
Platform Profile: FULL_PROFILE
Platform Extensions: cl_khr_icd

$ grep OpenCL .config/libreoffice/4/user/registrymodifications.xcu
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="OpenCLAllowList" oor:op="fuse"><value><it>//Advanced Micro Devices, Inc\.//</it><it>//Intel\(R\) Corporation//</it><it>//NVIDIA Corporation//</it><it>Linux//Advanced Micro Devices, Inc\.//1445\.5 \(sse2,avx\)</it></value></prop></item>
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="OpenCLDenyList" oor:op="fuse"><value><it>Windows//Intel\(R\) Corporation//3\.0\.1\.10891</it><it>Windows//Intel\(R\) Corporation//4\.2\.0\.99</it><it>Windows//Intel\(R\) Corporation//5\.2\.0\.10049</it><it>Windows//Intel\(R\) Corporation//9\.17\.10\.2884</it></value></prop></item>
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="UseOpenCL" oor:op="fuse"><value>false</value></prop></item> 

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/35#post-53007

 

2025-02-06

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


2025-01-26

current64 - libreoffice-draw

 

current64 - libreoffice-draw

libavahi-common.so.3 => not found
libavahi-client.so.3 => not found

$ libreoffice --draw

loading component library <file://usr/lib/libreoffice24.8/program/libsdlo.so> failed.

$ ldd /usr/lib/libreoffice24.8/program/libsdlo.so | grep not
libavahi-common.so.3 => not found
libavahi-client.so.3 => not found 

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/34#post-52949

current64 - libreoffice-jre

current64 - libreoffice-jre



$ libreoffice --writer
javaldx: Could not find a Java Runtime Environment!
Warning: failed to read path from javaldx
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]

(soffice:5557): Gtk-WARNING **: 11:54:16.597: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.


1.
$ export PYTHONHOME=/usr/lib/libreoffice/libreoffice24.8/program/python-core-3.9.21

2.
$ sudo tazpkg -gi librsvg
Password:
Package "librsvg-2.52.5-x86_64" already in the cache

Installation of package "librsvg"
==============================================

SVG Rendering Library
--------------------------------------------------------------------------------
Copying package... [ Done ]
Extracting package... [ Done ]
Remember modified packages... [ Done ]
Installing package... [ Done ]
Removing all tmp files... [ Done ]
Execute post-install commands...
Updating gdk pixbuf loaders cache file... [ Done ]
[ Done ]
Update system databases... [ Done ]
==============================================
$ gdk-pixbuf-query-loaders | grep svg
"/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so"
"svg" 6 "gdk-pixbuf" "Scalable Vector Graphics" "LGPL"
"image/svg+xml" "image/svg" "image/svg-xml" "image/vnd.adobe.svg+xml" "text/xml-svg" "image/svg+xml-compressed" ""
"svg" "svgz" "svg.gz" ""
" <svg" "* " 100
" <!DOCTYPE svg" "* " 100

$ ls -l /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
total 260
-rwxr-xr-x 1 root root 22880 Jan 9 08:56 libpixbufloader-ani.so
-rwxr-xr-x 1 root root 18720 Jan 9 08:56 libpixbufloader-bmp.so
-rwxr-xr-x 1 root root 27104 Jan 9 08:56 libpixbufloader-gif.so
-rwxr-xr-x 1 root root 14640 Jan 9 08:56 libpixbufloader-icns.so
-rwxr-xr-x 1 root root 22984 Jan 9 08:56 libpixbufloader-ico.so
-rwxr-xr-x 1 root root 18728 Jan 9 08:56 libpixbufloader-pnm.so
-rwxr-xr-x 1 root root 14616 Jan 9 08:56 libpixbufloader-qtif.so
-rwxr-xr-x 1 root root 14584 Jan 9 18:08 libpixbufloader-svg.so
-rwxr-xr-x 1 root root 18736 Jan 9 08:56 libpixbufloader-tga.so
-rwxr-xr-x 1 root root 22976 Jan 9 08:56 libpixbufloader-tiff.so
-rwxr-xr-x 1 root root 14640 Jan 9 08:56 libpixbufloader-xbm.so
-rwxr-xr-x 1 root root 35248 Jan 9 08:56 libpixbufloader-xpm.so

3.
$ sudo tazpkg -i /root/ibm-semeru-open-8-jre-1.8.0.432.b06_x86_64.tazpkg
Password:

Installation of package "ibm-semeru-open-8-jre"
=================================================

IBM Semeru Runtime Open Edition (OpenJDK 1.8.0_432-b06 with Eclipse OpenJ9 0.48.0)
--------------------------------------------------------------------------------
Copying package... [ Done ]
Extracting package... [ Done ]
Remember modified packages... [ Done ]
Installing package... [ Done ]
Removing all tmp files... [ Done ]
=================================================

Package "ibm-semeru-open-8-jre" (1.8.0.432.b06) is installed.

$ export JAVA_HOME=/usr/lib/jvm/ibm-semeru-open-8-jre
$ export PATH=$PATH:$JAVA_HOME/bin
$ java -version
openjdk version "1.8.0_432"
IBM Semeru Runtime Open Edition (build 1.8.0_432-b06)
Eclipse OpenJ9 VM (build openj9-0.48.0, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20241107_1079 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - 306866566f based on jdk8u432-b06)

4.
$ libreoffice --writer 


----

$ libreoffice --version
LibreOffice 24.8.4.2 bb3cfa12c7b1bf994ecc5649a80400d06cd71002 

# Extract everything from RPMS

cd $TEMP_DIR/${TARBALL_NAME/$VERSION/$ARCHIVED_VERSION}/RPMS

for i in *.rpm

do

if (! echo $i | egrep -qi $EXCLUDE); then

echo -n "."

(rpm2cpio $i | cpio -id >> $LOG 2>&1 ) && rm  -f $i

fi

done

rpm2cpio libobasis*-gnome-integration*.rpm | cpio -id >> $LOG 2>&1

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/34#post-52948