Subject: Re: pkg/30755
To: None <jonb@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Jon Buller <jon@bullers.net>
List: pkgsrc-bugs
Date: 08/02/2005 08:39:02
The following reply was made to PR pkg/30755; it has been noted by GNATS.
From: "Jon Buller" <jon@bullers.net>
To: reed@netbsd.org
Cc: jonb@netbsd.org, pkg-manager@netbsd.org, pkgsrc-bugs@netbsd.org,
gnats-admin@netbsd.org, droidzoo-crew.org@spider.zoo-crew.org,
jon@bullers.net
Subject: Re: pkg/30755
Date: Mon, 01 Aug 2005 22:38:22 -0700
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