Re: Update lang/ecl to 20.4.24

2020-08-03 Thread George Koehler
On Fri, 31 Jul 2020 19:07:07 -0700 Josh Elsasser wrote: > I applied the diff directly from gitlab and was able to build ecl on > sparc64 and mips64. When I tried to run the tests, sparc64 hung (not > spinning) on test CMP.0009.FINALIZATION and mips64 segfaulted almost > immediately: > > Running

Re: Update lang/ecl to 20.4.24

2020-07-31 Thread Josh Elsasser
On Thu, Jul 30, 2020 at 02:33:45PM -0400, George Koehler wrote: > On Thu, 30 Jul 2020 08:32:25 -0700 > Josh Elsasser wrote: > > > With George's patch, it segfaults in ecl_min as he predicted, > > similarly to mips64: > > ... > > Got signal before environment was installed on our thread

Re: Update lang/ecl to 20.4.24

2020-07-30 Thread George Koehler
On Thu, 30 Jul 2020 08:32:25 -0700 Josh Elsasser wrote: > With George's patch, it segfaults in ecl_min as he predicted, > similarly to mips64: > ... > Got signal before environment was installed on our thread > Daniel Kochmański put up a diff for

Re: Update lang/ecl to 20.4.24

2020-07-30 Thread Kurt Mosiejczuk
On Thu, Jul 30, 2020 at 08:32:25AM -0700, Josh Elsasser wrote: > It built for me, did you install the new libatomic_ops package too? I > notice that "make install" only installed the boehm-gc package. I... did not. I'm not familiar with boehm-gc so didn't realize that was needed. I'll give it a

Re: Update lang/ecl to 20.4.24

2020-07-30 Thread Josh Elsasser
On Wed, Jul 29, 2020 at 11:52:25PM -0400, Kurt Mosiejczuk wrote: > On Wed, Jul 29, 2020 at 11:05:31PM -0400, George Koehler wrote: > > On Wed, 29 Jul 2020 01:25:00 -0400 > > Kurt Mosiejczuk wrote: > > > > I gave building it a try, it died early on with: > > > >

Re: Update lang/ecl to 20.4.24

2020-07-29 Thread Kurt Mosiejczuk
On Wed, Jul 29, 2020 at 11:05:31PM -0400, George Koehler wrote: > On Wed, 29 Jul 2020 01:25:00 -0400 > Kurt Mosiejczuk wrote: > > I gave building it a try, it died early on with: > > /usr/ports/pobj/ecl-20.4.24/ecl-20.4.24/build/ecl/ecl_atomics.h:39:4: > > error: #er > > ror "ECL needs

Re: Update lang/ecl to 20.4.24

2020-07-29 Thread George Koehler
On Wed, 29 Jul 2020 01:25:00 -0400 Kurt Mosiejczuk wrote: > I gave building it a try, it died early on with: > > /usr/ports/pobj/ecl-20.4.24/ecl-20.4.24/build/ecl/ecl_atomics.h:39:4: error: > #er > ror "ECL needs AO_fetch_compare_and_swap or an equivalent" > # error "ECL needs

Re: Update lang/ecl to 20.4.24

2020-07-29 Thread Josh Elsasser
On Wed, Jul 29, 2020 at 01:25:00AM -0400, Kurt Mosiejczuk wrote: > On Tue, Jul 28, 2020 at 11:59:03PM -0400, George Koehler wrote: > > > This update might break sparc64. I don't have sparc64, but found a > > bug in 20.4.24 on powerpc64 that might affect other 64-bit big-endian > > arch (mips64

Re: Update lang/ecl to 20.4.24

2020-07-29 Thread Timo Myyrä
Solene Rapenne writes: > On Tue, 28 Jul 2020 23:59:03 -0400 > George Koehler : > >> On Tue, 19 May 2020 08:59:48 -0700 >> Josh Elsasser wrote: >> >> > Here's a quick update to the new release, minimally tested as a >> > lang/sbcl build host. The patch removes files, don't forget patch -E >> >

Re: Update lang/ecl to 20.4.24

2020-07-29 Thread Solene Rapenne
On Tue, 28 Jul 2020 23:59:03 -0400 George Koehler : > On Tue, 19 May 2020 08:59:48 -0700 > Josh Elsasser wrote: > > > Here's a quick update to the new release, minimally tested as a > > lang/sbcl build host. The patch removes files, don't forget patch -E > > > > diff -ruN --exclude .git

Re: Update lang/ecl to 20.4.24

2020-07-28 Thread Kurt Mosiejczuk
On Tue, Jul 28, 2020 at 11:59:03PM -0400, George Koehler wrote: > This update might break sparc64. I don't have sparc64, but found a > bug in 20.4.24 on powerpc64 that might affect other 64-bit big-endian > arch (mips64 and sparc64). It's BROKEN-mips64, but the sparc64 snap > has packages of

Re: Update lang/ecl to 20.4.24

2020-07-28 Thread George Koehler
On Tue, 19 May 2020 08:59:48 -0700 Josh Elsasser wrote: > Here's a quick update to the new release, minimally tested as a > lang/sbcl build host. The patch removes files, don't forget patch -E > > diff -ruN --exclude .git /usr/ports/lang/ecl/Makefile ./Makefile > ---

Re: Update lang/ecl to 20.4.24

