Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 843296 - dev-ruby/asciidoctor-diagram-2.0.5-r1 fails tests
Summary: dev-ruby/asciidoctor-diagram-2.0.5-r1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-08 12:32 UTC by Agostino Sarubbo
Modified: 2022-07-25 05:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,201.74 KB, text/plain)
2022-05-08 12:32 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-05-08 12:32:01 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/asciidoctor-diagram-2.0.5-r1 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-08 12:32:03 UTC
Created attachment 777527 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-08 12:32:04 UTC
Error(s) that match a know pattern:


        asciidoctor: FAILED: <stdin>: Failed to load AsciiDoc document - Could not find the 'convert' executable in PATH; add it to the PATH or specify its location using the 'convert' document attribute
        asciidoctor: FAILED: <stdin>: Failed to load AsciiDoc document - Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute
        asciidoctor: FAILED: <stdin>: Failed to load AsciiDoc document - Could not find the 'gnuplot' executable in PATH; add it to the PATH or specify its location using the 'gnuplot' document attribute
       asciidoctor: FAILED: <stdin>: Failed to load AsciiDoc document - Could not find the 'gnuplot' executable in PATH; add it to the PATH or specify its location using the 'gnuplot' document attribute
        asciidoctor: FAILED: <stdin>: Failed to load AsciiDoc document - Could not find the 'lilypond' executable in PATH; add it to the PATH or specify its location using the 'lilypond' document attribute
        asciidoctor: FAILED: <stdin>: Failed to load AsciiDoc document - Could not find the 'pdflatex' executable in PATH; add it to the PATH or specify its location using the 'pdflatex' document attribute
Caused by: java.io.IOException: error=2, No such file or directory
      #   Could not find the 'convert' executable in PATH; add it to the PATH or specify its location using the 'convert' document attribute
      #   Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute
      #   Could not find the 'gnuplot' executable in PATH; add it to the PATH or specify its location using the 'gnuplot' document attribute
     #   Could not find the 'gnuplot' executable in PATH; add it to the PATH or specify its location using the 'gnuplot' document attribute
      #   Could not find the 'lilypond' executable in PATH; add it to the PATH or specify its location using the 'lilypond' document attribute
      #   Could not find the 'pdflatex' executable in PATH; add it to the PATH or specify its location using the 'pdflatex' document attribute
      Failure/Error: raise "Could not find the #{cmd_names.map { |c| "'#{c}'" }.join(', ')} executable in PATH; add it to the PATH or specify its location using the '#{attr_names[0]}' document attribute"
     Failure/Error: raise "Could not find the #{cmd_names.map { |c| "'#{c}'" }.join(', ')} executable in PATH; add it to the PATH or specify its location using the '#{attr_names[0]}' document attribute"
.FFFFFFFFFFFFFFFF.FFFFFFFFFFFFFFFFFFFFFFFFFFFFF.FFFFFFFFFFFFFFFFFF.FFFFFFFFFFFFjava.io.IOException: Cannot run program "/opt/local/bin/dot": error=2, No such file or directory
java.io.IOException: Cannot run program "/opt/local/bin/dot": error=2, No such file or directory
      # RuntimeError:
      RuntimeError:
     # RuntimeError:
     RuntimeError:
Comment 3 Larry the Git Cow gentoo-dev 2022-06-03 18:44:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f4cffb98b5e0f3fdd35c93f4e3307de8fbb701

commit 23f4cffb98b5e0f3fdd35c93f4e3307de8fbb701
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-06-03 18:33:37 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-06-03 18:43:55 +0000

    net-libs/nodejs: add 14.19.3, 16.15.1, 18.3.0, sync live
    
    Closes: https://bugs.gentoo.org/848777
    Bug: https://bugs.gentoo.org/845261
    Closes: https://bugs.gentoo.org/843296
    Closes: https://github.com/gentoo/gentoo/pulls/25418
    Bug: https://bugs.gentoo.org/787158
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 net-libs/nodejs/Manifest               |   3 +
 net-libs/nodejs/nodejs-14.19.3.ebuild  | 227 +++++++++++++++++++++++++++++++++
 net-libs/nodejs/nodejs-16.15.1.ebuild  | 219 +++++++++++++++++++++++++++++++
 net-libs/nodejs/nodejs-18.3.0.ebuild   | 219 +++++++++++++++++++++++++++++++
 net-libs/nodejs/nodejs-99999999.ebuild |  13 +-
 5 files changed, 669 insertions(+), 12 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2022-07-25 05:23:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071a237743d74ea98f2fbf65bc1ea53722b02420

commit 071a237743d74ea98f2fbf65bc1ea53722b02420
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2022-07-24 08:37:48 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2022-07-25 05:14:20 +0000

    dev-ruby/asciidoctor-diagram: add missing test deps
    
    Closes: https://bugs.gentoo.org/843296
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5-r1.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)