Re: Question about installing git from source

2014-12-23 Thread Alexander Kuleshov
Yeah, was wrong install script. thank you. 2014-12-23 23:53 GMT+06:00 Alexander Kuleshov : > I looked at Makefile, and seems that it occurs from here: > https://github.com/git/git/blob/master/Makefile#L2205 > > It tries to copy all files/folders from git root directory but > 'install' command pri

Re: Question about installing git from source

2014-12-23 Thread Alexander Kuleshov
I looked at Makefile, and seems that it occurs from here: https://github.com/git/git/blob/master/Makefile#L2205 It tries to copy all files/folders from git root directory but 'install' command prints this error. I tried to execute 'sudo install -d -m 755' in other directory and if there is directo

Re: Question about installing git from source

2014-12-23 Thread Junio C Hamano
Alexander Kuleshov writes: > install -d -m 755 '/usr/bin' > Copying scripts to /usr/bin As 'git grep "Copying scripts"' gives us nothing, the message is obviously not what we are giving. Perhaps you have a strange "install" in your path that does not understand "-d" is a way to tell it to make

Re: Question about installing git from source

2014-12-23 Thread Alexander Kuleshov
Hell Junio, Look I download git from master, executed following: make configure make prefix=/usr all sudo make prefix=/usr install And got the same during installing: ~/dev/git $ sudo make prefix=/usr install GEN perl/PM.stamp SUBDIR perl /usr/bin/perl Makefile.PL PREFIX='/usr' INSTALL_

Re: Question about installing git from source

2014-12-23 Thread Junio C Hamano
Alexander Kuleshov writes: > Trying to install git from source, executing: > > make configure > ./configure --prefix=/usr > make --prefix=/usr all > sudo make install DISTDIR=/usr That does not seem to match any of the ways how INSTALL tells us to build and install. Excerpts from INSTALL (

Question about installing git from source

2014-12-23 Thread Alexander Kuleshov
Hello All, Trying to install git from source, executing: make configure ./configure --prefix=/usr make --prefix=/usr all sudo make install DISTDIR=/usr And getting following: install -d -m 755 '/usr/usr/bin' Copying scripts to /usr/bin cp: omitting directory ‘autom4te.cache’ cp: omitting direct