monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Monit on HPUX


From: Martin Pala
Subject: Re: Monit on HPUX
Date: Tue, 3 Apr 2012 08:09:25 +0200

Hello,

unfortunately we have no access to HP-UX machine and cannot test the compilation on it.

The error is strange, as the ETIMEDOUT is part of errno.h, which is included by the Thread.h (contains the macro that expands to ETIMEDOUT comparison in Exception.c).

You can try to fix the problem or if we can get access to HP-UX, we can fix it. 

Regards,
Martin


On Apr 2, 2012, at 5:49 PM, Chad Neal wrote:

I am attempting to get Monit to work on HPUX and am having some issues with compile errors. Has anyone seen this error?
 
make
/usr/local/bin/gmake  all-recursive
gmake[1]: Entering directory `/remote/home/cneal/monit-5.3.2/src'
Making all in libmonit
gmake[2]: Entering directory `/remote/home/cneal/monit-5.3.2/src/libmonit'
Making all in .
gmake[3]: Entering directory `/remote/home/cneal/monit-5.3.2/src/libmonit'
/bin/sh ./libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread     -Wno-address -Wno-pointer-sign -g -O2 -D_REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/Bootstrap.lo src/Bootstrap.c
libtool: compile:  /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -D_REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/Bootstrap.c  -fPIC -DPIC -o src/.libs/Bootstrap.o
libtool: compile:  /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -D_REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/Bootstrap.c -o src/Bootstrap.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread     -Wno-address -Wno-pointer-sign -g -O2 -D_REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/exceptions/assert.lo src/exceptions/assert.c
libtool: compile:  /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -D_REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/assert.c  -fPIC -DPIC -o src/exceptions/.libs/assert.o
libtool: compile:  /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -D_REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/assert.c -o src/exceptions/assert.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread     -Wno-address -Wno-pointer-sign -g -O2 -D_REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/exceptions/Exception.lo src/exceptions/Exception.c
libtool: compile:  /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -D_REENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/Exception.c  -fPIC -DPIC -o src/exceptions/.libs/Exception.o
src/exceptions/Exception.c: In function 'init_once':
src/exceptions/Exception.c:72: error: 'ETIMEDOUT' undeclared (first use in this function)
src/exceptions/Exception.c:72: error: (Each undeclared identifier is reported only once
src/exceptions/Exception.c:72: error: for each function it appears in.)
gmake[3]: *** [src/exceptions/Exception.lo] Error 1
gmake[3]: Leaving directory `/remote/home/cneal/monit-5.3.2/src/libmonit'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/remote/home/cneal/monit-5.3.2/src/libmonit'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/remote/home/cneal/monit-5.3.2/src'
gmake: *** [all] Error 2
 
 
 
Chad Neal
_________________________________________________
Information Technology Services
Making Every Mission Possible
 
55 Inverness Drive East | Englewood, CO | 80112-5498 | www.jeppesen.com
 
--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general


reply via email to

[Prev in Thread] Current Thread [Next in Thread]