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 ####################]
- 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.
- Opinions and thoughts expressed in this email might be personal opinions from the sender and not necessary representing Relacom.
- For further information please visit: http://security.relacom.com/email/ [############################################################################]
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:pierre.ronnefalk at relacom.com] Sent: den 28 september 2006 13:05 To: hobbit at hswn.dk 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 ####################]
- 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.
- Opinions and thoughts expressed in this email might be personal opinions from the sender and not necessary representing Relacom.
- For further information please visit: http://security.relacom.com/email/ [############################################################################]
On 9/28/06, Pierre Ronnefalk <pierre.ronnefalk at relacom.com> 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
participants (2)
-
pierre.ronnefalk@relacom.com
-
ralphmitchell@gmail.com