[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error building xymon 4.4.0
- To: hobbit <hobbit (at) hswn.dk>
- Subject: Error building xymon 4.4.0
- From: Eric Boyd <eric.j.boyd (at) gmail.com>
- Date: Thu, 26 Mar 2009 14:49:40 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=DolxYSAwPDhosGDQnMrfoY4Z2t40Qj8X+VjLlbCevKY=; b=bL4eC0XM3aWX+gtDiIXU/9dJaVQdx+ocdgauwppd85F5QhHdbjYjbAkXGW/mCoTrfr kFlh8bxTH2K2PECZ4VEzZ4P3FB8fQPMC1nxzwZLN+rkNlYsANCmyEwfLpNgjNkmxmhOD lNKcBSNAS+YKF2s5LVJxjJimgtiYZimLv6BgU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YEhn7PVoC9uWTZeoetZwycGH4do73d1DtbtPovEm6n4sTiC3muoJIuI4IPg9KGFRDP ha9rcgyTwcqWcYtVx4afH06IhQYPh/8tUo/E+EzuMtDjjPVsApH/glAfDTEP1FlPXuuU XSmFmEitF8ySugR5bCPNjUFL5gKL3Sr+UOqPI=
Attemping to build xymon 4.4.0 on Mac OS 10.5.6 (client) and got the
following error during make:
mkdir .libs
/usr/bin/ar cru .libs/libcares.a ares_fds.o ares_getsock.o ares_process.o
ares_free_hostent.o ares_query.o ares__close_sockets.o ares_free_string.o
ares_search.o ares__get_hostent.o ares_gethostbyaddr.o ares_send.o
ares__read_line.o ares_gethostbyname.o ares_strerror.o ares_cancel.o
ares_init.o ares_timeout.o ares_destroy.o ares_mkquery.o ares_version.o
ares_expand_name.o ares_parse_a_reply.o windows_port.o ares_strdup.o
ares_expand_string.o ares_parse_ptr_reply.o ares_parse_aaaa_reply.o
ares_getnameinfo.o inet_net_pton.o bitncmp.o inet_ntop.o ares_writev.o
ares_parse_ns_reply.o ares_llist.o ares__timeval.o ares_strcasecmp.o
ranlib: file: .libs/libcares.a(windows_port.o) has no symbols
ranlib: file: .libs/libcares.a(ares_strdup.o) has no symbols
ranlib: file: .libs/libcares.a(inet_net_pton.o) has no symbols
ranlib: file: .libs/libcares.a(inet_ntop.o) has no symbols
ranlib: file: .libs/libcares.a(ares_writev.o) has no symbols
ranlib: file: .libs/libcares.a(ares_strcasecmp.o) has no symbols
ranlib .libs/libcares.a
ranlib: file: .libs/libcares.a(windows_port.o) has no symbols
ranlib: file: .libs/libcares.a(ares_strdup.o) has no symbols
ranlib: file: .libs/libcares.a(inet_net_pton.o) has no symbols
ranlib: file: .libs/libcares.a(inet_ntop.o) has no symbols
ranlib: file: .libs/libcares.a(ares_writev.o) has no symbols
ranlib: file: .libs/libcares.a(ares_strcasecmp.o) has no symbols
creating libcares.la
(cd .libs && rm -f libcares.la && ln -s ../libcares.la libcares.la)
if gcc -DHAVE_CONFIG_H -I. -I. -O -Wall -Wno-unused -D_REENTRANT
-DBIND_8_COMPAT=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDarwin
-isystem . -isystem /Users/coreadmin/dev/src/xymon-4.4.0/include -isystem
/usr/local/include -g0 -Wno-system-headers -MT ahost.o -MD -MP -MF
".deps/ahost.Tpo" -c -o ahost.o ahost.c; \
then mv -f ".deps/ahost.Tpo" ".deps/ahost.Po"; else rm -f
".deps/ahost.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -O -Wall -Wno-unused -D_REENTRANT
-DBIND_8_COMPAT=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDarwin
-isystem . -isystem /Users/coreadmin/dev/src/xymon-4.4.0/include -isystem
/usr/local/include -g0 -Wno-system-headers -MT ares_getopt.o -MD -MP -MF
".deps/ares_getopt.Tpo" -c -o ares_getopt.o ares_getopt.c; \
then mv -f ".deps/ares_getopt.Tpo" ".deps/ares_getopt.Po"; else rm -f
".deps/ares_getopt.Tpo"; exit 1; fi
/bin/sh ./libtool --tag=CC --mode=link gcc -O -Wall -Wno-unused
-D_REENTRANT -DBIND_8_COMPAT=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DDarwin -isystem . -isystem /Users/coreadmin/dev/src/xymon-4.4.0/include
-isystem /usr/local/include -g0 -Wno-system-headers -o ahost ahost.o
ares_getopt.o ./libcares.la
gcc -O -Wall -Wno-unused -D_REENTRANT -DBIND_8_COMPAT=1 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -DDarwin -isystem . -isystem
/Users/coreadmin/dev/src/xymon-4.4.0/include -isystem /usr/local/include -g0
-Wno-system-headers -o ahost ahost.o ares_getopt.o ./.libs/libcares.a
if gcc -DHAVE_CONFIG_H -I. -I. -O -Wall -Wno-unused -D_REENTRANT
-DBIND_8_COMPAT=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDarwin
-isystem . -isystem /Users/coreadmin/dev/src/xymon-4.4.0/include -isystem
/usr/local/include -g0 -Wno-system-headers -MT adig.o -MD -MP -MF
".deps/adig.Tpo" -c -o adig.o adig.c; \
then mv -f ".deps/adig.Tpo" ".deps/adig.Po"; else rm -f
".deps/adig.Tpo"; exit 1; fi
adig.c:144: error: ‘T_NAPTR’ undeclared here (not in a function)
adig.c: In function ‘display_rr’:
adig.c:648: warning: case label value exceeds maximum value for type
make[3]: *** [adig.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [c-ares/.libs/libcares.a] Error 2
make: *** [bbnet-build] Error 2
any ideas?
Eric