Hei guys, I tried building recent DistroKit with ptxdist 2019.10.1 on different machines, Debian 9 (stretch), Debian 10 (buster), i686 and amd64, and noticed the following. The build fails with this command (I chose that one, any other meson/ninja build triggers the same failure):
p -q --progress compile glib Error message is this one: -------------------- target: glib.compile -------------------- ptxdist: executing: PATH=/home/adahl/src/DistroKit-bbb/platform-v7a/sysroot- cross/bin:/home/adahl/src/DistroKit-bbb/platform-v7a/sysroot-cross/sbin:/home/ adahl/src/DistroKit-bbb/platform-v7a/sysroot-host/lib/wrapper:/home/adahl/src/ DistroKit-bbb/platform-v7a/sysroot-host/bin:/home/adahl/src/DistroKit-bbb/ platform-v7a/sysroot-host/sbin:/opt/OSELAS.Toolchain-2016.06.1/arm-v7a-linux- gnueabihf/gcc-5.4.0-glibc-2.23-binutils-2.26-kernel-4.6-sanitized/bin:/usr/ local/lib/ptxdist-2019.10.1/bin:/home/adahl/bin:/usr/local/bin:/usr/bin:/bin:/ usr/local/games:/usr/games DESTDIR="/home/adahl/src/DistroKit-bbb/platform- v7a/packages/glib-2.60.3" PKGCONFIG_WHITELIST_HOST='' PKGCONFIG_WHITELIST_TARGET='libffi libpcre libpcre16 libpcre32 libpcreposix zlib' PKGCONFIG_WHITELIST_SRC='glib' SYSROOT='/home/adahl/src/DistroKit-bbb/ platform-v7a/sysroot-target' V=0 VERBOSE= LC_ALL='C.UTF-8' KBUILD_BUILD_TIMESTAMP=2019-10-01T00:00:00+00:00 KBUILD_BUILD_USER=ptxdist KBUILD_BUILD_HOST=ptxdist ninja -C /home/adahl/src/DistroKit-bbb/platform- v7a/build-target/glib-2.60.3-build -j8 --output-sync=target --no-print- directory ninja: unrecognized option '--output-sync=target' usage: ninja [options] [targets...] Somehow with this combination of options '--output-sync=target' is passed to ninja, which fails. What works is this call: p -q -j10 --progress compile glib The error persists with ptxdist 2019.11.0 and with different toolchain versions and is independent of icecc activated or not. Greets Alex _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de