In an x86 VM: $ uname -p i686
$ cat /usr/lib/libreoffice/sdk/settings/dk.mk PLATFORM=linux PROCTYPE=x86_64 SDKVERSION=5.4 BUILDID=5.4.0.3 LIBO_SDK_ENABLE_DBGUTIL= This is where the incorrect PROCTYPE comes from. It is being installed by libreoffice-dev-common, supposedly an architecture-independent package. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/1712873 Title: autopkgtests failures on i386 and s390x for 5.4.0, assumes wrong architecture Status in libreoffice package in Ubuntu: Triaged Bug description: Looking at autopkgtests failures on i386 and s390x for 1:5.4.0-0ubuntu2 in artful-proposed (logs attached). The following linker failure: /usr/bin/ld: cannot find -ljawt is due to $JAVA_PROC_TYPE being incorrect ("amd64" instead of "i386" or "s390x"), and thus $LINK_JAVA_LIBS has the incorrect architecture in its path and the linker doesn't find libjawt.so. This is likely caused by $PROCTYPE being incorrect, which itself is set from $PLATFORMID. There are other hints that $PROCTYPE has a wrong value in the logs, even though that doesn't appear to make the tests fail: […] mkdir -p /tmp/tmp.OSVUCMLVqv/out/sdk/LINUXexample.out/misc/CppComponentSample/Linux_x86_64 […] which means $UNOPKG_PLATFORM has an incorrect value, set from $PROCTYPE. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1712873/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

