Opened 4 months ago

Last modified 4 months ago

#70081 new defect

libexosip2 build failure: error: conflicting types for ‘HEADER’

Reported by: barracuda156 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc: tobypeterson
Port: libexosip2

Description

  CC       eXutils.lo
  CC       jevents.lo
In file included from eXutils.c:1649:
/usr/include/arpa/nameser_compat.h:99: error: conflicting types for ‘HEADER’
/usr/include/nameser8_compat.h:304: error: previous declaration of ‘HEADER’ was here
eXutils.c: In function ‘eXosip_dnsutils_cares_process’:
eXutils.c:2542: warning: ‘ares_fds’ is deprecated (declared at /opt/local/include/ares.h:612)
eXutils.c:2556: warning: ‘ares_process’ is deprecated (declared at /opt/local/include/ares.h:624)
eXutils.c:2560: warning: ‘ares_fds’ is deprecated (declared at /opt/local/include/ares.h:612)
eXutils.c: In function ‘_eXosip_dnsutils_getsock’:
eXutils.c:2809: warning: ‘ares_fds’ is deprecated (declared at /opt/local/include/ares.h:612)
eXutils.c:2824: warning: ‘ares_fds’ is deprecated (declared at /opt/local/include/ares.h:612)
eXutils.c: In function ‘_eXosip_dnsutils_checksock’:
eXutils.c:2855: warning: ‘ares_getsock’ is deprecated (declared at /opt/local/include/ares.h:617)
eXutils.c:2896: warning: ‘ares_getsock’ is deprecated (declared at /opt/local/include/ares.h:617)
eXutils.c: In function ‘eXosip_dnsutils_srv_lookup’:
eXutils.c:3034: warning: ‘ares_query’ is deprecated (declared at /opt/local/include/ares.h:551)
eXutils.c:3039: warning: ‘ares_query’ is deprecated (declared at /opt/local/include/ares.h:551)
eXutils.c:3044: warning: ‘ares_query’ is deprecated (declared at /opt/local/include/ares.h:551)
eXutils.c:3049: warning: ‘ares_query’ is deprecated (declared at /opt/local/include/ares.h:551)
eXutils.c: In function ‘eXosip_dnsutils_naptr_lookup’:
eXutils.c:3147: warning: ‘ares_query’ is deprecated (declared at /opt/local/include/ares.h:551)
make[2]: *** [eXutils.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_libexosip2/libexosip2/work/libexosip2-5.3.0/src'
make[1]: *** [all-recursive] Error 1

Change History (1)

comment:1 Changed 4 months ago by tobypeterson

Seems like you might have some bogus headers floating around. Full build log might help.

Note: See TracTickets for help on using tickets.