Re: cross-compiling for i386 on amd64 fails

2021-11-15 Thread Warner Losh
A meta-build worked for me just now... Warner On Mon, Nov 15, 2021 at 9:35 PM Michael Butler via freebsd-current < freebsd-current@freebsd.org> wrote: > Haven't had time to identify which change caused this yet but I now get .. > > ===> lib/libsbuf (obj,all,install) > ===> cddl/lib/libumem (obj,

cross-compiling for i386 on amd64 fails

2021-11-15 Thread Michael Butler via freebsd-current
Haven't had time to identify which change caused this yet but I now get .. ===> lib/libsbuf (obj,all,install) ===> cddl/lib/libumem (obj,all,install) ===> cddl/lib/libnvpair (obj,all,install) ===> cddl/lib/libavl (obj,all,install) ld: error: /usr/obj/usr/src/i386.i386/tmp/usr/lib/libspl.a(assert.

Re: aarch64(?) poudiere-devel based builds seem to get fairly-rare corrupted files after recent system update(s?)

2021-11-15 Thread Mark Millard via freebsd-current
On 2021-Nov-15, at 13:13, Mark Millard wrote: > On 2021-Nov-15, at 12:51, Mark Millard wrote: > >> On 2021-Nov-15, at 11:31, Mark Millard wrote: >> >>> I updated from (shown a system that I've not updated yet): >>> >>> # uname -apKU >>> FreeBSD CA72_4c8G_ZFS 14.0-CURRENT FreeBSD 14.0-CURR

Re: aarch64(?) poudiere-devel based builds seem to get fairly-rare corrupted files after recent system update(s?)

2021-11-15 Thread Mark Millard via freebsd-current
On 2021-Nov-15, at 12:51, Mark Millard wrote: > On 2021-Nov-15, at 11:31, Mark Millard wrote: > >> I updated from (shown a system that I've not updated yet): >> >> # uname -apKU >> FreeBSD CA72_4c8G_ZFS 14.0-CURRENT FreeBSD 14.0-CURRENT #18 >> main-n250455-890cae197737-dirty: Thu Nov 4 13:43

Re: aarch64(?) poudiere-devel based builds seem to get fairly-rare corrupted files after recent system update(s?)

2021-11-15 Thread Mark Millard via freebsd-current
On 2021-Nov-15, at 11:31, Mark Millard wrote: > I updated from (shown a system that I've not updated yet): > > # uname -apKU > FreeBSD CA72_4c8G_ZFS 14.0-CURRENT FreeBSD 14.0-CURRENT #18 > main-n250455-890cae197737-dirty: Thu Nov 4 13:43:17 PDT 2021 > root@CA72_16Gp_ZFS:/usr/obj/BUILDs

Re: armv7 targeting (on aarch64, via poudriere-devel): system's clang 13 rejected building devel/lllvm13

2021-11-15 Thread Dimitry Andric
On 15 Nov 2021, at 19:14, Mark Millard via arm wrote: > > There error was: > > error: non-constant-expression cannot be narrowed from type 'long long' to > 'std::size_t' (aka 'unsi > gned int') in initializer list [-Wc++11-narrowing] > std::size_t resultBytes{size * elementBytes}; >

Re: armv7 targeting (on aarch64, via poudriere-devel): system's clang 13 rejected building devel/lllvm13

2021-11-15 Thread Mark Millard via freebsd-toolchain
On 2021-Nov-15, at 11:35, Mark Millard wrote: > On 2021-Nov-15, at 10:40, Dimitry Andric wrote: > >> On 15 Nov 2021, at 19:14, Mark Millard via arm wrote: >>> >>> There error was: >>> >>> error: non-constant-expression cannot be narrowed from type 'long long' to >>> 'std::size_t' (aka 'u

Re: armv7 targeting (on aarch64, via poudriere-devel): system's clang 13 rejected building devel/lllvm13

2021-11-15 Thread Mark Millard via freebsd-toolchain
On 2021-Nov-15, at 10:40, Dimitry Andric wrote: > On 15 Nov 2021, at 19:14, Mark Millard via arm wrote: >> >> There error was: >> >> error: non-constant-expression cannot be narrowed from type 'long long' to >> 'std::size_t' (aka 'unsi >> gned int') in initializer list [-Wc++11-narrowing] >>

aarch64(?) poudiere-devel based builds seem to get fairly-rare corrupted files after recent system update(s?)

2021-11-15 Thread Mark Millard via freebsd-current
I updated from (shown a system that I've not updated yet): # uname -apKU FreeBSD CA72_4c8G_ZFS 14.0-CURRENT FreeBSD 14.0-CURRENT #18 main-n250455-890cae197737-dirty: Thu Nov 4 13:43:17 PDT 2021 root@CA72_16Gp_ZFS:/usr/obj/BUILDs/main-CA72-nodbg-clang/usr/main-src/arm64.aarch64/sys/GENERIC-N

FreeBSD Quarterly Status Report - Third Quarter 2021

2021-11-15 Thread Daniel Ebdrup Jensen
FreeBSD Quarterly Status Report 3rd Quarter 2021 This report covers FreeBSD related projects for the period between July and September, and is the third of four planned reports for 2021, and contains 42 entries. The third quarter of 2021 was quite active in lots of different areas, so the report

armv7 targeting (on aarch64, via poudriere-devel): system's clang 13 rejected building devel/lllvm13

2021-11-15 Thread Mark Millard via arm
There error was: error: non-constant-expression cannot be narrowed from type 'long long' to 'std::size_t' (aka 'unsi gned int') in initializer list [-Wc++11-narrowing] std::size_t resultBytes{size * elementBytes}; ^~~ /wrkdirs/usr/ports/devel/llvm13/wor