bug#14001: guile-2.0.7 : 1 of 1 test failed on Debian Linux 3.2.0-4-powerpc64

2013-03-22 Thread Marijn
failure does not always indicate a problem. > > Since this is the only GC-related failure here, I would ignore it. > > So I’m closing the bug. Can I just add that a failing test that doesn't indicate a problem is rather annoying. Can this specific test be removed or disabled if it c

bug#11262: help text fro sorted? predicate is wrong/misleading.

2012-04-26 Thread Marijn
for the report, patch, and review! So it seems the rewording was about whether a list like '(2 2) is sorted or not. IIUC the rewording makes it a sorted list according to <, because (not (< 2 2)) is #f. Is that really what is wanted? Marijn -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk+Y+b0ACgkQp/VmCx0OL2zB1wCfZ9Zp5JpJw4frqfpXOnCp2xvM 75kAnjJi/CpmNvh7M9sqQTbFzj7pTniN =6xtZ -END PGP SIGNATURE-

bug#10302: Some typos in web.texi documenation

2011-12-16 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15-12-11 22:08, jc zulian wrote: > Or it could be possible, as you already suggested, to use a more > commonly used 'if' and build a longer sentence around it (eg if x > then y otherwise z). Personally I like this sugges

Re: guile-2.0.0 fails to build without threads

2011-05-10 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ludo, Andy, On 05/06/11 11:52, Ludovic Courtès wrote: > I think I’ve always tested with BDW-GC --enable-threads, even when Guile > is --without-threads. did you have time yet to try a BDW-GC with threads disabled? Marijn -BEGIN PGP SIG

Re: guile-2.0.0 fails to build without threads

2011-05-06 Thread Marijn
s? Guile compiles and works fine for me when the garbage collector supports threads; that's not a problem. Marijn -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3D7kgACgkQp/VmCx0OL2xaewCfTctKCIcyCZ

Re: guile-2.0.0 fails to build without threads

2011-05-06 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/11 16:25, Ludovic Courtès wrote: > Hello, > > Marijn writes: > >> On 05/05/11 14:08, Ludovic Courtès wrote: > > [...] > >>>>> How was libgc compiled? Does its ‘make check’ pass? >>>>

Re: guile-2.0.0 fails to build without threads

2011-05-05 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/11 14:08, Ludovic Courtès wrote: > Hello! > > Marijn writes: > >> (gdb) p &scm_protects >> $1 = (SCM *) 0x77bc45a8 > > [...] > >> ***Static roots: >> From 0x601000 to 0x6010c0 (te

Re: guile-2.0.0 fails to build without threads

2011-05-05 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ludo, On 05/04/11 14:19, Ludovic Courtès wrote: >>> Actually, Marijn: can you try “GC_DUMP_REGULARLY=1 ./meta/guile -c 0”, >>> and check what’s under “Static roots”? > > More precisely: > > --8<--

Re: guile-2.0.1 on 64-bit PowerPC Gentoo Linux: one test failure

2011-05-04 Thread Marijn
ibffi.so.6.0.0 > > /usr/local/lib/libffi-3.0.10rc5: > total 4 > drwxrwxr-x 2 4096 Feb 18 15:52 include > > Any ideas for debugging the test failure? You say your libffi is recent, but it is not the most recent, so maybe try 3.0.10_rc8 (which is already in t

Re: guile-2.0.0 fails to build without threads

2011-05-03 Thread Marijn
scm_protects)) >>>> abort (); >> >> Is this even the right check to make? > > Yes: the goal is to make sure that the ‘scm_protect’ variable itself is > a GC root. > > Actually, Marijn: can you try “GC_DUMP_REGULARLY=1 ./meta/guile -c 0”, &g

Re: guile-2.0.0 fails to build without threads

2011-05-03 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/28/11 15:08, Ludovic Courtès wrote: > Hello, > > Andy Wingo writes: > >> On Thu 14 Apr 2011 15:25, Marijn writes: >> >>> CCLD guile >>> GENguile-procedures.texi >>> 0x75b260 is

Re: guile-2.0.0 fails to build without threads

