Em quinta-feira, 30 de janeiro de 2014 17h55min17s UTC-2, Toby Ferguson 
escreveu:
>
> What I did to fix the problem was this:
>
> To get docbook installed:
>
>  $ sudo yum -y --enablerepo=*epel* install docbook2X
>
> To git the make to work properly:
>
> $ sudo ln -s /usr/bin/db2x_docbook2texi /usr/bin/docbook2x-texi
>

 Hello, this solved the problem for me, but the question is why this 
command has different names in different distros and why is git using a 
specific name, breaking build on different distros ?
 

>
> Hope that helps.
>
> Toby
>
> On Wednesday, October 17, 2012 7:19:22 AM UTC-7, Yves S. Garret wrote:
>>
>> Hello,
>>
>>    I've run the following commands (which I found in INSTALL) and the 
>> error that I got is shown below the commands:
>>
>> Commands:
>> $ make prefix=/usr all doc info ;
>> $ make prefix=/usr install install-doc install-html install-info ;
>>
>> Error:
>> # install RelNotes/1.7.9.txt /usr/share/doc/git-doc/RelNotes/1.7.9.txt
>> # install RelNotes/1.8.0.txt /usr/share/doc/git-doc/RelNotes/1.8.0.txt
>> # install docbook-xsl.css /usr/share/doc/git-doc/docbook-xsl.css
>> make[1]: Leaving directory `/home/ashvets/git-learning/git/Documentation'
>> make -C Documentation install-info
>> make[1]: Entering directory `/home/ashvets/git-learning/git/Documentation'
>> make[2]: Entering directory `/home/ashvets/git-learning/git'
>> make[2]: `GIT-VERSION-FILE' is up to date.
>> make[2]: Leaving directory `/home/ashvets/git-learning/git'
>>     DB2TEXI user-manual.texi
>> /bin/sh: line 1: docbook2x-texi: command not found
>> make[1]: *** [user-manual.texi] Error 127
>> make[1]: Leaving directory `/home/ashvets/git-learning/git/Documentation'
>> make: *** [install-info] Error 2
>>
>> I'm doing this in Cygwin.  What's the docbook2x-texi command and how can 
>> I get it?
>>
>> I downloaded this source (http://sourceforge.net/projects/docbook2x/ ===> 
>> ./configure 
>> && make && make install) and got this error instead:
>>
>>     XMLTO gitnamespaces.7
>>     ASCIIDOC gitrevisions.xml
>>     XMLTO gitrevisions.7
>>     ASCIIDOC gitworkflows.xml
>>     XMLTO gitworkflows.7
>>     ASCIIDOC gitcredentials.xml
>>     XMLTO gitcredentials.7
>> make[1]: Leaving directory `/home/ashvets/git-learning/git/Documentation'
>> make -C Documentation info
>> make[1]: Entering directory `/home/ashvets/git-learning/git/Documentation'
>>     GEN doc.dep
>> make[2]: Entering directory `/home/ashvets/git-learning/git'
>> make[2]: `GIT-VERSION-FILE' is up to date.
>> make[2]: Leaving directory `/home/ashvets/git-learning/git'
>> make[1]: Leaving directory `/home/ashvets/git-learning/git/Documentation'
>> make[1]: Entering directory `/home/ashvets/git-learning/git/Documentation'
>> make[2]: Entering directory `/home/ashvets/git-learning/git'
>> make[2]: `GIT-VERSION-FILE' is up to date.
>> make[2]: Leaving directory `/home/ashvets/git-learning/git'
>>     DB2TEXI user-manual.texi
>> /bin/sh: line 1: docbook2x-texi: command not found
>> make[1]: *** [user-manual.texi] Error 127
>> make[1]: Leaving directory `/home/ashvets/git-learning/git/Documentation'
>> make: *** [info] Error 2
>>
>> Now I'm just confused...
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to