From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 From: Phil Kulin Date: Fri, 20 Sep 2019 23:45:14 +0300 Message-ID: To: 9fans@9fans.net Content-Type: text/plain; charset="UTF-8" Subject: [9fans] building Alef language Topicbox-Message-UUID: 092fe5f4-eada-11e9-9d60-3106f5b1d025 I try to build Alef language latest 9front iso %9fs 9pio # I don't know why, but "tar x alef.tgz" command do nothing... %tarfs /n/sources/extra/alef.tgz %dircp /n/tapefs/sys /sys % cd /sys/src/alef % mk all mk $objtype.all @{cd v; mk all } @{cd k; mk all } @{cd 8; mk all } @{cd lib; mk all } yacc -d ../port/parl.y conflicts: 2 shift/reduce mv y.tab.h ../port/y.tab.h 8c -w -I../port cinit.c 8c -w -I../port code.c machdep.h:329 ../port/parl.h:332 cinit.c:6 syntax error, last name: Fconv mk: 8c -w -I../port cinit.c : exit status=rc 40921: 8c 40925: error machdep.h:329 ../port/parl.h:332 code.c:6 syntax error, last name: Fconv mk: @{cd v; mk ... : exit status=rc 40909: rc 40911: mk 40912: error mk: mk $objtype.all : exit status=rc 40906: mk 40908: error % I think that problem in "Fconv" definition... -- Non nobis Domine non nobis sed Nomini Tuo da gloriam Phil Kulin From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?Q?Rodrigo_G=2E_L=C3=B3pez?= Date: Fri, 20 Sep 2019 23:05:06 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="000000000000dbf4b50593026d07" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0936ebb0-eada-11e9-9d60-3106f5b1d025 --000000000000dbf4b50593026d07 Content-Type: text/plain; charset="UTF-8" somebody please summon The BurnZeZ. -rodri On Fri, Sep 20, 2019, 10:46 PM Phil Kulin wrote: > I try to build Alef language > latest 9front iso > > %9fs 9pio > # I don't know why, but "tar x alef.tgz" command do nothing... > %tarfs /n/sources/extra/alef.tgz > %dircp /n/tapefs/sys /sys > % cd /sys/src/alef > % mk all > mk $objtype.all > @{cd v; mk all } > @{cd k; mk all } > @{cd 8; mk all } > @{cd lib; mk all } > yacc -d ../port/parl.y > > conflicts: 2 shift/reduce > mv y.tab.h ../port/y.tab.h > 8c -w -I../port cinit.c > 8c -w -I../port code.c > machdep.h:329 ../port/parl.h:332 cinit.c:6 syntax error, last name: Fconv > mk: 8c -w -I../port cinit.c : exit status=rc 40921: 8c 40925: error > machdep.h:329 ../port/parl.h:332 code.c:6 syntax error, last name: Fconv > mk: @{cd v; mk ... : exit status=rc 40909: rc 40911: mk 40912: error > mk: mk $objtype.all : exit status=rc 40906: mk 40908: error > % > > I think that problem in "Fconv" definition... > > -- > Non nobis Domine non nobis sed Nomini Tuo da gloriam > Phil Kulin > > --000000000000dbf4b50593026d07 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
somebody please summon The BurnZeZ.

=

-rodri

<= div class=3D"gmail_quote">
On Fri, Sep= 20, 2019, 10:46 PM Phil Kulin <scho= rs@gmail.com> wrote:
I try t= o build Alef language
latest 9front iso

%9fs 9pio
# I don't know why, but "tar x alef.tgz" command do nothing..= .
%tarfs /n/sources/extra/alef.tgz
%dircp /n/tapefs/sys /sys
% cd /sys/src/alef
% mk all
mk $objtype.all
@{cd v; mk all }
@{cd k; mk all }
@{cd 8; mk all }
@{cd lib; mk all }
yacc -d ../port/parl.y

