Re: [Chicken-users] [PATCH] Make library tests compare numbers within epsilon [Was Re: Is chicken supported on 32 bit Linux?]

2013-05-30 Thread John Long
Thanks Sven and Peter, the make and install and check targets all finish without errors with -O3 under gcc 4.7.1! /jl Could you try whether make check on a -O3-compiled CHICKEN succeeds with the attached patch? Cheers, Peter -- ASCII ribbon campaign ( ) Powered by Lemote Fuloong

[Chicken-users] Is chicken supported on 32 bit Linux?

2013-05-28 Thread John Long
On the latest stable 4.8.0.3: Is chicken supported on 32 bit Linux systems? The make and make install went fine but make check blew up early. Looking over the mailing list archives somebody else got the same problem way back when and realized it was because of some x86_64 test case but nobody

Re: [Chicken-users] Is chicken supported on 32 bit Linux?

2013-05-28 Thread John Long
Hi Christian, Here's the part of the test that crashed. If you need the prior stuff just let me know, I didn't want to post too hugely to the list! Thanks! /jl library tests ... ../chicken library-tests.scm -output-file a.c -verbose -include-path ..

Re: [Chicken-users] Is chicken supported on 32 bit Linux?

2013-05-28 Thread John Long
On Tue, May 28, 2013 at 04:36:11PM +0200, Christian Kellermann wrote: * John Long codeb...@inbox.lv [130528 16:25]: Hi Christian, Here's the part of the test that crashed. If you need the prior stuff just let me know, I didn't want to post too hugely to the list! Yes, some more info

Re: [Chicken-users] Is chicken supported on 32 bit Linux?

