Re: OpenSSL 3 ports fallout

2023-08-13 Thread Mark Millard
Gleb Popov wrote on Date: Sun, 13 Aug 2023 20:30:48 UTC : > Some of the ports I'm using are failing to build after OpenSSL 3 > import due to the following problem. OpenSSL headers that are shipped > in base contain declarations of various deprecated functions for which > libcrypto.so doesn't

Re: Potential show-stopper in em driver?

2023-08-13 Thread Tomoaki AOKI
On Mon, 14 Aug 2023 11:55:04 +1000 "Greg 'groggy' Lehey" wrote: > I've spent the last couple of days chasing random hangs on my -CURRENT > box. It seems to be related to the Ethernet driver (em). I've been > trying without much success to chase it down, and I'd be grateful. > The box is

Re: Potential show-stopper in em driver?

2023-08-13 Thread Kevin Bowling
On Sun, Aug 13, 2023 at 6:55 PM Greg 'groggy' Lehey wrote: > > I've spent the last couple of days chasing random hangs on my -CURRENT > box. It seems to be related to the Ethernet driver (em). I've been > trying without much success to chase it down, and I'd be grateful. > The box is headless,

Re: Fwd: [Bug 270041] www/qt5-webengine: Poudriere build fails for 5.15.8

2023-08-13 Thread Tomoaki AOKI
On Sun, 13 Aug 2023 23:16:47 + Alastair Hogge wrote: > On 2023-08-13 23:22, Matthias Apitz wrote: > > fwd to freebsd-current@ because I don't know if kde@ is read by someone; > > > > matthias > > > > - Forwarded message from bugzilla-nore...@freebsd.org - > > > > Date: Sun, 13

Potential show-stopper in em driver?

2023-08-13 Thread Greg 'groggy' Lehey
I've spent the last couple of days chasing random hangs on my -CURRENT box. It seems to be related to the Ethernet driver (em). I've been trying without much success to chase it down, and I'd be grateful. The box is headless, and all communication is via the net, which doesn't make it any

Re: armv7 kyua runs via chroot on aarch64: zfs tests leave behind processes from timed out tests

2023-08-13 Thread Mark Millard
On Aug 3, 2023, at 00:19, Mark Millard wrote: > This is after the patch (leading whitespace might > not have been preserved in what you see): > > # git -C /usr/main-src/ diff sys/dev/md/ > diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c > index a719dccb1955..365296ec4276 100644 > ---

Re: Fwd: [Bug 270041] www/qt5-webengine: Poudriere build fails for 5.15.8

2023-08-13 Thread Alastair Hogge
On 2023-08-13 23:22, Matthias Apitz wrote: > fwd to freebsd-current@ because I don't know if kde@ is read by someone; > > matthias > > - Forwarded message from bugzilla-nore...@freebsd.org - > > Date: Sun, 13 Aug 2023 15:08:04 + > From: bugzilla-nore...@freebsd.org > To:

Re: alpha-1 armv7 git failed: fatal: pack is corrupted (SHA1 mismatch)

2023-08-13 Thread Mark Millard
On Aug 13, 2023, at 15:33, bob prohaska wrote: > On Sun, Aug 13, 2023 at 12:45:12PM -0700, Mark Millard wrote: >> >> Wow. I'm going to suggest doing a clone (to a temporary >> place) on one or more different types of system, such >> as aarch64 or amd64. If, say, aarch64 works but armv7 >> does

Re: alpha-1 armv7 git failed: fatal: pack is corrupted (SHA1 mismatch)

