Build problem on Debian Etch for the may 7th snapshot
Hi,
There seems to be a problem with the current snapshot ( http://www.hswn.dk/beta/hobbit-snapshot.tar.gz) and I can't get Hobbit to compile. Here's the error :
eventlog.c:308: error: too many arguments to function sendmessage make[1]: *** [eventlog.o] Error 1 make[1]: Leaving directory `/temp/snapshot/lib' make: *** [lib-build] Error 2
From the prototype in sendmsg.c, there is, apparently, a different number of arguments passed to the function.
From lib/eventlog.c :
sendmessage("hobbitdboard fields=hostname,testname,color,lastchange", NULL, NULL, &bdata, 1, BBTALK_TIMEOUT)
From lib/sendmsg.c :
sendresult_t sendmessage(char *msg, char *recipient, int timeout, sendreturn_t *reponse)
I don't mind hacking the functions to make it work but is there something I'm missing here ?
Regards,
Yvan Laverdiere
I'm getting the same error on Centos5 if it helps. I'm sure it is obvious, but I can't see it :-(
Simon Bradley
There seems to be a problem with the current snapshot (http://www.hswn.dk/beta/hobbit-snapshot.tar.gz) and I > > can't get Hobbit to compile. Here's the error :
eventlog.c:308: error: too many arguments to function sendmessage make[1]: *** [eventlog.o] Error 1 make[1]: Leaving directory `/temp/snapshot/lib' make: *** [lib-build] Error 2
I get the same error on HP-UX. I think it's related to this:
----- Original Message ----- From: "Henrik Stoerner" <henrik at hswn.dk> To: <hobbit at hswn.dk> Sent: Wednesday, April 30, 2008 1:31 PM Subject: Re: [hobbit] Todays (20080430) snapshot
On Wed, Apr 30, 2008 at 08:27:06AM +0200, Lars Ebeling wrote:
gcc -g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -I /home/hobbit/snapshot/include -I/usr/local/include -o bbhostgrep bbhostgrep.o .. /lib/libhobbit.a -L/usr/local/lib -lz -lnsl /usr/ccs/bin/ld: Unsatisfied symbols: SSL_write (code)
Wait a day or two, I'm finally getting the last bits done for the SSL support, so there's a core module which is not currently compiling at all.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
----- Original Message ----- From: "Simon Bradley" <simon at pooter.demon.co.uk> To: <hobbit at hswn.dk> Sent: Friday, May 09, 2008 11:28 PM Subject: RE: [hobbit] Build problem on Debian Etch for the may 7th snapshot
I'm getting the same error on Centos5 if it helps. I'm sure it is obvious, but I can't see it :-(
Simon Bradley
There seems to be a problem with the current snapshot (http://www.hswn.dk/beta/hobbit-snapshot.tar.gz) and I > > can't get Hobbit to compile. Here's the error :
eventlog.c:308: error: too many arguments to function sendmessage make[1]: *** [eventlog.o] Error 1 make[1]: Leaving directory `/temp/snapshot/lib' make: *** [lib-build] Error 2
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (3)
-
lars.ebeling@leopg9.no-ip.org
-
simon@pooter.demon.co.uk
-
yvan.laverdiere@cegepat.qc.ca