2011-04-13 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/13/11 16:09, Andy Wingo wrote: > On Wed 13 Apr 2011 15:44, Marijn writes: > >>>> CCLD guile >>>> ./.libs/libguile-2.2.so: undefined reference to `GC_register_my_thread' >>> >>> Fixed,

guile-1.8.8 fails socket.test when linux is built without IPv6 (Address family not supported by protocol)

2011-04-13 Thread Marijn
: http://bugs.gentoo.org/attachment.cgi?id=260439 Gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=352340 I haven't confirmed nor tested whether the issue persists with guile-2. Marijn -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: guile-2.0.0 fails to build without threads

2011-04-13 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/13/11 12:05, Andy Wingo wrote: > On Tue 12 Apr 2011 09:26, Marijn writes: > >>>> (boehm-gc in gentoo) is built without threads: > > Interesting. Any plans to change that? I said "*when* libgc (boehm-gc in gen

Re: (quit) not working?

2011-04-12 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andy, On 04/08/11 00:02, Andy Wingo wrote: > On Thu 07 Apr 2011 18:11, Marijn writes: > >> (quit) doesn't seem to work to quit guile anymore. Further `,bt' prints >> no backtrace after the error and `,q' doesn&#x

(quit) not working?

2011-04-07 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, (quit) doesn't seem to work to quit guile anymore. Further `,bt' prints no backtrace after the error and `,q' doesn't continue but quits the program. See interaction below. Marijn $ guile GNU Guile 2.0.0 Copyright (C) 199

guile-2.0.0 fails to build without threads

2011-04-07 Thread Marijn
| GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools snarf-check-and-output-texi > guile-procedures.texi Further guile configure warns about: configure: WARNING: unrecognized options: --disable-debug-freelist which I don't think it should do. Marijn -BEGIN PGP SIGNATURE- Versio

Re: Typos in the manual

2011-02-15 Thread Marijn
s 3 meanings[1] none of which I recognize as the intended meaning. Perhaps "subliminal desire"[2] is meant, that is, a desire that is so faint that it is not discernible by the conscious mind, but that usage is said to be reserved for stimuli and one may consider it a stretch to include a de

Re: Bug reporting system (Re: Strange reader bug (string->number))

2009-08-03 Thread Marijn Schouten (hkBst)
have tried to add this bug to the bug reporting system at > https://savannah.gnu.org/bugs/?group=guile#top > but I can't find out how to submit a new bug...? > > Shouldn't there some kind of "submit new bug" button > somewhere? > Under Bugs, you can Submit.

Re: popen test hangs

2009-07-07 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marijn Schouten (hkBst) wrote: > Neil Jerram wrote: >> "Marijn Schouten (hkBst)" writes: > >>> it seems that the popen test hangs: >> Grrr. I thought we'd nailed that... > >>> then it hangs

Re: popen test hangs

2009-07-06 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Jerram wrote: > "Marijn Schouten (hkBst)" writes: > >> it seems that the popen test hangs: > > Grrr. I thought we'd nailed that... > >> then it hangs for at least an hour or so. My configure invo

popen test hangs (was GNU Guile 1.8.7 released)

2009-07-06 Thread Marijn Schouten (hkBst)
ong or how to find out more? Marijn - -- If you cannot read my mind, then listen to what I say. Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.11 (GNU/Linux) Comme

Re: test-round fails on alpha

2009-03-30 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marijn Schouten (hkBst) wrote: > Ludovic ý wrote: >> Hello! > >> Marijn, assuming you have access to the EV68, do you feel like debugging >> this further? :-) > >> Thanks, >> Ludo'. > > > I c

Re: Conflict with HDF5 libraries

2009-02-05 Thread Marijn Schouten (hkBst)
y well together. > > I was trying to build MPB (http://ab-initio.mit.edu/wiki/index.php/MPB) > which is a nice piece of software that requires both guile and HDF5. > > Thank you, > Mark Patterson Marijn - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.

Re: test-round fails on alpha

2009-01-29 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludovic � wrote: > Hello! > > Marijn, assuming you have access to the EV68, do you feel like debugging > this further? :-) > > Thanks, > Ludo'. > I can get access to that machine. If you have some ideas that you wo

Re: test-round fails on alpha

2009-01-27 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludovic � wrote: > Hi, > > "Marijn Schouten (hkBst)" writes: > >> guile-1.8.6's test-round fails on alpha: >> >> >> make[4]: Entering directory >> `/var/tmp/portage/dev-scheme/guile-1.8.