2023-08-13 Thread bob prohaska
On Sun, Aug 13, 2023 at 12:45:12PM -0700, Mark Millard wrote: > > Wow. I'm going to suggest doing a clone (to a temporary > place) on one or more different types of system, such > as aarch64 or amd64. If, say, aarch64 works but armv7 > does not, then the corruption may well be in some armv7 >

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mark Millard
On Aug 13, 2023, at 14:37, Juraj Lutter wrote: > On 13 Aug 2023, at 23:13, Mark Millard wrote: >> >> On Aug 13, 2023, at 14:01, Mark Millard wrote: >> >>> On Aug 13, 2023, at 13:19, Juraj Lutter wrote: >>> > On 13 Aug 2023, at 21:13, Mark Millard wrote: > > But the offical CI

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Juraj Lutter
> On 13 Aug 2023, at 23:13, Mark Millard wrote: > > On Aug 13, 2023, at 14:01, Mark Millard wrote: > >> On Aug 13, 2023, at 13:19, Juraj Lutter wrote: >> On 13 Aug 2023, at 21:13, Mark Millard wrote: But the offical CI builds on amd64 do not have the problem.

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mark Millard
On Aug 13, 2023, at 14:01, Mark Millard wrote: > On Aug 13, 2023, at 13:19, Juraj Lutter wrote: > >>> On 13 Aug 2023, at 21:13, Mark Millard wrote: >>> >>> But the offical CI builds on amd64 do not have the problem. >>> >>> We still have not found what is different about your context from

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mark Millard
On Aug 13, 2023, at 13:19, Juraj Lutter wrote: >> On 13 Aug 2023, at 21:13, Mark Millard wrote: >> >> But the offical CI builds on amd64 do not have the problem. >> >> We still have not found what is different about your context from the >> standard context used for CI builds and snapshot

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mike Karels
On 13 Aug 2023, at 15:19, Juraj Lutter wrote: >> On 13 Aug 2023, at 21:13, Mark Millard wrote: >> >> But the offical CI builds on amd64 do not have the problem. >> >> We still have not found what is different about your context from the >> standard context used for CI builds and snapshot builds,

OpenSSL 3 ports fallout

2023-08-13 Thread Gleb Popov
Some of the ports I'm using are failing to build after OpenSSL 3 import due to the following problem. OpenSSL headers that are shipped in base contain declarations of various deprecated functions for which libcrypto.so doesn't contain definitions. Some of them are RSA_generate_key and ERR_*

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Juraj Lutter
> On 13 Aug 2023, at 21:13, Mark Millard wrote: > > But the offical CI builds on amd64 do not have the problem. > > We still have not found what is different about your context from the > standard context used for CI builds and snapshot builds, all of which > have worked find building on

Re: alpha-1 armv7 git failed: fatal: pack is corrupted (SHA1 mismatch)

2023-08-13 Thread Mark Millard
On Aug 13, 2023, at 12:26, bob prohaska wrote: > On Sat, Aug 12, 2023 at 08:45:54PM -0700, Mark Millard wrote: >> >> You might need to use the ssh alternative if your >> context allows it: >> >> ssh://anon...@git.freebsd.org/src.git >> >> There was a time when git fetch proved unreliable >>

Re: /usr/sbin/etcupdate -D/usr/obj/DESTDIRs/main-CA7-chroot -s /usr/main-src -M TARGET_ARCH=armv7 ends up building dtc !

2023-08-13 Thread Mark Millard
On Aug 13, 2023, at 12:07, Jessica Clarke wrote: > On Sun, Aug 13, 2023 at 02:23:54AM -0700, Mark Millard wrote: >> On Aug 13, 2023, at 01:06, Mina Galić wrote: >> >>> from IRC, i have learned this is working as designed: >>> etcupdate without -B does a build. >> >> My interpretation of what

Re: alpha-1 armv7 git failed: fatal: pack is corrupted (SHA1 mismatch)

2023-08-13 Thread bob prohaska
On Sat, Aug 12, 2023 at 08:45:54PM -0700, Mark Millard wrote: > > You might need to use the ssh alternative if your > context allows it: > > ssh://anon...@git.freebsd.org/src.git > > There was a time when git fetch proved unreliable > in my context and I got around it via ssh use. It > also

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mark Millard
Juraj Lutter wrote on Date: Sun, 13 Aug 2023 17:49:16 UTC : > > On 13 Aug 2023, at 17:22, Juraj Lutter wrote: > > > > > > > >> On 13 Aug 2023, at 17:17, Mike Karels wrote: > >> > >> > >> On 13 Aug 2023, at 10:00, Juraj Lutter wrote: > >> > On 13 Aug 2023, at 16:55, Mike Karels

Re: /usr/sbin/etcupdate -D/usr/obj/DESTDIRs/main-CA7-chroot -s /usr/main-src -M TARGET_ARCH=armv7 ends up building dtc !

