> But then, unfortunately, there were quite some copy errors which
> caused the installation to fail.
>
> /n/[newfs - dist]/68020/lib/{ape,libc.a}
> /n/[newfs - dist]/alpha/lib/{ape,libc.a}
> /n/newfs/sys/src/pcpae/{archacpi,audioac97{,m},audiohd}.c
> (because /n/newfs/sys/src/pcpae doesn't exist)
that's unfortunate. but those files aren't required.
> P.S.: Does the Plan9/9atom awk(1) has the same bug that i ran into
> this week? It is present in all awk(1)s i've tested, including
> GNU awk(1) ($TAWK is simply awk, and UnicodeData.txt is 6.2.0):
the one true awk (bwk's source) does not accept hex, so it doesn't
have this bug.
on 9atom, /sys/src/cmd/runetype has the files used to automaticly
generate /lib/unicode, the unicode tables used by libc, and an awk
version of /sys/src/cmd/aux/mklatinkbd.c (not used). there is also
the source for the programs in rune(1),
http://www.9atom.org/magic/man2html/1/rune
- erik