GNU bug report logs -
#15640
make failure when creating bootstrap-graph.png
Previous Next
Reported by: Eric Bavier <ericbavier <at> gmail.com>
Date: Thu, 17 Oct 2013 23:09:02 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#15640: make failure when creating bootstrap-graph.png
which was filed against the guix package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 15640 <at> debbugs.gnu.org.
--
15640: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15640
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Eric Bavier <ericbavier <at> gmail.com> skribis:
> ludo <at> gnu.org (Ludovic Courtès) writes:
>
>> Eric Bavier <ericbavier <at> gmail.com> 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'.
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 11 years and 281 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.