Re: make check

2019-03-02 Thread Catonano
Il giorno ven 1 mar 2019 alle ore 11:52 Mike Gran ha scritto: > On Mon, Feb 25, 2019 at 09:30:46AM +0100, Catonano wrote: > > I added a test to the test-suite/tests/texinfo.serialize.test file, > > > > like this > > > > (assert-serialize '(defcodeindex (% (entry "op"))) > > "@defcod

Re: make check error

2012-01-09 Thread Andy Wingo
On Sun 10 Jul 2011 07:14, Germán Arias writes: > With guile 2.0.2, GCC 4.6 and gc 7.1, make check give me the error: > > make[5]: `test-pthread-create' is up to date. > CC test_pthread_create_secondary-test-pthread-create-secondary.o > In file included from test-pthread-create-secondary.c:3

Re: make check test failures v2.0.1 - Darwin OS X 10.6.7

2012-01-08 Thread Andy Wingo
Hi Graham, On Sat 11 Jun 2011 17:55, Graham Reitz writes: > FAIL: ports.test: newline: line counter: pipe: read first character > FAIL: ports.test: newline: line counter: pipe: read first newline > FAIL: ports.test: newline: line counter: pipe: after reading first newline > char > FAIL: ports.t

Re: make check error

2011-07-10 Thread Germán Arias
Well, with gc 7.2alpha6 works fine. On sáb, 2011-07-09 at 23:14 -0600, Germán Arias wrote: > With guile 2.0.2, GCC 4.6 and gc 7.1, make check give me the error: > > make[5]: `test-pthread-create' is up to date. > CC test_pthread_create_secondary-test-pthread-create-secondary.o > In file in

Re: make check fails on x86_64 - guile-1.8.2

2007-10-10 Thread Ludovic Courtès
Hi, Greg Troxel <[EMAIL PROTECTED]> writes: > But it seems the code is still wrong. It seems like we'd need to go to > things like PRIU64 which are defined to match the type, and #define > PRISCMTINTMAX to the corresponding one along with the typedef. I just checked and there's also `PRI{iu}MAX

Re: make check fails on x86_64 - guile-1.8.2

2007-10-10 Thread Greg Troxel
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Hi, > > "Poor Yorick" <[EMAIL PROTECTED]> writes: > >> building guile on the following machine: >> >> Linux *** 2.6.9-42.0.3.ELsmp #1 SMP Mon Sep 25 17:24:31 EDT 2006 x86_64 >> x86_64 x86_64 GNU/Linux >> >> make check fails. Apart from the following

Re: make check fails on x86_64 - guile-1.8.2

2007-10-09 Thread Ludovic Courtès
Hi, "Poor Yorick" <[EMAIL PROTECTED]> writes: > building guile on the following machine: > > Linux *** 2.6.9-42.0.3.ELsmp #1 SMP Mon Sep 25 17:24:31 EDT 2006 x86_64 > x86_64 x86_64 GNU/Linux > > make check fails. Apart from the following output, I'm not sure what else to > look at to find the