Re: buildworld failed

2022-02-08 Thread Simon J. Gerraty
Brooks Davis wrote: > On Tue, Feb 08, 2022 at 02:52:27PM -0800, Simon J. Gerraty wrote: > > Brooks Davis wrote: > > > > > > This would be fine, but should not be necessicary. The sys subdir should > > > be created by AUTOOBJ. > > > > .OBJDIR should be (and is), not .OBJDIR/sys > > We've had

Re: buildworld failed

2022-02-08 Thread Brooks Davis
On Tue, Feb 08, 2022 at 02:52:27PM -0800, Simon J. Gerraty wrote: > Brooks Davis wrote: > > > > This would be fine, but should not be necessicary. The sys subdir should > > be created by AUTOOBJ. > > .OBJDIR should be (and is), not .OBJDIR/sys We've had support for relative paths in SRCS since

Re: buildworld failed

2022-02-08 Thread Warner Losh
I went ahead and committed this as 5ae6cc00111c since we chatted about it here. Warner On Tue, Feb 8, 2022 at 5:10 PM Warner Losh wrote: > > > On Tue, Feb 8, 2022 at 3:52 PM Simon J. Gerraty wrote: > >> Brooks Davis wrote: >> > >> > This would be fine, but should not be necessicary. The sys

Re: buildworld failed

2022-02-08 Thread Warner Losh
On Tue, Feb 8, 2022 at 3:52 PM Simon J. Gerraty wrote: > Brooks Davis wrote: > > > > This would be fine, but should not be necessicary. The sys subdir should > > be created by AUTOOBJ. > > .OBJDIR should be (and is), not .OBJDIR/sys > making that subdir is up to the makefile and would also fix

Re: buildworld failed

2022-02-08 Thread Simon J. Gerraty
Brooks Davis wrote: > > This would be fine, but should not be necessicary. The sys subdir should > be created by AUTOOBJ. .OBJDIR should be (and is), not .OBJDIR/sys making that subdir is up to the makefile and would also fix the problem, but given the nature of what the makefile is doing just

Panic, CURRENT, yesterday

2022-02-08 Thread Larry Rosenman
I got the following last night while doing a poudriere run as well as a full bacula backup: borg.lerctr.org dumped core - see /var/crash/vmcore.0 Mon Feb 7 23:05:48 CST 2022 FreeBSD borg.lerctr.org 14.0-CURRENT FreeBSD 14.0-CURRENT #54 ler/freebsd-main-changes-n252969-5e5fd0c788c: Sat Feb 5

Re: buildworld failed

2022-02-08 Thread Simon J. Gerraty
Warner Losh wrote: > > Same here for me for the past couple of weeks. Haven't been able to > > identify why it fails. My hunch was that a particular objdir wasn't > > being created. As a workaround I edited the Makefile.inc1 to remove > > the test-includes command (line 1128 I think). > > The

Re: buildworld failed

2022-02-08 Thread Brooks Davis
On Tue, Feb 08, 2022 at 09:56:19AM -0800, Simon J. Gerraty wrote: > Warner Losh wrote: > > --- sys/abi_compat.c --- > > echo "#include " > sys/abi_compat.c > > sh: cannot create sys/abi_compat.c: No such file or directory > > *** [sys/abi_compat.c] Error code 2 > > > > make[4]: stopped in

Re: buildworld failed

2022-02-08 Thread Warner Losh
On Tue, Feb 8, 2022 at 10:56 AM Simon J. Gerraty wrote: > Warner Losh wrote: > > --- sys/abi_compat.c --- > > echo "#include " > sys/abi_compat.c > > sh: cannot create sys/abi_compat.c: No such file or directory > > *** [sys/abi_compat.c] Error code 2 > > > > make[4]: stopped in

Re: buildworld failed

2022-02-08 Thread Simon J. Gerraty
Warner Losh wrote: > --- sys/abi_compat.c --- > echo "#include " > sys/abi_compat.c > sh: cannot create sys/abi_compat.c: No such file or directory > *** [sys/abi_compat.c] Error code 2 > > make[4]: stopped in /usr/src/tools/build/test-includes > --- sys/acct.c --- > echo "#include " >

Re: Problem compiling firefox

2022-02-08 Thread Charlie Li
Filippo Moretti wrote: /usr/local/bin/clang++13 -std=gnu++17 --target=wasm32-wasi --sysroot=/usr/local/share/wasi-sysroot -o rlbox.wasm -Wl,--export-all -Wl,--stack-first -Wl,-z,stack-size=262144 -Wl,--no-entry -Wl,--growable-table ogg_alloc.wasm ogg_bitwise.wasm ogg_framing.wasm

Problem compiling firefox

2022-02-08 Thread Filippo Moretti
/usr/local/bin/clang++13 -std=gnu++17 --target=wasm32-wasi --sysroot=/usr/local/share/wasi-sysroot -o rlbox.wasm -Wl,--export-all -Wl,--stack-first -Wl,-z,stack-size=262144 -Wl,--no-entry -Wl,--growable-table ogg_alloc.wasm ogg_bitwise.wasm ogg_framing.wasm xmlparse.wasm xmlrole.wasm

Re: USB Disk Stalls on -current

2022-02-08 Thread Sean Bruno
On 2/6/22 10:14, Sean Bruno wrote: I'm doing something "gross" with ZFS & Plex on a little Intel NUC that I have here at the house to provide me with a nice little NAS at home. I'm using 2x USB2 external disks as the mirror. I noted that the two USB2 disks I'm using in a mirror seem to

Re: buildworld failed

2022-02-08 Thread Warner Losh
On Tue, Feb 8, 2022 at 3:43 AM George Abdelmalik wrote: > > On 7/2/22 03:50, qroxana wrote: > > > > I know running make install for /usr/src/tools/build/test-includes can fix > this, > but this still fails on a newly installed 14.0-CURRENT. > > --- test-includes --- > cd

Re: buildworld failed

2022-02-08 Thread George Abdelmalik
On 7/2/22 03:50, qroxana wrote: I know running make install for /usr/src/tools/build/test-includes can fix this, but this still fails on a newly installed 14.0-CURRENT. --- test-includes --- cd /usr/src/tools/build/test-includes; MACHINE_ARCH=aarch64 MACHINE=arm64  CPUTYPE= CC="cc -target