Re: build issues os x 10.6.8 ecl 16.1.2

2016-05-24 Thread Daniel Kochmański
'help' to >> ecl-devel-requ...@common-lisp.net >> >> You can reach the person managing the list at >> ecl-devel-ow...@common-lisp.net >> >> When replying, please edi

Re: build issues os x 10.6.8 ecl 16.1.2

2016-05-23 Thread Chris Gorman
> than "Re: Contents of ecl-devel digest..." > > > Today's Topics: > > 1. build issues os x 10.6.8 ecl 16.1.2 (Chris Gorman) > 2. Re: build issues os x 10.6.8 ecl 16.1.2 (Daniel Kochma?ski) > > >

Re: build issues os x 10.6.8 ecl 16.1.2

2016-05-22 Thread Daniel Kochmański
s setting the environment variable ABI=32. This causes my build to fail on > win32.S, and my assembly is too poor to debug this. The output from the > build follows. > > /bin/sh ./libtool--mode=compile gcc -fPIC -fno-common > -DHAVE_CONFIG_H -I. -I/Users/chrisgorman/src

build issues os x 10.6.8 ecl 16.1.2

2016-05-22 Thread Chris Gorman
G_H -I. -I/Users/chrisgorman/src/ecl-16.1.2/src/libffi -I. -I/Users/chrisgorman/src/ecl-16.1.2/src/libffi/include -Iinclude -I/Users/chrisgorman/src/ecl-16.1.2/src/libffi/src -I. -I/Users/chrisgorman/src/ecl-16.1.2/src/libffi/include -Iinclude -I/Users/chrisgorman/src/ecl-16.1.2/src/libffi/src -

Re: [Maxima-discuss] ecl-16.1.2: new maxima testsuite failure

2016-03-02 Thread Daniel Kochmański
No problem. It's weird indeed. Maybe tests have some timeouts and ECL was running the test for too long (ie your machine was under heavy load)? Either way it's a great news that we have no regression here :-) Best regards, Daniel Andrey G. Grozin writes: > Very strange: I cannot reproduce this

Re: [Maxima-discuss] ecl-16.1.2: new maxima testsuite failure

2016-03-02 Thread Andrey G. Grozin
Very strange: I cannot reproduce this failure. On the same computer, with the same ecl and maxima. No unexpected errors. Why I got this failure the first time I rub the testsuite after compiling maxima with the new ecl? It seems impossible to find out. Sorry for the noise, Andrey

Re: ECL 16.1.2

2016-02-29 Thread Daniel Kochmański
hange increases the middle one and the bigger change increases the first. I plan to make it sequential though from the next release (it bugged me too). Regards, Daniel > > On Mon, Feb 29, 2016 at 9:49 AM, Daniel Kochmański > wrote: > >> Dear all, >> >> ECL 16.1.2 has

Re: ECL 16.1.2

2016-02-29 Thread Alexander Artemenko
tated like "16.1.2 changes since 16.0.0"? On Mon, Feb 29, 2016 at 9:49 AM, Daniel Kochmański wrote: > Dear all, > > ECL 16.1.2 has been released just a few minutes ago :-) Link to the > announcement and downloads available in the news section on the website: > https://co

Re: ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Raymond Toy
>>>>> "Andrey" == Andrey G Grozin writes: Andrey> maxima-5.37.3 built with ecl-16.0.0 runs its testsuite without unexpected Andrey> errors. When buils with ecl-16.1.2, it fails in Andrey> Running tests in rtest8: Andrey&g

Re: [Maxima-discuss] ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Daniel Kochmański
I can't reproduce it on my 64-bit ArchLinux box. What flags did you built ECL with? Could you check, if the bug is present on: 4548ed7c4cd9a428d95695b6528e55d6d80cb11c and bff9aced440c47893d283d48cc251391828836a9 ? (this is before and after the new RNG implementation). Regards, Daniel Andrey G.

Re: ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Daniel Kochmański
l-16.0.0 runs its testsuite without unexpected > errors. When buils with ecl-16.1.2, it fails in > > Running tests in rtest8: > ** Problem 104 *** > Input: > ev(e5, au = 0, omega = 2) > > > Result: > - u > quad_qawf(%e , u

Re: [Maxima-discuss] ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Andrey G. Grozin
An additional bit of information: this failure happens in 64-bit Gentoo linux. In 32-bit Gentoo linux there are no unexpected errors in the testsuite. How can one debug this problem? Andrey

Re: ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Andrey G. Grozin
On Mon, 29 Feb 2016, Daniel Kochmański wrote: I'll try investigate it today. Is this file a correct instruction on building and testing Maxima: https://sourceforge.net/p/maxima/code/ci/master/tree/INSTALL.lisp or should I perform some other steps? I simply do ./configure --enable-ecl make Af

Re: [Maxima-discuss] ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Daniel Kochmański
Daniel Kochmański writes: > I'm usually taking the time-consuming process of bisecting ECL, unless I > already know what the problem is. Some minimal test without building the > whole maxima would be great though. > > Regards, > Daniel > > Andrey G. Grozin writes: > >> An additional bit of informa

Re: [Maxima-discuss] ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Daniel Kochmański
I'm usually taking the time-consuming process of bisecting ECL, unless I already know what the problem is. Some minimal test without building the whole maxima would be great though. Regards, Daniel Andrey G. Grozin writes: > An additional bit of information: this failure happens in 64-bit Gentoo

ecl-16.1.2: new maxima testsuite failure

2016-02-29 Thread Andrey G. Grozin
maxima-5.37.3 built with ecl-16.0.0 runs its testsuite without unexpected errors. When buils with ecl-16.1.2, it fails in Running tests in rtest8: ** Problem 104 *** Input: ev(e5, au = 0, omega = 2) Result: - u quad_qawf(%e , u, 0, 2, sin, epsabs

ECL 16.1.2

2016-02-28 Thread Daniel Kochmański
Dear all, ECL 16.1.2 has been released just a few minutes ago :-) Link to the announcement and downloads available in the news section on the website: https://common-lisp.net/project/ecl/ Best regards, Daniel -- Daniel Kochmański ;; aka jackdaniel | Poznań, Poland TurtleWare - Daniel