From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Tue, 3 Jan 2012 10:49:07 +0000 From: ROuNIN Message-ID: <0df6940d-5f56-41e1-8ef5-c52b414c8f51@z17g2000vbe.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Subject: [9fans] Building Go on Plan 9 using Antony Martin's instructions Topicbox-Message-UUID: 534b4c3a-ead7-11e9-9d60-3106f5b1d025 Hello all, Following Anthony Martin's install instructions on Building Go on Plan9: http://groups.google.com/group/comp.os.plan9/browse_thread/thread/44f5b5d3091547aa/95dd9fad3e909224?q=gmake&lnk=ol& I get the following message: --------------------------------------------------------------------------- . . . gmake[1]: Leaving directory `/sys/src/go/src/cmd/cc' %%%% making 5c %%%% gmake -C 5c install gmake[1]: Entering directory `/sys/src/go/src/cmd/5c' 8c -FTVw -I"/386/include/go" -I"/sys/include/go" "/sys/src/go/src/cmd/ 5c/cgen.c" 8c -FTVw -I"/386/include/go" -I"/sys/include/go" "/sys/src/go/src/cmd/ 5c/list.c" 8c -FTVw -I"/386/include/go" -I"/sys/include/go" "/sys/src/go/src/cmd/ 5c/sgen.c" 8c -FTVw -I"/386/include/go" -I"/sys/include/go" "/sys/src/go/src/cmd/ 5c/swt.c" 8c -FTVw -I"/386/include/go" -I"/sys/include/go" "/sys/src/go/src/cmd/ 5c/txt.c" 8c -FTVw -I"/386/include/go" -I"/sys/include/go" "/sys/src/go/src/cmd/ 5c/mul.c" 8c -FTVw -I"/386/include/go" -I"/sys/include/go" "/sys/src/go/src/cmd/ 5c/reg.c" 8c -FTVw -I"/386/include/go" -I"/sys/include/go" "/sys/src/go/src/cmd/ 5c/peep.c" 8c -FTVw -I"/386/include/go" -I"/sys/include/go" -I. -o pgen.8 ../cc/ pgen.c 8c -FTVw -I"/386/include/go" -I"/sys/include/go" -I. -o pswt.8 ../cc/ pswt.c 8l -o 5c cgen.8 list.8 sgen.8 swt.8 txt.8 mul.8 reg.8 peep.8 pgen.8 pswt.8 ../5l/enam.8 ../cc/cc.a ??none??: cannot open file: ../5l/enam.8 gmake[1]: *** [5c] Error 1 gmake[1]: Leaving directory `/sys/src/go/src/cmd/5c' gmake: *** [5c.install] Error 2 gmake: Leaving directory `/sys/src/go/src/cmd' term% --------------------------------------------------- Hope someone can help. ROuNIN From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <0df6940d-5f56-41e1-8ef5-c52b414c8f51@z17g2000vbe.googlegroups.com> References: <0df6940d-5f56-41e1-8ef5-c52b414c8f51@z17g2000vbe.googlegroups.com> Date: Tue, 3 Jan 2012 12:06:44 +0100 Message-ID: From: "Peter A. Cejchan" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=f46d0444eda1d08baf04b59db182 Subject: Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions Topicbox-Message-UUID: 535fa4f0-ead7-11e9-9d60-3106f5b1d025 --f46d0444eda1d08baf04b59db182 Content-Type: text/plain; charset=UTF-8 I use Ron Minnich's distribution from http://code.google.com/r/rminnich-9go/ It compiles fine on native plan9-386. I had to do some minor changes, however. Get this tarball, unpack and cpdir -m to $GOROOT It is somewhat outdated compared to Lucio's version (this is 60.2) Just do: ## Go language install cd hg clone https://code.google.com/p/rminnich-9go go bind -ac . / cd /go rc /go/src/9setup cd 9/prebuilt rc install cd /go/src mk install ### Hope this helps. ++pac --f46d0444eda1d08baf04b59db182 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I use Ron Minnich's distribution from http://code.google.com/r/rminnich-9go/
It compiles= fine on native plan9-386. I had to do some minor changes, however. Get thi= s tarball, unpack and cpdir -m to $GOROOT
It is somewhat outdated compared to Lucio's version (this is 60.2)
J= ust do:

## Go language install
cd
hg clone https://code.google.com/p/rminnich-9go = go
bind -ac . /
cd /go
rc /go/src/9setup
cd 9/prebuilt
rc install<= br>cd /go/src
mk install

###

Hope this helps.
++pac
--f46d0444eda1d08baf04b59db182-- 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: Tue, 3 Jan 2012 12:13:13 +0100 Message-ID: From: "Peter A. Cejchan" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=f46d04440066fed54504b59dc867 Subject: Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions Topicbox-Message-UUID: 5369bbac-ead7-11e9-9d60-3106f5b1d025 --f46d04440066fed54504b59dc867 Content-Type: text/plain; charset=UTF-8 I forgot the link to the changed files, i shall put the tarball on contrib/pac in a few minutes ++pac On Tue, Jan 3, 2012 at 12:06 PM, Peter A. Cejchan wrote: > I use Ron Minnich's distribution from > http://code.google.com/r/rminnich-9go/ > It compiles fine on native plan9-386. I had to do some minor changes, > however. Get this tarball, unpack and cpdir -m to $GOROOT > It is somewhat outdated compared to Lucio's version (this is 60.2) > Just do: > > ## Go language install > cd > hg clone https://code.google.com/p/rminnich-9go go > bind -ac . / > cd /go > rc /go/src/9setup > cd 9/prebuilt > rc install > cd /go/src > mk install > > ### > > Hope this helps. > ++pac > --f46d04440066fed54504b59dc867 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I forgot the link to the changed files, i shall put the tarball on contrib/= pac in a few minutes

