Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687966 - dev-vcs/git fails with "make: asciidoc: Command not found"
Summary: dev-vcs/git fails with "make: asciidoc: Command not found"
Status: RESOLVED DUPLICATE of bug 687848
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-12 21:24 UTC by m.manico
Modified: 2019-06-12 21:29 UTC (History)
0 users

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


Attachments
emerge --info '=dev-vcs/git-2.22.0::gentoo' (file_687966.txt,8.94 KB, text/plain)
2019-06-12 21:24 UTC, m.manico
Details

Note You need to log in before you can comment on or make changes to this bug.
Description m.manico 2019-06-12 21:24:49 UTC
Created attachment 579680 [details]
emerge --info '=dev-vcs/git-2.22.0::gentoo'

when emerging dev-vcs/git on arm, the emerge stops with:

make -j1 ASCIIDOC_NO_ROFF=YesPlease NO_CVS=YesPlease INSTALLDIRS=vendor NO_PERL_CPAN_FALLBACKS=YesPlease NO_SVN_TESTS=YesPlease NO_TCLTK=YesPlease BLK_SHA1=YesPlease NO_FINK=YesPlease NO_DARWIN_PORTS=YesPlease INSTALL=install TAR=tar SHELL_PATH=/bin/sh SANE_TOOL_PAT
H= OLD_ICONV= NO_EXTERNAL_GREP= USE_LIBPCRE2=YesPlease prefix=/usr htmldir=/usr/share/doc/git-2.22.0/html perllibdir=/usr/lib/perl5/vendor_perl/5.30.0 sysconfdir=/etc DESTDIR=/var/www/portage/notmpfs/portage/dev-vcs/git-2.22.0/image/ GIT_TEST_OPTS=--no-color OPTAR=a
rmv7a-unknown-linux-gnueabihf-ar OPTCC=armv7a-unknown-linux-gnueabihf-gcc 'OPTCFLAGS=-march=native -O2 -pipe -fomit-frame-pointer' 'OPTLDFLAGS=-Wl,-O1 -Wl,--as-needed' PERL_PATH=/usr/bin/perl PERL_MM_OPT= PYTHON_PATH=/usr/bin/python3.6 V=1 git-subtree git-subtree.1 
make -C ../../ GIT-VERSION-FILE                      
make[1]: Entering directory '/var/www/portage/notmpfs/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/www/portage/notmpfs/portage/dev-vcs/git-2.22.0/work/git-2.22.0'                                     
sed -e '1s|#!.*/sh|#!/bin/sh|' git-subtree.sh >git-subtree       
chmod +x 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                                                                                   
 * ERROR: dev-vcs/git-2.22.0::gentoo failed (compile phase):
 *   emake failed   

It seems like git should depend on asciidoc
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2019-06-12 21:29:15 UTC

*** This bug has been marked as a duplicate of bug 517794 ***
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2019-06-12 21:29:51 UTC

*** This bug has been marked as a duplicate of bug 687848 ***