[LispM] BSD style socket interface?

Steven Nunez steven.nunez at illation.com.hk
Tue Dec 26 23:59:36 PST 2017


The original poster, me, is using PostModern with CCL (reluctantly).  I haven't tried on Genera because I know it will get stopped on the sockets code. I'm interested in hearing more about ideas for a BSD style sockets interface. I could not find anything higher level in the Genera documentation than a packet API. Perhaps creating sockets from that is only a few days work, but I've never had to get into the network plumbing in any language, so I cannot really say how difficult it is.

ASDF 3.1 (2?) does work on Genera; I use it often. Something having to do with 'truename' seems to have broken things in 3.3 and I have not had the time to track it down since the version that does work does not seem to cause any problems.



-----Original Message-----
From: LispM [mailto:lispm-bounces at tunes.org] On Behalf Of Christopher Stacy
Sent: 27 December, 2017 15:41
To: Faré <fahree at gmail.com>
Cc: <lispm at tunes.org> <lispm at tunes.org>
Subject: Re: [LispM] BSD style socket interface?

On 12/27/2017 02:15 AM, Faré wrote:
> ASDF stopped working on Genera sometime between 3.1.6 or .7 and 3.3.0.
> I have no idea why and no desire to fix. The bug vaguely looks 
> CLOS-related. Patches welcome.

This sounds eerily familiar, like it was discussed and resolved on this mailing list sometime in the last 10 months.

Ah, yes...
What happened after the following?
Did it make ASDF stop working?
Or, how is the OP compiling Postmodern (enough to get stuck on usockets)?



On 09/01/2017 03:50 PM, Christopher Stacy wrote:
 >
 > The problem is that ASDF is trying to manually override the signature with this method. I have not studied the code so I have no idea (a) why nor (b) if that's legal.  But it is incompatible with what Genera does. In the latest version of ASDF, the code that is giving you problems has already been removed by a #-Genera conditional with a comment that describes what you are seeing.

_______________________________________________
LispM mailing list
LispM at tunes.org
http://lists.tunes.org/mailman/listinfo/lispm



More information about the LispM mailing list