conflicts: 2 shift/reduce
mv y.tab.h ../port/y.tab.h
8c -w -I../port cinit.c
8c -w -I../port code.c
machdep.h:329 ../port/parl.h:332 cinit.c:6 syntax error, last name: Fconv mk: 8c -w -I../port cinit.c=C2=A0 : exit status=3Drc 40921: 8c 40925: error=
machdep.h:329 ../port/parl.h:332 code.c:6 syntax error, last name: Fconv mk: @{cd v; mk ...=C2=A0 : exit status=3Drc 40909: rc 40911: mk 40912: erro= r
mk: mk $objtype.all=C2=A0 : exit status=3Drc 40906: mk 40908: error
%

I think that problem in "Fconv" definition...

--
Non nobis Domine non nobis sed Nomini Tuo da gloriam
Phil Kulin

--000000000000dbf4b50593026d07-- From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>, =?UTF-8?Q?Rodrigo_G=2e_L=c3=b3pez?= References: From: Sean Hinchee Message-ID: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> Date: Fri, 20 Sep 2019 19:40:18 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 09452388-eada-11e9-9d60-3106f5b1d025 As rodri states BurnZeZ has a copy of Alef he got building and kind of=20 running under 9front/386. I kind of got the same thing at one point, but=20 his is way better :) I know a snapshot of it is on mycroftiv's public grid around=20 /n/griddisk/burnzez I don't know if he has a public version-controlled copy. Cheers, Sean On 9/20/19 2:05 PM, Rodrigo G. L=C3=B3pez wrote: > somebody please summon The BurnZeZ. >=20 >=20 > -rodri >=20 > On Fri, Sep 20, 2019, 10:46 PM Phil Kulin > wrote: >=20 > I try to build Alef language > latest 9front iso >=20 > %9fs 9pio > # I don't know why, but "tar x alef.tgz" command do nothing... > %tarfs /n/sources/extra/alef.tgz > %dircp /n/tapefs/sys /sys > % cd /sys/src/alef > % mk all > mk $objtype.all > @{cd v; mk all } > @{cd k; mk all } > @{cd 8; mk all } > @{cd lib; mk all } > yacc -d ../port/parl.y >=20 > conflicts: 2 shift/reduce > mv y.tab.h ../port/y.tab.h > 8c -w -I../port cinit.c > 8c -w -I../port code.c > machdep.h:329 ../port/parl.h:332 cinit.c:6 syntax error, last name: > Fconv > mk: 8c -w -I../port cinit.c=C2=A0 : exit status=3Drc 40921: 8c 4092= 5: error > machdep.h:329 ../port/parl.h:332 code.c:6 syntax error, last name: = Fconv > mk: @{cd v; mk ...=C2=A0 : exit status=3Drc 40909: rc 40911: mk 409= 12: error > mk: mk $objtype.all=C2=A0 : exit status=3Drc 40906: mk 40908: error > % >=20 > I think that problem in "Fconv" definition... >=20 > --=20 > Non nobis Domine non nobis sed Nomini Tuo da gloriam > Phil Kulin >=20 From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> From: Lucio De Re Date: Sat, 21 Sep 2019 05:14:57 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0a3439d2-eada-11e9-9d60-3106f5b1d025 I have a version for legacy Plan 9, lightly tested, that I have not looked at in ages. Happy to haul it out, but I see little value in it. Go may have idiosyncrasies, but it is much more suited to modern architectures. That said, had Go not surfaced, I would have much preferred Alef to many other options. Don't forget the rationale for dropping Alef: support for the language, across many architectures and including many libraries would have been crippling. Both of those are now Go's strong suits. Lucio. PS: A tar archive may be on sources under "proxima" - it's been a long time. From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> From: hiro <23hiro@gmail.com> Date: Sat, 21 Sep 2019 14:33:20 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0a45dbce-eada-11e9-9d60-3106f5b1d025 good point, but is the attention that go gets now also crippling plan9? :) On 9/21/19, Lucio De Re wrote: > I have a version for legacy Plan 9, lightly tested, that I have not > looked at in ages. > > Happy to haul it out, but I see little value in it. Go may have > idiosyncrasies, but it is much more suited to modern architectures. > That said, had Go not surfaced, I would have much preferred Alef to > many other options. > > Don't forget the rationale for dropping Alef: support for the > language, across many architectures and including many libraries would > have been crippling. > > Both of those are now Go's strong suits. > > Lucio. > > PS: A tar archive may be on sources under "proxima" - it's been a long > time. > > From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> In-Reply-To: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> From: Phil Kulin Date: Sat, 21 Sep 2019 17:05:56 +0300 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0a4d6380-eada-11e9-9d60-3106f5b1d025 Thank you. I used this snapshot and I built alef. But I couldn't build tests. And can't build any alef program. I think, than linker can't find /$object/lib/alef path (386 in my case) On Sat, Sep 21, 2019 at 5:41 AM Sean Hinchee wrote: > > As rodri states BurnZeZ has a copy of Alef he got building and kind of > running under 9front/386. I kind of got the same thing at one point, but > his is way better :) > > I know a snapshot of it is on mycroftiv's public grid around > /n/griddisk/burnzez > > I don't know if he has a public version-controlled copy. > > Cheers, > Sean > > On 9/20/19 2:05 PM, Rodrigo G. L=C3=B3pez wrote: > > somebody please summon The BurnZeZ. > > > > > > -rodri > > > > On Fri, Sep 20, 2019, 10:46 PM Phil Kulin > > wrote: > > > > I try to build Alef language > > latest 9front iso > > > > %9fs 9pio > > # I don't know why, but "tar x alef.tgz" command do nothing... > > %tarfs /n/sources/extra/alef.tgz > > %dircp /n/tapefs/sys /sys > > % cd /sys/src/alef > > % mk all > > mk $objtype.all > > @{cd v; mk all } > > @{cd k; mk all } > > @{cd 8; mk all } > > @{cd lib; mk all } > > yacc -d ../port/parl.y > > > > conflicts: 2 shift/reduce > > mv y.tab.h ../port/y.tab.h > > 8c -w -I../port cinit.c > > 8c -w -I../port code.c > > machdep.h:329 ../port/parl.h:332 cinit.c:6 syntax error, last name: > > Fconv > > mk: 8c -w -I../port cinit.c : exit status=3Drc 40921: 8c 40925: er= ror > > machdep.h:329 ../port/parl.h:332 code.c:6 syntax error, last name: = Fconv > > mk: @{cd v; mk ... : exit status=3Drc 40909: rc 40911: mk 40912: e= rror > > mk: mk $objtype.all : exit status=3Drc 40906: mk 40908: error > > % > > > > I think that problem in "Fconv" definition... > > > > -- > > Non nobis Domine non nobis sed Nomini Tuo da gloriam > > Phil Kulin > > > --=20 Non nobis Domine non nobis sed Nomini Tuo da gloriam Phil Kulin From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> In-Reply-To: From: Phil Kulin Date: Sat, 21 Sep 2019 20:58:51 +0300 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0a625916-eada-11e9-9d60-3106f5b1d025 Problem probably in sys/src/alef/lib/rt/ near librt.8.a Build process passes with warning about file existing Manual command: ar vu /386/lib/alef/libA.a sys/src/alef/lib/386/*.8 reduces number of error messages when test builds There are only: ALEFassert: undefined: write ALEFassert: undefined: read On Sat, Sep 21, 2019 at 5:05 PM Phil Kulin wrote: > > Thank you. I used this snapshot and I built alef. But I couldn't build > tests. And can't build any alef program. > > I think, than linker can't find /$object/lib/alef path (386 in my case) > > On Sat, Sep 21, 2019 at 5:41 AM Sean Hinchee wrote= : > > > > As rodri states BurnZeZ has a copy of Alef he got building and kind of > > running under 9front/386. I kind of got the same thing at one point, bu= t > > his is way better :) > > > > I know a snapshot of it is on mycroftiv's public grid around > > /n/griddisk/burnzez > > > > I don't know if he has a public version-controlled copy. > > > > Cheers, > > Sean > > > > On 9/20/19 2:05 PM, Rodrigo G. L=C3=B3pez wrote: > > > somebody please summon The BurnZeZ. > > > > > > > > > -rodri > > > > > > On Fri, Sep 20, 2019, 10:46 PM Phil Kulin > > > wrote: > > > > > > I try to build Alef language > > > latest 9front iso > > > > > > %9fs 9pio > > > # I don't know why, but "tar x alef.tgz" command do nothing... > > > %tarfs /n/sources/extra/alef.tgz > > > %dircp /n/tapefs/sys /sys > > > % cd /sys/src/alef > > > % mk all > > > mk $objtype.all > > > @{cd v; mk all } > > > @{cd k; mk all } > > > @{cd 8; mk all } > > > @{cd lib; mk all } > > > yacc -d ../port/parl.y > > > > > > conflicts: 2 shift/reduce > > > mv y.tab.h ../port/y.tab.h > > > 8c -w -I../port cinit.c > > > 8c -w -I../port code.c > > > machdep.h:329 ../port/parl.h:332 cinit.c:6 syntax error, last nam= e: > > > Fconv > > > mk: 8c -w -I../port cinit.c : exit status=3Drc 40921: 8c 40925: = error > > > machdep.h:329 ../port/parl.h:332 code.c:6 syntax error, last name= : Fconv > > > mk: @{cd v; mk ... : exit status=3Drc 40909: rc 40911: mk 40912:= error > > > mk: mk $objtype.all : exit status=3Drc 40906: mk 40908: error > > > % > > > > > > I think that problem in "Fconv" definition... > > > > > > -- > > > Non nobis Domine non nobis sed Nomini Tuo da gloriam > > > Phil Kulin > > > > > > > > -- > Non nobis Domine non nobis sed Nomini Tuo da gloriam > Phil Kulin --=20 Non nobis Domine non nobis sed Nomini Tuo da gloriam Phil Kulin From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> In-Reply-To: From: Phil Kulin Date: Sat, 21 Sep 2019 23:45:11 +0300 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0a6970b6-eada-11e9-9d60-3106f5b1d025 Ok. 9front doesn't have write and read syscalls. I patched sys/src/alef/lib/sys/mkfile I translated _write to write and _read to read. Yes, dirty hack. But I don't understand pwrite and pread syscalls internals. ItT'S WORK!!! I'm worried I can't fix sys/src/alef/lib/rt/mkfile I patch libA.a manually every time On Sat, Sep 21, 2019 at 8:58 PM Phil Kulin wrote: > > Problem probably in sys/src/alef/lib/rt/ near librt.8.a > Build process passes with warning about file existing > > Manual command: > ar vu /386/lib/alef/libA.a sys/src/alef/lib/386/*.8 > reduces number of error messages when test builds > > There are only: > ALEFassert: undefined: write > ALEFassert: undefined: read > > > On Sat, Sep 21, 2019 at 5:05 PM Phil Kulin wrote: > > > > Thank you. I used this snapshot and I built alef. But I couldn't build > > tests. And can't build any alef program. > > > > I think, than linker can't find /$object/lib/alef path (386 in my case) > > > > On Sat, Sep 21, 2019 at 5:41 AM Sean Hinchee wro= te: > > > > > > As rodri states BurnZeZ has a copy of Alef he got building and kind o= f > > > running under 9front/386. I kind of got the same thing at one point, = but > > > his is way better :) > > > > > > I know a snapshot of it is on mycroftiv's public grid around > > > /n/griddisk/burnzez > > > > > > I don't know if he has a public version-controlled copy. > > > > > > Cheers, > > > Sean > > > > > > On 9/20/19 2:05 PM, Rodrigo G. L=C3=B3pez wrote: > > > > somebody please summon The BurnZeZ. > > > > > > > > > > > > -rodri > > > > > > > > On Fri, Sep 20, 2019, 10:46 PM Phil Kulin > > > > wrote: > > > > > > > > I try to build Alef language > > > > latest 9front iso > > > > > > > > %9fs 9pio > > > > # I don't know why, but "tar x alef.tgz" command do nothing... > > > > %tarfs /n/sources/extra/alef.tgz > > > > %dircp /n/tapefs/sys /sys > > > > % cd /sys/src/alef > > > > % mk all > > > > mk $objtype.all > > > > @{cd v; mk all } > > > > @{cd k; mk all } > > > > @{cd 8; mk all } > > > > @{cd lib; mk all } > > > > yacc -d ../port/parl.y > > > > > > > > conflicts: 2 shift/reduce > > > > mv y.tab.h ../port/y.tab.h > > > > 8c -w -I../port cinit.c > > > > 8c -w -I../port code.c > > > > machdep.h:329 ../port/parl.h:332 cinit.c:6 syntax error, last n= ame: > > > > Fconv > > > > mk: 8c -w -I../port cinit.c : exit status=3Drc 40921: 8c 40925= : error > > > > machdep.h:329 ../port/parl.h:332 code.c:6 syntax error, last na= me: Fconv > > > > mk: @{cd v; mk ... : exit status=3Drc 40909: rc 40911: mk 4091= 2: error > > > > mk: mk $objtype.all : exit status=3Drc 40906: mk 40908: error > > > > % > > > > > > > > I think that problem in "Fconv" definition... > > > > > > > > -- > > > > Non nobis Domine non nobis sed Nomini Tuo da gloriam > > > > Phil Kulin > > > > > > > > > > > > > -- > > Non nobis Domine non nobis sed Nomini Tuo da gloriam > > Phil Kulin > > > > -- > Non nobis Domine non nobis sed Nomini Tuo da gloriam > Phil Kulin --=20 Non nobis Domine non nobis sed Nomini Tuo da gloriam Phil Kulin From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> In-Reply-To: From: =?UTF-8?Q?Rodrigo_G=2E_L=C3=B3pez?= Date: Sun, 22 Sep 2019 01:00:47 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="000000000000f63604059318281a" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0a70e986-eada-11e9-9d60-3106f5b1d025 --000000000000f63604059318281a Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable wth. they are the same plus an offset, which you can set to -1LL to replicate the behavior of read(2) (/sys/src/libc/9sys/read.c) -rodri On Sat, Sep 21, 2019, 10:45 PM Phil Kulin wrote: > Ok. 9front doesn't have write and read syscalls. I patched > sys/src/alef/lib/sys/mkfile I translated _write to write and _read to > read. Yes, dirty hack. But I don't understand pwrite and pread > syscalls internals. > > ItT'S WORK!!! > > I'm worried I can't fix sys/src/alef/lib/rt/mkfile > I patch libA.a manually every time > > On Sat, Sep 21, 2019 at 8:58 PM Phil Kulin wrote: > > > > Problem probably in sys/src/alef/lib/rt/ near librt.8.a > > Build process passes with warning about file existing > > > > Manual command: > > ar vu /386/lib/alef/libA.a sys/src/alef/lib/386/*.8 > > reduces number of error messages when test builds > > > > There are only: > > ALEFassert: undefined: write > > ALEFassert: undefined: read > > > > > > On Sat, Sep 21, 2019 at 5:05 PM Phil Kulin wrote: > > > > > > Thank you. I used this snapshot and I built alef. But I couldn't buil= d > > > tests. And can't build any alef program. > > > > > > I think, than linker can't find /$object/lib/alef path (386 in my cas= e) > > > > > > On Sat, Sep 21, 2019 at 5:41 AM Sean Hinchee > wrote: > > > > > > > > As rodri states BurnZeZ has a copy of Alef he got building and kind > of > > > > running under 9front/386. I kind of got the same thing at one point= , > but > > > > his is way better :) > > > > > > > > I know a snapshot of it is on mycroftiv's public grid around > > > > /n/griddisk/burnzez > > > > > > > > I don't know if he has a public version-controlled copy. > > > > > > > > Cheers, > > > > Sean > > > > > > > > On 9/20/19 2:05 PM, Rodrigo G. L=C3=B3pez wrote: > > > > > somebody please summon The BurnZeZ. > > > > > > > > > > > > > > > -rodri > > > > > > > > > > On Fri, Sep 20, 2019, 10:46 PM Phil Kulin > > > > > wrote: > > > > > > > > > > I try to build Alef language > > > > > latest 9front iso > > > > > > > > > > %9fs 9pio > > > > > # I don't know why, but "tar x alef.tgz" command do nothing..= . > > > > > %tarfs /n/sources/extra/alef.tgz > > > > > %dircp /n/tapefs/sys /sys > > > > > % cd /sys/src/alef > > > > > % mk all > > > > > mk $objtype.all > > > > > @{cd v; mk all } > > > > > @{cd k; mk all } > > > > > @{cd 8; mk all } > > > > > @{cd lib; mk all } > > > > > yacc -d ../port/parl.y > > > > > > > > > > conflicts: 2 shift/reduce > > > > > mv y.tab.h ../port/y.tab.h > > > > > 8c -w -I../port cinit.c > > > > > 8c -w -I../port code.c > > > > > machdep.h:329 ../port/parl.h:332 cinit.c:6 syntax error, last > name: > > > > > Fconv > > > > > mk: 8c -w -I../port cinit.c : exit status=3Drc 40921: 8c 409= 25: > error > > > > > machdep.h:329 ../port/parl.h:332 code.c:6 syntax error, last > name: Fconv > > > > > mk: @{cd v; mk ... : exit status=3Drc 40909: rc 40911: mk > 40912: error > > > > > mk: mk $objtype.all : exit status=3Drc 40906: mk 40908: erro= r > > > > > % > > > > > > > > > > I think that problem in "Fconv" definition... > > > > > > > > > > -- > > > > > Non nobis Domine non nobis sed Nomini Tuo da gloriam > > > > > Phil Kulin > > > > > > > > > > > > > > > > > > -- > > > Non nobis Domine non nobis sed Nomini Tuo da gloriam > > > Phil Kulin > > > > > > > > -- > > Non nobis Domine non nobis sed Nomini Tuo da gloriam > > Phil Kulin > > > > -- > Non nobis Domine non nobis sed Nomini Tuo da gloriam > Phil Kulin > --000000000000f63604059318281a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
wth. they are the same plus an offset, which you can= set to -1LL to replicate the behavior of read(2) (/sys/src/libc/9sys/read.= c)


