guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build failure (stable-2.0, "make distcheck")


From: Andreas Rottmann
Subject: Re: Build failure (stable-2.0, "make distcheck")
Date: Wed, 02 Jan 2013 13:07:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Hi Andreas,
>
> Andreas Rottmann <address@hidden> 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 ‘makeinfo’ installed so I don’t see
> why it wouldn’t 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
-- 
Andreas Rottmann -- <http://rotty.xx.vu/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]