unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15640: make failure when creating bootstrap-graph.png
@ 2013-10-17 23:05 Eric Bavier
  2013-10-18 20:07 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Bavier @ 2013-10-17 23:05 UTC (permalink / raw)
  To: 15640

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#15640: make failure when creating bootstrap-graph.png
  2013-10-17 23:05 bug#15640: make failure when creating bootstrap-graph.png Eric Bavier
@ 2013-10-18 20:07 ` Ludovic Courtès
       [not found]   ` <87vc0u46qh.fsf@gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2013-10-18 20:07 UTC (permalink / raw)
  To: Eric Bavier; +Cc: 15640

Hi,

Eric Bavier <ericbavier@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?

Previously this would work when $(top_srcdir) = $(top_builddir) and fail
otherwise.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#15640: make failure when creating bootstrap-graph.png
       [not found]   ` <87vc0u46qh.fsf@gmail.com>
@ 2013-10-18 21:40     ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2013-10-18 21:40 UTC (permalink / raw)
  To: Eric Bavier; +Cc: 15640-done

Eric Bavier <ericbavier@gmail.com> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Eric Bavier <ericbavier@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'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-18 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-17 23:05 bug#15640: make failure when creating bootstrap-graph.png Eric Bavier
2013-10-18 20:07 ` Ludovic Courtès
     [not found]   ` <87vc0u46qh.fsf@gmail.com>
2013-10-18 21:40     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).