-rodri

On Sat, Sep 21, 2019, 10:45 PM = Phil Kulin <schors@gmail.com> wrote:
Ok. 9front doesn't have write and read syscalls. I patched sys/src/alef/lib/sys/mkfile I translated _write to write and _read to
read. Yes, dirty hack. But I don't understand pwrite and pread
syscalls internals.

ItT'S WORK!!!

I'm worried I can't fix sys/src/alef/lib/rt/mkfile
I patch libA.a manually every time

On Sat, Sep 21, 2019 at 8:58 PM Phil Kulin <schors@gmail.com> wrote:
>
> Problem probably in sys/src/alef/lib/rt/ near librt.8.a
> Build process passes with warning about file existing
>
> Manual command:
> ar vu /386/lib/alef/libA.a sys/src/alef/lib/386/*.8
> reduces number of error messages when test builds
>
> There are only:
> ALEFassert: undefined: write
> ALEFassert: undefined: read
>
>
> On Sat, Sep 21, 2019 at 5:05 PM Phil Kulin <
schors@gmail.c= om> wrote:
> >
> > Thank you. I used this snapshot and I built alef. But I couldn= 9;t build
> > tests. And can't build any alef program.
> >
> > I think, than linker can't find /$object/lib/alef path (386 i= n my case)
> >
> > On Sat, Sep 21, 2019 at 5:41 AM Sean Hinchee <hen= esy.dev@gmail.com> wrote:
> > >
> > > As rodri states BurnZeZ has a copy of Alef he got building a= nd kind of
> > > running under 9front/386. I kind of got the same thing at on= e point, but
> > > his is way better :)
> > >
> > > I know a snapshot of it is on mycroftiv's public grid ar= ound
> > > /n/griddisk/burnzez
> > >
> > > I don't know if he has a public version-controlled copy.=
> > >
> > > Cheers,
> > > Sean
> > >
> > > On 9/20/19 2:05 PM, Rodrigo G. L=C3=B3pez wrote:
> > > > somebody please summon The BurnZeZ.
> > > >
> > > >
> > > > -rodri
> > > >
> > > > On Fri, Sep 20, 2019, 10:46 PM Phil Kulin <schors@gmail.com
> > > > <mailto:schors@gmail.com>> wrote:=
> > > >
> > > >=C2=A0 =C2=A0 =C2=A0I try to build Alef language
> > > >=C2=A0 =C2=A0 =C2=A0latest 9front iso
> > > >
> > > >=C2=A0 =C2=A0 =C2=A0%9fs 9pio
> > > >=C2=A0 =C2=A0 =C2=A0# I don't know why, but "ta= r x alef.tgz" command do nothing...
> > > >=C2=A0 =C2=A0 =C2=A0%tarfs /n/sources/extra/alef.tgz
> > > >=C2=A0 =C2=A0 =C2=A0%dircp /n/tapefs/sys /sys
> > > >=C2=A0 =C2=A0 =C2=A0% cd /sys/src/alef
> > > >=C2=A0 =C2=A0 =C2=A0% mk all
> > > >=C2=A0 =C2=A0 =C2=A0mk $objtype.all
> > > >=C2=A0 =C2=A0 =C2=A0@{cd v; mk all }
> > > >=C2=A0 =C2=A0 =C2=A0@{cd k; mk all }
> > > >=C2=A0 =C2=A0 =C2=A0@{cd 8; mk all }
> > > >=C2=A0 =C2=A0 =C2=A0@{cd lib; mk all }
> > > >=C2=A0 =C2=A0 =C2=A0yacc -d ../port/parl.y
> > > >
> > > >=C2=A0 =C2=A0 =C2=A0conflicts: 2 shift/reduce
> > > >=C2=A0 =C2=A0 =C2=A0mv y.tab.h ../port/y.tab.h
> > > >=C2=A0 =C2=A0 =C2=A08c -w -I../port cinit.c
> > > >=C2=A0 =C2=A0 =C2=A08c -w -I../port code.c
> > > >=C2=A0 =C2=A0 =C2=A0machdep.h:329 ../port/parl.h:332 cin= it.c:6 syntax error, last name:
> > > >=C2=A0 =C2=A0 =C2=A0Fconv
> > > >=C2=A0 =C2=A0 =C2=A0mk: 8c -w -I../port cinit.c=C2=A0 : = exit status=3Drc 40921: 8c 40925: error
> > > >=C2=A0 =C2=A0 =C2=A0machdep.h:329 ../port/parl.h:332 cod= e.c:6 syntax error, last name: Fconv
> > > >=C2=A0 =C2=A0 =C2=A0mk: @{cd v; mk ...=C2=A0 : exit stat= us=3Drc 40909: rc 40911: mk 40912: error
> > > >=C2=A0 =C2=A0 =C2=A0mk: mk $objtype.all=C2=A0 : exit sta= tus=3Drc 40906: mk 40908: error
> > > >=C2=A0 =C2=A0 =C2=A0%
> > > >
> > > >=C2=A0 =C2=A0 =C2=A0I think that problem in "Fconv&= quot; definition...
> > > >
> > > >=C2=A0 =C2=A0 =C2=A0--
> > > >=C2=A0 =C2=A0 =C2=A0Non nobis Domine non nobis sed Nomin= i Tuo da gloriam
> > > >=C2=A0 =C2=A0 =C2=A0Phil Kulin
> > > >
> > >
> >
> >
> > --
> > Non nobis Domine non nobis sed Nomini Tuo da gloriam
> > Phil Kulin
>
>
>
> --
> Non nobis Domine non nobis sed Nomini Tuo da gloriam
> Phil Kulin



--
Non nobis Domine non nobis sed Nomini Tuo da gloriam
Phil Kulin
--000000000000f63604059318281a-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> In-Reply-To: From: Phil Kulin Date: Sun, 22 Sep 2019 10:08:24 +0300 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0a7ecb28-eada-11e9-9d60-3106f5b1d025 Yes. But this requires writing wrapper code as in /sys/src/libc/9sys/write.= c I have no reason to do this. But writing wrapper may be better On Sun, Sep 22, 2019 at 2:02 AM Rodrigo G. L=C3=B3pez wrote: > > wth. they are the same plus an offset, which you can set to -1LL to repli= cate the behavior of read(2) (/sys/src/libc/9sys/read.c) > > > -rodri > > On Sat, Sep 21, 2019, 10:45 PM Phil Kulin wrote: >> >> Ok. 9front doesn't have write and read syscalls. I patched >> sys/src/alef/lib/sys/mkfile I translated _write to write and _read to >> read. Yes, dirty hack. But I don't understand pwrite and pread >> syscalls internals. >> >> ItT'S WORK!!! >> >> I'm worried I can't fix sys/src/alef/lib/rt/mkfile >> I patch libA.a manually every time >> >> On Sat, Sep 21, 2019 at 8:58 PM Phil Kulin wrote: >> > >> > Problem probably in sys/src/alef/lib/rt/ near librt.8.a >> > Build process passes with warning about file existing >> > >> > Manual command: >> > ar vu /386/lib/alef/libA.a sys/src/alef/lib/386/*.8 >> > reduces number of error messages when test builds >> > >> > There are only: >> > ALEFassert: undefined: write >> > ALEFassert: undefined: read >> > >> > >> > On Sat, Sep 21, 2019 at 5:05 PM Phil Kulin wrote: >> > > >> > > Thank you. I used this snapshot and I built alef. But I couldn't bui= ld >> > > tests. And can't build any alef program. >> > > >> > > I think, than linker can't find /$object/lib/alef path (386 in my ca= se) >> > > >> > > On Sat, Sep 21, 2019 at 5:41 AM Sean Hinchee = wrote: >> > > > >> > > > As rodri states BurnZeZ has a copy of Alef he got building and kin= d of >> > > > running under 9front/386. I kind of got the same thing at one poin= t, but >> > > > his is way better :) >> > > > >> > > > I know a snapshot of it is on mycroftiv's public grid around >> > > > /n/griddisk/burnzez >> > > > >> > > > I don't know if he has a public version-controlled copy. >> > > > >> > > > Cheers, >> > > > Sean >> > > > >> > > > On 9/20/19 2:05 PM, Rodrigo G. L=C3=B3pez wrote: >> > > > > somebody please summon The BurnZeZ. >> > > > > >> > > > > >> > > > > -rodri >> > > > > >> > > > > On Fri, Sep 20, 2019, 10:46 PM Phil Kulin > > > > > > wrote: >> > > > > >> > > > > I try to build Alef language >> > > > > latest 9front iso >> > > > > >> > > > > %9fs 9pio >> > > > > # I don't know why, but "tar x alef.tgz" command do nothing.= .. >> > > > > %tarfs /n/sources/extra/alef.tgz >> > > > > %dircp /n/tapefs/sys /sys >> > > > > % cd /sys/src/alef >> > > > > % mk all >> > > > > mk $objtype.all >> > > > > @{cd v; mk all } >> > > > > @{cd k; mk all } >> > > > > @{cd 8; mk all } >> > > > > @{cd lib; mk all } >> > > > > yacc -d ../port/parl.y >> > > > > >> > > > > conflicts: 2 shift/reduce >> > > > > mv y.tab.h ../port/y.tab.h >> > > > > 8c -w -I../port cinit.c >> > > > > 8c -w -I../port code.c >> > > > > machdep.h:329 ../port/parl.h:332 cinit.c:6 syntax error, las= t name: >> > > > > Fconv >> > > > > mk: 8c -w -I../port cinit.c : exit status=3Drc 40921: 8c 40= 925: error >> > > > > machdep.h:329 ../port/parl.h:332 code.c:6 syntax error, last= name: Fconv >> > > > > mk: @{cd v; mk ... : exit status=3Drc 40909: rc 40911: mk 4= 0912: error >> > > > > mk: mk $objtype.all : exit status=3Drc 40906: mk 40908: err= or >> > > > > % >> > > > > >> > > > > I think that problem in "Fconv" definition... >> > > > > >> > > > > -- >> > > > > Non nobis Domine non nobis sed Nomini Tuo da gloriam >> > > > > Phil Kulin >> > > > > >> > > > >> > > >> > > >> > > -- >> > > Non nobis Domine non nobis sed Nomini Tuo da gloriam >> > > Phil Kulin >> > >> > >> > >> > -- >> > Non nobis Domine non nobis sed Nomini Tuo da gloriam >> > Phil Kulin >> >> >> >> -- >> Non nobis Domine non nobis sed Nomini Tuo da gloriam >> Phil Kulin --=20 Non nobis Domine non nobis sed Nomini Tuo da gloriam Phil Kulin From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> In-Reply-To: From: Phil Kulin Date: Sun, 22 Sep 2019 10:46:25 +0300 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0a8b8bc4-eada-11e9-9d60-3106f5b1d025 You right. I am preparing slides for my report on upcoming GolangConf-2019 in Moscow. I need Alef, libthread and Limbo for explaining some golang features. On Sat, Sep 21, 2019 at 6:16 AM Lucio De Re wrote: > > I have a version for legacy Plan 9, lightly tested, that I have not > looked at in ages. > > Happy to haul it out, but I see little value in it. Go may have > idiosyncrasies, but it is much more suited to modern architectures. > That said, had Go not surfaced, I would have much preferred Alef to > many other options. > > Don't forget the rationale for dropping Alef: support for the > language, across many architectures and including many libraries would > have been crippling. > > Both of those are now Go's strong suits. > > Lucio. > > PS: A tar archive may be on sources under "proxima" - it's been a long time. > -- Non nobis Domine non nobis sed Nomini Tuo da gloriam Phil Kulin From mboxrd@z Thu Jan 1 00:00:00 1970 User-Agent: Cyrus-JMAP/3.1.7-238-g170a812-fmstable-20190913v1 Mime-Version: 1.0 Message-Id: In-Reply-To: References: Date: Sun, 22 Sep 2019 10:27:39 +0100 From: "Ethan Gardener" To: 9fans@9fans.net Content-Type: text/plain Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0aa71600-eada-11e9-9d60-3106f5b1d025 On Fri, Sep 20, 2019, at 9:45 PM, Phil Kulin wrote: > > # I don't know why, but "tar x alef.tgz" command do nothing... You requested to extract a file named alef.tgz from a tar stream on standard input. ;) You need the f option to specify a tar file. From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: In-Reply-To: From: Phil Kulin Date: Sun, 22 Sep 2019 12:33:13 +0300 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0ab851d6-eada-11e9-9d60-3106f5b1d025 Oooops :)) Thank you :) On Sun, Sep 22, 2019 at 12:29 PM Ethan Gardener wrote: > > On Fri, Sep 20, 2019, at 9:45 PM, Phil Kulin wrote: > > > > # I don't know why, but "tar x alef.tgz" command do nothing... > > You requested to extract a file named alef.tgz from a tar stream on standard input. ;) You need the f option to specify a tar file. > -- Non nobis Domine non nobis sed Nomini Tuo da gloriam Phil Kulin From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> In-Reply-To: From: =?UTF-8?Q?Rodrigo_G=2E_L=C3=B3pez?= Date: Sun, 22 Sep 2019 11:38:33 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="000000000000da5c0e0593211160" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0abe6788-eada-11e9-9d60-3106f5b1d025 --000000000000da5c0e0593211160 Content-Type: text/plain; charset="UTF-8" so you need them running in order to execute them publicly, in front of the go masses. On Sun, Sep 22, 2019, 9:48 AM Phil Kulin wrote: > You right. I am preparing slides for my report on upcoming > GolangConf-2019 in Moscow. I need Alef, libthread and Limbo for > explaining some golang features. > > On Sat, Sep 21, 2019 at 6:16 AM Lucio De Re wrote: > > > > I have a version for legacy Plan 9, lightly tested, that I have not > > looked at in ages. > > > > Happy to haul it out, but I see little value in it. Go may have > > idiosyncrasies, but it is much more suited to modern architectures. > > That said, had Go not surfaced, I would have much preferred Alef to > > many other options. > > > > Don't forget the rationale for dropping Alef: support for the > > language, across many architectures and including many libraries would > > have been crippling. > > > > Both of those are now Go's strong suits. > > > > Lucio. > > > > PS: A tar archive may be on sources under "proxima" - it's been a long > time. > > > > > -- > Non nobis Domine non nobis sed Nomini Tuo da gloriam > Phil Kulin > > --000000000000da5c0e0593211160 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
so you need them running in order to execute them pu= blicly, in front of the go masses.

On Sun, Sep 22, 2019, 9:48 AM Phil Kulin &l= t;schors@gmail.com> wrote:
You right. I am preparing slides for my = report on upcoming
GolangConf-2019 in Moscow. I need Alef, libthread and Limbo for
explaining some golang features.

On Sat, Sep 21, 2019 at 6:16 AM Lucio De Re <lucio.dere@gmail.com&= gt; wrote:
>
> I have a version for legacy Plan 9, lightly tested, that I have not > looked at in ages.
>
> Happy to haul it out, but I see little value in it. Go may have
> idiosyncrasies, but it is much more suited to modern architectures. > That said, had Go not surfaced, I would have much preferred Alef to > many other options.
>
> Don't forget the rationale for dropping Alef: support for the
> language, across many architectures and including many libraries would=
> have been crippling.
>
> Both of those are now Go's strong suits.
>
> Lucio.
>
> PS: A tar archive may be on sources under "proxima" - it'= ;s been a long time.
>


--
Non nobis Domine non nobis sed Nomini Tuo da gloriam
Phil Kulin

--000000000000da5c0e0593211160-- From mboxrd@z Thu Jan 1 00:00:00 1970 User-Agent: Cyrus-JMAP/3.1.7-238-g170a812-fmstable-20190913v1 Mime-Version: 1.0 Message-Id: <3503a95e-e57b-42e5-b465-c0353f200ff1@www.fastmail.com> In-Reply-To: References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> Date: Sun, 22 Sep 2019 10:44:27 +0100 From: "Ethan Gardener" To: 9fans@9fans.net Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 0ad1d084-eada-11e9-9d60-3106f5b1d025 On Sun, Sep 22, 2019, at 10:38 AM, Rodrigo G. L=C3=B3pez wrote: > so you need them running in order to execute them publicly, in front o= f the go masses. I don't think it's quite that bad. (But maybe it is! XD ) From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>, Phil Kulin References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> From: Sean Hinchee Message-ID: <8325b375-3363-8d16-4ff0-1f8426c61f19@gmail.com> Date: Sun, 22 Sep 2019 18:01:30 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 77fd01da-ec36-11e9-914b-36aef4b1d025 You could also just run 2e in a VM and show it off there :) 2e can be coaxed into running under virtualbox, even. Cheers, Sean On 9/22/19 12:46 AM, Phil Kulin wrote: > You right. I am preparing slides for my report on upcoming > GolangConf-2019 in Moscow. I need Alef, libthread and Limbo for > explaining some golang features. > > On Sat, Sep 21, 2019 at 6:16 AM Lucio De Re wrote: >> >> I have a version for legacy Plan 9, lightly tested, that I have not >> looked at in ages. >> >> Happy to haul it out, but I see little value in it. Go may have >> idiosyncrasies, but it is much more suited to modern architectures. >> That said, had Go not surfaced, I would have much preferred Alef to >> many other options. >> >> Don't forget the rationale for dropping Alef: support for the >> language, across many architectures and including many libraries would >> have been crippling. >> >> Both of those are now Go's strong suits. >> >> Lucio. >> >> PS: A tar archive may be on sources under "proxima" - it's been a long time. >> > > From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii From: Steve Simon Mime-Version: 1.0 (1.0) Date: Tue, 24 Sep 2019 10:53:29 +0100 Message-Id: <47D55257-12D0-4ABB-BD6E-2A9FF7484C4F@quintile.net> References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> <8325b375-3363-8d16-4ff0-1f8426c61f19@gmail.com> In-Reply-To: <8325b375-3363-8d16-4ff0-1f8426c61f19@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 781b2f8e-ec36-11e9-914b-36aef4b1d025 You need a license to run the 1st and 2nd ed. The 2nd ed books/cds (and thus the license) have not been printed for a long= time. the images may have leaked but i think we should still try to respect the te= rms of the license. -Steve > On 23 Sep 2019, at 2:01 am, Sean Hinchee wrote: >=20 > You could also just run 2e in a VM and show it off there :) >=20 > 2e can be coaxed into running under virtualbox, even. >=20 > Cheers, > Sean >=20 >> On 9/22/19 12:46 AM, Phil Kulin wrote: >> You right. I am preparing slides for my report on upcoming >> GolangConf-2019 in Moscow. I need Alef, libthread and Limbo for >> explaining some golang features. >>> On Sat, Sep 21, 2019 at 6:16 AM Lucio De Re wrote= : >>>=20 >>> I have a version for legacy Plan 9, lightly tested, that I have not >>> looked at in ages. >>>=20 >>> Happy to haul it out, but I see little value in it. Go may have >>> idiosyncrasies, but it is much more suited to modern architectures. >>> That said, had Go not surfaced, I would have much preferred Alef to >>> many other options. >>>=20 >>> Don't forget the rationale for dropping Alef: support for the >>> language, across many architectures and including many libraries would >>> have been crippling. >>>=20 >>> Both of those are now Go's strong suits. >>>=20 >>> Lucio. >>>=20 >>> PS: A tar archive may be on sources under "proxima" - it's been a long t= ime. >>>=20 From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <47D55257-12D0-4ABB-BD6E-2A9FF7484C4F@quintile.net> References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> <8325b375-3363-8d16-4ff0-1f8426c61f19@gmail.com> <47D55257-12D0-4ABB-BD6E-2A9FF7484C4F@quintile.net> From: hiro <23hiro@gmail.com> Date: Tue, 24 Sep 2019 13:25:27 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 782451ae-ec36-11e9-914b-36aef4b1d025 who is selling those licenses? From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> <8325b375-3363-8d16-4ff0-1f8426c61f19@gmail.com> <47D55257-12D0-4ABB-BD6E-2A9FF7484C4F@quintile.net> In-Reply-To: From: =?UTF-8?Q?Rodrigo_G=2E_L=C3=B3pez?= Date: Tue, 24 Sep 2019 13:56:16 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="000000000000136e8f05934b3a16" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 78296b26-ec36-11e9-914b-36aef4b1d025 --000000000000136e8f05934b3a16 Content-Type: text/plain; charset="UTF-8" i think both henesy and BurnZeZ ran 1st and 2nd Ed at some point. i'm not aware of any license requirement, but do they (Nokia) even care? On Tue, Sep 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote: > who is selling those licenses? > > --000000000000136e8f05934b3a16 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
i think both henesy and BurnZeZ ran 1st and 2nd Ed at som= e point.
i'm not aware of any license requirement, but= do they (Nokia) even care?

On Tue, Sep 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote:
<= blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px= #ccc solid;padding-left:1ex">who is selling those licenses?

--000000000000136e8f05934b3a16-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> <8325b375-3363-8d16-4ff0-1f8426c61f19@gmail.com> <47D55257-12D0-4ABB-BD6E-2A9FF7484C4F@quintile.net> In-Reply-To: From: Sergey Zhilkin Date: Wed, 25 Sep 2019 09:40:40 +0300 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="00000000000022bd8905935aefa3" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 782de944-ec36-11e9-914b-36aef4b1d025 --00000000000022bd8905935aefa3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 2nd Ed are still around http://9p.io/sources/contrib/steve/historic/2nd-edition/pcdist/README If it was putted on contrib sources - no one have concerns, i think. =D0=B2=D1=82, 24 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3. =D0=B2 14:57, Rodri= go G. L=C3=B3pez : > i think both henesy and BurnZeZ ran 1st and 2nd Ed at some point. > i'm not aware of any license requirement, but do they (Nokia) even care? > > On Tue, Sep 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote: > >> who is selling those licenses? >> >> --=20 =D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0=BF= =D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8 =D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 With best regards Zhilkin Sergey --00000000000022bd8905935aefa3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
2nd Ed are still around=C2=A0 http://9p.io/sources/contrib/steve/historic/2nd-edition/pcdist/READM= E=C2=A0
If it was putted=C2=A0on contrib sources - no one have conc= erns, i think.

=D0=B2=D1=82, 24 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3.= =D0=B2 14:57, Rodrigo G. L=C3=B3pez <rodrigosloop@gmail.com>:
i think both henesy and BurnZeZ r= an 1st and 2nd Ed at some point.
i'm not aware of any = license requirement, but do they (Nokia) even care?

On Tue, Sep 24, 20= 19, 1:26 PM hiro <= 23hiro@gmail.com> wrote:
who is selling those licenses?



--
=D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1= =88=D0=B8=D0=BC=D0=B8 =D0=BF=D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1= =8F=D0=BC=D0=B8
=D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80= =D0=B3=D0=B5=D0=B9
With best regards
Zhilkin Sergey
--00000000000022bd8905935aefa3-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Simon Content-Type: multipart/alternative; boundary=Apple-Mail-8905797D-71BB-4B18-89BC-39C8B3F3FBF2 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) Date: Wed, 25 Sep 2019 18:35:11 +0100 Message-Id: References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> <8325b375-3363-8d16-4ff0-1f8426c61f19@gmail.com> <47D55257-12D0-4ABB-BD6E-2A9FF7484C4F@quintile.net> In-Reply-To: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 7832d3aa-ec36-11e9-914b-36aef4b1d025 --Apple-Mail-8905797D-71BB-4B18-89BC-39C8B3F3FBF2 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > http://9p.io/sources/contrib/steve/historic/2nd-edition/pcdist/README=20 t =F0=9F=98=80 that was my stuff, but its only the documentation that was published, not the code. there was a single floppy demo which might be around. I do have a 2nd edition license but i would not release the code without sig= n-off from lucent, nokia, or whoever owns the code these days. bell-labs payed for the research work that produced plan9 and respect them (= and their licensing terms) fir doing so. -Steve > On 25 Sep 2019, at 7:40 am, Sergey Zhilkin wrote: >=20 > 2nd Ed are still around http://9p.io/sources/contrib/steve/historic/2nd-ed= ition/pcdist/README=20 > If it was putted on contrib sources - no one have concerns, i think. >=20 > =D0=B2=D1=82, 24 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3. =D0=B2 14:57, Rodr= igo G. L=C3=B3pez : >> i think both henesy and BurnZeZ ran 1st and 2nd Ed at some point. >> i'm not aware of any license requirement, but do they (Nokia) even care? >>=20 >>> On Tue, Sep 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote: >>> who is selling those licenses? >>>=20 >=20 >=20 > --=20 > =D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0=BF= =D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8 > =D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 > With best regards > Zhilkin Sergey --Apple-Mail-8905797D-71BB-4B18-89BC-39C8B3F3FBF2 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
=F0=9F=98=80

that was my stuff, but its only the documentation that w= as published,
not the code. there was a single floppy<= /div>
demo which might be around.

=
I do have a 2nd edition license but i would not relea= se the code without sign-off from lucent, nokia, or whoever owns the code th= ese days.

bell-labs payed f= or the research work that produced plan9 and respect them (and their licensi= ng terms) fir doing so.

-St= eve




On 25 Sep 2019, at 7:40 am, Sergey Zhilki= n <szhilkin@gmail.com> wrote= :

2nd Ed are still around http://9p.io/sources/contrib/steve/historic/2nd-edition/pcdist/READM= E 
=
If it was putted on contrib sour= ces - no one have concerns, i think.

=D0=B2=D1=82, 24 =D1=81=D0=B5=D0=BD= =D1=82. 2019 =D0=B3. =D0=B2 14:57, Rodrigo G. L=C3=B3pez <rodrigosloop@gmail.com>:
i think both henes= y and BurnZeZ ran 1st and 2nd Ed at some point.
i'm not awa= re of any license requirement, but do they (Nokia) even care?
On Tue, Se= p 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote:
who is selling those licenses?



--
=D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0= =B8=D0=BC=D0=B8 =D0=BF=D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC= =D0=B8
=D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5= =D0=B9
With best regards
Zhilkin Sergey
= --Apple-Mail-8905797D-71BB-4B18-89BC-39C8B3F3FBF2-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> <8325b375-3363-8d16-4ff0-1f8426c61f19@gmail.com> <47D55257-12D0-4ABB-BD6E-2A9FF7484C4F@quintile.net> In-Reply-To: From: Sergey Zhilkin Date: Tue, 8 Oct 2019 18:06:53 +0300 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="0000000000006baaf60594678518" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 788006fc-ec36-11e9-914b-36aef4b1d025 --0000000000006baaf60594678518 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Do not know anything about licensing, but found Plan 9 archive on archive.org :) https://archive.org/details/plan9archive This archive include all editions and iso's. =D1=81=D1=80, 25 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3. =D0=B2 20:36, Steve= Simon : > > http://9p.io/sources/contrib/steve/historic/2nd-edition/pcdist/README > > t > =F0=9F=98=80 > > that was my stuff, but its only the documentation that was published, > not the code. there was a single floppy > demo which might be around. > > I do have a 2nd edition license but i would not release the code without > sign-off from lucent, nokia, or whoever owns the code these days. > > bell-labs payed for the research work that produced plan9 and respect the= m > (and their licensing terms) fir doing so. > > -Steve > > > > > On 25 Sep 2019, at 7:40 am, Sergey Zhilkin wrote: > > 2nd Ed are still around > http://9p.io/sources/contrib/steve/historic/2nd-edition/pcdist/README > > If it was putted on contrib sources - no one have concerns, i think. > > =D0=B2=D1=82, 24 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3. =D0=B2 14:57, Rod= rigo G. L=C3=B3pez : > >> i think both henesy and BurnZeZ ran 1st and 2nd Ed at some point. >> i'm not aware of any license requirement, but do they (Nokia) even care? >> >> On Tue, Sep 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote: >> >>> who is selling those licenses? >>> >>> > > -- > =D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0= =BF=D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8 > =D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 > With best regards > Zhilkin Sergey > > --=20 =D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0=BF= =D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8 =D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 With best regards Zhilkin Sergey --0000000000006baaf60594678518 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Do not know anything about licensing, but found Plan 9 arc= hive on archive.org :)=C2=A0 https://archive.org/de= tails/plan9archive=C2=A0
This archive include all editions and iso&= #39;s.=C2=A0

=D1=81=D1=80, 25 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3. = =D0=B2 20:36, Steve Simon <steve@q= uintile.net>:

t
=F0=9F=98=80

that was my stuff, but its only the documentation that was published,=
not the code. there was a single floppy
demo which might be around.

I do have a 2nd edition license but i would not release the cod= e without sign-off from lucent, nokia, or whoever owns the code these days.=

bell-labs payed for the r= esearch work that produced plan9 and respect them (and their licensing term= s) fir doing so.

-Steve


<= br>

On 25 Sep 2019, at 7:40 am, Sergey Zhilkin &l= t;szhilkin@gmail.co= m> wrote:

If it was putted=C2=A0on contrib sources - = no one have concerns, i think.

=D0=B2=D1=82, 24 =D1=81=D0=B5=D0=BD=D1= =82. 2019 =D0=B3. =D0=B2 14:57, Rodrigo G. L=C3=B3pez <rodrigosloop@gmail.com>:<= br>
i think both henesy and BurnZeZ ran 1st and 2nd Ed at some point.
i'm not aware of any license requirement, but do they (Nokia)= even care?

On Tue, Sep 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote:
who is selling those lic= enses?



--
=D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0=BF= =D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8
=D0=96=D0= =B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
With be= st regards
Zhilkin Sergey


--
=D0=A1 =D0=BD=D0=B0=D0= =B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0=BF=D0=BE=D0=B6=D0=B5=D0= =BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8
=D0=96=D0=B8=D0=BB=D0=BA=D0=B8= =D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
With best regards
Zhilkin= Sergey
--0000000000006baaf60594678518-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> <8325b375-3363-8d16-4ff0-1f8426c61f19@gmail.com> <47D55257-12D0-4ABB-BD6E-2A9FF7484C4F@quintile.net> In-Reply-To: From: Phil Kulin Date: Tue, 8 Oct 2019 22:50:30 +0300 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="000000000000c5298e05946b7bdc" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 7884988e-ec36-11e9-914b-36aef4b1d025 --000000000000c5298e05946b7bdc Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable It's great! Is there a script somewhere that translate 8.3 names to normal UTF8 through _CONFORM.MAP? On Tue, Oct 8, 2019 at 6:09 PM Sergey Zhilkin wrote: > Do not know anything about licensing, but found Plan 9 archive on > archive.org :) https://archive.org/details/plan9archive > This archive include all editions and iso's. > > =D1=81=D1=80, 25 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3. =D0=B2 20:36, Ste= ve Simon : > >> >> http://9p.io/sources/contrib/steve/historic/2nd-edition/pcdist/README >> >> t >> =F0=9F=98=80 >> >> that was my stuff, but its only the documentation that was published, >> not the code. there was a single floppy >> demo which might be around. >> >> I do have a 2nd edition license but i would not release the code without >> sign-off from lucent, nokia, or whoever owns the code these days. >> >> bell-labs payed for the research work that produced plan9 and respect >> them (and their licensing terms) fir doing so. >> >> -Steve >> >> >> >> >> On 25 Sep 2019, at 7:40 am, Sergey Zhilkin wrote: >> >> 2nd Ed are still around >> http://9p.io/sources/contrib/steve/historic/2nd-edition/pcdist/README >> >> If it was putted on contrib sources - no one have concerns, i think. >> >> =D0=B2=D1=82, 24 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3. =D0=B2 14:57, Ro= drigo G. L=C3=B3pez : >> >>> i think both henesy and BurnZeZ ran 1st and 2nd Ed at some point. >>> i'm not aware of any license requirement, but do they (Nokia) even care= ? >>> >>> On Tue, Sep 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote: >>> >>>> who is selling those licenses? >>>> >>>> >> >> -- >> =D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0= =BF=D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8 >> =D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0= =B9 >> With best regards >> Zhilkin Sergey >> >> > > -- > =D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0= =BF=D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8 > =D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 > With best regards > Zhilkin Sergey > --=20 Non nobis Domine non nobis sed Nomini Tuo da gloriam Phil Kulin --000000000000c5298e05946b7bdc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
It's great! Is there a script somewhere that translate= 8.3 names to normal UTF8 through=C2=A0_CONFORM.MAP?

On Tue, Oct 8, 2019 at = 6:09 PM Sergey Zhilkin <szhilkin@g= mail.com> wrote:
Do not know anything about licensing, but found Pl= an 9 archive on archive.or= g :)=C2=A0 http= s://archive.org/details/plan9archive=C2=A0
This archive include all= editions and iso's.=C2=A0

=D1=81=D1=80, 25 =D1=81=D0=B5=D0=BD=D1= =82. 2019 =D0=B3. =D0=B2 20:36, Steve Simon <steve@quintile.net>:
that was my stuff, but its only t= he documentation that was published,
not the code. th= ere was a single floppy
demo which might be around.

I do have a 2nd edition lic= ense but i would not release the code without sign-off from lucent, nokia, = or whoever owns the code these days.

bell-labs payed for the research work that produced plan9 and re= spect them (and their licensing terms) fir doing so.
=
-Steve




On 25 Se= p 2019, at 7:40 am, Sergey Zhilkin <szhilkin@gmail.com> wrote:

If it was putted=C2=A0on contrib sources - = no one have concerns, i think.

=D0=B2=D1=82, 24 =D1=81=D0=B5=D0=BD=D1= =82. 2019 =D0=B3. =D0=B2 14:57, Rodrigo G. L=C3=B3pez <rodrigosloop@gmail.com>:<= br>
i think both henesy and BurnZeZ ran 1st and 2nd Ed at some point.
i'm not aware of any license requirement, but do they (Nokia)= even care?

On Tue, Sep 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote:
who is selling those lic= enses?



--
=D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0=BF= =D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8
=D0=96=D0= =B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
With be= st regards
Zhilkin Sergey


--
=D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88= =D0=B8=D0=BC=D0=B8 =D0=BF=D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F= =D0=BC=D0=B8
=D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0= =B3=D0=B5=D0=B9
With best regards
Zhilkin Sergey


--
Non nobis Domine non nobis sed Nomini Tuo da glo= riam
Phil Kulin
--000000000000c5298e05946b7bdc-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <8fe7f4f0-f6bc-2ba1-468f-517d27817259@gmail.com> <8325b375-3363-8d16-4ff0-1f8426c61f19@gmail.com> <47D55257-12D0-4ABB-BD6E-2A9FF7484C4F@quintile.net> In-Reply-To: From: Sergey Zhilkin Date: Tue, 8 Oct 2019 23:24:38 +0300 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="000000000000d4e2b405946bf51d" Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 78890cc0-ec36-11e9-914b-36aef4b1d025 --000000000000d4e2b405946bf51d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I think it was pip(8) =D0=B2=D1=82, 8 =D0=BE=D0=BA=D1=82. 2019 =D0=B3. =D0=B2 22:52, Phil Kulin <= schors@gmail.com>: > It's great! Is there a script somewhere that translate 8.3 names to norma= l > UTF8 through _CONFORM.MAP? > > On Tue, Oct 8, 2019 at 6:09 PM Sergey Zhilkin wrote: > >> Do not know anything about licensing, but found Plan 9 archive on >> archive.org :) https://archive.org/details/plan9archive >> This archive include all editions and iso's. >> >> =D1=81=D1=80, 25 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3. =D0=B2 20:36, St= eve Simon : >> >>> >>> http://9p.io/sources/contrib/steve/historic/2nd-edition/pcdist/README >>> >>> t >>> =F0=9F=98=80 >>> >>> that was my stuff, but its only the documentation that was published, >>> not the code. there was a single floppy >>> demo which might be around. >>> >>> I do have a 2nd edition license but i would not release the code withou= t >>> sign-off from lucent, nokia, or whoever owns the code these days. >>> >>> bell-labs payed for the research work that produced plan9 and respect >>> them (and their licensing terms) fir doing so. >>> >>> -Steve >>> >>> >>> >>> >>> On 25 Sep 2019, at 7:40 am, Sergey Zhilkin wrote: >>> >>> 2nd Ed are still around >>> http://9p.io/sources/contrib/steve/historic/2nd-edition/pcdist/README >>> >>> If it was putted on contrib sources - no one have concerns, i think. >>> >>> =D0=B2=D1=82, 24 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3. =D0=B2 14:57, R= odrigo G. L=C3=B3pez : >>> >>>> i think both henesy and BurnZeZ ran 1st and 2nd Ed at some point. >>>> i'm not aware of any license requirement, but do they (Nokia) even car= e? >>>> >>>> On Tue, Sep 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote: >>>> >>>>> who is selling those licenses? >>>>> >>>>> >>> >>> -- >>> =D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0= =BF=D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8 >>> =D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0= =B9 >>> With best regards >>> Zhilkin Sergey >>> >>> >> >> -- >> =D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0= =BF=D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8 >> =D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0= =B9 >> With best regards >> Zhilkin Sergey >> > > > -- > Non nobis Domine non nobis sed Nomini Tuo da gloriam > Phil Kulin > --=20 =D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0=BF= =D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8 =D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 With best regards Zhilkin Sergey --000000000000d4e2b405946bf51d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I think it was pip(8)

=
=D0=B2=D1=82, 8 =D0=BE=D0=BA=D1=82. 2= 019 =D0=B3. =D0=B2 22:52, Phil Kulin <schors@gmail.com>:
It's great! Is there a script somewhere th= at translate 8.3 names to normal UTF8 through=C2=A0_CONFORM.MAP?

<= div class=3D"gmail_quote">
On Tue, Oct= 8, 2019 at 6:09 PM Sergey Zhilkin <szhilkin@gmail.com> wrote:
Do not know anything= about licensing, but found Plan 9 archive on archive.org :)=C2=A0 http= s://archive.org/details/plan9archive=C2=A0
This archive include all= editions and iso's.=C2=A0

=D1=81=D1=80, 25 =D1=81=D0=B5=D0=BD=D1= =82. 2019 =D0=B3. =D0=B2 20:36, Steve Simon <steve@quintile.net>:
that was my stuff, but its only t= he documentation that was published,
not the code. th= ere was a single floppy
demo which might be around.

I do have a 2nd edition lic= ense but i would not release the code without sign-off from lucent, nokia, = or whoever owns the code these days.

bell-labs payed for the research work that produced plan9 and re= spect them (and their licensing terms) fir doing so.
=
-Steve




On 25 Se= p 2019, at 7:40 am, Sergey Zhilkin <szhilkin@gmail.com> wrote:

If it was putted=C2=A0on contrib sources - = no one have concerns, i think.

=D0=B2=D1=82, 24 =D1=81=D0=B5=D0=BD=D1= =82. 2019 =D0=B3. =D0=B2 14:57, Rodrigo G. L=C3=B3pez <rodrigosloop@gmail.com>:<= br>
i think both henesy and BurnZeZ ran 1st and 2nd Ed at some point.
i'm not aware of any license requirement, but do they (Nokia)= even care?

On Tue, Sep 24, 2019, 1:26 PM hiro <23hiro@gmail.com> wrote:
who is selling those lic= enses?



--
=D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BC=D0=B8 =D0=BF= =D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8
=D0=96=D0= =B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
With be= st regards
Zhilkin Sergey


--
=D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1=88= =D0=B8=D0=BC=D0=B8 =D0=BF=D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1=8F= =D0=BC=D0=B8
=D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80=D0= =B3=D0=B5=D0=B9
With best regards
Zhilkin Sergey


--
Non nobis Domine non nobis sed Nomini Tuo da gloriam
Phil Kulin


--
=D0=A1 =D0=BD=D0=B0=D0=B8=D0=BB=D1=83=D1=87=D1= =88=D0=B8=D0=BC=D0=B8 =D0=BF=D0=BE=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D1= =8F=D0=BC=D0=B8
=D0=96=D0=B8=D0=BB=D0=BA=D0=B8=D0=BD =D0=A1=D0=B5=D1=80= =D0=B3=D0=B5=D0=B9
With best regards
Zhilkin Sergey
--000000000000d4e2b405946bf51d-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6c8025be693c4e521afbff8b6f11dc88@quintile.net> From: "Steve Simon" Date: Tue, 8 Oct 2019 22:54:52 +0100 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] building Alef language Topicbox-Message-UUID: 788d9704-ec36-11e9-914b-36aef4b1d025 if you mount an iso containing a _CONFORM.MAP on plan9 with 9660srv it translates the filenames for you. -Steve