retitle 1122336 libreoffice: Smoketest fails on hppa and powerpc

thanks


Hi,

Am 11.12.25 um 02:53 schrieb Rene Engelhard:
But indeed, that works, interesting.

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.


Regards,


Rene

Reply via email to