Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.
This repository was archived by the owner on May 6, 2021. It is now read-only.

build task fails with dependency requirement of 'dot' #43

Description

@sbose78

On executing bundle exec jekyll build

The following output is seen:

Configuration file: /home/shoubhik/almighty/almighty-devdoc/_config.yml
            Source: /home/shoubhik/almighty/almighty-devdoc
       Destination: /home/shoubhik/almighty/almighty-devdoc/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
asciidoctor-diagram: ERROR: Failed to generate image: Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute



asciidoctor-diagram: ERROR: Failed to generate image: Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute
                    done in 20.365 seconds.
 Auto-regeneration: disabled. Use --watch to enable.Configuration file: /home/shoubhik/almighty/almighty-devdoc/_config.yml
            Source: /home/shoubhik/almighty/almighty-devdoc
       Destination: /home/shoubhik/almighty/almighty-devdoc/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
asciidoctor-diagram: ERROR: Failed to generate image: Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute



asciidoctor-diagram: ERROR: Failed to generate image: Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute
                    done in 20.365 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

As a workaround:
Did the following and it worked:
yum install 'graphviz*'

and then executed the build command to get the following clean output:

[shoubhik@dhcp35-156 almighty-devdoc]$ bundle exec jekyll build
Configuration file: /home/shoubhik/almighty/almighty-devdoc/_config.yml
            Source: /home/shoubhik/almighty/almighty-devdoc
       Destination: /home/shoubhik/almighty/almighty-devdoc/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
                    done in 0.306 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions