Discussion:
[9fans] Fixed golang's build.
(too old to reply)
Matthew Veety
2013-01-18 22:28:52 UTC
Permalink
I pulled golang's mercurial tree today to update it, and shit was
broke. For anyone interested I got it building and things that are
important to me working.

diff: http://mveety.com/contrib/3bada48ff85cca5409abdcef4a7ac68e

--
Veety
erik quanstrom
2013-01-18 22:48:28 UTC
Permalink
Post by Matthew Veety
I pulled golang's mercurial tree today to update it, and shit was
broke. For anyone interested I got it building and things that are
important to me working.
diff: http://mveety.com/contrib/3bada48ff85cca5409abdcef4a7ac68e
yes, i noticed that too. and i found the build process to be
difficult to follow. for example, where is it decided what files
in lib9 are compiled?

- erik
andrey mirtchovski
2013-01-18 23:04:56 UTC
Permalink
Post by erik quanstrom
for example, where is it decided what files
in lib9 are compiled?
$GOROOT/src/cmd/dist/build.c, i believe.
Matthew Veety
2013-01-18 23:16:38 UTC
Permalink
Does anyone know who is working on the ports to Plan 9? I want to get in touch with them.
Skip Tavakkolian
2013-01-18 23:25:13 UTC
Permalink
check golang-dev to see who is submitting patches for Plan 9.

http://groups.google.com/group/golang-dev
Post by Matthew Veety
Does anyone know who is working on the ports to Plan 9? I want to get in touch with them.
andrey mirtchovski
2013-01-18 23:21:52 UTC
Permalink
Post by Matthew Veety
Does anyone know who is working on the ports to Plan 9? I want to get in touch with them.
take a look at any of the codereviews that deal with plan9:

https://codereview.appspot.com/7128059/
https://codereview.appspot.com/7058054/

akshat, anthony and lucio are doing most of the work.
l***@proxima.alt.za
2013-01-19 05:05:49 UTC
Permalink
Post by andrey mirtchovski
akshat, anthony and lucio are doing most of the work.
I'm a very small contributor, thanks for including me.

In fact, Minux has been contributing more than I, not to mention
Andrey himself :-)

But I'll be happy to assist, at the same time Veety should get
contributor status, I believe we can use more participants.

++L
Matthew Veety
2013-01-19 05:11:41 UTC
Permalink
How do I get contrib status?
Post by l***@proxima.alt.za
Post by andrey mirtchovski
akshat, anthony and lucio are doing most of the work.
I'm a very small contributor, thanks for including me.
In fact, Minux has been contributing more than I, not to mention
Andrey himself :-)
But I'll be happy to assist, at the same time Veety should get
contributor status, I believe we can use more participants.
++L
--
Veety
l***@proxima.alt.za
2013-01-19 05:17:21 UTC
Permalink
Post by Matthew Veety
How do I get contrib status?
<golang.org/doc/contribute.html>

... towards the end.

++L
Matthew Veety
2013-01-19 05:23:58 UTC
Permalink
Thanks brother :) I'll get on this tomorrow.
--
Veety
Loading...