Re: make check

2019-03-02 Thread Catonano
ix" block. > It worked for me too, I had just forgot to save the file after I had edited it. So I was running the previous version :-/ > > > > please note that the texinfo string is wrong > > > > I run make check expecting to see a failed test but they all pass > >

make check

2019-02-25 Thread Catonano
I added a test to the test-suite/tests/texinfo.serialize.test file, like this (assert-serialize '(defcodeindex (% (entry "op"))) "@defcodeindex opi ") please note that the texinfo string is wrong I run make check expecting to see a failed test but they

Re: v1.6.4 Make Check Error

2014-11-02 Thread Ludovic Courtès
Hi, "Jonathan S. Abrams" skribis: > I am trying to compile Guile v1.6.4 This version dates from 2003, and has been unmaintained for years. If this is an option for you, I highly recommend switching to Guile 2.0.11! Thanks, Ludo’.

v1.6.4 Make Check Error

2014-11-01 Thread Jonathan S. Abrams
Hello, I am trying to compile Guile v1.6.4 on Mac OS X v10.4.11 (PPC). When I run the "make check" command, I receive the following error. ERROR: srfi-19.test: SRFI date/time library: #date (time . tz-offset)> respects local DST if no TZ-OFFSET given - arguments: ((system-error

Re: guile 2.0.9 make check error, in bit-operations.test, elisp-compiler.test and eval-string.test

2013-10-23 Thread Ian Price
"" writes: > Thanks, Ian. >   > For me compiling guile is just to satisfy a dependency of another > software. I am really not > familiar with guile. >   >>(use-modules (ice-9 documentation)) >>(object-documentation extract) > Do you mean a file in the compiling-folder/module/ice-9? I have no >

Re: guile 2.0.9 make check error, in bit-operations.test, elisp-compiler.test and eval-string.test

2013-10-20 Thread Ian Price
writes: > The first error emerges at line 1802 in install.output, which reads: > ERROR: bit-operations.test: bit-extract: documented? - arguments: ( > (keyword-argument-error # (file #:key binary encoding guess-encoding)> "Invalid keyword" () #f)) This one is very peculiar, you would have thoug

Re: guile 2.0.9 make check error, in bit-operations.test, elisp-compiler.test and eval-string.test

2013-10-15 Thread Ludovic Courtès
Hi, "" skribis: > When I am compiling guile 2.0.9 with Intel c compiler (icc, version 13.1.0 > 20130121), some errors occur. But I could not > figure it out. Could anybody help me? Could you try compiling with GCC instead? That is well tested, and best of all, it protects your freedom (see <

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-pthrea

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

2012-01-08 Thread Andy Wingo
hem. Has anyone been able to report a successful build and `make check' on OS X 10.6, in Guile 2.0.3 ? I realize that this particular issue may not matter to you any more, but I did want to follow up on it. Sorry for the delay. In the future, bug-gu...@gnu.org is best for bug reports. Thanks, Andy -- http://wingolog.org/

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-seco

make check error

2011-07-09 Thread Germán Arias
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:30:0: /usr/local/include/gc/gc_version.h:17:5:

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/Lin

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 s

make check fails on x86_64 - guile-1.8.2

2007-10-09 Thread Poor Yorick
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 problem. Any hints? test-conversion.c: In fun

Re: Guile test libraries, regression testing and `make check'

2005-12-07 Thread Neil Jerram
"Michael J. Barillier" <[EMAIL PROTECTED]> writes: >> "nj" == Neil Jerram <[EMAIL PROTECTED]> writes: > > nj> We can trivially change the distro to install the (test-suite > nj> lib) module - would that be a useful first step, and would you > nj> be willing to look into what else i

Re: Guile test libraries, regression testing and `make check'

2005-12-05 Thread Michael J. Barillier
> "nj" == Neil Jerram <[EMAIL PROTECTED]> writes: nj> We can trivially change the distro to install the (test-suite nj> lib) module - would that be a useful first step, and would you nj> be willing to look into what else is needed after that? I can take a look at it. From what I'

Re: Guile test libraries, regression testing and `make check'

2005-12-03 Thread Neil Jerram
"Michael J. Barillier" <[EMAIL PROTECTED]> writes: > The Guile source distribution has a test-suite directory that contains a > script and library with procedures for running tests on the Guile > library and REPL when `make check' is invoked. Yes, indeed. >

Re: Guile test libraries, regression testing and `make check'

2005-11-24 Thread Thien-Thi Nguyen
From: "Michael J. Barillier" <[EMAIL PROTECTED]> Date: Mon, 21 Nov 2005 15:26:53 -0600 is there a suitable replacement so that a ``pragmatically efficient'' (i.e. lazy) hacker can quickly and easily create a test suite for a Guile library that runs under automake's `check' target?

Guile test libraries, regression testing and `make check'

2005-11-22 Thread Michael J. Barillier
The Guile source distribution has a test-suite directory that contains a script and library with procedures for running tests on the Guile library and REPL when `make check' is invoked. Googling the web I found a v1.4 Guile manual <http://www.glug.org/docbits/guile/1.4.x/POSIX-Style-Test