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.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24976 invoked from network); 6 May 2022 15:36:18 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 6 May 2022 15:36:18 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Fri May 6 11:34:31 -0400 2022 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 71e2d237 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Fri, 6 May 2022 08:34:18 -0700 (PDT) Message-ID: <04E55A65712E9EF43F9B05C54D4725AC@eigenstate.org> To: 9front@9front.org Date: Fri, 06 May 2022 11:34:17 -0400 From: ori@eigenstate.org In-Reply-To: <31F05A6F583974ABB4A868972C1DC4E0@thinktankworkspaces.com> 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: shared transactional NoSQL high-performance-aware control Subject: Re: [9front] build iso from arm64 Reply-To: 9front@9front.org Precedence: bulk Quoth william@thinktankworkspaces.com: > Here are the exact commands I ran followed by the error at the end. I must be missing > a step or not understanding something. > > cd / > for(i in /sys/src/cmd/7[acl]){cd $i && mk install} > > build remaining arm64 binaries > > cd /sys/src > objtype=arm64 > mk install > > Building an ISO > > Put your root file system into /n/src9 > > bind /root /n/src9 > > Put your hg repository there > > bind -ac /dist/plan9front /n/src9 > > Build the iso > > cd /sys/lib/dist > mk /tmp/9front.$objtype.iso > > mk: don't know how to make '/tmp/9front.arm64.iso' in directory /sys/lib/dist > > I don't think we have any arm images that boot from an iso, so we have no rules for building it. pick a target that exists -- say, amd64 or 386. read the mkfile to see what we can build.