Hi,
Am 24.10.23 um 15:45 schrieb René Engelhard:
Am 24. Oktober 2023 08:58:22 MESZ schrieb John Paul Adrian
Glaubitz<glaub...@physik.fu-berlin.de>:
Hello!
On Mon, 2023-10-23 at 23:20 +0200, Rene Engelhard wrote:
we're explicitly building with OpenJDK 8 while Debian builds
with OpenJDK 17 [2] which might explain the different test results.
Which is no option here...
It may not be an option, but it might give you a pointer how to fix the
actual bug, even with OpenJDK 17.
No, given the discussion on the upstream list that's definitely beyond my
skills and needs to be done by a porter.
besides that (on platti):
% make check
S=/home/rene/libreoffice-7.6.2 && I=$S/instdir && W=$S/workdir &&
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program"
$I/program/uno.bin -s com.sun.star.test.bridge.BridgeTest --
com.sun.star.test.bridge.CppTestObject
-env:LO_BUILD_LIB_DIR=file://$W/LinkTarget/Library
-env:URE_MORE_SERVICES=file://$W/Rdb/uno_services.rdb
-env:URE_MORE_TYPES=file://$W/UnoApiTarget/bridgetest.rdb &&
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program"
$I/program/uno.bin -s com.sun.star.test.bridge.BridgeTest --
com.sun.star.test.bridge.JavaTestObject noCurrentContext
-env:LO_BUILD_LIB_DIR=file://$W/LinkTarget/Library
-env:URE_MORE_SERVICES=file://$W/Rdb/uno_services.rdb
-env:URE_MORE_TYPES=file://$W/UnoApiTarget/bridgetest.rdb
exception occurred: Could not create Java implementation loader at
./stoc/source/javaloader/javaloader.cxx:551
> error: Could not create Java implementation loader at
./stoc/source/javaloader/javaloader.cxx:551
> dying...make: ***
[/home/rene/libreoffice-7.6.2/testtools/CustomTarget_uno_test.mk:32:
/home/rene/libreoffice-7.6.2/workdir/CustomTarget/testtools/uno_test.done]
Error 1
Tried setting the JDK explicitely (all on platti):
8: see above
11: fails in the original way
17: not tested expllicitely, it is the default
21: fails in the original way
Regards
René