9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.
@ 2014-12-24 17:36 sl
  2014-12-24 20:27 ` Mats Olsson
  0 siblings, 1 reply; 11+ messages in thread
From: sl @ 2014-12-24 17:36 UTC (permalink / raw)
  To: 9fans

In case it wasn't entirely clear, go for arm does not currently work
on Plan 9.

sl



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

* Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.
  2014-12-24 17:36 [9fans] Installing Go in Plan 9 on the Raspberry Pi sl
@ 2014-12-24 20:27 ` Mats Olsson
  2014-12-24 23:20   ` Stanley Lieber
  0 siblings, 1 reply; 11+ messages in thread
From: Mats Olsson @ 2014-12-24 20:27 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Thanks for your input!

I went for the third option. Copying the uncompressed source go dir to
the fat partition on the SD card and then copying it from there to my
home directory in which I planned to compile it. Is it sure that go
can't be compiled and work on Plan 9 on a Raspberry Pi?

Greetings,
Mats

2014-12-24 18:36 GMT+01:00, sl@9front.org <sl@9front.org>:
> In case it wasn't entirely clear, go for arm does not currently work
> on Plan 9.
>
> sl
>
>



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

* Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.
  2014-12-24 20:27 ` Mats Olsson
@ 2014-12-24 23:20   ` Stanley Lieber
  2014-12-25 13:22     ` Mats Olsson
  0 siblings, 1 reply; 11+ messages in thread
From: Stanley Lieber @ 2014-12-24 23:20 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

yes, it is sure that it will not work.

sl




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

* Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.
  2014-12-24 23:20   ` Stanley Lieber
@ 2014-12-25 13:22     ` Mats Olsson
  2014-12-25 17:28       ` Bence Fábián
  0 siblings, 1 reply; 11+ messages in thread
From: Mats Olsson @ 2014-12-25 13:22 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hi!

Since compiling GO in Plan 9 on a Raspberry Pi won't work I've removed
the source code of it from my home directory. It's a pity though since
it took me so long to figure out a way to put it there in the first
place. Thanks for all your assistance!

Kind Greetings,
Mats

2014-12-25 0:20 GMT+01:00, Stanley Lieber <sl@9front.org>:
> yes, it is sure that it will not work.
>
> sl
>
>
>



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

* Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.
  2014-12-25 13:22     ` Mats Olsson
@ 2014-12-25 17:28       ` Bence Fábián
  0 siblings, 0 replies; 11+ messages in thread
From: Bence Fábián @ 2014-12-25 17:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

Hi,

You can contact Anthony Martin and see if you can help.

b

2014-12-25 14:22 GMT+01:00 Mats Olsson <plan9.meo@gmail.com>:

> Hi!
>
> Since compiling GO in Plan 9 on a Raspberry Pi won't work I've removed
> the source code of it from my home directory. It's a pity though since
> it took me so long to figure out a way to put it there in the first
> place. Thanks for all your assistance!
>
> Kind Greetings,
> Mats
>
> 2014-12-25 0:20 GMT+01:00, Stanley Lieber <sl@9front.org>:
> > yes, it is sure that it will not work.
> >
> > sl
> >
> >
> >
>
>

[-- Attachment #2: Type: text/html, Size: 1038 bytes --]

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

* Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.
  2014-12-24 15:38       ` Mats Olsson
@ 2014-12-24 17:22         ` Quintile
  0 siblings, 0 replies; 11+ messages in thread
From: Quintile @ 2014-12-24 17:22 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

mount the usb partition using the command "usb:" Note, the : is part of the command's name.

it prints the path to the mounted directory.

merry Christmas one and all.

-Steve





> On 24 Dec 2014, at 15:38, Mats Olsson <plan9.meo@gmail.com> wrote:
> 
> Thanks David!
> 
> Have to think a little about how to make this work. I have the sources
> uncompressed on an SD card connected to the Raspberry Pi and it comes
> up as /dev/sdU0.0 I think. But I don't know how to copy the sources
> from there to my home directory. If you have any idea I'm all ears.
> Otherwise I might try to use hget. Thanks again!
> 
> Kind Greetings,
> Mats
> 
> 2014-12-24 15:01 GMT, David du Colombier <0intro@gmail.com>:
>>> On Wed, Dec 24, 2014 at 3:53 PM, Mats Olsson <plan9.meo@gmail.com> wrote:
>>> OK, thanks for your input. Looking forward to it. I've tried to import
>>> the sources of Go and have failed. First I tried with "wget" a command
>>> that doesn't exist in Plan 9. Looking in bin I found "webfsget" tried
>>> it and the screen was filled with "runes". Deleted it and still I
>>> can't get the syntax right to get the Go sources to my home directory.
>>> If someone can give me a hint about how to get it right I would
>>> greatly appreciate that. Then I can try to figure out how to compile
>>> and set the environment right. Thanks again David!
>> 
>> The equivalent of wget is hget(1).
>> 
>> For example:
>> 
>> % hget -o /tmp/go.tar.gz
>> http://github.com/golang/go/archive/release-branch.go1.4.tar.gz
>> 
>> The setup of the Go environment on Plan 9 is the same as on Linux.
>> 
>> --
>> David du Colombier
>> 
>> 



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

* Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.
  2014-12-24 15:01     ` David du Colombier
@ 2014-12-24 15:38       ` Mats Olsson
  2014-12-24 17:22         ` Quintile
  0 siblings, 1 reply; 11+ messages in thread
From: Mats Olsson @ 2014-12-24 15:38 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Thanks David!

