Subject: Re: pkg/30755
To: None <reed@netbsd.org>
From: Jon Buller <jon@bullers.net>
List: pkgsrc-bugs
Date: 08/01/2005 22:38:22
reed@netbsd.org wrote:

> Synopsis: lang/sbcl won't build

Sorry you are out of luck on this one unless you upgrade your
system.  SBCL needs more information than a 1.6 system passes into
the signal handlers to do its garbage collection.

I forgot about this when I made it ONLY_FOR_PLATFORM=NetBSD-*-i386
It should really allow for Linux, Darwin, Solaris, and *BSD (and
I think one or two others) and several different architectures.
However I can't test any more of that matrix than I put in there
already.  (Also, to add further complexity, Solaris-*-sparc should
be fine, but NetBSD-[2-9]*-sparc needs some porting work still.)

You can try it again, and should now get a message telling you that
you can't build it.  (I changed NetBSD-*-i386 to NetBSD-[2-9]*-i386)

Jon