From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <59ac5e6737de55e5c2256b10713a8cf0@posteo.de> References: <59ac5e6737de55e5c2256b10713a8cf0@posteo.de> Date: Mon, 21 Jul 2014 18:21:36 +1000 Message-ID: From: Shane Morris To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a1130cc46a3d49504feafcb3f Subject: Re: [9fans] Compiler Message Topicbox-Message-UUID: 080a557a-ead9-11e9-9d60-3106f5b1d025 --001a1130cc46a3d49504feafcb3f Content-Type: text/plain; charset=UTF-8 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. >> > > --001a1130cc46a3d49504feafcb3f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
No, the reasons I attempted an install is because I have n= o 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 p= ing 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 wi= sh to have an ARM Inferno compiler to start compiling against the Parallell= a, 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 2= 1, 2014 at 6:12 PM, dante <subscriptions@posteo.eu> wr= ote:
Hi Shane,

Removing the compile argument won't help (leads to errors somewhere els= e).
I think that the most expedient solution is Ramkrishnan's.

In order to catch this sort of errors, some sort of "continuous integr= ation" would be needed.
I have no idea how this could be done without investing into a real Mac mac= hine, which is costly.

I reported the error to the person shown in the Hg commits; there was unfor= tunately 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 sim= ilar 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.<= br> The other solutions I tried are awkward:
1. Plan9 under Virtual Box (don't want to pay for VMWare/Parallels). =C2=A0 =C2=A0 Configured network card according to Richard Miller's sug= gestion.
=C2=A0 =C2=A0 Boots, but sometimes it doesn't, requiring to restart the= program.
=C2=A0 =C2=A0 Network works only sometimes.
2. Plan9 from user space, installed over Brew.
=C2=A0 =C2=A0 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:

=C2=A0shanes-air-2:inferno-os boris$ PATH=3D`pwd`/MacOSX/386/bin:$PA= TH mk install
(cd lib9; mk =C2=A0install)
cc -c -arch i386 -mmacosx-version-min=3D10.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 ... =C2=A0: exit status=3Dexit(1)
mk: for j in ... =C2=A0: exit status=3Dexit(1)
shanes-air-2:inferno-os boris$

Does anyone have any insight?

Many thanks!

Shane.


--001a1130cc46a3d49504feafcb3f--