From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Re: Problem generating documentation Date: Wed, 28 Oct 2009 09:49:07 +0100 Message-ID: <878wevlx8c.fsf@gnu.org> References: <873a59rx0h.fsf@ossau.uklinux.net> <878wexyhyn.fsf@gnu.org> <8763a0lejq.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1256719843 13389 80.91.229.12 (28 Oct 2009 08:50:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2009 08:50:43 +0000 (UTC) Cc: bug-guile@gnu.org, Neil Jerram To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Oct 28 09:50:36 2009 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N34Ek-0005w1-Ge for guile-bugs@m.gmane.org; Wed, 28 Oct 2009 09:50:36 +0100 Original-Received: from localhost ([127.0.0.1]:36225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N34Ek-0007Xi-27 for guile-bugs@m.gmane.org; Wed, 28 Oct 2009 04:50:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N34DT-0006dE-25 for bug-guile@gnu.org; Wed, 28 Oct 2009 04:49:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N34DO-0006aL-12 for bug-guile@gnu.org; Wed, 28 Oct 2009 04:49:14 -0400 Original-Received: from [199.232.76.173] (port=58645 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N34DN-0006aG-T5 for bug-guile@gnu.org; Wed, 28 Oct 2009 04:49:09 -0400 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:45649) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1N34DN-0002nd-BE for bug-guile@gnu.org; Wed, 28 Oct 2009 04:49:09 -0400 X-IronPort-AV: E=Sophos;i="4.44,638,1249250400"; d="scan'208";a="39079188" Original-Received: from laptop-147-210-128-170.labri.fr (HELO nixey) ([147.210.128.170]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 28 Oct 2009 09:49:07 +0100 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 7 Brumaire an 218 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Andy Wingo's message of "Wed, 28 Oct 2009 00:21:50 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4354 Archived-At: Hi, Andy Wingo writes: > I think the deal was that it used to be generated, and in the root. But > I changed it to be not generated, and in the meta/. But this error was > coming from Scheme; perhaps there was a issue with load path issue > whereby guile-tools was loaded from a path and not absolutely? Yes, I think so. It=E2=80=99s run as =E2=80=9C./meta/uninstalled-env guile= -tools=E2=80=9D and somehow it seems that $top_builddir ended up before $top_builddir/meta in $PATH (don=E2=80=99t ask me why :-)). Thanks, Ludo=E2=80=99.