UPDATE: ECL-15.3.7

2015-05-17 Thread Timo Myyrä
Hi, Here's update for ECL. Slightly tested on amd64 by building maxima port. This fixes the broken --enable-threads flag. I've disabled the threads as threaded build doesn't seem to work as build gets stuck in after compiling bootstrap compiler. I've opened an issue with upstream about it [1]. T

Re: UPDATE: ECL-15.3.7

2015-08-21 Thread Jasper Lievisse Adriaanse
On Mon, May 18, 2015 at 02:39:31AM +0200, Juan Francisco Cantero Hurtado wrote: > On Sun, May 17, 2015 at 10:08:37PM +0300, Timo Myyr? wrote: > > Hi, > > > > Here's update for ECL. Slightly tested on amd64 by building maxima port. > > This > > fixes the broken --enable-threads flag. I've disable

Re: UPDATE: ECL-15.3.7

2015-08-21 Thread Timo Myyrä
Hi, I've been looking at this upgrade for a while. The Makefile's CONFIGURE_ARGS enable-threads arg should be removed. The current value 'pthreads' is incorrect and instead of failing it just disables thread support. This is my mistake, I think I confused it with boehm-gc when ecl was previousl

Re: UPDATE: ECL-15.3.7

2015-08-21 Thread Jasper Lievisse Adriaanse
On Fri, Aug 21, 2015 at 11:43:57AM +0300, Timo Myyr?? wrote: > Hi, > > I've been looking at this upgrade for a while. > The Makefile's CONFIGURE_ARGS enable-threads arg should be removed. > The current value 'pthreads' is incorrect and instead of failing it just > disables thread support. This is

Re: UPDATE: ECL-15.3.7

2015-08-22 Thread Timo Myyrä
Jasper Lievisse Adriaanse writes: > On Fri, Aug 21, 2015 at 11:43:57AM +0300, Timo Myyr?? wrote: >> Hi, >> >> I've been looking at this upgrade for a while. >> The Makefile's CONFIGURE_ARGS enable-threads arg should be removed. >> The current value 'pthreads' is incorrect and instead of failing

Re: UPDATE: ECL-15.3.7

2015-08-22 Thread Juan Francisco Cantero Hurtado
On Sat, Aug 22, 2015 at 11:31:17PM +0300, Timo Myyrä wrote: > Jasper Lievisse Adriaanse writes: > > > On Fri, Aug 21, 2015 at 11:43:57AM +0300, Timo Myyr?? wrote: > >> Hi, > >> > >> I've been looking at this upgrade for a while. > >> The Makefile's CONFIGURE_ARGS enable-threads arg should be rem

Re: UPDATE: ECL-15.3.7

2015-08-28 Thread Timo Myyrä
Juan Francisco Cantero Hurtado writes: > On Sat, Aug 22, 2015 at 11:31:17PM +0300, Timo Myyrä wrote: >> Jasper Lievisse Adriaanse writes: >> >> > On Fri, Aug 21, 2015 at 11:43:57AM +0300, Timo Myyr?? wrote: >> >> Hi, >> >> >> >> I've been looking at this upgrade for a while. >> >> The Makefile

Re: UPDATE: ECL-15.3.7

2015-08-28 Thread Stuart Henderson
On 2015/08/28 17:14, Timo Myyrä wrote: > -lib/ecl-${V}/sockets.fas > +lib/${FULLPKGNAME}/ Keep the ecl-${V} style, you can't normally use FULLPKGNAME in pkg/PLIST (except for pkg-readmes).

Re: UPDATE: ECL-15.3.7

2015-08-28 Thread Timo Myyrä
Stuart Henderson writes: > On 2015/08/28 17:14, Timo Myyrä wrote: >> -lib/ecl-${V}/sockets.fas >> +lib/${FULLPKGNAME}/ > > Keep the ecl-${V} style, you can't normally use FULLPKGNAME in pkg/PLIST > (except for pkg-readmes). Is there easier way than to just hand-edit the PLIST after the update-pl

Re: UPDATE: ECL-15.3.7

2015-08-28 Thread Stuart Henderson
On 2015/08/28 18:41, Timo Myyrä wrote: > Stuart Henderson writes: > > > On 2015/08/28 17:14, Timo Myyrä wrote: > >> -lib/ecl-${V}/sockets.fas > >> +lib/${FULLPKGNAME}/ > > > > Keep the ecl-${V} style, you can't normally use FULLPKGNAME in pkg/PLIST > > (except for pkg-readmes). > > Is there easi

Re: UPDATE: ECL-15.3.7

2015-08-28 Thread Timo Myyrä
Stuart Henderson writes: > On 2015/08/28 18:41, Timo Myyrä wrote: > >> Stuart Henderson writes: >> >> > On 2015/08/28 17:14, Timo Myyrä wrote: >> >> -lib/ecl-${V}/sockets.fas >> >> +lib/${FULLPKGNAME}/ >> > >> > Keep the ecl-${V} style, you can't normally use FULLPKGNAME in pkg/PLIST >> > (exce

Re: UPDATE: ECL-15.3.7

2015-05-17 Thread Juan Francisco Cantero Hurtado
On Sun, May 17, 2015 at 10:08:37PM +0300, Timo Myyrä wrote: > Hi, > > Here's update for ECL. Slightly tested on amd64 by building maxima port. This > fixes the broken --enable-threads flag. I've disabled the threads as threaded > build doesn't seem to work as build gets stuck in after compiling b