From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Mon, 8 Nov 2010 11:13:32 -0800 Message-ID: From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: [9fans] bitbucket.org/rminnich/vx32 Topicbox-Message-UUID: 7990515c-ead6-11e9-9d60-3106f5b1d025 I think there are some people using my vx32 repo. Noah evans has pushed changes to make it build on OSX. Yiyus has done a LOT of work on his vx32 repo and I just did a pull from there. It all seems to work but ... building from the latest sysfromiso fails. Here is the error: 8l -o 8.zerotrunc zerotrunc.8 mk awk yacc -o awkgram.c -S -d -v awkgram.y fatal error:cannot open table file awkgram.c, :1 mk: yacc -o awkgram.c ... : exit status=rc 26794: yacc 26796: error mk: for(i in cc ... : exit status=rc 24896: rc 26788: mk 26790: error mk: date for (i ... : exit status=rc 18487: rc 24514: mk 24515: error So, 9vx runs quite well but the acid test (mk all) fails. Ah well. ron