Re: Someone broke /usr/src
- Reply: Simon J. Gerraty: "Re: Someone broke /usr/src"
- In reply to: Poul-Henning Kamp: "Re: Someone broke /usr/src"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Aug 2025 22:53:54 UTC
On Sat, Aug 02, 2025 at 09:55:51PM +0000, Poul-Henning Kamp wrote:
> --------
> Steve Kargl writes:
>
> > Someone broke dependence checking in /usr/src
>
> Maybe related: Some days ago I got compile errors with
>
> make -j12 buildworld
>
> but not with -j6
>
> make -j6 buildworld
>
I'm not sure how to debug this. msun's Makefile is
rather messy. I do note that bmake was recently
updated:
% pwd
/usr/src/contrib/bmake
% git log ChangeLog | more
commit 0b46a53a2f50b5ab0f4598104119a049b9c42cc9
Merge: 738a9a78fc92 4f8f2bc29466
Author: Simon J. Gerraty <sjg@FreeBSD.org>
Date: Fri Jun 27 19:47:23 2025 -0700
Merge bmake-20250618
--
Steve