GNU bug report logs - #14042
Guile 2.0.7 on Solaris 10

Previous Next

Package: guile;

Reported by: Marc Girod <marc.girod <at> gmail.com>

Date: Sat, 23 Mar 2013 16:05:01 UTC

Severity: normal

Tags: moreinfo

Done: Mark H Weaver <mhw <at> netris.org>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 14042 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Marc Girod <marc.girod <at> gmail.com>
Cc: 14042 <at> debbugs.gnu.org
Subject: Re: bug#14042: configure error for guile 2.0.7
Date: Sat, 13 Apr 2013 22:21:01 +0200
Marc Girod <marc.girod <at> gmail.com> skribis:

> ./test-language: !: not found
> FAIL: test-language

I believe the faulty line is this:

  ! guile -c "(= (funcall (symbol-function '+) 1 2) 3)" 2> /dev/null

Does it work if rewritten this way?

  if guile -c "(= (funcall (symbol-function '+) 1 2) 3)" 2> /dev/null
  then false
  else true

TIA,
Ludo’.




This bug report was last modified 10 years and 293 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.