Have to think a little about how to make this work. I have the sources
uncompressed on an SD card connected to the Raspberry Pi and it comes
up as /dev/sdU0.0 I think. But I don't know how to copy the sources
from there to my home directory. If you have any idea I'm all ears.
Otherwise I might try to use hget. Thanks again!

Kind Greetings,
Mats

2014-12-24 15:01 GMT, David du Colombier <0intro@gmail.com>:
> On Wed, Dec 24, 2014 at 3:53 PM, Mats Olsson <plan9.meo@gmail.com> wrote:
>> OK, thanks for your input. Looking forward to it. I've tried to import
>> the sources of Go and have failed. First I tried with "wget" a command
>> that doesn't exist in Plan 9. Looking in bin I found "webfsget" tried
>> it and the screen was filled with "runes". Deleted it and still I
>> can't get the syntax right to get the Go sources to my home directory.
>> If someone can give me a hint about how to get it right I would
>> greatly appreciate that. Then I can try to figure out how to compile
>> and set the environment right. Thanks again David!
>
> The equivalent of wget is hget(1).
>
> For example:
>
> % hget -o /tmp/go.tar.gz
> http://github.com/golang/go/archive/release-branch.go1.4.tar.gz
>
> The setup of the Go environment on Plan 9 is the same as on Linux.
>
> --
> David du Colombier
>
>



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

* Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.
  2014-12-24 14:53   ` Mats Olsson
@ 2014-12-24 15:01     ` David du Colombier
  2014-12-24 15:38       ` Mats Olsson
  0 siblings, 1 reply; 11+ messages in thread
From: David du Colombier @ 2014-12-24 15:01 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Wed, Dec 24, 2014 at 3:53 PM, Mats Olsson <plan9.meo@gmail.com> wrote:
> OK, thanks for your input. Looking forward to it. I've tried to import
> the sources of Go and have failed. First I tried with "wget" a command
> that doesn't exist in Plan 9. Looking in bin I found "webfsget" tried
> it and the screen was filled with "runes". Deleted it and still I
> can't get the syntax right to get the Go sources to my home directory.
> If someone can give me a hint about how to get it right I would
> greatly appreciate that. Then I can try to figure out how to compile
> and set the environment right. Thanks again David!

The equivalent of wget is hget(1).

For example:

% hget -o /tmp/go.tar.gz
http://github.com/golang/go/archive/release-branch.go1.4.tar.gz

The setup of the Go environment on Plan 9 is the same as on Linux.

--
David du Colombier



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

* Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.
  2014-12-24 14:19 ` David du Colombier
@ 2014-12-24 14:53   ` Mats Olsson
  2014-12-24 15:01     ` David du Colombier
  0 siblings, 1 reply; 11+ messages in thread
From: Mats Olsson @ 2014-12-24 14:53 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

OK, thanks for your input. Looking forward to it. I've tried to import
the sources of Go and have failed. First I tried with "wget" a command
that doesn't exist in Plan 9. Looking in bin I found "webfsget" tried
it and the screen was filled with "runes". Deleted it and still I
can't get the syntax right to get the Go sources to my home directory.
If someone can give me a hint about how to get it right I would
greatly appreciate that. Then I can try to figure out how to compile
and set the environment right. Thanks again David!

Kind greetings,
Mats

2014-12-24 15:19 GMT+01:00, David du Colombier <0intro@gmail.com>:
> Go doesn't support Plan 9 on ARM yet.
>
> Anthony Martin is working on the plan9/arm port,
> and it might be available for the 1.5 release in July.
>
> --
> David du Colombier
>
>



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

* Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.
  2014-12-24 14:11 Mats Olsson
@ 2014-12-24 14:19 ` David du Colombier
  2014-12-24 14:53   ` Mats Olsson
  0 siblings, 1 reply; 11+ messages in thread
From: David du Colombier @ 2014-12-24 14:19 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Go doesn't support Plan 9 on ARM yet.

Anthony Martin is working on the plan9/arm port,
and it might be available for the 1.5 release in July.

--
David du Colombier



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

* [9fans] Installing Go in Plan 9 on the Raspberry Pi.
@ 2014-12-24 14:11 Mats Olsson
  2014-12-24 14:19 ` David du Colombier
  0 siblings, 1 reply; 11+ messages in thread
From: Mats Olsson @ 2014-12-24 14:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hi!

I'm running the Plan 9 from Bell Labs on a Raspberry Pi. It's the 9pi
ported to Raspberry Pi by Richard Miller. I've managed to install Go
on a Linux box but I would rather use Plan 9 OS since it's my
preference among operative systems. The problem is that it means that
I will have to compile Go from source code since there are no binaries
for ARM yet. I'm a little apprehensive to do that and therefore I
would like to have some advice on how to compile Go in Plan 9 and
setting the environment variable so the system is aware of the Go
laguage. Any help would be very appreciated.

Kind Regards,
Mats



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

end of thread, other threads:[~2014-12-25 17:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-24 17:36 [9fans] Installing Go in Plan 9 on the Raspberry Pi sl
2014-12-24 20:27 ` Mats Olsson
2014-12-24 23:20   ` Stanley Lieber
2014-12-25 13:22     ` Mats Olsson
2014-12-25 17:28       ` Bence Fábián
  -- strict thread matches above, loose matches on Subject: below --
2014-12-24 14:11 Mats Olsson
2014-12-24 14:19 ` David du Colombier
2014-12-24 14:53   ` Mats Olsson
2014-12-24 15:01     ` David du Colombier
2014-12-24 15:38       ` Mats Olsson
2014-12-24 17:22         ` Quintile

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