++pac

On Tue,= Jan 3, 2012 at 12:06 PM, Peter A. Cejchan <tyapca7@gmail.com> wrote:
I use Ron Minnich's d= istribution from http://code.google.com/r/rminnich-9go/
It compiles fine on native plan9-386. I had to do some minor changes, howev= er. Get this tarball, unpack and cpdir -m to $GOROOT
It is somewhat outdated compared to Lucio's version (this is 60.2)
J= ust do:

## Go language install
cd
hg clone https://code.google.com/p= /rminnich-9go go
bind -ac . /
cd /go
rc /go/src/9setup
cd 9/prebuilt
rc install<= br>cd /go/src
mk install

###

Hope this helps.
++pac

--f46d04440066fed54504b59dc867-- 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: Tue, 3 Jan 2012 12:23:04 +0100 Message-ID: From: "Peter A. Cejchan" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=14dae93b576e3ef7b204b59dec25 Subject: Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions Topicbox-Message-UUID: 5370481e-ead7-11e9-9d60-3106f5b1d025 --14dae93b576e3ef7b204b59dec25 Content-Type: text/plain; charset=UTF-8 now it is on contrib/pac/9go.tbz --14dae93b576e3ef7b204b59dec25 Content-Type: text/html; charset=UTF-8 now it is on contrib/pac/9go.tbz
--14dae93b576e3ef7b204b59dec25-- From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Fri, 20 Jan 2012 09:48:34 +0000 From: ROuNIN Message-ID: Content-Type: text/plain; charset=ISO-8859-1 References: <0df6940d-5f56-41e1-8ef5-c52b414c8f51@z17g2000vbe.googlegroups.com> Subject: Re: [9fans] Building Go on Plan 9 using Antony Martin's Topicbox-Message-UUID: 5ffbc522-ead7-11e9-9d60-3106f5b1d025 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 -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 ... : exit status=rc 16064: rc 16066: can't exec: '/386/bin/go/8g' does not exist mk: echo install runtime ... : exit status=rc 16027: 1 mk: for (i in ... : exit status=rc 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 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 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: Mon, 23 Jan 2012 08:03:58 +0100 Message-ID: From: "Peter A. Cejchan" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=14dae93993e969fc3d04b72ca2ce Subject: Re: [9fans] Building Go on Plan 9 using Antony Martin's Topicbox-Message-UUID: 608900cc-ead7-11e9-9d60-3106f5b1d025 --14dae93993e969fc3d04b72ca2ce Content-Type: text/plain; charset=UTF-8 I had the same problem with ron minnich's distribution, try to dive into cmd and check the Makefile. Ron's distro is 60.2, and the changes needed to compile natively are in /n/sorces/contrib/pac/9go./tbz HTH, best, ++pac --14dae93993e969fc3d04b72ca2ce Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I had the same problem with ron minnich's distribution, try to dive int= o cmd and check the Makefile.
Ron's distro=C2=A0 is 60.2, and the ch= anges needed to compile natively are in /n/sorces/contrib/pac/9go./tbz
H= TH,
best,
++pac
--14dae93993e969fc3d04b72ca2ce-- From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Tue, 31 Jan 2012 09:45:05 +0000 From: ROuNIN Message-ID: <01cf2c91-5c0b-4791-8a77-335cc527e8aa@l1g2000vbc.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <0df6940d-5f56-41e1-8ef5-c52b414c8f51@z17g2000vbe.googlegroups.com> Subject: Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions Topicbox-Message-UUID: 623a6cf8-ead7-11e9-9d60-3106f5b1d025 On Jan 23, 7:03=A0am, tyap...@gmail.com ("Peter A. Cejchan") wrote: > I had the same problem with ron minnich's distribution, try to dive into > cmd and check the Makefile. > Ron's distro =A0is 60.2, and the changes needed to compile natively are i= n > /n/sorces/contrib/pac/9go./tbz > HTH, > best, > ++pac Hello Peter, Please can you give me verbose information on how to get it to install. Many thanks, ROuNIN From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <01cf2c91-5c0b-4791-8a77-335cc527e8aa@l1g2000vbc.googlegroups.com> References: <0df6940d-5f56-41e1-8ef5-c52b414c8f51@z17g2000vbe.googlegroups.com> <01cf2c91-5c0b-4791-8a77-335cc527e8aa@l1g2000vbc.googlegroups.com> Date: Tue, 31 Jan 2012 12:27:11 +0100 Message-ID: From: "Peter A. Cejchan" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=f46d0444ee5580068b04b7d13e29 Subject: Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions Topicbox-Message-UUID: 624545e2-ead7-11e9-9d60-3106f5b1d025 --f46d0444ee5580068b04b7d13e29 Content-Type: text/plain; charset=UTF-8 Hello, get the tarball from me: http://www2.gli.cas.cz/home/cejchan/plan9/go.tgz unpack it and follow the instructions in go/9install should compile fine on native plan9/386 be warned: this is version 60.2, much has changed since, good luck, ++pac --f46d0444ee5580068b04b7d13e29 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello,
get the tarball from me:
=C2=A0=C2=A0=C2=A0=C2=A0 http://www2.gli.cas.cz/hom= e/cejchan/plan9/go.tgz
unpack it and follow the instructions in go/9= install
should compile fine on native plan9/386
be warned: this is version 60.2, much has changed since,
good luck,
+= +pac

--f46d0444ee5580068b04b7d13e29--