2023-08-13 Thread Jessica Clarke
On Sun, Aug 13, 2023 at 02:23:54AM -0700, Mark Millard wrote: > On Aug 13, 2023, at 01:06, Mina Galić wrote: > > > from IRC, i have learned this is working as designed: > > etcupdate without -B does a build. > > My interpretation of what "build" referred to for > etcupate was way off. I've

Re: Lacking "arminess" (was Re: New FreeBSD snapshots available) (OFF TOPIC)

2023-08-13 Thread Glen Barber
Ship it! Glen Sent from my phone. Please excuse my brevity and/or typos. > On Aug 13, 2023, at 2:39 PM, George Mitchell wrote: > > On 8/11/23 23:15, Glen Barber wrote: >> [...] >> It was discovered that due to human error (my own) the arm64 are, as >> Colin put it very politely, are "lacking

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Juraj Lutter
> On 13 Aug 2023, at 19:50, Mark Millard wrote: > > So it still looks to me like a build infrastructure problem: > it did not do what it said it would do. I've no clue about > why at this point. > > I'll note that clang and lld do not get per-target builds like > gcc does. "bootstrap" means

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mark Millard
On Aug 13, 2023, at 10:10, Juraj Lutter wrote: > Mark, > >> On 13 Aug 2023, at 19:04, Mark Millard wrote: >> >> No arm64.aarch64/tmp/ SYSTEM_COMPILER or SYSTEM_LINKER bootstrap >> compiler/linker were built. >> >> From what I can tell, this leads to: >> >> cc -march=armv7 -m32 -target

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Juraj Lutter
> On 13 Aug 2023, at 17:22, Juraj Lutter wrote: > > > >> On 13 Aug 2023, at 17:17, Mike Karels wrote: >> >> >> On 13 Aug 2023, at 10:00, Juraj Lutter wrote: >> On 13 Aug 2023, at 16:55, Mike Karels wrote: lib32 is not built until stage 4.3.1, after build and cross

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Juraj Lutter
Mark, > On 13 Aug 2023, at 19:04, Mark Millard wrote: > > No arm64.aarch64/tmp/ SYSTEM_COMPILER or SYSTEM_LINKER bootstrap > compiler/linker were built. > > From what I can tell, this leads to: > > cc -march=armv7 -m32 -target armv7-unknown-freebsd14.0-gnueabihf > -DCOMPAT_LIBCOMPAT=\"32\"

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mark Millard
Juraj Lutter wrote on Date: Sun, 13 Aug 2023 12:42:45 UTC : > > On 13 Aug 2023, at 00:17, Mike Karels wrote: > > > > On 12 Aug 2023, at 15:32, Juraj Lutter wrote: > > > > Did the buildworld start out by building a cross-compiler? > > > > Have you tried without meta mode? With a clean objdir,

Re: Fwd: [Bug 270041] www/qt5-webengine: Poudriere build fails for 5.15.8

2023-08-13 Thread Tomoaki AOKI
On Sun, 13 Aug 2023 17:22:19 +0200 Matthias Apitz wrote: > fwd to freebsd-current@ because I don't know if kde@ is read by someone; > > matthias > > - Forwarded message from bugzilla-nore...@freebsd.org - > > Date: Sun, 13 Aug 2023 15:08:04 + > From:

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Juraj Lutter
> On 13 Aug 2023, at 17:17, Mike Karels wrote: > > > On 13 Aug 2023, at 10:00, Juraj Lutter wrote: > >>> On 13 Aug 2023, at 16:55, Mike Karels wrote: >>> >>> >>> lib32 is not built until stage 4.3.1, after build and cross tools. I tested >>> a build just now on amd64 with empty

Fwd: [Bug 270041] www/qt5-webengine: Poudriere build fails for 5.15.8

