tonywut / git-core

Automatically exported from code.google.com/p/git-core
Other
0 stars 0 forks source link

make install fails for git 1.7.9.4 #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  make configure
2. ./configure --prefix=$ToolInstallDir 
--with-perl=/path/to/ins_dir/perl/v5.12.2/bin/perl 
--with-zlib=/path/to/ins_dir/zlib/v1.2.3/bin
 --without-tcltk --with-openssl=/path/to/ins_dir/openssl/v0.9.7e 
 --with-expat=/path/to/ins_dir/expat/v2.0.1
3.

What is the expected output? What do you see instead?

Running cmd: cd git-1.7.9.4
Running cmd: rm -fR /path/to/ins_dir/git/v1.7.9.4/*

Running cmd: make install
    SUBDIR gitweb
    SUBDIR ../
make[2]: `GIT-VERSION-FILE' is up to date.
    GEN git-instaweb
    SUBDIR git-gui
    SUBDIR gitk-git
make[1]: Nothing to be done for `all'.
    SUBDIR perl
    SUBDIR git_remote_helpers
    SUBDIR templates
install -d -m 755 '/path/to/ins_dir/git/v1.7.9.4/bin'
install -d -m 755 '/path/to/ins_dir/git/v1.7.9.4/libexec/git-core'
install   git-daemon git-fast-import git-imap-send git-shell git-show-index 
git-upload-pack git-http-backend git-sh-i18n--envsubst git-credential-store 
git-http-fetch git-http-push git-credential-cache git-credential-cache--daemon 
git-remote-http git-remote-https git-remote-ftp git-remote-ftps git-am 
git-bisect git-difftool--helper git-filter-branch git-lost-found 
git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool git-pull 
git-quiltimport git-rebase git-repack git-request-pull git-stash git-submodule 
git-web--browse git-add--interactive git-difftool git-archimport 
git-cvsexportcommit git-cvsimport git-cvsserver git-relink git-send-email 
git-svn git-remote-testgit git-instaweb 
'/path/to/ins_dir/git/v1.7.9.4/libexec/git-core'
install -m 644  git-mergetool--lib git-parse-remote git-rebase--am 
git-rebase--interactive git-rebase--merge git-sh-setup git-sh-i18n 
'/path/to/ins_dir/git/v1.7.9.4/libexec/git-core'
install git git-upload-pack git-receive-pack git-upload-archive git-shell 
git-cvsserver '/path/to/ins_dir/git/v1.7.9.4/bin'
make -C templates DESTDIR='' install
make[1]: Entering directory 
`/src/dir/git-v1.7.9.4/platforms/sys/matrix_bootstrap_000/git-1.7.9.4/templates'
install -d -m 755 '/path/to/ins_dir/git/v1.7.9.4/share/git-core/templates'
(cd blt && gtar cf - .) | \
        (cd '/path/to/ins_dir/git/v1.7.9.4/share/git-core/templates' && umask 022 && gtar xof -)
/bin/sh: line 1: cd: /path/to/ins_dir/git/v1.7.9.4/share/git-core/templates: No 
such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory 
`/src/dir/git-v1.7.9.4/platforms/sys4/matrix_bootstrap_000/git-1.7.9.4/templates
'
make: *** [install] Error 2

What version of the product are you using? On what operating system?

RH4 64bit
Please provide any additional information below.

Original issue reported on code.google.com by parulgup...@gmail.com on 21 Mar 2012 at 7:40