test-round fails on alpha

2009-01-26 Thread Marijn Schouten (hkBst)
est-conversion PASS: test-use-srfi PASS: test-with-guile-module Marijn - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) Comment:

Re: quasiquote badness

2008-12-03 Thread Marijn Schouten (hkBst)
uot;/usr/bin/scm" ([EMAIL PROTECTED] x) sigscheme 0.8.3 Error: in scm_symbol_value: unbound variable: x sscm> sscm> sisc is unavailable stklos (version 0.98) ,@x TinyScheme 1.39 > Error: Unquote-splicing wasn't in a list: ,@x > - -- Marijn Schouten (hkBst), Gentoo Lisp project,

guile-1.8.5 segfaults while building on ppc with gcc-4.3 and -O2

2008-11-12 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've had some reports that guile-1.8.5 segfaults while building on ppc with gcc-4.3 and -O2[1]. It seems to build fine with -O1 instead. Did anyone else see this behavior? Marijn [1]:http://bugs.gentoo.org/show_bug.cgi?id=228097 - -- M

Re: Unable to build guile

2008-11-05 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludovic � wrote: > Hi, > > "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes: > >> http://lists.gnu.org/archive/html/guile-devel/2008-05/msg00014.html >> >> already contained a patch for this: >

Re: Unable to build guile

2008-11-04 Thread Marijn Schouten (hkBst)
00 +0200 @@ -38,7 +38,7 @@ ]), [EMAIL PROTECTED]) AC_CONFIG_AUX_DIR([build-aux]) - -AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_MACRO_DIR([guile-config]) AC_CONFIG_SRCDIR(GUILE-VERSION) AM_INIT_AUTOMAKE([gnu no-define check-news]) Marijn - -- Marijn Schouten (hkBst), Gentoo Lisp project,

Re: letrec bug

2008-11-03 Thread Marijn Schouten (hkBst)
Ludovic � wrote: > Hello, > > "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes: > >> invoke.scm -e "(let ((x 1)) (letrec ((x 32) (y x)) y))" > > Could you make a copy of `invoke.scm' available? :-) > > Thanks, > Ludo'.

Re: letrec bug

