From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 2C6EF2241E for ; Tue, 26 Mar 2024 17:52:45 +0100 (CET) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Tue Mar 26 12:51:39 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1711471868; 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=2+LPU9j7qBHMn60H3diJqbRZ0uXq75wKq4j8qDyhg/k=; b=HFgttoXFG48N1tkUFoBZsRF9XMoRG3XTMfQs5ob6o5qnbcysSiJsSKt/Hfj001CN2cyuUI z6/b9XytnMhyQVYzVpSwUP257uyBPascI5ujn38HbiDFjnSR0MxqHdQiJT1KWKAcW2Rp48 R/FgrjJ5OdM3x9Ylaw/Fw6jMoXjS2qg= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id e5c69814 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Tue, 26 Mar 2024 11:51:08 -0500 (CDT) Message-ID: <3d981773-deea-4d0d-a221-f6be3d438fa8@posixcafe.org> Date: Tue, 26 Mar 2024 11:51:36 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: 9front@9front.org References: <6bdb9a35-067c-41b6-a415-8845cc27f10e@app.fastmail.com> From: Jacob Moody In-Reply-To: <6bdb9a35-067c-41b6-a415-8845cc27f10e@app.fastmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: self-healing enhancement base hardware manager Subject: Re: [9front] Error compiling libc/amd64/main9.s and/or main9p.s Reply-To: 9front@9front.org Precedence: bulk There was an update that requires an update to the assembler and linker because a new instruction was added. This was called out on the mailing list when it happened. If you didn't 'mk nuke' your libc you can build the assembler and linker first: for(i in (6a 6l))@{ cd /sys/src/cmd/^$i && mk install } Then you may rebuild the rest of the system. If you did 'mk nuke': * if you use cwfs, copy older libc from dump and then do the above 9fs dump cp /n/dump/2024/... * if you use hjfs, copy updated binaries from the iso box. 9fs iso && cp /n/iso/amd64/bin/^(6a 6c 6l) /amd64/bin/ It would be nice to have a way of these updates notifying people of such manual steps. But for the time being I would suggest perusing the mailing lists when doing large updates. Thanks, moody