x11-toolkits/qt5-gui build on/for Cortex-A7 ( head -r356109 ) failed with: unable to execute command: Executable "as" doesn't exist

2019-12-28 Thread Mark Millard via freebsd-ports
Is system-clang 9.0.1 supposed to implicitly try to use /usr/local/bin/as ? It does for this context . . . Note the -fno-integrated-as use in the later quoted log material. I'll also note that an experiment via -### shows that system-clang 9.0.1 then uses a command like (from a very simple examp

32-bit powerpc graphics/mesa-libs build failed: u_atomic.c:38:1: error: cannot redeclare builtin function '__sync_add_and_fetch_8' (and others)

2019-12-28 Thread Mark Millard via freebsd-ports
I attempted to build some ports in a 32-bit powerpc context (via poudriere) and graphics/mesa-libs ended up being included. The mesa-libs build failed with: u_atomic.c:38:1: error: cannot redeclare builtin function '__sync_add_and_fetch_8' __sync_add_and_fetch_8(uint64_t *ptr, uint64_t val) ^ u_

security/nss failed to build on/for 32-bit powerpc for a -Werror,-Wtautological-constant-out-of-range-compare

2019-12-28 Thread Mark Millard via freebsd-ports
Context: ports at -r520539. Clang-based FreeBSD. pqg.c:345:16: error: result of comparison of constant 18446744073709551615 with expression of type 'unsigned long' is always true [-Werror,-Wtautological-constant-out-of-range-compare] if (addend < MP_DIGIT_MAX) { ~~ ^