From nobody Thu Jan 02 16:31:29 2025 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YPBzj6F2kz5jQG6 for ; Thu, 02 Jan 2025 16:31:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YPBzj3Cydz4fHK for ; Thu, 2 Jan 2025 16:31:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1735835489; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=E7EfGDunPXHAgx6y96D22Os3gYxiawsBzroilYBed4Q=; b=swF959D5blGnONOKPy2ev+F98jjtmuL+DJKC6ct10+sTgyx2mDD7juFVK4AdTYhFxD+wHm AtRaCwuYsa0mwX6dVtjCYN9gl/2ge/Q0wozH87ZVNcHZI8k+il7RSMGkC2KrORjw5Clepe QdLq1LAka47EhKRiSoPLypN8TUYc1fJwyML1y8FgWr5T2wnvHRX9qhrkjcGbUDXZSgo2fT /SvqYD/u6Hq90ym8WB5F3ryCsB/NMj5SbMVjS6yEKYLpCdxLJ8Z7IfptnA2ISRtavJbyDd GebH3XaZjrGuAogYrZSDQ2m0NSlSNVUvGL2loQClh/eU7qkrfH5KHzSIA7xMqg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1735835489; a=rsa-sha256; cv=none; b=sd9HeecT4Pb80AJ3ACRavsAmp3Qmkb1YVwSe28JatHb47QUPneWleDZ7RQF9+FLhc0LIXZ d1wY0vjHZU6B1N/HYy5MbKIbES7byAj+NgRce6pbptbWrzxarwBxd3v6G7xU84bHUqLm0Z NuiyovbJuH9mQFE5NpyxM5mLief6vgPxrrbpo1DVYS2RicCdeg770V22aSFixZP60x+ge4 P/AK54Lqb7DaOTjLY+HDPhWVWY50+l+5IzGM7Cia3IOZPKBoS99O61W9l9zVZewaSDmpxo MvYyhBGCHYWPMqyHq6fyVwfoLXlj03qztYZFzMZprcyk6AHlGbpMR3Kw8z562g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4YPBzj2p91zkp6 for ; Thu, 02 Jan 2025 16:31:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 502GVTIm030020 for ; Thu, 2 Jan 2025 16:31:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 502GVT9d030019 for bugs@FreeBSD.org; Thu, 2 Jan 2025 16:31:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 242835] concurrency issue when building kernel with 'make -j8': make[5]: make[5]: don't know how to make opt_global.h. Stop Date: Thu, 02 Jan 2025 16:31:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jcfyecrayz@liamekaens.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242835 John Hein changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcfyecrayz@liamekaens.com --- Comment #5 from John Hein --- I just got this when doing 'make buildkernel', also with -j8, on a 13.3-sys= tem (trying to update to 13.4-stable; buildworld was fine). Both /usr/src and /usr/obj were on NFS in this case (and /usr/src was mounted read-only - not that it makes a difference for this problem). I tried bmake meta mode (e.g., WITH_META_MODE=3Dyes in /etc/src-env.conf) w= ithout -DNO_CLEAN just to see if it would get a successful buildkernel. It didn't (although -DNO_CLEAN and WITH_META_MODE=3Dyes does succeed, but that's not = much more information than comment 3 which says buildkernel with -DNO_CLEAN work= ed). --=20 You are receiving this mail because: You are the assignee for the bug.=