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.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE 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 0B6482B6A5 for ; Wed, 12 Jun 2024 19:13:33 +0200 (CEST) Received: from smtp4-g21.free.fr ([212.27.42.4]) by 9front; Wed Jun 12 13:10:50 -0400 2024 Received: from cixi.localnet (unknown [IPv6:2a01:e0a:bc7:f350:cf9c:9fd5:f3b0:3fae]) (Authenticated sender: tnemeth@free.fr) by smtp4-g21.free.fr (Postfix) with ESMTPSA id 36AA219F59C for <9front@9front.org>; Wed, 12 Jun 2024 19:10:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1718212249; bh=F4+aUbVYhCI6372GMWMR6cMI2qx2XK/ilBse7aQYjIk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FI6daQwRd/Ab90enFfmBqTrFzeI2vWcEk6MFDbrt8S5/I0KKnGnB727Sj0ZuQtD75 yaSWTxrIae4EEc3Vy9ER1PQ8/UAoEwX6ihSdtrsRSDzA/x1YDxFjqO3MWZMWwuaVlI RwIWvDNyYjq/DyqVeQlUZIDcqSshDc0NsvsymG+3JFIWXYdhBTMykqzqPLpDiZP1uL TWnxd65fjtpxzr+5v5somBIcmjVcp8M+EBscNzaefZThVTx0IoP4b977pVxKbPM9WH 5GgN2MIXRlO9MrNEc8LGNCS3B0hgfOf45eVjbmvVPyt1i7Ytcey3EsdcgLqTbKNrar 1dAzRfvTXjAEw== From: Thomas Nemeth To: 9front@9front.org Date: Wed, 12 Jun 2024 19:10:48 +0200 Message-ID: <13565863.uLZWGnKmhe@cixi> Organization: =?UTF-8?B?ZMOpc29yZ2FuaXPDqWU=?= In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: proven patented persistence standard Subject: Re: [9front] Staying up-to-date Reply-To: 9front@9front.org Precedence: bulk Le mercredi 12 juin 2024 15:04:59 CEST, vous avez =E9crit : > specifically, sometimes there are some dependencies between > programs or libraries that require some additonal steps to > fix bootstrapping issues -- for example, a new instruction > added to the compiler/linker and used in libc needs the new > compilers and linkers to be installed before building the > rest of the system. Can't the rootstub script handle that ?