No, the reasons I attempted an install is because I have no experience getting hosted Inferno to run in Plan 9, although I possess a couple of stable Plan 9 VMs (when they can reach the network, they'll ping 8.8.8.8, but not get any sites like sources or 9gridchan - to be fair, there seems to be network problems on those sites at the exact times I want to do something, as I can't mount sources from Mac9P either), and I wish to have an ARM Inferno compiler to start compiling against the Parallella, following the guide at lynxline blog, and the boot up process at parallella.org. I am yet to try anything, I think I'll leave it to tomorrow at this stage. On Mon, Jul 21, 2014 at 6:12 PM, dante wrote: > Hi Shane, > > Removing the compile argument won't help (leads to errors somewhere else). > I think that the most expedient solution is Ramkrishnan's. > > In order to catch this sort of errors, some sort of "continuous > integration" would be needed. > I have no idea how this could be done without investing into a real Mac > machine, which is costly. > > I reported the error to the person shown in the Hg commits; there was > unfortunately no response yet. > Does anyone know which is the proper channel to report issues with Inferno? > > Shane, I'm just curious: did you try to install Inferno for reasons > similar to mine (here below)? > > In tried to install Inferno because I thought that it was the simplest way > to access (at least the file system of) my Plan9 Raspberry Pi from my Mac. > The other solutions I tried are awkward: > 1. Plan9 under Virtual Box (don't want to pay for VMWare/Parallels). > Configured network card according to Richard Miller's suggestion. > Boots, but sometimes it doesn't, requiring to restart the program. > Network works only sometimes. > 2. Plan9 from user space, installed over Brew. > It works, but I don't see there any way to import (mount) the remote > file system locally. > > Cheers, > Dante > > > On 21.07.2014 04:55, Shane Morris wrote: > >> Hello again 9fans, >> >> I'm also trying to compile hosted Inferno for OS X 10.9, all seems to >> go well until the "mk install" giving this error message: >> >> shanes-air-2:inferno-os boris$ PATH=`pwd`/MacOSX/386/bin:$PATH mk >> install >> (cd lib9; mk install) >> cc -c -arch i386 -mmacosx-version-min=10.4 >> -Wno-deprecated-declarations -Wuninitialized -Wunused -Wreturn-type >> -Wimplicit -Wno-four-char-constants -Wno-unknown-pragmas -pipe >> -fno-strict-aliasing -no-cpp-precomp -mno-fused-madd >> -I/Users/boris/Documents/inferno-os/MacOSX/386/include >> -I/Users/boris/Documents/inferno-os/include -Os convD2M.c >> clang: error: unknown argument: '-mno-fused-madd' >> [-Wunused-command-line-argument-hard-error-in-future] >> clang: note: this will be a hard error (cannot be downgraded to a >> warning) in the future >> mk: cc -c -arch ... : exit status=exit(1) >> mk: for j in ... : exit status=exit(1) >> shanes-air-2:inferno-os boris$ >> >> Does anyone have any insight? >> >> Many thanks! >> >> Shane. >> > >