9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Jacob Moody <moody@posixcafe.org>
To: 9front@9front.org
Subject: Re: [9front] Error compiling libc/amd64/main9.s and/or main9p.s
Date: Tue, 26 Mar 2024 11:51:36 -0500	[thread overview]
Message-ID: <3d981773-deea-4d0d-a221-f6be3d438fa8@posixcafe.org> (raw)
In-Reply-To: <6bdb9a35-067c-41b6-a415-8845cc27f10e@app.fastmail.com>

There was an update that requires an update to the assembler and linker because a new instruction was added.
This was called out on the mailing list when it happened.

If you didn't 'mk nuke' your libc you can build the assembler and linker first:

for(i in (6a 6l))@{ cd /sys/src/cmd/^$i && mk install }

Then you may rebuild the rest of the system.

If you did 'mk nuke':
* if you use cwfs, copy older libc from dump and then do the above
   9fs dump cp /n/dump/2024/...
* if you use hjfs, copy updated binaries from the iso box.
   9fs iso && cp /n/iso/amd64/bin/^(6a 6c 6l) /amd64/bin/

It would be nice to have a way of these updates notifying people
of such manual steps. But for the time being I would suggest perusing
the mailing lists when doing large updates.

Thanks,
moody



  parent reply	other threads:[~2024-03-26 16:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26 16:37 Scott Flowers
2024-03-26 16:46 ` ori
2024-03-26 16:51 ` Jacob Moody [this message]
2024-03-26 17:15   ` Scott Flowers
2024-03-27  0:22   ` sl
2024-03-27 14:55     ` Scott Flowers
2024-03-27 15:16       ` Jacob Moody

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3d981773-deea-4d0d-a221-f6be3d438fa8@posixcafe.org \
    --to=moody@posixcafe.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).