Hi, I have noticed this message too. At the build of a autotools like package. The normal build (p compile ...) works, but silent (p -q compile ...) emits the unrecognized option error. In this case, I would guess that world/env should not add this option for meson.
Regards Denis Am Montag, den 11.11.2019, 09:17 +0100 schrieb Alexander Dahl: > 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 > [email protected] Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ___________________________________________________________________________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list [email protected]
