[git-users] Re: Unable to install Git after building _everything_

2016-05-19 Thread andrei sura
On RedHat asciidoc is not available anymore so I installed it from source https://github.com/asciidoc/asciidoc/releases $ autoconf $ ./configure $ make $ sudo make install == And after that for git $ sudo make configure $ sudo ./configure --prefix=/usr $ sudo make all doc info $ sudo make

[git-users] Re: Unable to install Git after building _everything_

2014-11-13 Thread hdante . lnls
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

[git-users] Re: Unable to install Git after building _everything_

2014-02-27 Thread Ricky Seltzer
I had the same problem installing git vesion 1.9.0 from sources on my Ubuntu 13.10 system. I fixed it based on Toby's suggestion, but for Ubuntu: *sudo apt-get install docbook2X* Then I just re-ran the make line and it continued from where it had stopped. Ricky -- You received this message

[git-users] Re: Unable to install Git after building _everything_

2014-01-30 Thread Toby Ferguson
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 Hope that helps. Toby On Wednesday, October 17, 2012 7:19:22 AM UTC-7,

[git-users] Re: Unable to install Git after building _everything_

2013-05-31 Thread mayur nagekar
Hello all, I was trying to install git-1.8.2 on Mac from source. I already had 1.7.x pre-installed. So I had the following similar issue when I was trying to compile and install git-1.8.2. * /bin/sh: line 1: docbook2x-texi: command not found * I installed the docbook2x-texi

Re: [git-users] Re: Unable to install Git after building _everything_

2012-10-18 Thread Konstantin Khomoutov
On Thu, Oct 18, 2012 at 02:58:56PM -0700, Yves S. Garret wrote: Yes, but vetoed the idea. For one I'm not a fan of Windows + Git integration. Second of all, I prefer to work from the command line. Sorry for probably being harsh, but this sounds like a undereducated religious bullshit. Two

[git-users] Re: Unable to install Git after building _everything_

2012-10-17 Thread Thomas Ferris Nicolaisen
This may be a silly question, but did you consider just using msysgithttp://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git? If you still want to use Cygwin-Git, there are some pre-built binarieshttp://cygwin.com/packages/git/for it, I believe. -- You received this