From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 2230 invoked from network); 7 Jan 2024 03:18:03 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 7 Jan 2024 03:18:03 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Sat Jan 6 22:16:48 -0500 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1704597407; 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; bh=4uGuPiZGX7Orf/VYIs28VI/NtetonpBoS7VsGB6cfy0=; b=iNlMdEQzRVNVqq+qvdh5mw/k8p2CRCiS57qKjFjIVt3mElVXyGgkQCBy0+bghJDqah53jb iQa530TZN5XhynMVKggbg7Sz/Izx424nMl7vYbL0XLVfRK/389pWxBfzUVNah0uglBajKo YPlUdaMhABiCoQ1Oyj1vvYdeVFI7Zgs= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 66a068a8 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Sat, 6 Jan 2024 21:16:46 -0600 (CST) Message-ID: Date: Sat, 6 Jan 2024 21:16:45 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: 9front@9front.org From: Jacob Moody Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: distributed compliant shader lifecycle layer Subject: [9front] [NOTICE] Recent commit requires compiler recompile before libc Reply-To: 9front@9front.org Precedence: bulk I pushed some code that added a new instruction to 6a and 8a that is used for the amd64 and 386 entrypoint. This means that before libc is rebuilt the new assembler and linker needs to be rebuilt. So something like: for(i in (8a 8l 6a 6l)){ cd /sys/src/cmd/^$i && mk install } first, then rebuilding libc and the rest of the system. Thanks, moody