Hi,
rebuilt again (you shouldn't use parallel=1...), after it fails I tried this:
mv instdir/program/soffice instdir/program/soffice.old
cp desktop/scripts/soffice.sh instdir/program/soffice
diff -u instdir/program/soffice.old instdir/program/soffice
This results in
(experimental_powerpc-dchroot)rene@perotto:~/libreoffice-26.2.0~beta1$ diff -u
instdir/program/soffice.old instdir/program/soffice
--- instdir/program/soffice.old 2025-12-11 01:55:33.611241288 +0000
+++ instdir/program/soffice 2025-12-11 06:08:10.728584683 +0000
@@ -37,7 +37,7 @@
# uncomment line below if you encounter problems starting soffice on your
system
# SAL_NO_XINITTHREADS=true; export SAL_NO_XINITTHREADS
-export JITC_PROCESSOR_TYPE=6
+#@JITC_PROCESSOR_TYPE_EXPORT@
# resolve installation directory
sd_cwd=$(pwd)
which is powerpc-specific, indeed. From configure.ac:
JITC_PROCESSOR_TYPE=""
if test "$_os" = "Linux" -a "$host_cpu" = "powerpc"; then
# IBMs JDK needs this...
JITC_PROCESSOR_TYPE=6
export JITC_PROCESSOR_TYPE
fi
AC_SUBST([JITC_PROCESSOR_TYPE])
So it means hppa is something different and it looks like OpenJDK doesn't like
that setting? What should we set again and/or remove it completely?
Regards,
Rene