From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: what am I doing wrong building 1.8? Date: Mon, 13 Aug 2007 23:27:42 +0200 Message-ID: <874pj3w2ep.fsf@pobox.com> References: <87absvw325.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187040486 12724 80.91.229.12 (13 Aug 2007 21:28:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2007 21:28:06 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Aug 13 23:28:03 2007 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IKhSA-0006Ns-Fm for guile-devel@m.gmane.org; Mon, 13 Aug 2007 23:27:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKhS9-0003xL-Cy for guile-devel@m.gmane.org; Mon, 13 Aug 2007 17:27:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKhS4-0003wf-7N for guile-devel@gnu.org; Mon, 13 Aug 2007 17:27:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKhS1-0003wG-SA for guile-devel@gnu.org; Mon, 13 Aug 2007 17:27:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKhS1-0003wD-MJ for guile-devel@gnu.org; Mon, 13 Aug 2007 17:27:49 -0400 Original-Received: from ambient.dashsystems.com ([216.27.85.7] helo=kettle.ambient-hosting.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKhS0-0004Gx-L7 for guile-devel@gnu.org; Mon, 13 Aug 2007 17:27:49 -0400 Original-Received: from localhost.localdomain (ambient-hosting.net [10.1.6.1]) by kettle.ambient-hosting.net (Postfix) with ESMTP id 936F688078 for ; Mon, 13 Aug 2007 17:27:44 -0400 (EDT) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 1808B1189FE; Mon, 13 Aug 2007 23:27:43 +0200 (CEST) In-Reply-To: <87absvw325.fsf@pobox.com> (Andy Wingo's message of "Mon\, 13 Aug 2007 23\:13\:38 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6684 Archived-At: A followup problem: [Should these go to bug-guile or something?] make[3]: Entering directory `/home/wingo/src/guile-1.8/doc/ref' GUILE="/home/wingo/src/guile-1.8/pre-inst-guile" ../../scripts/snarf-guile-m4-docs ../../guile-config/guile.m4 > ./autoconf-macros.texi restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/bash /home/wingo/src/guile-1.8/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in guile.info guile.info-[0-9] guile.info-[0-9][0-9] guile.i[0-9] guile.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/bash /home/wingo/src/guile-1.8/build-aux/missing --run makeinfo -I . \ -o guile.info guile.texi; \ then \ rc=0; \ cd .; \ else \ rc=$?; \ cd . && \ $restore $backupdir/* `echo "./guile.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc guile.texi:9: @include `version.texi': No such file or directory. guile.texi:27: warning: undefined flag: VERSION. guile.texi:164: warning: undefined flag: VERSION. /home/wingo/src/guile-1.8/doc/ref//preface.texi:15: warning: undefined flag: VERSION. /home/wingo/src/guile-1.8/doc/ref//intro.texi:72: warning: undefined flag: VERSION. /home/wingo/src/guile-1.8/doc/ref//intro.texi:75: warning: undefined flag: VERSION. /home/wingo/src/guile-1.8/doc/ref//intro.texi:80: warning: undefined flag: VERSION. /home/wingo/src/guile-1.8/doc/ref//intro.texi:83: warning: undefined flag: VERSION. /home/wingo/src/guile-1.8/doc/ref//intro.texi:89: warning: undefined flag: VERSION. makeinfo: Removing output file `guile.info' due to errors; use --force to preserve. make[3]: *** [guile.info] Error 1 make[3]: Leaving directory `/home/wingo/src/guile-1.8/doc/ref' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/wingo/src/guile-1.8/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/wingo/src/guile-1.8' make: *** [all] Error 2 If I pass --enable-maintainer-mode to configure this problem goes away, and the build completes. Is this expected? Regards, Andy. -- http://wingolog.org/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel