From nobody Tue Feb 7 03:26:51 2023 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 4P9pT75dTNz3np8R for ; Tue, 7 Feb 2023 03:26:51 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4P9pT741y5z3lFJ for ; Tue, 7 Feb 2023 03:26:51 +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=1675740411; 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=oV0Ubt/TDTU4gR6fDxTdjsTtJil43XoifcKTpxgSqRk=; b=cr5C/7db2HLt+XfDufaqWkGEXw1ii9oZH8myNfx+vmywMyGVC20Idh1ehxeWoTd99To0uc 5hX0x57V8yctxA6eMe4zhb3gQ3vOTe5BN9jRbE8vbUGM3mbm/NFU+D1rOnfqIM3ZHcuqNd aDrSu7WplkfmZXxCUTj0Sz+yE+QYl2OwMF82sS8lN32LQk9c26Z6EWEZbpl3T/Jyr+0yKc igA6Hgxt2Br0+wkdJ91pWRhZknwzOdxgtxMDaA1I4HxNvyx5Qu3Dv9HfwKzRYiyRIowOUH CKZmSUqR77tlONY1uvt5veJTFEdj8OosW1kqneiYNyKUHl4NYyYrbOVdkbOCfA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1675740411; a=rsa-sha256; cv=none; b=BGdKD/MYJ2iDpc7hYWaZFbrQ58a+51r7CYs0xiggxj3v27c/D7GL0YzRUHN3JmZxqwNRll I2nTCtsHjaXCS3WKZW6mPt6IeD10wnKOm3OnTrpLWNnciNnh+80XXEt7NmFnRJV8cI01C4 h4ltSlJ2kEM5a8MZBo8JF2JuUAE1XuRWWcklAYOEICNSvyg7R9kLXUpVy7iLz3VDibLkqq GeVGeV//6cKEGPuJLFCHYR1crVtONvBenIK10uxNE/i0jRZBPrTDr6sNkBuLlarqxHkxry G/bG8me2eXETqZhEzWTeKdB0Qvm8Yg0Y2rZijuJJQSCbjlGe+03yy6lcwUwCpw== 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 4P9pT72r2Xz11nC for ; Tue, 7 Feb 2023 03:26:51 +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 3173Qpms076784 for ; Tue, 7 Feb 2023 03:26:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3173Qp7R076783 for bugs@FreeBSD.org; Tue, 7 Feb 2023 03:26:51 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 269366] installworld calls cc breaking nanobsd build Date: Tue, 07 Feb 2023 03:26:51 +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: 13.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: imp@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269366 --- Comment #1 from Warner Losh --- The usual cause of this error is updating sources, changing the build optio= ns (Which changes the command line, which can cause rebuilds in meta modes), or accidentally using the wrong obj repo... In bygone days, nfs time-skew also could be a problem... --=20 You are receiving this mail because: You are the assignee for the bug.=