[Bug 292341] 15 / 16 doesn't boot on a G5 apple ppc64, doesn't boot in qemu either!

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 11 Jan 2026 03:55:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292341

--- Comment #4 from Adrian Chadd <adrian@freebsd.org> ---
Sigh, it's because the awk call in releases/powerpc/mkisoimages.sh is now
returning 0.


[adrian@ref14-amd64 ~]$  echo 0x3a00 | awk '{printf("%x\n",$1/512);}'
1d


but

[adrian@ref15-amd64 ~]$ echo 0x3a00 | awk '{printf("%x\n",$1/512);}'
0

awk is no longer taking a hex number as a valid input.

-- 
You are receiving this mail because:
You are the assignee for the bug.