From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lynn Winebarger Newsgroups: gmane.lisp.guile.bugs Subject: Re: cvs guile build/install problems Date: Mon, 1 Apr 2002 03:23:31 -0500 Sender: bug-guile-admin@gnu.org Message-ID: <0204010323310Y.17464@locke.free-expression.org> References: <02030414141506.10124@locke.free-expression.org> <878z8m29hw.fsf@zagadka.ping.de> <0203280230570L.17464@locke.free-expression.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1017650399 27538 127.0.0.1 (1 Apr 2002 08:39:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 08:39:59 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16rxM6-0007A3-00 for ; Mon, 01 Apr 2002 10:39:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rxLF-0003LU-00; Mon, 01 Apr 2002 03:39:05 -0500 Original-Received: from epimetheus.hosting4u.net ([209.15.2.70]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16rx96-0000am-00 for ; Mon, 01 Apr 2002 03:26:32 -0500 Original-Received: (qmail 23432 invoked from network); 1 Apr 2002 08:26:31 -0000 Original-Received: from leo.hosting4u.net (HELO free-expression.org) (209.15.2.51) by mail-gate.hosting4u.net with SMTP; 1 Apr 2002 08:26:31 -0000 Original-Received: from locke.free-expression.org ([156.56.122.31]) by free-expression.org ; Mon, 01 Apr 2002 02:26:26 -0600 Original-To: bug-guile@gnu.org X-Mailer: KMail [version 1.2] In-Reply-To: <0203280230570L.17464@locke.free-expression.org> X-Rcpt-To: Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.8 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:77 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:77 On Thursday 28 March 2002 02:30, Lynn Winebarger wrote: > I haven't tracked down the specific problem, but I can say that invoking > autogen.sh twice will install doc/tutorial/mdate-sh the second time (but > not the first when it's right out of CVS). It installs doc/ref/mdate-sh > the first time. I'm making a separate copy of the directory for building. I think this is a bug in automake (I've tried with 1.6 as well). It appears to be a dependency problem involving guile-tut.texi's inclusion of version.texi and the use of TEXINFO_TEX=../ref/texinfo.tex. The first run of automake puts mdate-sh in doc/ref, then texinfo.tex into doc/ref. In the second run of automake, mdate-sh gets installed in doc/tutorial. Maybe. I haven't actually tracked the bug down in automake. However, it looks like the Makefile.am in doc/tutorial conforms to automake's documentation, which would make this (by definition) a bug in automake. One other thing I noticed - doing a diff of the guile tree after 1 and 2 invocations of autogen.sh revealed another difference: mdate-sh and depcomp get added to DIST_COMMON only on the 2nd run. Lynn _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile