From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 22 Apr 2012 10:34:37 +0200 From: David du Colombier <0intro@gmail.com> To: 9fans@9fans.net Message-ID: <20120422103437.1ddcf018@gmail.com> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] System build: /sparc64 file does not exist; NOT on sparc64 Topicbox-Message-UUID: 7a1091ea-ead7-11e9-9d60-3106f5b1d025 > % 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