From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#15640: make failure when creating bootstrap-graph.png Date: Fri, 18 Oct 2013 22:07:41 +0200 Message-ID: <87k3haibqq.fsf@gnu.org> References: <8738nz7b32.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXGLB-0005P6-T9 for bug-guix@gnu.org; Fri, 18 Oct 2013 16:08:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXGL4-0003EQ-ER for bug-guix@gnu.org; Fri, 18 Oct 2013 16:08:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:43226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXGL4-0003EJ-5Z for bug-guix@gnu.org; Fri, 18 Oct 2013 16:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VXGL3-0000H4-NG for bug-guix@gnu.org; Fri, 18 Oct 2013 16:08:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8738nz7b32.fsf@gmail.com> (Eric Bavier's message of "Thu, 17 Oct 2013 18:05:05 -0500") 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: Eric Bavier Cc: 15640@debbugs.gnu.org Hi, Eric Bavier skribis: > $ mkdir build && cd build && ../configure > [...] > $ make > [...] > /bin/bash /tmp/guix/build-aux/missing dot -Tpng -Gratio=3D.9 -Gnodesep=3D= .005 -Granksep=3D.00005 -Nfontsize=3D9 -Nheight=3D.1 -Nwidth=3D.1 < "../doc= /images/bootstrap-graph.dot" > "doc/images/bootstrap-graph.png.tmp" > /bin/bash: doc/images/bootstrap-graph.png.tmp: File or directory not found > Makefile:3318: recipe for target 'doc/images/bootstrap-graph.png' failed > make[2]: *** [doc/images/bootstrap-graph.png] Error 1 I believe commit 02c72d1 fixes it; can you confirm? Previously this would work when $(top_srcdir) =3D $(top_builddir) and fail otherwise. Thanks, Ludo=E2=80=99.