Re: [wip] clisp-2.49

2015-10-06 Thread Jérémie Courrèges-Anglas
Kenneth Westerback writes: > On 5 October 2015 at 11:51, Josh Elsasser wrote: [...] >> I thought I'd jumped in here but it looks like not. >> >> This builds and appears to pass tests on macppc, and builds an sbcl >> which also passes its tests. >> >> The fact that the configure script appears

Re: [wip] clisp-2.49

2015-10-05 Thread Kenneth Westerback
On 5 October 2015 at 11:51, Josh Elsasser wrote: > On Mon, Oct 05, 2015 at 08:59:45AM -0400, Kenneth Westerback wrote: >> On 2 October 2015 at 08:27, Kenneth Westerback wrote: >> > On 2 October 2015 at 08:18, Jérémie Courrèges-Anglas >> > wrote: >> >> Kenneth Westerback writes: >> >> >> >>> On

Re: [wip] clisp-2.49

2015-10-05 Thread Kenneth Westerback
On 2 October 2015 at 08:27, Kenneth Westerback wrote: > On 2 October 2015 at 08:18, Jérémie Courrèges-Anglas wrote: >> Kenneth Westerback writes: >> >>> On 30 September 2015 at 04:11, Jérémie Courrèges-Anglas >>> wrote: Last night I ran ''make; make clean'' in a loop on i386 and amd6

Re: [wip] clisp-2.49

2015-10-02 Thread Kenneth Westerback
On 2 October 2015 at 08:18, Jérémie Courrèges-Anglas wrote: > Kenneth Westerback writes: > >> On 30 September 2015 at 04:11, Jérémie Courrèges-Anglas >> wrote: >>> >>> Last night I ran ''make; make clean'' in a loop on i386 and amd64. >>> >>> amd64: 142 builds / 0 failures >>> i386: 58 builds

Re: [wip] clisp-2.49

2015-10-02 Thread Jérémie Courrèges-Anglas
Kenneth Westerback writes: > On 30 September 2015 at 04:11, Jérémie Courrèges-Anglas > wrote: >> >> Last night I ran ''make; make clean'' in a loop on i386 and amd64. >> >> amd64: 142 builds / 0 failures >> i386: 58 builds / 2 failures >> >> (same failure as yours) >> >> Maybe this has someth

Re: [wip] clisp-2.49

2015-09-30 Thread Kenneth Westerback
On 30 September 2015 at 04:11, Jérémie Courrèges-Anglas wrote: > > Last night I ran ''make; make clean'' in a loop on i386 and amd64. > > amd64: 142 builds / 0 failures > i386: 58 builds / 2 failures > > (same failure as yours) > > Maybe this has something to do with this... > > [...] > checking

Re: [wip] clisp-2.49

2015-09-30 Thread Jérémie Courrèges-Anglas
Last night I ran ''make; make clean'' in a loop on i386 and amd64. amd64: 142 builds / 0 failures i386: 58 builds / 2 failures (same failure as yours) Maybe this has something to do with this... [...] checking for the code address range... 0x1600 checking for the malloc address range...

Re: [wip] clisp-2.49

2015-09-29 Thread Kenneth Westerback
On 29 September 2015 at 19:43, Jérémie Courrèges-Anglas wrote: > Kenneth Westerback writes: > > [...] > >> That didn't take long. >> >> cc -I/usr/local/include >> -I/home/packages/wrkobj/clisp-2.49/build-i386/gllib -O2 -pipe -W >> -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type >> -Wm

Re: [wip] clisp-2.49

2015-09-29 Thread Jérémie Courrèges-Anglas
Kenneth Westerback writes: [...] > That didn't take long. > > cc -I/usr/local/include > -I/home/packages/wrkobj/clisp-2.49/build-i386/gllib -O2 -pipe -W > -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type > -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 > -fexpensi

Re: [wip] clisp-2.49

2015-09-29 Thread Kenneth Westerback
On 29 September 2015 at 07:54, Kenneth Westerback wrote: > On 29 September 2015 at 04:24, Jérémie Courrèges-Anglas > wrote: >> Kenneth Westerback writes: >> >>> I can probably set up build tests on i386 and sparc64 and eventually >>> macppc if that would help. >> >> That would be great. :) >> >

Re: [wip] clisp-2.49

2015-09-29 Thread Kenneth Westerback
On 29 September 2015 at 04:24, Jérémie Courrèges-Anglas wrote: > Kenneth Westerback writes: > >> I can probably set up build tests on i386 and sparc64 and eventually >> macppc if that would help. > > That would be great. :) > > -- > jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74A

Re: [wip] clisp-2.49

2015-09-29 Thread Jérémie Courrèges-Anglas
Kenneth Westerback writes: > I can probably set up build tests on i386 and sparc64 and eventually > macppc if that would help. That would be great. :) -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: [wip] clisp-2.49

2015-09-28 Thread Kenneth Westerback
I can probably set up build tests on i386 and sparc64 and eventually macppc if that would help. Ken On 28 September 2015 at 19:39, Jérémie Courrèges-Anglas wrote: > > I've had several tentative diffs to update clisp, but every time > I delete them because of frustrations with the build sys

[wip] clisp-2.49

2015-09-28 Thread Jérémie Courrèges-Anglas
I've had several tentative diffs to update clisp, but every time I delete them because of frustrations with the build system. This has to stop! Here's a tentative diff, probably not perfect. I did not enable the use of shared modules, cause I don't know how to use them. There are a few missing