Summary: | sci-electronics/kicad-6.0.0: ninja: error: unknown target 'dev-docs' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Miroslav Šulc <fordfrog> |
Component: | Current packages | Assignee: | Zoltan Puskas <zoltan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kripton, proxy-maint, sam, scott, yehoshuapw |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/23733 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | fixes ebuild to work with doc USE flag |
Description
Miroslav Šulc
![]() still failing i can confirm the same problem - always reproducible. there is a command "cmake_src_compile dev-docs doxygen-docs" in the src_compile() and i think the 1st target "dev-docs" should be removed because it doesn't exist. it may be a solution. (In reply to John Blbec from comment #3) > there is a command "cmake_src_compile dev-docs doxygen-docs" in the > src_compile() and i think the 1st target "dev-docs" should be removed > because it doesn't exist. it may be a solution. There's also a reference in src_install() to development/doxygen/. that needs to be removed. Do that and the build completes successfully. A patch for the ebuild will be attached momentarily. Created attachment 761656 [details, diff]
fixes ebuild to work with doc USE flag
I had a look into it, and I cannot find any new way to build the "devdocs", there is no new target for them - therefore removing it is correct. However, the docs this builds is the doxygen doc - not exactly usage docs. so perhaps the "doc" useflag should be changed. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79739fd24ba548e14dea516d644bfae16e2fb67b commit 79739fd24ba548e14dea516d644bfae16e2fb67b Author: Yehoshua Pesach Wallach <yehoshuapw@gmail.com> AuthorDate: 2022-01-10 21:07:40 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-01-11 23:20:29 +0000 sci-electronics/kicad: remove dev-docs from build It seems in kicad-6.0.0, there is no more "dev-docs" target in the ninja doc built. Closes: https://bugs.gentoo.org/827442 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yehoshua Pesach Wallach <yehoshuapw@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23733 Signed-off-by: Sam James <sam@gentoo.org> sci-electronics/kicad/kicad-6.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) |