From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.bugs Subject: Can't build current CVS snapshot! Date: Tue, 12 Nov 2002 09:33:14 -0500 Sender: bug-guile-admin@gnu.org Message-ID: Reply-To: Mikael Djurfeldt NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037112193 15257 80.91.224.249 (12 Nov 2002 14:43:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 12 Nov 2002 14:43:13 +0000 (UTC) Cc: djurfeldt@nada.kth.se Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18BcFy-0003xT-00 for ; Tue, 12 Nov 2002 15:43:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BcHX-0007iW-00; Tue, 12 Nov 2002 09:44:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Bc6S-0001Dm-00 for bug-guile@gnu.org; Tue, 12 Nov 2002 09:33:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Bc6O-0001DD-00 for bug-guile@gnu.org; Tue, 12 Nov 2002 09:33:20 -0500 Original-Received: from kvast.blakulla.net ([213.212.20.77]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Bc6O-0001D8-00 for bug-guile@gnu.org; Tue, 12 Nov 2002 09:33:16 -0500 Original-Received: from linnaeus ([18.42.2.46]) by kvast.blakulla.net with esmtp (Exim 3.36 #1 (Debian)) id 18Bc6N-0006H5-00; Tue, 12 Nov 2002 15:33:15 +0100 Original-Received: from mdj by linnaeus with local (Exim 3.36 #1 (Debian)) id 18Bc6M-0005ec-00; Tue, 12 Nov 2002 09:33:14 -0500 Original-To: bug-guile@gnu.org Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:564 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:564 I have a very strange build problem with the current CVS snapshot. goops.info refuses to build because makeinfo can't find the @image hierarchy.txt (see compile log below). It seem to me like makeinfo only looks for the image file in the current directory, which fails if we have a separate build tree... I would have expected makeinfo to look for it in its include path, but separate tests indicate that it doesn't (makeinfo bug?). Presumably we need to run makeinfo in the source tree instead of the build tree... make[2]: Entering directory `/usr/local/guile/obj/sys-guile-core/doc/goops' /bin/sh /usr/local/guile/guile-core-new/missing --run makeinfo -I ../../../../guile-core-new/doc/goops \ -o goops.info `test -f '../../../../guile-core-new/doc/goops/goops.texi' || echo '../../../../guile-core-new/doc/goops/'`../../../../guile-core-new/doc/goops/goops.texi ../../../../guile-core-new/doc/goops/goops.texi:2660: warning: unlikely character ( in @var. ../../../../guile-core-new/doc/goops/goops.texi:2660: warning: unlikely character ) in @var. ../../../../guile-core-new/doc/goops/goops.texi:2660: warning: unlikely character ( in @var. ../../../../guile-core-new/doc/goops/goops.texi:2660: warning: unlikely character ) in @var. ../../../../guile-core-new/doc/goops/goops.texi:2691: warning: unlikely character ( in @var. ../../../../guile-core-new/doc/goops/goops.texi:2691: warning: unlikely character ) in @var. ../../../../guile-core-new/doc/goops/goops.texi:2691: warning: unlikely character ( in @var. ../../../../guile-core-new/doc/goops/goops.texi:2691: warning: unlikely character ) in @var. ../../../../guile-core-new/doc/goops/goops-tutorial.texi:183: @image file `hierarchy.txt' (for text) unreadable: No such file or directory. makeinfo: Removing output file `goops.info' due to errors; use --force to preserve. make[2]: *** [goops.info] Error 1 make[2]: Leaving directory `/usr/local/guile/obj/sys-guile-core/doc/goops' _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile