Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Peter
On Mon, Feb 20, 2023 at 08:44:59PM -0800, Mark Millard wrote: ! Peter wrote on ! Date: Tue, 21 Feb 2023 03:45:12 UTC : ! ! > on /some/ of my nodes, META_MODE seems not being honored anymore: ! > I had to build them another time, and the lengthy lib/clang gets ! > built all over again (tried two

Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Mark Millard
On Feb 21, 2023, at 04:55, Peter wrote: > On Mon, Feb 20, 2023 at 08:44:59PM -0800, Mark Millard wrote: > ! Peter wrote on > ! Date: Tue, 21 Feb 2023 03:45:12 UTC : > ! > ! > on /some/ of my nodes, META_MODE seems not being honored anymore: > ! > I had to build them another time, and the lengt

Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Mark Millard
On Feb 21, 2023, at 11:56, Mark Millard wrote: > On Feb 21, 2023, at 04:55, Peter wrote: > >> On Mon, Feb 20, 2023 at 08:44:59PM -0800, Mark Millard wrote: >> ! Peter wrote on >> ! Date: Tue, 21 Feb 2023 03:45:12 UTC : >> ! >> ! > on /some/ of my nodes, META_MODE seems not being honored anymo

eval: startmsg: not found

2023-02-21 Thread Peter
https://www.mail-archive.com/stable@freebsd.org/msg00974.html me too.

13.2-BETA2: xz: illegal instruction

2023-02-21 Thread Peter
# ./xz < /dev/zero > /dev/null Illegal instruction (core dumped) CPU: Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz (3059.08-MHz K8-class CPU) Origin="GenuineIntel" Id=0x20655 Family=0x6 Model=0x25 Stepping=5 CPUTYPE?=westmere ... investigating...

Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Mark Millard
On Feb 21, 2023, at 11:56, Mark Millard wrote: > On Feb 21, 2023, at 04:55, Peter wrote: > >> On Mon, Feb 20, 2023 at 08:44:59PM -0800, Mark Millard wrote: >> ! Peter wrote on >> ! Date: Tue, 21 Feb 2023 03:45:12 UTC : >> ! >> ! > on /some/ of my nodes, META_MODE seems not being honored anymo

Re: 13.2-BETA2: xz: illegal instruction

2023-02-21 Thread Peter
> # ./xz < /dev/zero > /dev/null > Illegal instruction (core dumped) > CPU: Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz (3059.08-MHz K8-class > CPU) > Origin="GenuineIntel" Id=0x20655 Family=0x6 Model=0x25 Ste

Re: 13.2-BETA2: xz: illegal instruction

2023-02-21 Thread Peter
>> CPU: Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz (3059.08-MHz K8-class >> CPU) >> Origin="GenuineIntel" Id=0x20655 Family=0x6 Model=0x25 Stepping=5 >>

Re: stable/13 snapshot's /etc/rc.d/machine_id has use of main's startmsg from /etc/rc.subr so it reports 2 "eval: startmsg: not found"

2023-02-21 Thread Zhenlei Huang
Hi, `libexec/rc/rc.d/machine_id` (https://reviews.freebsd.org/D37722 ) is MFC'ed into stable/13 but its precedence https://reviews.freebsd.org/D34514 is not. So we should either MFC D34514, or change libexec/rc/rc.d/machi

Re: stable/13 snapshot's /etc/rc.d/machine_id has use of main's startmsg from /etc/rc.subr so it reports 2 "eval: startmsg: not found"

2023-02-21 Thread Zhenlei Huang
Sorry for missing the author tcberner@ of `libexec/rc/rc.d/machine_id`. > On Feb 22, 2023, at 9:25 AM, Zhenlei Huang wrote: > > Hi, > > `libexec/rc/rc.d/machine_id` (https://reviews.freebsd.org/D37722 > ) is MFC'ed into stable/13 but its > precedence https:

Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Peter
On Tue, Feb 21, 2023 at 11:56:13AM -0800, Mark Millard wrote: ! On Feb 21, 2023, at 04:55, Peter wrote: ! ! > ! # cd /usr/src/ ! > ! # env WITH_META_MODE=yes make buildworld ! > ! # env WITH_META_MODE=yes make installworld ! > ! # env WITH_META_MODE=yes make buildworld (again #0) ! > ! ## no more

[analysis] Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Peter
It appears as my issue goes away by itself at the fourth subsequent build. ># cd /usr/src/ ># env WITH_META_MODE=yes make buildworld ># env WITH_META_MODE=yes make installworld ># env WITH_META_MODE=yes make buildworld (again #0) >## no more rebuilds below? ># env WITH_META_MODE=yes make buildwo

Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Mark Millard
On Feb 21, 2023, at 18:10, Peter wrote: > On Tue, Feb 21, 2023 at 11:56:13AM -0800, Mark Millard wrote: > ! On Feb 21, 2023, at 04:55, Peter wrote: > ! > ! > ! # cd /usr/src/ > ! > ! # env WITH_META_MODE=yes make buildworld > ! > ! # env WITH_META_MODE=yes make installworld > ! > ! # env WITH_M

Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Peter
On Tue, Feb 21, 2023 at 06:44:09PM -0800, Mark Millard wrote: ! On Feb 21, 2023, at 18:10, Peter wrote: ! ! > On Tue, Feb 21, 2023 at 11:56:13AM -0800, Mark Millard wrote: ! > ! On Feb 21, 2023, at 04:55, Peter wrote: ! > ! ! > ! > ! # cd /usr/src/ ! > ! > ! # env WITH_META_MODE=yes make buildw

Re: [analysis] 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Mark Millard
On Feb 21, 2023, at 18:32, Peter wrote: > It appears as my issue goes away by itself at the fourth subsequent > build. > >> # cd /usr/src/ >> # env WITH_META_MODE=yes make buildworld >> # env WITH_META_MODE=yes make installworld >> # env WITH_META_MODE=yes make buildworld (again #0) >> ## no mor

Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Mark Millard
On Feb 21, 2023, at 19:11, Peter wrote: > On Tue, Feb 21, 2023 at 06:44:09PM -0800, Mark Millard wrote: > ! On Feb 21, 2023, at 18:10, Peter wrote: > ! > ! > On Tue, Feb 21, 2023 at 11:56:13AM -0800, Mark Millard wrote: > ! > ! On Feb 21, 2023, at 04:55, Peter wrote: > ! > ! > ! > ! > ! # cd

Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Mark Millard
On Feb 21, 2023, at 20:51, Mark Millard wrote: > On Feb 21, 2023, at 19:11, Peter wrote: > >> On Tue, Feb 21, 2023 at 06:44:09PM -0800, Mark Millard wrote: >> ! On Feb 21, 2023, at 18:10, Peter wrote: >> ! >> ! > On Tue, Feb 21, 2023 at 11:56:13AM -0800, Mark Millard wrote: >> ! > ! On Feb 21

Re: 13.2 BETA2: how do debug META_MODE?

2023-02-21 Thread Mark Millard
On Feb 21, 2023, at 21:53, Mark Millard wrote: > On Feb 21, 2023, at 20:51, Mark Millard wrote: > >> On Feb 21, 2023, at 19:11, Peter wrote: >> >>> On Tue, Feb 21, 2023 at 06:44:09PM -0800, Mark Millard wrote: >>> ! On Feb 21, 2023, at 18:10, Peter wrote: >>> ! >>> ! > On Tue, Feb 21, 2023