Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687886 - dev-vcs/git-2.22.0 USE=-doc - /bin/sh: line 1: asciidoc: command not found
Summary: dev-vcs/git-2.22.0 USE=-doc - /bin/sh: line 1: asciidoc: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-11 19:37 UTC by baldurien
Modified: 2019-06-13 20:18 UTC (History)
1 user (show)

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


Attachments
emerge -pqv '=dev-vcs/git-2.22.0::gentoo' (git-2.22.0-pqv.log,368 bytes, text/plain)
2019-06-11 19:37 UTC, baldurien
Details
emerge --info '=dev-vcs/git-2.22.0::gentoo' (git-2.22.0-info.log,6.22 KB, text/plain)
2019-06-11 19:37 UTC, baldurien
Details
emerge without asciidoc & xmlto (git-2.22.0-build1.log,270.04 KB, text/plain)
2019-06-11 19:38 UTC, baldurien
Details
emerge without xmlto (git-2.22.0-build2.log,270.25 KB, text/plain)
2019-06-11 19:39 UTC, baldurien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description baldurien 2019-06-11 19:37:02 UTC
Created attachment 579570 [details]
emerge -pqv '=dev-vcs/git-2.22.0::gentoo'

Hello,

When emerging dev-vcs/git-2.22.0 (from 2.21) I had these error:

- /bin/sh: line 1: asciidoc: command not found
- /bin/sh: line 1: xmlto: command not found 

It misses the two following ebuild (installed in the order):

- app-text/asciidoc
- app-text/xmlto

emerge --unmerge app-text/asciidoc app-text/xmlto
emerge dev-vcs/git # fail due to asciidoc
emerge app-text/asciidoc
emerge dev-vcs/git # fail due to xmlto
emerge app-text/xmlto
emerge dev-vcs/git # works !
Comment 1 baldurien 2019-06-11 19:37:45 UTC
Created attachment 579572 [details]
emerge --info '=dev-vcs/git-2.22.0::gentoo'
Comment 2 baldurien 2019-06-11 19:38:58 UTC
Created attachment 579574 [details]
emerge without asciidoc & xmlto
Comment 3 baldurien 2019-06-11 19:39:37 UTC
Created attachment 579576 [details]
emerge without xmlto
Comment 4 Jouni Kosonen 2019-06-11 20:39:35 UTC
Here's my understanding of the problem:

dev-vcs/git-2.22.0[subversion,-doc] tries to build contrib/svn-fe docs

For this it would need the tools that are conditioned under USE=doc.
Comment 5 baldurien 2019-06-13 07:11:32 UTC
After updates from https://forums.gentoo.org/posting.php?mode=reply&t=1097904
and bug #687848, I confirm this does not fix the problem for me.

=> Unless I need to emerge 2.22.0_rc3 ?
Comment 6 Larry the Git Cow gentoo-dev 2019-06-13 08:45:34 UTC
The bug has been closed via the following commit(s):

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

commit c6e93e66b446f6a209a99054d96e1765c6fa2997
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-06-13 08:45:10 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-06-13 08:45:10 +0000

    dev-vcs/git: Moved svn-fe.1 back behind USE="doc".
    
    Closes: https://bugs.gentoo.org/687886
    Package-Manager: Portage-2.3.67, Repoman-2.3.14
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 dev-vcs/git/git-2.22.0.ebuild  | 18 +++++++++++-------
 dev-vcs/git/git-9999-r1.ebuild | 18 +++++++++++-------
 dev-vcs/git/git-9999-r2.ebuild | 18 +++++++++++-------
 dev-vcs/git/git-9999-r3.ebuild | 18 +++++++++++-------
 dev-vcs/git/git-9999.ebuild    | 20 ++++++++++++--------
 5 files changed, 56 insertions(+), 36 deletions(-)
Comment 7 baldurien 2019-06-13 20:18:31 UTC
Thanks. I can confirm it now work.