pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43951: devel/scmgit-base won't install with install-sh
>Number: 43951
>Category: pkg
>Synopsis: devel/scmgit-base won't install with install-sh
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 07 13:50:00 +0000 2010
>Originator: Stefan Palm
>Release: pkgsrc-current
>Organization:
>Environment:
SunOS adebld1z 5.10 Generic_141444-09 sun4u sparc SUNW,Ultra-80
>Description:
When invoking a "bmake install" the installation process will fail following
message:
[...]
/usr/pkg/bin/install-sh -d -m 755 '/usr/pkg/bin'
/usr/pkg/bin/install-sh -d -m 755 '/usr/pkg/libexec/git-core'
/usr/pkg/bin/install-sh git-fast-import git-imap-send git-shell
git-show-index git-upload-pack git-http-backend git-remote-http
git-remote-https git-remote-ftp git-remote-ftps git-http-fetch git-http-push
git-daemon 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-mergetool--lib git-notes git-parse-remote git-pull
git-quiltimport git-rebase--interactive git-rebase git-repack git-request-pull
git-sh-setup 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-instaweb '/usr/pkg/libexec/git-core'
/usr/pkg/bin/install-sh git git-upload-pack git-receive-pack git-upload-archive
git-shell git-cvsserver '/usr/pkg/bin'
install: git-upload-pack does not exist
gmake: *** [install] Error 1
Looks like 'install-sh' deletes/looses the "git-upload-pack"
>How-To-Repeat:
>Fix:
Using "/usr/ucb/install" instead of "/usr/pkg/bin/install-sh" ("mk.conf" ==>
TOOLS_PLATFORM.install?= /usr/ucb/install) will solve the problem.
[...]
/usr/ucb/install -d -m 755 '/usr/pkg/bin'
/usr/ucb/install -d -m 755 '/usr/pkg/git-core'
/usr/ucb/install git-fast-import git-imap-send git-shell git-show-index
git-upload-pack git-http-backend git-remote-http git-remote-https
git-remote-ftp git-remote-ftps git-http-fetch git-http-push git-daemon 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-mergetool--lib git-notes git-parse-remote git-pull git-quiltimport
git-rebase--interactive git-rebase git-repack git-request-pull git-sh-setup
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-instaweb '/usr/pkg/libexec/git-core'
/usr/ucb/install git git-upload-pack git-receive-pack git-upload-archive
git-shell git-cvsserver '/usr/pkg/bin'
gmake -j4 -C templates DESTDIR='' install
gmake[1]: Entering directory
`/usr/share/src/pkgsrc/devel/scmgit-base/work/git-1.7.0.5/templates'
/usr/ucb/install -d -o root -g root -m 755
'/usr/pkg/share/examples/scmgit/templates'
[...]
Home |
Main Index |
Thread Index |
Old Index