Re: Does Git build things during 'make install"?

2017-10-16 Thread Johannes Sixt
Am 16.10.2017 um 10:23 schrieb Junio C Hamano: > Johannes Sixt writes: > >> Yes, running "sudo make install" is a nightmare. sudo clears the path, >> and the git command is not found by the make invoked with root >> permissions. This changes the version string that gets compiled

Re: Does Git build things during 'make install"?

2017-10-16 Thread Junio C Hamano
Johannes Sixt writes: > Yes, running "sudo make install" is a nightmare. sudo clears the path, > and the git command is not found by the make invoked with root > permissions. This changes the version string that gets compiled into > the executable, which finally triggers a

Re: Does Git build things during 'make install"?

2017-10-15 Thread Johannes Sixt
Am 16.10.2017 um 07:05 schrieb Jeffrey Walton: My script to build Git dies during cleanup. Cleanup removes the downloaded tarball and the unpacked directory: ** Cleanup ** rm: cannot remove 'git-2.14.2/perl/blib/lib/.exists': Permission denied rm: cannot remove

Does Git build things during 'make install"?

2017-10-15 Thread Jeffrey Walton
My script to build Git dies during cleanup. Cleanup removes the downloaded tarball and the unpacked directory: ** Cleanup ** rm: cannot remove 'git-2.14.2/perl/blib/lib/.exists': Permission denied rm: cannot remove 'git-2.14.2/perl/blib/lib/Git/SVN/Fetcher.pm': Permission denied