All of lore.kernel.org
 help / color / mirror / Atom feed
* Doubt regarding Sphinx build
@ 2017-03-25 15:22 sayli karnik
  2017-03-25 15:33 ` [Outreachy kernel] " Alexander Alemayhu
  2017-03-25 18:53 ` Fwd: " sayli karnik
  0 siblings, 2 replies; 5+ messages in thread
From: sayli karnik @ 2017-03-25 15:22 UTC (permalink / raw)
  To: outreachy-kernel

I was trying to build Sphinx documentation. I ran 'make htmldocs'.
It gives me this:

  SPHINX  htmldocs -->
file:///home/sayli/git/kernels/staging/Documentation/output
  DOT     Documentation/media/uapi/v4l/pipeline.dot
/bin/sh: 1: dot: not found
Documentation/media/Makefile:45: recipe for target
'Documentation/media/uapi/v4l/pipeline.svg' failed
make[2]: *** [Documentation/media/uapi/v4l/pipeline.svg] Error 1
Documentation/Makefile.sphinx:70: recipe for target 'htmldocs' failed
make[1]: *** [htmldocs] Error 2
Makefile:1452: recipe for target 'htmldocs' failed
make: *** [htmldocs] Error 2

Am i missing something?

thanks,
sayli


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

* Re: [Outreachy kernel] Doubt regarding Sphinx build
  2017-03-25 15:22 Doubt regarding Sphinx build sayli karnik
@ 2017-03-25 15:33 ` Alexander Alemayhu
  2017-03-25 20:58   ` sayli karnik
  2017-03-25 18:53 ` Fwd: " sayli karnik
  1 sibling, 1 reply; 5+ messages in thread
From: Alexander Alemayhu @ 2017-03-25 15:33 UTC (permalink / raw)
  To: sayli karnik; +Cc: outreachy-kernel

On Sat, Mar 25, 2017 at 08:52:42PM +0530, sayli karnik wrote:
> I was trying to build Sphinx documentation. I ran 'make htmldocs'.
> It gives me this:
> 
>   SPHINX  htmldocs -->
> file:///home/sayli/git/kernels/staging/Documentation/output
>   DOT     Documentation/media/uapi/v4l/pipeline.dot
> /bin/sh: 1: dot: not found
> Documentation/media/Makefile:45: recipe for target
> 'Documentation/media/uapi/v4l/pipeline.svg' failed
> make[2]: *** [Documentation/media/uapi/v4l/pipeline.svg] Error 1
> Documentation/Makefile.sphinx:70: recipe for target 'htmldocs' failed
> make[1]: *** [htmldocs] Error 2
> Makefile:1452: recipe for target 'htmldocs' failed
> make: *** [htmldocs] Error 2
> 
> Am i missing something?
>
graphviz. 

-- 
Mit freundlichen Gr��en

Alexander Alemayhu


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

* Fwd: Doubt regarding Sphinx build
  2017-03-25 15:22 Doubt regarding Sphinx build sayli karnik
  2017-03-25 15:33 ` [Outreachy kernel] " Alexander Alemayhu
@ 2017-03-25 18:53 ` sayli karnik
  1 sibling, 0 replies; 5+ messages in thread
From: sayli karnik @ 2017-03-25 18:53 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Jonathan Corbet

---------- Forwarded message ----------
From: sayli karnik <karniksayli1995@gmail.com>
Date: Sat, Mar 25, 2017 at 8:52 PM
Subject: Doubt regarding Sphinx build
To: outreachy-kernel <outreachy-kernel@googlegroups.com>


I was trying to build Sphinx documentation. I ran 'make htmldocs'.
It gives me this:

  SPHINX  htmldocs -->
file:///home/sayli/git/kernels/staging/Documentation/output
  DOT     Documentation/media/uapi/v4l/pipeline.dot
/bin/sh: 1: dot: not found
Documentation/media/Makefile:45: recipe for target
'Documentation/media/uapi/v4l/pipeline.svg' failed
make[2]: *** [Documentation/media/uapi/v4l/pipeline.svg] Error 1
Documentation/Makefile.sphinx:70: recipe for target 'htmldocs' failed
make[1]: *** [htmldocs] Error 2
Makefile:1452: recipe for target 'htmldocs' failed
make: *** [htmldocs] Error 2

Am i missing something?

thanks,
sayli


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

* Re: [Outreachy kernel] Doubt regarding Sphinx build
  2017-03-25 15:33 ` [Outreachy kernel] " Alexander Alemayhu
@ 2017-03-25 20:58   ` sayli karnik
  2017-03-25 21:32     ` Alexander Alemayhu
  0 siblings, 1 reply; 5+ messages in thread
From: sayli karnik @ 2017-03-25 20:58 UTC (permalink / raw)
  To: Alexander Alemayhu; +Cc: outreachy-kernel, Jonathan Corbet

On Sat, Mar 25, 2017 at 9:03 PM, Alexander Alemayhu
<alexander@alemayhu.com> wrote:
> On Sat, Mar 25, 2017 at 08:52:42PM +0530, sayli karnik wrote:
>> I was trying to build Sphinx documentation. I ran 'make htmldocs'.
>> It gives me this:
>>
>>   SPHINX  htmldocs -->
>> file:///home/sayli/git/kernels/staging/Documentation/output
>>   DOT     Documentation/media/uapi/v4l/pipeline.dot
>> /bin/sh: 1: dot: not found
>> Documentation/media/Makefile:45: recipe for target
>> 'Documentation/media/uapi/v4l/pipeline.svg' failed
>> make[2]: *** [Documentation/media/uapi/v4l/pipeline.svg] Error 1
>> Documentation/Makefile.sphinx:70: recipe for target 'htmldocs' failed
>> make[1]: *** [htmldocs] Error 2
>> Makefile:1452: recipe for target 'htmldocs' failed
>> make: *** [htmldocs] Error 2
>>
>> Am i missing something?
>>
> graphviz.
>
I ran 'pip install graphviz'. But 'make htmldocs' still gives the same errors.
> --
> Mit freundlichen Grüßen
>
> Alexander Alemayhu


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

* Re: [Outreachy kernel] Doubt regarding Sphinx build
  2017-03-25 20:58   ` sayli karnik
@ 2017-03-25 21:32     ` Alexander Alemayhu
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Alemayhu @ 2017-03-25 21:32 UTC (permalink / raw)
  To: sayli karnik; +Cc: outreachy-kernel, Jonathan Corbet

On Sun, Mar 26, 2017 at 02:28:53AM +0530, sayli karnik wrote:
> >
> I ran 'pip install graphviz'. But 'make htmldocs' still gives the same errors.

If your distro has a package manger use that instead. What you have installed is
a python interface which will not provide the dot executable that is missing on
your machine.

-- 
Mit freundlichen Gr��en

Alexander Alemayhu


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

end of thread, other threads:[~2017-03-25 21:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-25 15:22 Doubt regarding Sphinx build sayli karnik
2017-03-25 15:33 ` [Outreachy kernel] " Alexander Alemayhu
2017-03-25 20:58   ` sayli karnik
2017-03-25 21:32     ` Alexander Alemayhu
2017-03-25 18:53 ` Fwd: " sayli karnik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.