From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <0df6940d-5f56-41e1-8ef5-c52b414c8f51@z17g2000vbe.googlegroups.com> Date: Fri, 20 Jan 2012 09:47:40 -0800 Message-ID: From: John Floren To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Building Go on Plan 9 using Antony Martin's Topicbox-Message-UUID: 60228446-ead7-11e9-9d60-3106f5b1d025 On Fri, Jan 20, 2012 at 1:48 AM, ROuNIN wr= ote: > Hello, > Thank you. Sorry for late reply: > > I get this message - something seems drastically wrong with my Plan9 > install -- > > 8l > cp 8.out /386/bin/go/8l > 8c > 8l =A0-o 8.out cgen.8 cgen64.8 div.8 list.8 machcap.8 mul.8 pgen.8 pswt. > 8 peep.8 reg.8 sgen.8 swt.8 txt.8 ../8l/enam.8 goos.8 ../cc/cc.a8 /386/ > lib/libbio.a > cp 8.out /386/bin/go/8c > 8a > cp 8.out /386/bin/go/8a > gopack > cp gopack /386/bin/go/gopack > pkg > install runtime > INSTALL FAIL runtime > /go/src/pkg > /386/bin/go/8g -+ $GCIMPORTS -p runtime -o _go_.8 debug.go error.go > extern.go mem.go sig.go softfloat64.go type.go version.go > version_plan9.go version_386.go runtime_defs.go > /386/bin/go/8g: '/386/bin/go/8g' does not exist > mk: /386/bin/go/8g -+ $GCIMPORTS ... =A0: exit status=3Drc 16064: rc > 16066: can't exec: '/386/bin/go/8g' does not exist > mk: echo install runtime ... =A0: exit status=3Drc 16027: 1 > mk: for (i in ... =A0: exit status=3Drc 15598: rc 15726: mk 15729: error > term% date > Sun Jan 22 07:29:44 EST 2012 > term% > > > I don't want to re-install yet - busy with other stuff. But I may have > to resign to the fact that I will need to do fresh install with the > latest > plan9.iso.bz2 > > ROuNIN > What exactly about this makes you think that there's something "drastically wrong" with your Plan 9 install? It looks like /386/bin/go/8g doesn't exist. I wouldn't call that reason for re-installing, unless I've missed something in that output. John