Page 1 of 1

Make Install Error

Posted: Tue Mar 13, 2012 3:55 am
by theops
./Config Complete

but cannot " make install "

Code: Select all

/usr/bin/install -m 0700 -d /home/theops/test/Unreal3.2
/usr/bin/install -m 0700 src/ircd /home/theops/test/tmp/Unrel3.2/src/ircd 2>/dev/null || { /usr/bin/install -m 0700 -d "$(dirname '/home/theops/test/tmp/Unrel3.2/src/ircd')"; /usr/bin/install -m 0700 src/ircd /home/theops/test/tmp/Unrel3.2/src/ircd; }
/usr/bin/install -m 0700 -d /home/theops/test/Unreal3.2/networks
/usr/bin/install -m 0600 networks/*.network /home/theops/test/Unreal3.2/networks
/usr/bin/install: `networks/awesomechristians.network' and `/home/theops/test/Unreal3.2/networks/awesomechristians.network' are the same file
/usr/bin/install: `networks/axenet.network' and `/home/theops/test/Unreal3.2/networks/axenet.network' are the same file
/usr/bin/install: `networks/bunker7.network' and `/home/theops/test/Unreal3.2/networks/bunker7.network' are the same file
/usr/bin/install: `networks/burnnet.network' and `/home/theops/test/Unreal3.2/networks/burnnet.network' are the same file
/usr/bin/install: `networks/cabonet.network' and `/home/theops/test/Unreal3.2/networks/cabonet.network' are the same file
/usr/bin/install: `networks/chatcrap.network' and `/home/theops/test/Unreal3.2/networks/chatcrap.network' are the same file
/usr/bin/install: `networks/chatuniverse.network' and `/home/theops/test/Unreal3.2/networks/chatuniverse.network' are the same file
/usr/bin/install: `networks/ctcp.network' and `/home/theops/test/Unreal3.2/networks/ctcp.network' are the same file
/usr/bin/install: `networks/darkkaos.network' and `/home/theops/test/Unreal3.2/networks/darkkaos.network' are the same file
/usr/bin/install: `networks/digitalirc.network' and `/home/theops/test/Unreal3.2/networks/digitalirc.network' are the same file
/usr/bin/install: `networks/discussioni.network' and `/home/theops/test/Unreal3.2/networks/discussioni.network' are the same file
/usr/bin/install: `networks/dragonwings.network' and `/home/theops/test/Unreal3.2/networks/dragonwings.network' are the same file
/usr/bin/install: `networks/gamescafe.network' and `/home/theops/test/Unreal3.2/networks/gamescafe.network' are the same file
/usr/bin/install: `networks/german-elite.network' and `/home/theops/test/Unreal3.2/networks/german-elite.network' are the same file
/usr/bin/install: `networks/german-global-irc.network' and `/home/theops/test/Unreal3.2/networks/german-global-irc.network' are the same file
/usr/bin/install: `networks/globalchat.network' and `/home/theops/test/Unreal3.2/networks/globalchat.network' are the same file
/usr/bin/install: `networks/global-irc.network' and `/home/theops/test/Unreal3.2/networks/global-irc.network' are the same file
/usr/bin/install: `networks/icechat.network' and `/home/theops/test/Unreal3.2/networks/icechat.network' are the same file
/usr/bin/install: `networks/infinity.network' and `/home/theops/test/Unreal3.2/networks/infinity.network' are the same file
/usr/bin/install: `networks/ircsystems.network' and `/home/theops/test/Unreal3.2/networks/ircsystems.network' are the same file
/usr/bin/install: `networks/isno.network' and `/home/theops/test/Unreal3.2/networks/isno.network' are the same file
/usr/bin/install: `networks/l33t-irc.network' and `/home/theops/test/Unreal3.2/networks/l33t-irc.network' are the same file
/usr/bin/install: `networks/lcirc.network' and `/home/theops/test/Unreal3.2/networks/lcirc.network' are the same file
/usr/bin/install: `networks/outsiderz.network' and `/home/theops/test/Unreal3.2/networks/outsiderz.network' are the same file
/usr/bin/install: `networks/phazenet.network' and `/home/theops/test/Unreal3.2/networks/phazenet.network' are the same file
/usr/bin/install: `networks/stormdancing.network' and `/home/theops/test/Unreal3.2/networks/stormdancing.network' are the same file
/usr/bin/install: `networks/template.network' and `/home/theops/test/Unreal3.2/networks/template.network' are the same file
/usr/bin/install: `networks/thainet.network' and `/home/theops/test/Unreal3.2/networks/thainet.network' are the same file
/usr/bin/install: `networks/unitedirc-org.network' and `/home/theops/test/Unreal3.2/networks/unitedirc-org.network' are the same file
/usr/bin/install: `networks/unreal-test.network' and `/home/theops/test/Unreal3.2/networks/unreal-test.network' are the same file
/usr/bin/install: `networks/wazzza.network' and `/home/theops/test/Unreal3.2/networks/wazzza.network' are the same file
/usr/bin/install: `networks/x-irc.network' and `/home/theops/test/Unreal3.2/networks/x-irc.network' are the same file
/usr/bin/install: `networks/zirc.network' and `/home/theops/test/Unreal3.2/networks/zirc.network' are the same file
make: *** [install] Error 1
How to fixed this.

Re: Make Install Error

Posted: Tue Mar 13, 2012 11:56 am
by Stealth
You don't need to run make install if you didn't change any paths in ./Config