| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Hi, We have a problem with netperf-2.4.4 while 'make install' on HP-11-23 Netperf-2.4.4: http://groups.google.com/group/comp....c7804fa6dc9000 ------------------------------- Making install in src make[1]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src' Making install in missing make[2]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src/missing' Making install in m4 make[3]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src/missing/m4' make[4]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src/missing/m4' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src/missing/m4' make[3]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src/missing/m4' make[3]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src/missing' make[4]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src/missing' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src/missing' make[3]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src/missing' make[2]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src/missing' make[2]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src' make[3]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src' /bin/sh ../mkinstalldirs /usr/local/bin /opt/imake/bin/install -c netperf /usr/local/bin/netperf cp: cannot create /usr/local/bin/netperf: Permission denied /opt/imake/bin/install -c netserver /usr/local/bin/netserver cp: cannot create /usr/local/bin/netserver: Permission denied make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src' make[2]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src' make[1]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/src' Making install in doc make[1]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/doc' Making install in examples make[2]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/doc/examples' make[3]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/doc/examples' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/doc/examples' make[2]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/doc/examples' make[2]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/doc' make[3]: Entering directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/doc' make[3]: Nothing to be done for `install-exec-am'. /bin/sh ../mkinstalldirs /usr/local/share/info mkdir -p -- /usr/local/share/info mkdir: cannot access /usr/local/share: Permission denied make[3]: *** [install-info-am] Error 2 make[3]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/doc' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/doc' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/devuser1/ip/ps/avinokur/200_netperf/ netperf-2.4.4/doc' make: *** [install-recursive] Error 1 --------------------------------------- > ls -ld /usr/local/share dr-xr-xr-x 6 bin bin 8192 Jan 17 2007 /usr/local/ share/ What should we do in this case? Thanks in advance, Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn |
|
#2
|
| Alex Vinokur > We have a problem with netperf-2.4.4 while 'make install' on HP-11-23 I've already answered this in the direct email to me, but for the sake of the archives: > /bin/sh ../mkinstalldirs /usr/local/bin > /opt/imake/bin/install -c netperf /usr/local/bin/netperf > cp: cannot create /usr/local/bin/netperf: Permission denied > /opt/imake/bin/install -c netserver /usr/local/bin/netserver > cp: cannot create /usr/local/bin/netserver: Permission denied > make[3]: Nothing to be done for `install-data-am'. > ... > make[3]: Nothing to be done for `install-exec-am'. > /bin/sh ../mkinstalldirs /usr/local/share/info > mkdir -p -- /usr/local/share/info > mkdir: cannot access /usr/local/share: Permission denied > make[3]: *** [install-info-am] Error 2 Either just do a plain make and run netperf and netserver out of src/ or re ./configure with a --prefix pointing somewhere you do have write permissions. happy benchmarking, rick jones -- Wisdom Teeth are impacted, people are affected by the effects of events. these opinions are mine, all mine; HP might not want them anyway... ![]() feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH... |
|
#3
|
| On May 5, 10:18*pm, Rick Jones [snipped]> > Either just do a plain make and run netperf and netserver out of src/ > or re ./configure with a --prefix pointing somewhere you do have write > permissions. > > happy benchmarking, Thanks. Now the problem resolved. Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn |
![]() |
| Thread Tools | |
| Display Modes | |