2008-10-30 Thread Marijn Schouten (hkBst)
uses are permitted as well. For details, see the file `COPYING', which is included in the SCM distribution. There is no warranty, to the extent permitted by law. This executable was loaded from "/usr/bin/scm" 32 sigscheme 0.8.3 sscm> 1 sscm> sisc is unavailable stklos (ver

Re: begin oddities

2008-09-24 Thread Marijn Schouten (hkBst)
: In file "standard input", line 2: Mixed definitions and > expressio > ns in (begin (define x 0) (+ x 1)). > ABORT: (syntax-error) - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -BE

Re: big number printout

2008-07-04 Thread Marijn Schouten (hkBst)
oaded from "/usr/bin/scm" 40816513889983670.0#f sigscheme 0.8.3 Error: in read: ill-formatted number: #d40816513889983671.0 Error: known bug: ready? operation is not supported on this port sscm> sisc is unavailable stklos (version 0.98) 4.08165138899837e+16#t TinyScheme 1.39 > 4.08

Re: big number printout

2008-07-02 Thread Marijn Schouten (hkBst)
89983671<--- integers are not rounded > > FWIW, Bigloo and Ikarus behave similarly, and I don't think there's much > that can be done. As I understand it, Bill's test shows that the internal representation does not lose any precision, even though the exterior repres

Re: Bug 17344 lives

2008-05-08 Thread Marijn Schouten (hkBst)
x27;t have too many reminders.) | | Regards, | Neil | [1]: http://bugs.gentoo.org/attachment.cgi?id=145645 [2]: http://bugs.gentoo.org/show_bug.cgi?id=212723 Marijn - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode ---

Re: guile -c "(scheme-report-environment 5)" ==> ERROR: Unbound variable: scheme-report-environment

2008-03-18 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Jerram wrote: | "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes: | |> Hi list, |> |> Using guile-1.8.4 I get: |> |> $ guile -c "(scheme-report-environment 5)" |> ERROR: Unbound variab

guile -c "(scheme-report-environment 5)" ==> ERROR: Unbound variable: scheme-report-environment

2008-03-13 Thread Marijn Schouten (hkBst)
vironment 5)) 6 guile> Marijn - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enig

Re: sleep 999 after tests

2007-08-17 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludovic � wrote: > Hi, > > "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes: > >> This test depends on networking being enabled. > > Then we should just make the test conditional, using `(provided? > &#x

Re: sleep 999 after tests

2007-08-17 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Ryde wrote: > [belated followup] > > Marijn Schouten <[EMAIL PROTECTED]> writes: >> the two sleep 999's in test-suite/tests/popen.test are really annoying. Is >> there any good reason for them to be there?

sleep 999 after tests

2007-05-29 Thread Marijn Schouten
(close-port (cdr pair)) ;; write side (and (char? (read-char (car pair))) ;; wait for child to do its thing (catch 'system-error Marijn -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DB

networking tests run when networking is disabled

2007-05-25 Thread Marijn Schouten (hkBst)
nbound-variable #f "Unbound variable: ~S" (ntohl) #f)) ERROR: socket.test: ntohl: 2^1024 - arguments: ((unbound-variable #f "Unbound variable: ~S" (ntohl) #f)) Marijn -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigm

Re: (case ...)

2007-05-23 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludovic � wrote: > Hi, > > "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes: > >> define (num->bool i) >> (case i >> ('0 #f) >> ('1 #t))) > > Is this valid

Re: (case ...)

2007-05-22 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marijn Schouten (hkBst) wrote: > Hi list, > > it seems that stklos and guile have some problems with (case ...). I concocted > the following testcase: Sorry about that. The duplicate quote clauses in (case ...) make my code invalid. I

(case ...)

2007-05-22 Thread Marijn Schouten (hkBst)
;> - rewrite-case-clauses - compile-case - compile-user-lambda - = - ... Set shell variable STKLOS_FRAMES to set visible frames EXIT elk: #t #f #t #f Marijn -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

guile-1.8.1 fails test on x86 when regex or networking is disabled

2007-01-30 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, guile-1.8.1 fails test on x86 when regex or networking is disabled. For more info see http://bugs.gentoo.org/show_bug.cgi?id=164266 Marijn -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.1 (GNU/Linux) Comment: Using GnuPG with Mozilla

guile-1.8.1 fails with "--enable-deprecated --disable-discouraged"

2007-01-28 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, not sure if you want to do anything about this, but just letting you know that guile-1.8.1 fails to compile with configure options "--enable-deprecated --disable-discouraged". Marijn -BEGIN PGP SIGNATURE- Version: GnuPG v

Re: guile-1.8.1 fails test on amd64

2007-01-25 Thread Marijn Schouten (hkBst)
thread after error 2147483647) PASS: gmtime: (in another thread after error 9223372036854775807) PASS: gmtime: (in another thread after error -1) PASS: gmtime: (in another thread after error -2147483648) PASS: gmtime: (in another thread after error -9223372036854775808) Marijn PS I did have threads enab

guile-1.8.1 fails test on amd64

2007-01-25 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Running tests on guile-1.8.1 on amd64 fails because of warnings about conversions being treated as errors. My subscription to this list doesn't seem to be working, so please CC me. cc1: warnings being treated as errors test-conversion.c: In function

Re: guile-1.8.1 fails test on amd64

2007-01-23 Thread Marijn Schouten (hkBst)
built guile without thread support. > Hopefully, this will reproduce the error message. Then you can try to > identity which sub-test from that file leads to that error, and finally > reproduce the very invocation that reproduces it. Having a look at this now. > Good luck! :-) Than

Re: guile-1.8.1 fails test on amd64

2007-01-23 Thread Marijn Schouten (hkBst)
s :) What exactly do you want to know? Marijn PS No need to CC me anymore -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFtiaQp/VmCx0OL2wRAkgOAJ9zetlE06SMrD/pKJSKyO3yVhHTFACgqJNq wjuYh9mYux7WU9GkKj7jDdo= =tFI

Re: guile-1.8.1 fails test on amd64

2007-01-22 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With the nice --disable-error-on-warning switch I get the following results when running tests on my amd64 Gentoo box. >>> Test phase [check]: dev-scheme/guile-1.8.1 Making check in oop make[1]: Entering directory `/var/tmp/portage/dev-scheme/guile-1.