2020-06-02 Thread Timo Myyrä
On Tue, Jun 2, 2020, at 12:20, Timo Myyrä wrote: > > > On Tue, Jun 2, 2020, at 12:16, Ingo Feinerer wrote: > > On Tue, Jun 02, 2020 at 07:01:57AM +0300, Timo Myyrä wrote: > > > Did you get the maxima tests to run as well? I didn't have success yet > > > with those although the compilation

Re: Update lang/ecl to 20.4.24

2020-06-02 Thread Timo Myyrä
On Tue, Jun 2, 2020, at 12:16, Ingo Feinerer wrote: > On Tue, Jun 02, 2020 at 07:01:57AM +0300, Timo Myyrä wrote: > > Did you get the maxima tests to run as well? I didn't have success yet > > with those although the compilation worked. > > How did you run the tests? > > `make test` runs a

Re: Update lang/ecl to 20.4.24

2020-06-02 Thread Ingo Feinerer
On Tue, Jun 02, 2020 at 07:01:57AM +0300, Timo Myyrä wrote: > Did you get the maxima tests to run as well? I didn't have success yet > with those although the compilation worked. How did you run the tests? `make test` runs a test suite but the results are only written to a log file

Re: Update lang/ecl to 20.4.24

2020-06-01 Thread Timo Myyrä
On Sun, May 31, 2020, at 10:43, Ingo Feinerer wrote: > On Sat, May 30, 2020 at 08:32:23AM -0700, Josh Elsasser wrote: > > Maxima needs an upstream patch to build with ecl 20.4.24. This should > > be safe to commit now, before updating ecl. > > > > diff --git

Re: Update lang/ecl to 20.4.24

2020-05-31 Thread Ingo Feinerer
On Sat, May 30, 2020 at 08:32:23AM -0700, Josh Elsasser wrote: > Maxima needs an upstream patch to build with ecl 20.4.24. This should > be safe to commit now, before updating ecl. > > diff --git a/math/maxima/patches/patch-lisp-utils_defsystem_lisp >

Re: Update lang/ecl to 20.4.24

2020-05-30 Thread Josh Elsasser
On Tue, May 19, 2020 at 01:13:06PM -0400, Kurt Mosiejczuk wrote: > On Tue, May 19, 2020 at 08:59:48AM -0700, Josh Elsasser wrote: > > Here's a quick update to the new release, minimally tested as a > > lang/sbcl build host. The patch removes files, don't forget patch -E > > Someone should do

Re: Update lang/ecl to 20.4.24

2020-05-20 Thread Timo Myyrä
On Wed, May 20, 2020, at 00:41, Solene Rapenne wrote: > Le Tue, 19 May 2020 13:13:06 -0400, > Kurt Mosiejczuk a écrit : > > > On Tue, May 19, 2020 at 08:59:48AM -0700, Josh Elsasser wrote: > > > Here's a quick update to the new release, minimally tested as a > > > lang/sbcl build host. The patch

Re: Update lang/ecl to 20.4.24

2020-05-19 Thread Solene Rapenne
Le Tue, 19 May 2020 13:13:06 -0400, Kurt Mosiejczuk a écrit : > On Tue, May 19, 2020 at 08:59:48AM -0700, Josh Elsasser wrote: > > Here's a quick update to the new release, minimally tested as a > > lang/sbcl build host. The patch removes files, don't forget patch > > -E > > Someone should do

Re: Update lang/ecl to 20.4.24

2020-05-19 Thread Kurt Mosiejczuk
On Tue, May 19, 2020 at 08:59:48AM -0700, Josh Elsasser wrote: > Here's a quick update to the new release, minimally tested as a > lang/sbcl build host. The patch removes files, don't forget patch -E Someone should do testing with math/maxima, net/clic, and sysutils/reed-alert. --Kurt > diff

Re: UPDATE: lang/ecl

2011-04-19 Thread Landry Breuil
On Tue, Apr 19, 2011 at 02:01:02AM +0600, Alexandr Shadchin wrote: Hi, This update package ecl to the latest release 11.1.1. Tested on amd64 and maxima (no regress). Anyone try build on hppa ? Comments ? OK ? it builds and runs fine on hppa :) Landry

Re: UPDATE: lang/ecl

2011-04-19 Thread Jasper Lievisse Adriaanse
On Tue, Apr 19, 2011 at 09:46:37AM +0200, Landry Breuil wrote: On Tue, Apr 19, 2011 at 02:01:02AM +0600, Alexandr Shadchin wrote: Hi, This update package ecl to the latest release 11.1.1. Tested on amd64 and maxima (no regress). Anyone try build on hppa ? Comments ? OK ? it

Re: UPDATE: lang/ecl

2010-01-07 Thread Alexandr Shadchin
small update -- Alexandr Shadchin Index: ecl/Makefile === RCS file: /cvs/ports/lang/ecl/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- ecl/Makefile16 Mar 2009 11:19:12 - 1.3 +++ ecl/Makefile

Re: UPDATE: lang/ecl

2010-01-06 Thread Alexandr Shadchin
Tested on amd64. Work fine. -- Alexandr Shadchin

Re: UPDATE: lang/ecl

2010-01-03 Thread Edd Barrett
On Mon, Dec 28, 2009 at 10:05:09AM +0500, Alexandr Shadchin wrote: Hi, Ports! This update package ECL to the latest release 9.12.3. Tested on i386. Comments ? OK ? This builds and runs on sparc64. I can't really go as far as to OK this, as I have no idea how it works. (maxima tests to