From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.devel Subject: Re: Build failure (stable-2.0, "make distcheck") Date: Wed, 02 Jan 2013 13:07:44 +0100 Message-ID: <87k3rviy9b.fsf@delenn.home.rotty.xx.vu> References: <87vcbon2e7.fsf@delenn.home.rotty.xx.vu> <87y5gbbyw2.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1357128486 18182 80.91.229.3 (2 Jan 2013 12:08:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jan 2013 12:08:06 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jan 02 13:08:22 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TqN7M-0002R5-Lg for guile-devel@m.gmane.org; Wed, 02 Jan 2013 13:08:20 +0100 Original-Received: from localhost ([::1]:57004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqN77-0007Ob-Ju for guile-devel@m.gmane.org; Wed, 02 Jan 2013 07:08:05 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqN6y-0007Gr-A2 for guile-devel@gnu.org; Wed, 02 Jan 2013 07:08:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqN6s-0007tD-5G for guile-devel@gnu.org; Wed, 02 Jan 2013 07:07:56 -0500 Original-Received: from mout.gmx.net ([212.227.17.20]:56386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqN6r-0007sU-SZ for guile-devel@gnu.org; Wed, 02 Jan 2013 07:07:50 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Lx1nj-1SxqcX0ORF-016hk1 for ; Wed, 02 Jan 2013 13:07:48 +0100 Original-Received: (qmail invoked by alias); 02 Jan 2013 12:07:47 -0000 Original-Received: from 91-119-183-136.dynamic.xdsl-line.inode.at (EHLO cubox.home.rotty.xx.vu) [91.119.183.136] by mail.gmx.net (mp035) with SMTP; 02 Jan 2013 13:07:47 +0100 X-Authenticated: #3102804 X-Provags-ID: V01U2FsdGVkX19ZNkp4TuhZAr4CnbcaSCcP2aB3MV2D5O03GOQAa0 9qkmAK+eGI0JDD Original-Received: from delenn.home.rotty.xx.vu (delenn.home.rotty.xx.vu [IPv6:fdfb:599d:f328:2::6e]) by cubox.home.rotty.xx.vu (Postfix) with ESMTP id 84FFF1600A8; Wed, 2 Jan 2013 13:07:45 +0100 (CET) Original-Received: by delenn.home.rotty.xx.vu (Postfix, from userid 1000) id 4ACD9320160; Wed, 2 Jan 2013 13:07:45 +0100 (CET) In-Reply-To: <87y5gbbyw2.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Wed, 02 Jan 2013 12:35:57 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15362 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Andreas, > > Andreas Rottmann skribis: > >> mkdir: cannot create directory '.am27744': Permission denied >> ../../../doc/ref/guile.texi: No such file or directory >> make[5]: *** [../../../doc/ref/guile.info] Error 1 > > Normally guile.info is part of the tarball. Can you check whether this > is the case? (Apparently you have =E2=80=98makeinfo=E2=80=99 installed s= o I don=E2=80=99t see > why it wouldn=E2=80=99t be the case.) > It is the case; guile.info is present, but it seems that it's not newer that one of the sources it's built from: % tar --utc -tvf _build/guile-2.0.7.13-b5d83.tar.gz | grep -E '\.(info|texi= )$' | awk '{ print $4 " " $5 " " $6 }' | sort | tail -n2 2012-12-26 13:59 guile-2.0.7.13-b5d83/doc/ref/guile.info 2012-12-26 13:59 guile-2.0.7.13-b5d83/doc/ref/standard-library.texi Probably standard-library.texi is created just a tiny bit earlier than guile.info (in the same second). That might be the reason the build tries to run makeinfo inside the unpacked "dist" tarball? Regards, Rotty --=20 Andreas Rottmann --