bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile 1.6.3 documentation installation problem, Solaris 8, gcc 3.2.1


From: Marius Vollmer
Subject: Re: guile 1.6.3 documentation installation problem, Solaris 8, gcc 3.2.1 {PS}
Date: 03 Feb 2003 20:31:17 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Andrew Koenig <address@hidden> writes:

> I just tried building up the input file by hand that
> snarf-check-and-output-texi expects, and running it through
> snarf-check-and-output-texi to see what it does.  The output:
> 
> $ snarf-check-and-output-texi </tmp/guile-doc
> 
> ;;; WARNING (no code for module (ice-9 match))
> ERROR: unrecognized defmodule argument (:export (snarf-check-and-output-texi))
That should be something like

  $ GUILE="../pre-inst-guile" ../scripts/snarf-check-and-output-texi

i.e., the script should use the about-to-be-installed version of
Guile, not the one already installed in the system.  

>From your build logs, I see that
/tmp/build-gnu5877/guile-1.6.3/pre-inst-guile is used, which seems
correct.  Does pre-inst-guile work on your system?

> It does the same thing with an empty input file.  So it appears that
> the guile that is built fails to handle snarf-check-and-output-texi,

It might also be that the guile that is built is not used to run
snarf-check-and-output-texi.  Can you try to figure out which is guile
is actually run, and why?

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

[Prev in Thread] Current Thread [Next in Thread]