From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iU4sx-0003FN-E3 for ptxdist@pengutronix.de; Mon, 11 Nov 2019 09:17:19 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 1E54C4A4 for ; Mon, 11 Nov 2019 09:18:12 +0100 (CET) Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tp1jRioSMbqj for ; Mon, 11 Nov 2019 09:18:12 +0100 (CET) From: Alexander Dahl Date: Mon, 11 Nov 2019 09:17:15 +0100 Message-ID: <6588881.xFVUMNY3os@ada> Subject: [ptxdist] build failures when building with --progress but without -j List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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