* [9fans] sam for Windows?
@ 2014-06-02 22:00 Rob Pike
2014-06-02 22:08 ` Steve Simon
0 siblings, 1 reply; 14+ messages in thread
From: Rob Pike @ 2014-06-02 22:00 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
Does anyone know of a version of sam for Windows that will run on
64-bit installations?
-rob
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-06-02 22:00 [9fans] sam for Windows? Rob Pike
@ 2014-06-02 22:08 ` Steve Simon
2014-06-02 22:56 ` Lee Fallat
2014-12-21 18:23 ` yy
0 siblings, 2 replies; 14+ messages in thread
From: Steve Simon @ 2014-06-02 22:08 UTC (permalink / raw)
To: 9fans
The short answer is no.
there is the pf9 package which would probably be the
best starting point.
https://bitbucket.org/knieriem/pf9
I have a similar but less complete toolkit myself, and I
still run 32 bit plan9 tools on windows.
-Steve
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-06-02 22:08 ` Steve Simon
@ 2014-06-02 22:56 ` Lee Fallat
2014-06-02 23:01 ` Rob Pike
2014-12-21 18:23 ` yy
1 sibling, 1 reply; 14+ messages in thread
From: Lee Fallat @ 2014-06-02 22:56 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
Does that old version of sam[1] not run on 64-bit Windows?
1: http://plan9.bell-labs.com/sources/extra/9pm051031.zip (the version I
ran awhile ago at my college that I think run 64-bit Windows...).
On Mon, Jun 2, 2014 at 6:08 PM, Steve Simon <steve@quintile.net> wrote:
> The short answer is no.
>
> there is the pf9 package which would probably be the
> best starting point.
>
> https://bitbucket.org/knieriem/pf9
>
> I have a similar but less complete toolkit myself, and I
> still run 32 bit plan9 tools on windows.
>
> -Steve
>
>
[-- Attachment #2: Type: text/html, Size: 1093 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-06-02 22:56 ` Lee Fallat
@ 2014-06-02 23:01 ` Rob Pike
2014-06-02 23:19 ` Lee Fallat
0 siblings, 1 reply; 14+ messages in thread
From: Rob Pike @ 2014-06-02 23:01 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
The old version of sam does not run on 64 bits, I am told.
-rob
On Mon, Jun 2, 2014 at 3:56 PM, Lee Fallat <ircsurfer33@gmail.com> wrote:
> Does that old version of sam[1] not run on 64-bit Windows?
>
> 1: http://plan9.bell-labs.com/sources/extra/9pm051031.zip (the version I ran
> awhile ago at my college that I think run 64-bit Windows...).
>
>
> On Mon, Jun 2, 2014 at 6:08 PM, Steve Simon <steve@quintile.net> wrote:
>>
>> The short answer is no.
>>
>> there is the pf9 package which would probably be the
>> best starting point.
>>
>> https://bitbucket.org/knieriem/pf9
>>
>> I have a similar but less complete toolkit myself, and I
>> still run 32 bit plan9 tools on windows.
>>
>> -Steve
>>
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-06-02 23:01 ` Rob Pike
@ 2014-06-02 23:19 ` Lee Fallat
2014-06-02 23:42 ` Rob Pike
2014-06-27 23:38 ` Russ Cox
0 siblings, 2 replies; 14+ messages in thread
From: Lee Fallat @ 2014-06-02 23:19 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
I just checked on a friend's laptop (AMD64 Windows install)- it works.
What doesn't work is this:
http://plan9.bell-labs.com/netlib/research/sam.exe
...because it is a 32-bit installer.
The link in my previous email though, contains a sam that does run! :)
Cheers,
Lee
On Mon, Jun 2, 2014 at 7:01 PM, Rob Pike <robpike@gmail.com> wrote:
> The old version of sam does not run on 64 bits, I am told.
>
> -rob
>
>
> On Mon, Jun 2, 2014 at 3:56 PM, Lee Fallat <ircsurfer33@gmail.com> wrote:
>> Does that old version of sam[1] not run on 64-bit Windows?
>>
>> 1: http://plan9.bell-labs.com/sources/extra/9pm051031.zip (the version I ran
>> awhile ago at my college that I think run 64-bit Windows...).
>>
>>
>> On Mon, Jun 2, 2014 at 6:08 PM, Steve Simon <steve@quintile.net> wrote:
>>>
>>> The short answer is no.
>>>
>>> there is the pf9 package which would probably be the
>>> best starting point.
>>>
>>> https://bitbucket.org/knieriem/pf9
>>>
>>> I have a similar but less complete toolkit myself, and I
>>> still run 32 bit plan9 tools on windows.
>>>
>>> -Steve
>>>
>>
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-06-02 23:19 ` Lee Fallat
@ 2014-06-02 23:42 ` Rob Pike
2014-06-27 23:38 ` Russ Cox
1 sibling, 0 replies; 14+ messages in thread
From: Rob Pike @ 2014-06-02 23:42 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
Great, thanks.
-rob
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-06-02 23:19 ` Lee Fallat
2014-06-02 23:42 ` Rob Pike
@ 2014-06-27 23:38 ` Russ Cox
2014-07-03 5:39 ` 6o205zd02
1 sibling, 1 reply; 14+ messages in thread
From: Russ Cox @ 2014-06-27 23:38 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
[-- Attachment #1: Type: text/plain, Size: 805 bytes --]
On Mon, Jun 2, 2014 at 7:19 PM, Lee Fallat <ircsurfer33@gmail.com> wrote:
> I just checked on a friend's laptop (AMD64 Windows install)- it works.
> What doesn't work is this:
>
> http://plan9.bell-labs.com/netlib/research/sam.exe
>
> ...because it is a 32-bit installer.
>
> The link in my previous email though, contains a sam that does run! :)
>
I'm sure we have different systems, but on the 64-bit Windows machine I
have tried, neither the netlib sam nor the 9pm sam work. They crash
immediately on startup.
However, Steve Simon buried the lede in his reply:
https://bitbucket.org/knieriem/pf9/downloads has a working sam, acme,
plumber, etc in binary form. I just tested that sam and acme from there
both work on my fussy 64-bit Windows machine. And they're in color!
Russ
[-- Attachment #2: Type: text/html, Size: 1394 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-06-27 23:38 ` Russ Cox
@ 2014-07-03 5:39 ` 6o205zd02
2014-07-10 16:43 ` Russ Cox
0 siblings, 1 reply; 14+ messages in thread
From: 6o205zd02 @ 2014-07-03 5:39 UTC (permalink / raw)
To: 9fans
On 6/27/2014 4:38 PM, Russ Cox rsc-at-swtch.com |9fans| wrote:
> However, Steve Simon buried the lede in his reply:
> https://bitbucket.org/knieriem/pf9/downloads has a working sam, acme,
> plumber, etc in binary form. I just tested that sam and acme from
> there both work on my fussy 64-bit Windows machine. And they're in color!
>
Thanks Russ, This sounds great (given that haven't been able to
completely eliminate Windows from my life). Unfortunately, I can't seem
to figure out quite what I need to do to install and/or build it so that
acme works. The documentation at https://bitbucket.org/knieriem/pf9
confuses me, since it talks about running mk, but I can't find an mk
executable in any of the downloads.
Can you describe the steps you took to install/run it?
thanks,
Peter Canning
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-07-03 5:39 ` 6o205zd02
@ 2014-07-10 16:43 ` Russ Cox
2014-07-10 23:27 ` kokamoto
2014-07-18 23:13 ` 6o205zd02
0 siblings, 2 replies; 14+ messages in thread
From: Russ Cox @ 2014-07-10 16:43 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
[-- Attachment #1: Type: text/plain, Size: 968 bytes --]
On Thu, Jul 3, 2014 at 1:39 AM, <6o205zd02@sneakemail.com> wrote:
> On 6/27/2014 4:38 PM, Russ Cox rsc-at-swtch.com |9fans| wrote:
>
>> However, Steve Simon buried the lede in his reply: https://bitbucket.org/
>> knieriem/pf9/downloads has a working sam, acme, plumber, etc in binary
>> form. I just tested that sam and acme from there both work on my fussy
>> 64-bit Windows machine. And they're in color!
>>
>> Thanks Russ, This sounds great (given that haven't been able to
> completely eliminate Windows from my life). Unfortunately, I can't seem to
> figure out quite what I need to do to install and/or build it so that acme
> works. The documentation at https://bitbucket.org/knieriem/pf9 confuses
> me, since it talks about running mk, but I can't find an mk executable in
> any of the downloads.
>
> Can you describe the steps you took to install/run it?
>
i just ran the binaries in the downloads. i haven't tried to build anything.
[-- Attachment #2: Type: text/html, Size: 1669 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-07-10 16:43 ` Russ Cox
@ 2014-07-10 23:27 ` kokamoto
2014-07-18 23:13 ` 6o205zd02
1 sibling, 0 replies; 14+ messages in thread
From: kokamoto @ 2014-07-10 23:27 UTC (permalink / raw)
To: 9fans
> On 6/27/2014 4:38 PM, Russ Cox rsc-at-swtch.com |9fans| wrote:
>
>> However, Steve Simon buried the lede in his reply: https://bitbucket.org/
>> knieriem/pf9/downloads has a working sam, acme, plumber, etc in binary
>> form. I just tested that sam and acme from there both work on my fussy
>> 64-bit Windows machine. And they're in color!
This version of sam doees not use utf8 in Japanese Windows 7.
I tried to read my utf8 encoded Japanese documents and failed.
Kenji
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-07-10 16:43 ` Russ Cox
2014-07-10 23:27 ` kokamoto
@ 2014-07-18 23:13 ` 6o205zd02
2014-08-27 23:25 ` Russ Cox
1 sibling, 1 reply; 14+ messages in thread
From: 6o205zd02 @ 2014-07-18 23:13 UTC (permalink / raw)
To: 9fans
[-- Attachment #1: Type: text/plain, Size: 1325 bytes --]
On 7/10/2014 9:43 AM, Russ Cox rsc-at-swtch.com |9fans| wrote:
> On Thu, Jul 3, 2014 at 1:39 AM, <6o205zd02@sneakemail.com
> <mailto:6o205zd02@sneakemail.com>> wrote:
>
> On 6/27/2014 4:38 PM, Russ Cox rsc-at-swtch.com
> <http://rsc-at-swtch.com> |9fans| wrote:
>
> However, Steve Simon buried the lede in his reply:
> https://bitbucket.org/knieriem/pf9/downloads has a working
> sam, acme, plumber, etc in binary form. I just tested that sam
> and acme from there both work on my fussy 64-bit Windows
> machine. And they're in color!
>
> Thanks Russ, This sounds great (given that haven't been able to
> completely eliminate Windows from my life). Unfortunately, I
> can't seem to figure out quite what I need to do to install and/or
> build it so that acme works. The documentation at
> https://bitbucket.org/knieriem/pf9 confuses me, since it talks
> about running mk, but I can't find an mk executable in any of the
> downloads.
>
> Can you describe the steps you took to install/run it?
>
>
> i just ran the binaries in the downloads. i haven't tried to build
> anything.
>
There are 5 downloads at https://bitbucket.org/knieriem/pf9/downloads.
Which one(s) did you use?
thanks,
Peter Canning
[-- Attachment #2: Type: text/html, Size: 3045 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-07-18 23:13 ` 6o205zd02
@ 2014-08-27 23:25 ` Russ Cox
0 siblings, 0 replies; 14+ messages in thread
From: Russ Cox @ 2014-08-27 23:25 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
On Fri, Jul 18, 2014 at 7:13 PM, <6o205zd02@sneakemail.com> wrote:
> There are 5 downloads at https://bitbucket.org/knieriem/pf9/downloads.
> Which one(s) did you use?
>
Sorry, I missed this mail when it came in. I used sam20110504 and pf9bin
and they both seemed fine.
Russ
[-- Attachment #2: Type: text/html, Size: 901 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-06-02 22:08 ` Steve Simon
2014-06-02 22:56 ` Lee Fallat
@ 2014-12-21 18:23 ` yy
2014-12-21 19:47 ` Skip Tavakkolian
1 sibling, 1 reply; 14+ messages in thread
From: yy @ 2014-12-21 18:23 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
On 3 June 2014 at 00:08, Steve Simon <steve@quintile.net> wrote:
> there is the pf9 package which would probably be the
> best starting point.
>
> https://bitbucket.org/knieriem/pf9
It looks like the repository is not there anymore. Does anybody keep a
copy of those binary files I could download? Thanks!
--
- yiyus || JGL .
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [9fans] sam for Windows?
2014-12-21 18:23 ` yy
@ 2014-12-21 19:47 ` Skip Tavakkolian
0 siblings, 0 replies; 14+ messages in thread
From: Skip Tavakkolian @ 2014-12-21 19:47 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
[-- Attachment #1: Type: text/plain, Size: 516 bytes --]
i've not tired it, but there's a copy here: https://bitbucket.org/mtrS/pf9
On Sun Dec 21 2014 at 10:24:16 AM yy <yiyu.jgl@gmail.com> wrote:
> On 3 June 2014 at 00:08, Steve Simon <steve@quintile.net> wrote:
> > there is the pf9 package which would probably be the
> > best starting point.
> >
> > https://bitbucket.org/knieriem/pf9
>
> It looks like the repository is not there anymore. Does anybody keep a
> copy of those binary files I could download? Thanks!
>
>
> --
> - yiyus || JGL .
>
>
[-- Attachment #2: Type: text/html, Size: 954 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2014-12-21 19:47 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-02 22:00 [9fans] sam for Windows? Rob Pike
2014-06-02 22:08 ` Steve Simon
2014-06-02 22:56 ` Lee Fallat
2014-06-02 23:01 ` Rob Pike
2014-06-02 23:19 ` Lee Fallat
2014-06-02 23:42 ` Rob Pike
2014-06-27 23:38 ` Russ Cox
2014-07-03 5:39 ` 6o205zd02
2014-07-10 16:43 ` Russ Cox
2014-07-10 23:27 ` kokamoto
2014-07-18 23:13 ` 6o205zd02
2014-08-27 23:25 ` Russ Cox
2014-12-21 18:23 ` yy
2014-12-21 19:47 ` 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).