Summary: | app-doc/kicad-doc-8.0.0 - FAILED: .../gerbview.html | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Zoltan Puskas <zoltan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | vowstar, zoltan |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 928507 | ||
Bug Blocks: | |||
Attachments: |
emerge-info.txt
app-doc:kicad-doc-8.0.0:20240228-152720.log emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 886229 [details]
emerge-info.txt
Created attachment 886230 [details]
app-doc:kicad-doc-8.0.0:20240228-152720.log
Created attachment 886231 [details]
emerge-history.txt.xz
Created attachment 886232 [details]
environment
Created attachment 886233 [details]
etc.clang.tar.xz
Created attachment 886234 [details]
etc.portage.tar.xz
Created attachment 886235 [details]
qlist-info.txt.xz
Created attachment 886236 [details]
temp.tar.xz
I think this happens, because tinderbox uses the ruby33 profile, however current dev-ruby/asciidoctor-2.0.22 only has ruby31 and ruby32 targets. This causes kicad-doc-8.0.0/CMakeModules/FindASCIIDOCTOR.cmake to fail finding the right version of asciidoctor and falling back to the bat file, which won't work on Linux. This should work now that asciidoctor has ruby33 target enabled. |