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,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 A8DB225750 for ; Wed, 12 Jun 2024 15:08:29 +0200 (CEST) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Wed Jun 12 09:06:52 -0400 2024 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id 15f60348 for <9front@9front.org>; Wed, 12 Jun 2024 06:06:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=imGa8PNB2uYW b1cd0T6L4olpymw=; b=lls/9CBfHUGau5KWPzAWRNVQBVtzywqghCOsDJS8DqBy Mr3v+HZvMFRv9dV4Mc6Hoyds3u6ijIFowKdlTFT6tTBMZl1o/kHkKbChLqQDoBCZ a64PKFFQGjbdCOk1JacemLOfWyd1z+d78dflIf9BY9EUM/L1b1PJi5dEPj5lJv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=L1yhWu+o9I4EVBnTO0F c1p+463EmVSzx1tqdkRSGlroC+AJxbr8yEV2XBivLtXLMRRjAUhWRSUG/KQvG+WL 02enq3JFRzgQfxUTe8giAEsz+aKjZVQkWFEzvSjMJPHhuNuxRwsUuw0N8w5Y33JL z3mN67H1qsgs+StQJcHcmbuo= Received: from chainsaw ( [172.56.162.79]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id baf71fb8 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Wed, 12 Jun 2024 06:06:50 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Wed, 12 Jun 2024 09:04:59 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: event realtime-aware generator Subject: Re: [9front] Staying up-to-date Reply-To: 9front@9front.org Precedence: bulk Quoth hiro <23hiro@gmail.com>: > the sequence of commands is not expected to always work, you are right > to execute the commands manually instead. so far nobody found a > generic solution to this problem. 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.