9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Fixed golang's build.
@ 2013-01-18 22:28 Matthew Veety
  2013-01-18 22:48 ` erik quanstrom
  0 siblings, 1 reply; 10+ messages in thread
From: Matthew Veety @ 2013-01-18 22:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Fixed golang's build.
  2013-01-18 22:28 [9fans] Fixed golang's build Matthew Veety
@ 2013-01-18 22:48 ` erik quanstrom
  2013-01-18 23:04   ` andrey mirtchovski
  2013-01-18 23:16   ` Matthew Veety
  0 siblings, 2 replies; 10+ messages in thread
From: erik quanstrom @ 2013-01-18 22:48 UTC (permalink / raw)
  To: 9fans

On Fri Jan 18 17:29:15 EST 2013, mveety@gmail.com wrote:
> 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



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Fixed golang's build.
  2013-01-18 22:48 ` erik quanstrom
@ 2013-01-18 23:04   ` andrey mirtchovski
  2013-01-18 23:16   ` Matthew Veety
  1 sibling, 0 replies; 10+ messages in thread
From: andrey mirtchovski @ 2013-01-18 23:04 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> for example, where is it decided what files
> in lib9 are compiled?

$GOROOT/src/cmd/dist/build.c, i believe.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Fixed golang's build.
  2013-01-18 22:48 ` erik quanstrom
  2013-01-18 23:04   ` andrey mirtchovski
@ 2013-01-18 23:16   ` Matthew Veety
  2013-01-18 23:21     ` andrey mirtchovski
  2013-01-18 23:25     ` Skip Tavakkolian
  1 sibling, 2 replies; 10+ messages in thread
From: Matthew Veety @ 2013-01-18 23:16 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Does anyone know who is working on the ports to Plan 9? I want to get in touch with them. 



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Fixed golang's build.
  2013-01-18 23:16   ` Matthew Veety
@ 2013-01-18 23:21     ` andrey mirtchovski
  2013-01-19  5:05       ` lucio
  2013-01-18 23:25     ` Skip Tavakkolian
  1 sibling, 1 reply; 10+ messages in thread
From: andrey mirtchovski @ 2013-01-18 23:21 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> 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.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Fixed golang's build.
  2013-01-18 23:16   ` Matthew Veety
  2013-01-18 23:21     ` andrey mirtchovski
@ 2013-01-18 23:25     ` Skip Tavakkolian
  1 sibling, 0 replies; 10+ messages in thread
From: Skip Tavakkolian @ 2013-01-18 23:25 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

check golang-dev to see who is submitting patches for Plan 9.

http://groups.google.com/group/golang-dev


On Fri, Jan 18, 2013 at 3:16 PM, Matthew Veety <mveety@gmail.com> wrote:
> Does anyone know who is working on the ports to Plan 9? I want to get in touch with them.
>



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Fixed golang's build.
  2013-01-18 23:21     ` andrey mirtchovski
@ 2013-01-19  5:05       ` lucio
  2013-01-19  5:11         ` Matthew Veety
  0 siblings, 1 reply; 10+ messages in thread
From: lucio @ 2013-01-19  5:05 UTC (permalink / raw)
  To: 9fans

> 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




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Fixed golang's build.
  2013-01-19  5:05       ` lucio
@ 2013-01-19  5:11         ` Matthew Veety
  2013-01-19  5:17           ` lucio
  0 siblings, 1 reply; 10+ messages in thread
From: Matthew Veety @ 2013-01-19  5:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

How do I get contrib status?

On Sat, Jan 19, 2013 at 12:05 AM,  <lucio@proxima.alt.za> wrote:
>> 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



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Fixed golang's build.
  2013-01-19  5:11         ` Matthew Veety
@ 2013-01-19  5:17           ` lucio
  2013-01-19  5:23             ` Matthew Veety
  0 siblings, 1 reply; 10+ messages in thread
From: lucio @ 2013-01-19  5:17 UTC (permalink / raw)
  To: 9fans

> How do I get contrib status?

	<golang.org/doc/contribute.html>

... towards the end.

++L




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Fixed golang's build.
  2013-01-19  5:17           ` lucio
@ 2013-01-19  5:23             ` Matthew Veety
  0 siblings, 0 replies; 10+ messages in thread
From: Matthew Veety @ 2013-01-19  5:23 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Thanks brother :) I'll get on this tomorrow.

--
Veety



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-01-19  5:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-18 22:28 [9fans] Fixed golang's build Matthew Veety
2013-01-18 22:48 ` erik quanstrom
2013-01-18 23:04   ` andrey mirtchovski
2013-01-18 23:16   ` Matthew Veety
2013-01-18 23:21     ` andrey mirtchovski
2013-01-19  5:05       ` lucio
2013-01-19  5:11         ` Matthew Veety
2013-01-19  5:17           ` lucio
2013-01-19  5:23             ` Matthew Veety
2013-01-18 23:25     ` Skip Tavakkolian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).