2013-05-28 Thread John Long
On Tue, May 28, 2013 at 02:36:58PM +, Mario Domenech Goulart wrote: Hey John On Tue, 28 May 2013 14:25:09 + John Long codeb...@inbox.lv wrote: Warning: in local unknown procedure, in local unknown procedure, in toplevel unknown procedure: (library-tests.scm:168

Re: [Chicken-users] Is chicken supported on 32 bit Linux?

2013-05-28 Thread John Long
On Tue, May 28, 2013 at 04:49:48PM +0200, Peter Bex wrote: On Tue, May 28, 2013 at 02:25:09PM +, John Long wrote: Hi Christian, Here's the part of the test that crashed. If you need the prior stuff just let me know, I didn't want to post too hugely to the list! Error: (library

Re: [Chicken-users] Is chicken supported on 32 bit Linux?

2013-05-28 Thread John Long
On Tue, May 28, 2013 at 05:04:31PM +0200, Christian Kellermann wrote: * John Long codeb...@inbox.lv [130528 16:48]: On Tue, May 28, 2013 at 04:36:11PM +0200, Christian Kellermann wrote: * John Long codeb...@inbox.lv [130528 16:25]: Hi Christian, Here's the part of the test

[Chicken-users] Chicken 4.8.0 tests segfault on OpenBSD 5.2 AMD64

2012-12-05 Thread John Long
Hi guys. This is weird because I had no problem building Chicken 4.8.0 on OpenBSD MIPS recently. I am getting a segfault (core dumped) in the make check. It seems to be dying pretty far along in the tests. It's 5,000 lines of output. Do you want to see all of it? Here's a small snipped towards the

Re: [Chicken-users] Chicken 4.8.0 tests segfault on OpenBSD 5.2 AMD64

2012-12-05 Thread John Long
On Wed, Dec 05, 2012 at 12:20:04PM -0500, Mario Domenech Goulart wrote: Hi John, On Wed, 5 Dec 2012 17:23:09 + John Long codeb...@inbox.lv wrote: Hi guys. This is weird because I had no problem building Chicken 4.8.0 on OpenBSD MIPS recently. I am getting a segfault (core dumped

Re: [Chicken-users] Chicken 4.8.0 tests segfault on OpenBSD 5.2 AMD64

2012-12-05 Thread John Long
On Wed, Dec 05, 2012 at 12:20:04PM -0500, Mario Domenech Goulart wrote: Hi John, On Wed, 5 Dec 2012 17:23:09 + John Long codeb...@inbox.lv wrote: Hi guys. This is weird because I had no problem building Chicken 4.8.0 on OpenBSD MIPS recently. I am getting a segfault (core dumped

Re: [Chicken-users] Chicken 4.8.0 tests segfault on OpenBSD 5.2 AMD64

2012-12-05 Thread John Long
On Wed, Dec 05, 2012 at 07:28:18PM +0100, Christian Kellermann wrote: Hi John, * John Long codeb...@inbox.lv [121205 19:16]: On Wed, Dec 05, 2012 at 12:20:04PM -0500, Mario Domenech Goulart wrote: Hi John, On Wed, 5 Dec 2012 17:23:09 + John Long codeb...@inbox.lv wrote

[Chicken-users] Is there a Common Lisp like Chicken that compiles to C?

2012-11-22 Thread John Long
Is there a full-blown CL implementation that compiles to C like Chicken? I'm trying to put together some good language implementations that will work on my OpenBSD MIPS box. /jl -- ASCII ribbon campaign ( ) Powered by Lemote Fuloong against HTML e-mail X Loongson MIPS and OpenBSD and

Re: [Chicken-users] Is there a Common Lisp like Chicken that compiles to C?

2012-11-22 Thread John Long
Thanks, I saw that and it looks good at first glance but it's GPL. Anything else worth looking at? On Thu, Nov 22, 2012 at 01:55:20PM +0100, Alex Queiroz wrote: Hallo, On Thu, Nov 22, 2012 at 1:52 PM, John Long codeb...@inbox.lv wrote: Is there a full-blown CL implementation that compiles

Re: [Chicken-users] Is there a Common Lisp like Chicken that compiles to C?

2012-11-22 Thread John Long
Hi John, On Thu, Nov 22, 2012 at 09:16:15AM -0500, John Cowan wrote: John Long scripsit: Thanks, I saw that and it looks good at first glance but it's GPL. Anything else worth looking at? Not really. ECL and GCL are cousins (from the old Kyoto CL code base) and are both GPL. CLiCC

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-20 Thread John Long
On Mon, Nov 19, 2012 at 09:19:33PM +0100, Felix wrote: From: John Long codeb...@inbox.lv Subject: Re: [Chicken-users] How can I check a new build of chicken? Date: Sun, 18 Nov 2012 14:36:43 + Warning: reference to possibly unbound identifier `values' ../libchicken.so.6.0: warning

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-20 Thread John Long
On Tue, Nov 20, 2012 at 08:23:12AM +0200, Timo Myyr?? wrote: Hi, Hi Timo, Test my port on https://github.com/jasperla/openbsd-wip/tree/master/lang/chicken It should be working except for the deployment stuff which is still broken as shown above. Somewhere lurks a reference to the

[Chicken-users] 4.8.0 status on OpenBSD MIPS

2012-11-20 Thread John Long
Not hearing anything on the 4.8.0 OpenBSD port discussion, I decided to take Christian's earlier advice and just use the source build. For the record in case anybody else searches the list, the regular Makefile.bsd works fine (as you guys probably already know) on OpenBSD MIPS and all the tests

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-18 Thread John Long
On Fri, Nov 16, 2012 at 10:02:12AM +0100, Christian Kellermann wrote: [text deleted] I am in the middle of trying to get the port updated. It went pretty far and blows up trying to find scheme.import.so which is in the plist but not in the fake build directory. Is this still valid for 4.8.0 or

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-18 Thread John Long
On Sun, Nov 18, 2012 at 03:20:52PM +0100, Felix wrote: I am in the middle of trying to get the port updated. It went pretty far and blows up trying to find scheme.import.so which is in the plist but not in the fake build directory. Is this still valid for 4.8.0 or does that library no

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-16 Thread John Long
On Fri, Nov 16, 2012 at 10:02:12AM +0100, Christian Kellermann wrote: * John Long codeb...@inbox.lv [121116 09:59]: On Fri, Nov 16, 2012 at 08:42:29AM +0100, Christian Kellermann wrote: * John Long codeb...@inbox.lv [121116 06:18]: On Thu, Nov 15, 2012 at 07:18:13PM +0100, Christian

[Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
Hi, I just spent a couple days attempting to get chicken installed on OpenBSD MIPS. I am new to scheme and chicken sounds fantastic from what I read because it compiles to C, which is just what I need on a weird platform like MIPS. I tried the test program in the doc with csc and it broke because

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
Hey Christian, On Thu, Nov 15, 2012 at 06:18:43PM +0100, Christian Kellermann wrote: That version is way outdated. There is a more recent chicken port in the WIP ports git tree. Regardless of that chicken builds just fine on the loongson. I am running it there myself. Oh cool, another

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
On Thu, Nov 15, 2012 at 07:10:51PM +0100, Christian Kellermann wrote: * John Long codeb...@inbox.lv [121115 19:03]: Hey Christian, On Thu, Nov 15, 2012 at 06:18:43PM +0100, Christian Kellermann wrote: That version is way outdated. There is a more recent chicken port in the WIP

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
On Thu, Nov 15, 2012 at 07:18:13PM +0100, Christian Kellermann wrote: For what it's worth here's my Chicken 4.7.0 port for OpenBSD. zmyrgel's work supercedes this I think. http://pestilenz.org/~ckeen/chicken.tgz Thanks, I'll try this now and get back to you tomorrow. /jl

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
On Thu, Nov 15, 2012 at 07:18:13PM +0100, Christian Kellermann wrote: For what it's worth here's my Chicken 4.7.0 port for OpenBSD. zmyrgel's work supercedes this I think. http://pestilenz.org/~ckeen/chicken.tgz Christian thank you! This builds fine on 5.2 and csc builds the foo.scm program

Re: [Chicken-users] How can I check a new build of chicken?

2012-11-15 Thread John Long
On Thu, Nov 15, 2012 at 12:01:03PM -0700, .alyn.post. wrote: Both Christian and I run Chicken Scheme on OpenBSD. There may well be others, but the OpenBSD platform is well supported by Chicken and does see regular use. I suspect you can expect help here if you decide to run Chicken