From nobody Sun Aug 10 17:31:52 2025 X-Original-To: freebsd-current@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 4c0PwB0pscz64Ntw; Sun, 10 Aug 2025 17:32:10 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [IPv6:2a01:4f8:1c1b:c620::1]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4c0Pw95djPz3yHR; Sun, 10 Aug 2025 17:32:09 +0000 (UTC) (envelope-from trashcan@ellael.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (p200300fb4f06dd0151e2f383b07f856c.dip0.t-ipconnect.de [IPv6:2003:fb:4f06:dd01:51e2:f383:b07f:856c]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 4c0Pw31Whmz11Lq; Sun, 10 Aug 2025 19:32:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellael.org; s=dkim; t=1754847123; h=from:from:reply-to: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=i2cJR86HCcRwS08pihyzIrMHjjCIc/q7Bzw48oo8NaI=; b=OThzfXx3UfhTtTME0WKFhFO+VvBZ1CHV4FSqMEM3Cbelhm0CyZuejQSLKafj/duByi3SbR AIHkIF02Yzh5HPLI6Uqmcz7h1U6QD/niwcWkyI+4/xWkvaICvqjajO/gLGHnL2Awk/Ll9W IPmzfTnsuSyku2x0EwBLssA60jcAgkYd/ICT/jf6j/vop2UFyLm9X7uWdKm235gUf+xr2w oF5n1KcLCk4oabFq5/Yth6ufuzDt++9cg+gMy6ms1UXXBN/Z7kuMly8M2Gu7l/jPND3/Xs wStvMd7bZTp+SP3my3AzmpsETi6ojdPIScp9yPFo58VfZaBvNEyh71K/oMEBpA== Content-Type: text/plain; charset=utf-8 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Re: make installworld failes on remotely build /usr/obj From: Michael Grimm In-Reply-To: <719022A6-6FDE-4682-AC78-7003DCC35DA3@ellael.org> Date: Sun, 10 Aug 2025 19:31:52 +0200 Content-Transfer-Encoding: quoted-printable Reply-To: freebsd-current@freebsd.org Message-Id: <70449F4A-D432-41EC-85D8-915293C8B269@ellael.org> References: <719022A6-6FDE-4682-AC78-7003DCC35DA3@ellael.org> To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.3826.700.81) X-Rspamd-Queue-Id: 4c0Pw95djPz3yHR X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] Michael Grimm wrote: > Ever since that reverting back to stable I cannot install world any = longer being built at another server. >=20 > What I had to do to solve this issue: Compiling stable/14 at the = second server and installing world from locally built /usr/obj It's getting weird: If I do copy /usr/obj from that second server over = to the first server I can installworld at that server. What settings -besides those in /usr/src, /etc/make.conf, /etc/src.conf, = and /etc/src-env.conf- might be targets of investigation?=20 (All /etc/=E2=80=A6 are identical at both servers, btw). Regards, Michael