I get the following error message when I do make install:
Making install in . make[1]: Entering directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6' make[2]: Entering directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6' make[1]: Leaving directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6' Making install in admin make[1]: Entering directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6/admin' make[2]: Entering directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6/admin' /bin/bash ../mkinstalldirs /usr/local/bin /usr/pubsw/bin/install -c infomap-install /usr/local/bin/infomap-install /usr/pubsw/bin/install: cannot create regular file `/usr/local/bin/infomap-install': Permission denied /usr/pubsw/bin/install -c infomap-build /usr/local/bin/infomap-build /usr/pubsw/bin/install: cannot create regular file `/usr/local/bin/infomap-build': Permission denied make[2]: *** [install-binSCRIPTS] Error 1 make[2]: Leaving directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6/admin' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6/admin' make: *** [install-recursive] Error 1
Looks like a permissions issue, but this is my AFS space and it is not near capacity. The directory structure is different though. Any suggestions?
Log in to post a comment.
I get the following error message when I do make install:
Making install in .
make[1]: Entering directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6'
make[2]: Entering directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6'
make[1]: Leaving directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6'
Making install in admin
make[1]: Entering directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6/admin'
make[2]: Entering directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6/admin'
/bin/bash ../mkinstalldirs /usr/local/bin
/usr/pubsw/bin/install -c infomap-install /usr/local/bin/infomap-install
/usr/pubsw/bin/install: cannot create regular file `/usr/local/bin/infomap-install': Permission denied
/usr/pubsw/bin/install -c infomap-build /usr/local/bin/infomap-build
/usr/pubsw/bin/install: cannot create regular file `/usr/local/bin/infomap-build': Permission denied
make[2]: *** [install-binSCRIPTS] Error 1
make[2]: Leaving directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6/admin'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/afs/ir.stanford.edu/users/k/e/kenro/private/lc/infomap/infomap-nlp-0.8.6/admin'
make: *** [install-recursive] Error 1
Looks like a permissions issue, but this is my AFS space and it is not near capacity. The directory structure is different though. Any suggestions?