From nobody Sat Dec 20 14:21:04 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 4dYRQz1xlkz6MC53 for ; Sat, 20 Dec 2025 14:21:15 +0000 (UTC) (envelope-from SRS0=ktWf=62=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4dYRQy6Wn6z3WYT for ; Sat, 20 Dec 2025 14:21:14 +0000 (UTC) (envelope-from SRS0=ktWf=62=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 4994BD7910; Sat, 20 Dec 2025 15:21:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1766240466; bh=DlQQcBgBQu+RYn6J+iFHkwyNbITAkn1pBMGq5/2Kp2g=; h=Date:Subject:To:References:From:In-Reply-To; b=4kWCwPAKOrczW9981aCemrevM2paOIk5TzcpyG3x3+Vp0UeweCOQhu9pg7El1jzaS gece3mWWUBOtAtRX79v2Q6FTb9LRgiQe2brU3xLBMKRsPecLwV3NU2tj3Ow0rolofi uuS0PQAJDO/OFvfiELPezn5r9zyGcUe+qViD21pk= Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 68E59D788C; Sat, 20 Dec 2025 15:21:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1766240465; bh=DlQQcBgBQu+RYn6J+iFHkwyNbITAkn1pBMGq5/2Kp2g=; h=Date:Subject:To:References:From:In-Reply-To; b=tpexG9qdOJdD5OdnxpiH+mB36pqKDTRQE3CsbEUToPat3oNcpoVnQR0wZsnNDr6qm UI8k79/2ZQYfr1WNIqp0QvuCwqM+JOg8P6DAb4rNG9NMMyOvXQNUK+IRIxPtOp10p7 DReBu2+vx4CGqN09LEkFlO5x26Wm8P63n9/TYhtw= Message-ID: <2ea2910a-197a-4cfd-8dd9-8878f1e4dda5@quip.cz> Date: Sat, 20 Dec 2025 15:21:04 +0100 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 User-Agent: Mozilla Thunderbird Subject: Re: Using install image to recover wrecked system? CC missing ... To: A FreeBSD User , FreeBSD CURRENT References: <20251220141552.6058bacc@thor.sb211.local> Content-Language: cs-Cestina From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: <20251220141552.6058bacc@thor.sb211.local> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4dYRQy6Wn6z3WYT On 20/12/2025 14:15, A FreeBSD User wrote: > Hello, > > having wreaked havock over one of my boxes damaging some of the crucial system's binaries but > with intact /usr/src, /usr/obj, I try to save the install via "make > installworld|installkernel" via booting off the latest official install image. > > This endevour fails due to missing CC=cc (no suitable cc in the image). > > Is there a way to circumvent this issue using the infrastructure residing in /usr/obj? If I was in your position, I would only take the base.txz file from install media (and kernel.txz if necessary) and extract it to your damaged system disk so that I could boot from this system and start analyzing what happened and then, if necessary, rebuild/reinstall the system from /usr/src. Kind regards Miroslav Lachman