Created attachment 579518 [details] build.log dev-vcs/git-2.22.0 seems to need xmlto to be build, but ebuild does not have it as an dependency.
Created attachment 579520 [details] emerge --info
Created attachment 579522 [details] emerge -pqv
It seems some documentation gets build besides USE=-doc. I removed asciidoc from my system and thus get the same error with asciidoc instead of xmlto. Surely that is the same bug, so I will not open another ticket.
I just found bug #517794. https://bugs.gentoo.org/show_bug.cgi?id=517794 The changes introduced because of that are likely not correct.
I also see this missing the asciidoc command even with USE="-doc"; please add app-text/asciidoc as build dep.
The command 'asciidoc' is also not found. make[1]: Entering directory '/var/tmp/portage/dev-vcs/git-2.22.0/work/git-2.22.0' make[1]: 'GIT-VERSION-FILE' is up to date. make[1]: Leaving directory '/var/tmp/portage/dev-vcs/git-2.22.0/work/git-2.22.0' sed -e '1s|#!.*/sh|#!/bin/sh|' git-subtree.sh >git-subtree asciidoc -b docbook -d manpage -f ../../Documentation/asciidoc.conf \ -agit_version=2.22.0 git-subtree.txt make: asciidoc: Command not found make: *** [Makefile:84: git-subtree.xml] Error 127 make: *** Waiting for unfinished jobs.... chmod +x git-subtree
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59768d41256b5eda384f6b9f50b8ecc3b91bf214 commit 59768d41256b5eda384f6b9f50b8ecc3b91bf214 Author: Robin H. Johnson <robbat2@gentoo.org> AuthorDate: 2019-06-11 15:25:59 +0000 Commit: Robin H. Johnson <robbat2@gentoo.org> CommitDate: 2019-06-11 15:35:10 +0000 dev-vcs/git: fix git-subtree.1 build failure Partial revert of commit 56312573763e794982d7a7284e7e7d1a8a9f8eaa Some of the manpages require the full documentation stack. Documentation build is gated behind USE=doc due to the dependencies, so move the manpage behind the conditional as well. As a future action, ask upstream to include git-subtree.1 with the rest of the prebuilt Documentation. Fixes: https://bugs.gentoo.org/687848 See-Also: https://bugs.gentoo.org/517794 Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> dev-vcs/git/git-2.22.0.ebuild | 10 ++++++---- dev-vcs/git/git-9999-r1.ebuild | 10 ++++++---- dev-vcs/git/git-9999-r2.ebuild | 10 ++++++---- dev-vcs/git/git-9999-r3.ebuild | 10 ++++++---- dev-vcs/git/git-9999.ebuild | 10 ++++++---- 5 files changed, 30 insertions(+), 20 deletions(-)
*** Bug 687912 has been marked as a duplicate of this bug. ***
*** Bug 687966 has been marked as a duplicate of this bug. ***