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.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 5F08D2275A for ; Tue, 26 Mar 2024 17:47:09 +0100 (CET) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Tue Mar 26 12:46:15 -0400 2024 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id 6aef0b48 for <9front@9front.org>; Tue, 26 Mar 2024 09:46:12 -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=Yhj0CDd8vH4y ij0hPSYzRyaWdXA=; b=AO1lHCc12E5edtOei3IAQzx0ypMoFAEKON3PvjYsung7 /JhoInHfO2Khx4lI5PJAxhVmkyzQoCUF14wUjEoZEvcl1297pfR/zqFNXMxP/p+D Nwh56+WhCbxpw0uppxzmtnz50IghhRqRQ9PM+cw3DVrfsC8WlTKGvQ8IAdMyyHM= 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=nnEvUmwpYdjqyOT1INb sykOX6J97KM5NNHlg5N1Ll2e7XSmQHoCOiN5qAmAuRe6qCYYnVb/qZLBX82605xW 687PiqpZbW4Qsr23LU7Txjr5ounkvjslvsJBc3iUwkqQCnusc4oVzSs3BUonlr1l pM4+tGvmg9GPC4E4JKjxMaNg= Received: from abbatoir (pool-108-6-24-2.nycmny.fios.verizon.net [108.6.24.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 98fd1318 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Tue, 26 Mar 2024 09:46:12 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Tue, 26 Mar 2024 12:46:11 -0400 From: ori@eigenstate.org In-Reply-To: <6bdb9a35-067c-41b6-a415-8845cc27f10e@app.fastmail.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: self-healing social SVG over YAML cloud framework Subject: Re: [9front] Error compiling libc/amd64/main9.s and/or main9p.s Reply-To: 9front@9front.org Precedence: bulk https://inbox.vuxu.org/9front/d9bdf2b5-8da3-4cc7-8f18-40bc3a5d0a84@posixcafe.org/T/#u note, you can also grab the latest compilers from the nightly builder: 9fs iso cp /n/iso/amd64/bin/6^(a c l) /amd64/bin Quoth Scott Flowers : > I ran a sysupdate this morning and it won't build on amd64. It's hanging on /sys/src/libc/amd64/main9.s with an error like below. > > 6a main9.s > 6a main9p.s > main9.s:6 main9p.s:6 syntax error, last name: _callmain > syntax error, last name: _callmain > line: LNAME.: $$5 line > inst: LNAME.= expr > line: LNAME.: $$5 line > inst: LNAME.= expr > saw LNAME > saw LNAME > mk: 6a main9.s : exit status=6a 692473: error > mk: for(i in 9sys ... : exit status=rc 691919: mk 692470: error > mk: date for (i ... : exit status=rc 691888: mk 691918: error > > I tried doing mk nuke, and then mk libs, and it fails at the same place, like this. > > 6a main9.s > main9.s:6 6a main9p.s > syntax error, last name: _callmain > line: LNAME.: $$5 line > inst: LNAME.= expr > main9p.s:6 saw LNAME > syntax error, last name: _callmain > mk: 6a main9.s : exit status=6a 703834: errorline: LNAME.: $$5 line > inst: LNAME.= expr > > saw LNAME > mk: for(i in 9sys ... : exit status=rc 703070: mk 703825: error > mk: date for (i ... : exit status=rc 702782: rc 702983: mk 703068: error > > Any suggestions? > > Thanks! > > Scott Flowers