emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#15640: closed (make failure when creating bootstra


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15640: closed (make failure when creating bootstrap-graph.png)
Date: Fri, 18 Oct 2013 21:41:02 +0000

Your message dated Fri, 18 Oct 2013 23:40:09 +0200
with message-id <address@hidden>
and subject line Re: bug#15640: make failure when creating bootstrap-graph.png
has caused the debbugs.gnu.org bug report #15640,
regarding make failure when creating bootstrap-graph.png
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15640: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15640
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: make failure when creating bootstrap-graph.png Date: Thu, 17 Oct 2013 18:05:05 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)
Hello Guix,

>From a fresh checkout of the guix source, a vpath build fails when
trying to create doc/images/bootstrap-graph.png:

$ git clone git://git.savannah.gnu.org/guix.git
[...]
$ cd guix && ./bootstrap
[...]
$ mkdir build && cd build && ../configure
[...]
$ make
[...]
/bin/bash /tmp/guix/build-aux/missing dot -Tpng -Gratio=.9 -Gnodesep=.005 
-Granksep=.00005 -Nfontsize=9 -Nheight=.1 -Nwidth=.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
$ ls doc
$ mkdir doc/images
$ make
[...]
$ echo $?
0

After configure I don't see a "doc" directory, so it's being created at
some point, but it looks like the doc/images directory isn't being
created before make wants to put bootstra-graph.png there.

I don't recall running into this problem a couple days ago.

-- 
`~Eric




--- End Message ---
--- Begin Message --- Subject: Re: bug#15640: make failure when creating bootstrap-graph.png Date: Fri, 18 Oct 2013 23:40:09 +0200 User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)
Eric Bavier <address@hidden> skribis:

> address@hidden (Ludovic Courtès) writes:
>
>> Eric Bavier <address@hidden> skribis:
>>
>>> $ mkdir build && cd build && ../configure
>>> [...]
>>> $ make
>>> [...]
>>> /bin/bash /tmp/guix/build-aux/missing dot -Tpng -Gratio=.9
>>> -Gnodesep=.005 -Granksep=.00005 -Nfontsize=9 -Nheight=.1 -Nwidth=.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?
>
> Confirmed.  Fixed.

Thanks,
Ludo'.


--- End Message ---

reply via email to

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