Re: Porting SBCL

2010-12-28 Thread Christoph Egger
After all it's now building single-threaded. I'll try to upstream the changes tomorrow leaving the multithreaded stuff for more fun later this week. Regards Christoph -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listm

Re: Porting SBCL

2010-12-28 Thread Robert Millan
2010/12/27 Christoph Egger : >    Are there  differences in C  calling convention or  something like > that between GNU libc and BSD libc? No differences in C calling convention (I don't know what else you have in mind). -- Robert Millan -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.deb

Re: Porting SBCL

2010-12-28 Thread Christoph Egger
Hi again! Some more digging this afternoon On Mon, Dec 27, 2010 at 11:42:25PM +0100, Christoph Egger wrote: > > After this patch sbcl isn't perfect, it fails doing a waitpid call > (breaking build but seems kind of ignorable ) but seems to be working > for most stuff Fixed now. Sti

Porting SBCL

2010-12-27 Thread Christoph Egger
Hi all! I've had some success getting sbcl working on Debian GNU/kFreeBSD recently -- bootstrapping from a FreeBSD chroot. The current patch is at [0]. For some reason kFreeBSD seem to signal a SIGBUS on memory faults still while sbcl expects a SIGSEGV for FreeBSD >= 74 which I have