2023-08-13 Thread Matthias Apitz
fwd to freebsd-current@ because I don't know if kde@ is read by someone; matthias - Forwarded message from bugzilla-nore...@freebsd.org - Date: Sun, 13 Aug 2023 15:08:04 + From: bugzilla-nore...@freebsd.org To: k...@freebsd.org Subject: [Bug 270041] www/qt5-webengine:

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mike Karels
On 13 Aug 2023, at 10:00, Juraj Lutter wrote: >> On 13 Aug 2023, at 16:55, Mike Karels wrote: >> >> >> lib32 is not built until stage 4.3.1, after build and cross tools. I tested >> a build just now on amd64 with empty /usr/obj, and it worked (make -j$NCU >> buildworld TARGET=arm64

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Juraj Lutter
> On 13 Aug 2023, at 16:55, Mike Karels wrote: > > > lib32 is not built until stage 4.3.1, after build and cross tools. I tested > a build just now on amd64 with empty /usr/obj, and it worked (make -j$NCU > buildworld TARGET=arm64 TARGET_ARCH=aarch64). However, the host was > approximately

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Warner Losh
On Sun, Aug 13, 2023, 8:55 AM Mike Karels wrote: > On 13 Aug 2023, at 9:25, Juraj Lutter wrote: > > >> On 13 Aug 2023, at 14:42, Juraj Lutter wrote: > >> > >> Hi, > >> > >>> On 13 Aug 2023, at 00:17, Mike Karels wrote: > >>> > >>> On 12 Aug 2023, at 15:32, Juraj Lutter wrote: > >>> > >>> Did

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Mike Karels
On 13 Aug 2023, at 9:25, Juraj Lutter wrote: >> On 13 Aug 2023, at 14:42, Juraj Lutter wrote: >> >> Hi, >> >>> On 13 Aug 2023, at 00:17, Mike Karels wrote: >>> >>> On 12 Aug 2023, at 15:32, Juraj Lutter wrote: >>> >>> Did the buildworld start out by building a cross-compiler? >>> >>> Have you

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Juraj Lutter
> On 13 Aug 2023, at 14:42, Juraj Lutter wrote: > > Hi, > >> On 13 Aug 2023, at 00:17, Mike Karels wrote: >> >> On 12 Aug 2023, at 15:32, Juraj Lutter wrote: >> >> Did the buildworld start out by building a cross-compiler? >> >> Have you tried without meta mode? With a clean objdir, I

Re: Error crosscompiling 14.0-ALPHA1 on amd64 for arm64.aarch64

2023-08-13 Thread Juraj Lutter
Hi, > On 13 Aug 2023, at 00:17, Mike Karels wrote: > > On 12 Aug 2023, at 15:32, Juraj Lutter wrote: > > Did the buildworld start out by building a cross-compiler? > > Have you tried without meta mode? With a clean objdir, I don't see how > it would matter, but I'm not sure I've tried it. >

Re: /usr/sbin/etcupdate -D/usr/obj/DESTDIRs/main-CA7-chroot -s /usr/main-src -M TARGET_ARCH=armv7 ends up building dtc !

2023-08-13 Thread Mark Millard
On Aug 13, 2023, at 01:06, Mina Galić wrote: > from IRC, i have learned this is working as designed: > etcupdate without -B does a build. My interpretation of what "build" referred to for etcupate was way off. I've added the -B's that I was not using before. Thanks for the note! > Also,

Re: /usr/sbin/etcupdate -D/usr/obj/DESTDIRs/main-CA7-chroot -s /usr/main-src -M TARGET_ARCH=armv7 ends up building dtc !

2023-08-13 Thread Mina Galić
from IRC, i have learned this is working as designed: etcupdate without -B does a build. Also, jrtc27 recently made it so bootstrapping, because otherwise BUILD_WITH_STRICT_TMPPATH doesn't work: https://github.com/freebsd/freebsd-src/commit/d81da4c98328d4ee3fe4c0a85f6874a3c69a1afd Kind

/usr/sbin/etcupdate -D/usr/obj/DESTDIRs/main-CA7-chroot -s /usr/main-src -M TARGET_ARCH=armv7 ends up building dtc !

2023-08-13 Thread Mark Millard
I'd noticed that the etcupdate part of my build procedure has been taking much time. So I looked with a ps -axldww while it was going on. An example was: `-- /bin/sh /usr/sbin/etcupdate -D/usr/obj/DESTDIRs/main-CA7-chroot -s /usr/main-src -M TARGET_ARCH=armv7 `-- make TARGET_ARCH=armv7