Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

HTML::Canvas::To::PDF #581

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module HTML::Canvas::To::PDF cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: HTML::Canvas::To::PDF
===> Found: HTML::Canvas::To::PDF:ver<0.0.2>:auth<github:p6-pdf> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: HTML::Canvas::To::PDF:ver<0.0.2>:auth<github:p6-pdf> to /home/alex/Blin/data/zef-data/tmp/1551239813.311.3085/HTML-Canvas-To-PDF-0.0.2.tar.gz
===> Extraction [OK]: HTML::Canvas::To::PDF to /home/alex/Blin/data/zef-data/store/HTML-Canvas-To-PDF-0.0.2.tar.gz
===> Testing: HTML::Canvas::To::PDF:ver<0.0.2>:auth<github:p6-pdf>
t/00-readme.t ............... ok
t/render-pdf-basic.t ........ ok
Unable to parse the pattern
unable to resolve font-name: courier:weight=bold
  in block  at /home/alex/Blin/installed/HTML::Canvas_0.0.7/sources/79297E3963C15A65CEB56DB09AEE597FC7B66D1C (HTML::Canvas::To::Cairo) line 37
falling back to mono-spaced font: /home/alex/Blin/installed/HTML::Canvas_0.0.7/resources/934B7A64D2B6806A6592BC9BE2BE532109A6A66D.ttf
  in block  at /home/alex/Blin/installed/HTML::Canvas_0.0.7/sources/79297E3963C15A65CEB56DB09AEE597FC7B66D1C (HTML::Canvas::To::Cairo) line 39
Unable to parse the pattern
stopped on page 1: unable to resolve font-name: courier:weight=bold
  in block  at t/render-pdf-test-sheets.t line 40
# Failed test 'completion of page 1'
# at t/render-pdf-test-sheets.t line 50
Unable to parse the pattern
unable to resolve font-name: arial:weight=bold
  in block  at /home/alex/Blin/installed/HTML::Canvas_0.0.7/sources/79297E3963C15A65CEB56DB09AEE597FC7B66D1C (HTML::Canvas::To::Cairo) line 37
falling back to mono-spaced font: /home/alex/Blin/installed/HTML::Canvas_0.0.7/resources/934B7A64D2B6806A6592BC9BE2BE532109A6A66D.ttf
  in block  at /home/alex/Blin/installed/HTML::Canvas_0.0.7/sources/79297E3963C15A65CEB56DB09AEE597FC7B66D1C (HTML::Canvas::To::Cairo) line 39
Unable to parse the pattern
stopped on page 2: unable to resolve font-name: arial:weight=bold
  in block  at t/render-pdf-test-sheets.t line 40
# Failed test 'completion of page 2'
# at t/render-pdf-test-sheets.t line 50
Unable to parse the pattern
unable to resolve font-name: courier:weight=bold
  in block  at /home/alex/Blin/installed/HTML::Canvas_0.0.7/sources/79297E3963C15A65CEB56DB09AEE597FC7B66D1C (HTML::Canvas::To::Cairo) line 37
falling back to mono-spaced font: /home/alex/Blin/installed/HTML::Canvas_0.0.7/resources/934B7A64D2B6806A6592BC9BE2BE532109A6A66D.ttf
  in block  at /home/alex/Blin/installed/HTML::Canvas_0.0.7/sources/79297E3963C15A65CEB56DB09AEE597FC7B66D1C (HTML::Canvas::To::Cairo) line 39
Unable to parse the pattern
unable to resolve font-name: courier:weight=bold
  in block  at /home/alex/Blin/installed/HTML::Canvas_0.0.7/sources/79297E3963C15A65CEB56DB09AEE597FC7B66D1C (HTML::Canvas::To::Cairo) line 37
falling back to mono-spaced font: /home/alex/Blin/installed/HTML::Canvas_0.0.7/resources/934B7A64D2B6806A6592BC9BE2BE532109A6A66D.ttf
  in block  at /home/alex/Blin/installed/HTML::Canvas_0.0.7/sources/79297E3963C15A65CEB56DB09AEE597FC7B66D1C (HTML::Canvas::To::Cairo) line 39
Unable to parse the pattern
stopped on page 8: unable to resolve font-name: courier:weight=bold
  in block  at t/render-pdf-test-sheets.t line 40
# Failed test 'completion of page 8'
# at t/render-pdf-test-sheets.t line 50
# Failed test 'pdf.save-as'
# at t/render-pdf-test-sheets.t line 682
# 'q' (Save) unmatched by closing 'Q' (Restore) at end of content stream
# Looks like you failed 4 tests of 13
t/render-pdf-test-sheets.t .. 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/13 subtests 
t/transforms.t .............. ok

Test Summary Report
-------------------
t/render-pdf-test-sheets.t (Wstat: 1024 Tests: 13 Failed: 4)
  Failed tests:  1, 3, 9, 13
  Non-zero exit status: 4
Files=4, Tests=36, 57 wallclock secs ( 0.03 usr  0.01 sys + 67.62 cusr  5.08 csys = 72.74 CPU)
Result: FAIL
===> Testing [FAIL]: HTML::Canvas::To::PDF:ver<0.0.2>:auth<github:p6-pdf>
Failed to get passing tests, but continuing with --force-test
===> Installing: HTML::Canvas::To::PDF:ver<0.0.2>:auth<github:p6-pdf>
===> Install [OK] for HTML::Canvas::To::PDF:ver<0.0.2>:auth<github:p6-pdf>

Ping @p6-pdf

dwarring commented 5 years ago

Ah, similar to PDF::Canvas. Need to add a fallback font as a resource for testing purposes.

dwarring commented 5 years ago

Font fallback logic fixed in HTML::Canvas::To::PDF 0.0.3. Uploaded to CPAN.