> % mk install > ... > cd libmach > 6c -FTVw -I/sys/src/cmd (2 5 7 8 q u)^.c > u.c:7 6c: '/sparc64' file does not exist: /sparc64/include/ureg.h > ... > %
There is obviously a problem on your Plan 9 installation. The file /sparc64/include/ureg.h shouldn't be missing, and is a requirement to build libmach. Here is the full procedure to restore the /sparc64 directory from Bell Labs: % echo 'srv -APW fossil' >> /srv/fscons % mount -c /srv/fossil /n/fossil % rm -rf /n/fossil/sparc64 % mkdir /n/fossil/sparc64 % 9fs sources % dircp /n/sources/plan9/sparc64 /n/fossil/sparc64 % unmount /n/fossil % rm /srv/fossil -- David du Colombier
