gmake error..
list Pierre Ronnefalk
Hi,
I´m a newbee at Hobbit and i have problem with gmake install. I recive the error messages below
if test ! -d /global/hobbit/client/ext ; then mkdir -p /global/hobbit/client/ext ; fi
if test ! -f /global/hobbit/client/etc/localclient.cfg ; then cp localclient.cfg /global/hobbit/client/etc/ ; fi
cp -fp runclient.sh /global/hobbit/client
cp: runclient.sh and /global/hobbit/client/runclient.sh are identical
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/global/hobbit/client'
gmake: *** [install-client] Error 2
#
Any suggestions ?
/Pierre Ronnefalk
[#################### RELACOM CORPORATE EMAIL FOOTER ####################]
1. This communication is confidential and is only intended for use of the
individual or entity to which it is directed. If you are not the intended
recipient of this email, please delete it without forwarding any of it's
content.
2. Opinions and thoughts expressed in this email might be personal opinions
from the sender and not necessary representing Relacom.
3. For further information please visit: http://security.relacom.com/email/
[############################################################################]
list Pierre Ronnefalk
Strange...checked in /client/Makefile and tied to delete the row "cp -fp runclient.sh $(INSTALLROOT)$(BBHOME)" Then it was working....so it´s something wrong with this copy "cp -fp runclient.sh /global/hobbit/client " /Pierre
▸
From: Pierre Ronnefalk [mailto:user-81e722f5bb90@xymon.invalid] Sent: den 28 september 2006 13:05 To: user-ae9b8668bcde@xymon.invalid Subject: [hobbit] gmake error.. Hi, I´m a newbee at Hobbit and i have problem with gmake install. I recive the error messages below if test ! -d /global/hobbit/client/ext ; then mkdir -p /global/hobbit/client/ext ; fi if test ! -f /global/hobbit/client/etc/localclient.cfg ; then cp localclient.cfg /global/hobbit/client/etc/ ; fi cp -fp runclient.sh /global/hobbit/client cp: runclient.sh and /global/hobbit/client/runclient.sh are identical gmake[1]: *** [install] Error 2 gmake[1]: Leaving directory `/global/hobbit/client' gmake: *** [install-client] Error 2 # Any suggestions ? /Pierre Ronnefalk [#################### RELACOM CORPORATE EMAIL FOOTER ####################] 1. This communication is confidential and is only intended for use of the individual or entity to which it is directed. If you are not the intended recipient of this email, please delete it without forwarding any of it's content. 2. Opinions and thoughts expressed in this email might be personal opinions from the sender and not necessary representing Relacom. 3. For further information please visit: http://security.relacom.com/email/ [############################################################################]
list Ralph Mitchell
On 9/28/06, Pierre Ronnefalk
▸
<user-81e722f5bb90@xymon.invalid> wrote:cp -fp runclient.sh /global/hobbit/client cp: runclient.sh and /global/hobbit/client/runclient.sh are identical gmake[1]: *** [install] Error 2 gmake[1]: Leaving directory `/global/hobbit/client' gmake: *** [install-client] Error 2 # Any suggestions ?
Just a wild guess, but is the source directory the same as the target
directory?? I..e, you unpacked the tar file into /global/hobbit, then
when the configure script asked:
Where do you want the Hobbit installation [/home/hobbit] ?
you put /global/hobbit
Ralph Mitchell