2025-01-26

current64 - ibm-jre-8u432

 

current64 - ibm-jre-8u432

IBM Semeru Runtime Open Edition (OpenJDK 1.8.0_432-b06 with Eclipse OpenJ9 0.48.0)

ibm-semeru-open-8-jre-1.8.0.432.b06_0.48.0-1.x86_64.rpm 32.7 MB Nov 11, 2024
https://github.com/AdoptOpenJDK/semeru8-binaries/releases/download/jdk8u432-b06_openj9-0.48.0/ibm-semeru-open-8-jre-1.8.0.432.b06_0.48.0-1.x86_64.rpm

$ tail -26 /usr/lib/libreoffice/libreoffice24.8/program/javavendors.xml

<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
  <updated>2019-07-26</updated>
  <vendorInfos>
	<vendor name="Sun Microsystems Inc.">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="Oracle Corporation">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="IBM Corporation">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="Blackdown Java-Linux Team">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="BEA Systems, Inc.">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="Azul Systems, Inc.">
  	<minVersion>1.8.0</minVersion>
	</vendor>
	<vendor name="Amazon.com Inc.">
  	<minVersion>1.8.0</minVersion>
	</vendor>
  </vendorInfos>
</javaSelection>
$ cat /usr/lib/jvm/ibm-semeru-open-8-jre/release 
JAVA_VERSION="1.8.0_432"
OS_NAME="Linux"
OS_VERSION="2.6"
OS_ARCH="amd64"
SOURCE=".:git:306866566ff5+ omr:git:d10a4d553a3c openj9:git:1d5831436ec3 openssl:git:72ae83ad214d"
IMPLEMENTOR="IBM Corporation"
IMPLEMENTOR_VERSION="8.0.432.0"
BUILD_SOURCE="git:8dbe40e3b6a95ff7165928583b699c2b4a9b4b9e"
BUILD_SOURCE_REPO="https://github.com/ibmruntimes/temurin-build.git"
SOURCE_REPO="git@github.com:ibmruntimes/openj9-openjdk-jdk8.git"
FULL_VERSION="1.8.0_432-b06"
SEMANTIC_VERSION="8.0.432+6"
BUILD_INFO="OS: Linux Version: 4.18.0-553.22.1.el8_10.x86_64"
JVM_VARIANT="Openj9"
JVM_VERSION="openj9-0.48.0"
IMAGE_TYPE="JRE"

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

 

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 


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