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

2013-01-07 Thread Andreas Rottmann
l...@gnu.org (Ludovic Courtès) writes: > Andreas Rottmann skribis: > >> 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 "

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

2013-01-02 Thread Ludovic Courtès
Andreas Rottmann skribis: > 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

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

2013-01-02 Thread Andreas Rottmann
l...@gnu.org (Ludovic Courtès) 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 t

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

2013-01-02 Thread Ludovic Courtès
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?