Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Conor Williams
cc -O tclAppInit.o -L/usr/glenda/tcl8.6.10/unix -ltcl8.6 libtclstub8.6.a -o tclsh IPv6AddressNeedsNumericRendering: IN6_IS_ADDR_V4MAPPED is undefined fake_getaddrinfo: inet_aton is undefined cc: 8l: 8l 7431: error *** Error code 1 Stop. On Mon, Jun 22, 2020 at 1:53 AM wrote: > > the l

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread ori
> the linker is looking for libinet.a > i dont have it on my virtual box von oracle...! > There's probably a bogus '#pragma lib' in there; take a look at /sys/doc/compiler.ps for some docs on how that works. -- 9fans: 9fans Permalink: https://9fans.topic

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Conor Williams
the linker is looking for libinet.a i dont have it on my virtual box von oracle...! thanks Ori Regards /C -- cc -O tclAppInit.o -L/usr/glenda/tcl8.6.10/unix -ltcl8.6 libtclstub8.6.a -linet -o tclsh cc : cannot find library for -l TcpCloseProc: fake_freeaddrinfo is undefin

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread ori
> it looks look that some of the last errors are > to do with new errors not being defined I'm guessing you're not on 9front -- you're probably going to need to backport some stuff. > SO_REUSEADDR 9front has it in /sys/include/ape/sys/socket.h:43, doesn't seem to have any associ

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Conor Williams
it looks look that some of the last errors are to do with new errors not being defined in errno.h ECONNRESET SO_REUSEADDR EWOULDBLOCK On Mon, Jun 22, 2020 at 12:27 AM Conor Williams wrote: > > -- Forwarded message - > From: Conor Williams > Date: Mon, Jun 22, 2020 at 12:27 AM

Fwd: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Conor Williams
-- Forwarded message - From: Conor Williams Date: Mon, Jun 22, 2020 at 12:27 AM Subject: Re: [9fans] Tcl 8.7a3 port to Plan 9 To: ok... strange i found it in that rfc file that we didnt like... i pasted it in and now have it compiling.. so im down to one file... tclUnixSock.c

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread ori
> i cannot find the definition of "struct addrinfo" anywhere... > > on freebsd it is in netdb.h > > I have it in /sys/include/ape/netdb.h -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tb1516a0ceb94f23b-M95a943c965c0c3a12e169740 Del

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Conor Williams
i cannot find the definition of "struct addrinfo" anywhere... on freebsd it is in netdb.h On Sun, Jun 21, 2020 at 10:24 PM Conor Williams wrote: > ok... > here are the errors on the two (unfortunately > one compiles on yours) > and i deleted TCL_HAVE_THREADS from > the list of cc defines as i

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Conor Williams
ok... here are the errors on the two (unfortunately one compiles on yours) and i deleted TCL_HAVE_THREADS from the list of cc defines as it broke 2 others ( and didnt fix these two) (tclUnixSock.c, tclIOSock.c) /C ps. addrinfo is mentioned in the configure script and writes to tclConfig.h.in a

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Conor Williams
ok... down to two files.. it may be the posix threads... leave it with me and i will post soon if i can't get ti. thanks Ori On Sun, Jun 21, 2020 at 8:50 PM wrote: > > great... > > > > Hopefully that's enough to get you past the hurdles for the > other files :) > > If not, post a mkfile so that

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread ori
> great... > Hopefully that's enough to get you past the hurdles for the other files :) If not, post a mkfile so that I don't have to hand-edit the command lines for each compilation, at least. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/group

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Conor Williams
great... On Sun, Jun 21, 2020 at 8:45 PM Conor Williams wrote: > great... i will apply those and repaste > > On Sun, Jun 21, 2020 at 8:34 PM wrote: > >> > ok... attached are the compiler listings... >> >> First off, let's keep this on the list so that anyone can help out. >> >> > i have made ve

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread ori
> ok... attached are the compiler listings... First off, let's keep this on the list so that anyone can help out, follow progress, or learn. (retrying, typoed the address before) > i have made very few changes to the code so > no diff yet... > - > # f

Re: [9fans] Early Plan 9 Grid with Serial Killer Theme

2020-06-21 Thread Thaddeus Woskowiak
On Sun, Jun 21, 2020, 11:28 AM David Boswell wrote: > I recall a public VMS cluster with the theme and hostnames you mention. > > https://deathrow.vistech.net/410.html > > On Sun, Jun 21, 2020 at 9:13 AM Thaddeus Woskowiak > wrote: > > > > Somewhere between 15-20 years ago I remember an early pu

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread ori
> hi 9Fans > > I'm porting the latest Tcl to Plan 9. Any help greatly appreciated. It's hard to help if you don't post the code or the specific errors. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te76ab77b2e389ee5-M43a02c64f35b85d0

Re: [9fans] Early Plan 9 Grid with Serial Killer Theme

2020-06-21 Thread David Boswell
I recall a public VMS cluster with the theme and hostnames you mention. https://deathrow.vistech.net/410.html On Sun, Jun 21, 2020 at 9:13 AM Thaddeus Woskowiak wrote: > > Somewhere between 15-20 years ago I remember an early public grid of > plan 9 machines which amusingly featured hostnames o

[9fans] Early Plan 9 Grid with Serial Killer Theme

2020-06-21 Thread Thaddeus Woskowiak
Somewhere between 15-20 years ago I remember an early public grid of plan 9 machines which amusingly featured hostnames of serial killers such as Dahmer and Bundy or whatever. There was also a gallery of failed attempts by script kiddies to use Linux and other Unix exploits on a plan 9 machine or t

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Conor Williams
ok, ty On Sun, Jun 21, 2020 at 1:55 PM Mat Kovach wrote: > TCL 8.6.10 is the latest release. 8.7 is an alpha release, with some > significant changes and is still a bit of a moving target, if memory serves > me right. > > The 8.6 version might be a better release tree to port. > > -- > Mat Kov

Re: [9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Mat Kovach
TCL 8.6.10 is the latest release. 8.7 is an alpha release, with some significant changes and is still a bit of a moving target, if memory serves me right. The 8.6 version might be a better release tree to port. -- Mat Kovach m...@mek.cc On Sun, Jun 21, 2020, at 06:27, Conor Williams wrote

[9fans] Tcl 8.7a3 port to Plan 9

2020-06-21 Thread Conor Williams
hi 9Fans I'm porting the latest Tcl to Plan 9. Any help greatly appreciated. I have it down to about 15 'c' files with bugs. See Ps. Kind Regards Conor (Williams) Ps: o. stat64 issue o. VOID for OP dot o. sizeof issue o. addrinfo issue o stat64 again... o. not a member issue o.VOID OP issue agai