From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18701: Intermittent build failures for man-pages Date: Mon, 13 Oct 2014 02:23:36 -0400 Message-ID: <87k344wkrb.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZ3B-0003lA-7P for bug-guix@gnu.org; Mon, 13 Oct 2014 02:24:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdZ34-0005BD-HQ for bug-guix@gnu.org; Mon, 13 Oct 2014 02:24:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:50821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZ34-0005B9-EY for bug-guix@gnu.org; Mon, 13 Oct 2014 02:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XdZ33-0004Vy-Vr for bug-guix@gnu.org; Mon, 13 Oct 2014 02:24:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZ2n-0003kh-Lv for bug-guix@gnu.org; Mon, 13 Oct 2014 02:23:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdZ2g-00058y-0g for bug-guix@gnu.org; Mon, 13 Oct 2014 02:23:45 -0400 Received: from world.peace.net ([96.39.62.75]:38785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZ2f-00058m-TQ for bug-guix@gnu.org; Mon, 13 Oct 2014 02:23:37 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18701@debbugs.gnu.org There are intermittent build failures for man-pages. See: http://hydra.gnu.org/job/gnu/master/man-pages-3.69.x86_64-linux http://hydra.gnu.org/job/gnu/master/man-pages-3.69.i686-linux The failures are the same: --8<---------------cut here---------------start------------->8--- starting phase `install' for i in man?; do \ install -d -m 755 /gnu/store/9jfk1pgn4jrh3nzs2fmvihfyj7aglajq-man-pages-3.69/share/man/"$i" || exit $?; \ install -m 644 "$i"/* /gnu/store/9jfk1pgn4jrh3nzs2fmvihfyj7aglajq-man-pages-3.69/share/man/"$i" || exit $?; \ done; \ install: cannot stat 'man6/*': No such file or directory Makefile:53: recipe for target 'install' failed make: *** [install] Error 1 --8<---------------cut here---------------end--------------->8--- Mark