[Bug 292341] 15 / 16 doesn't boot on a G5 apple ppc64, doesn't boot in qemu either!
[email protected] Sun, 11 Jan 2026 03:55:21 +0000
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292341 --- Comment #4 from Adrian Chadd <[email protected]> --- 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.