>>> Building on exopi-4 under net/libbind DIST = [net/libbind:libbind-6.0.tar.gz] FULLPKGNAME = libbind-6.0p7v0 distfiles size=757162 >>> Running build in net/libbind at 1714743718.77 ===> net/libbind ===> Building from scratch libbind-6.0p7v0 ===> Checking files for libbind-6.0p7v0 `/exopi-cvs/ports/distfiles/libbind-6.0.tar.gz' is up to date. >> (SHA256) libbind-6.0.tar.gz: OK ===> Extracting for libbind-6.0p7v0 ===> Patching for libbind-6.0p7v0 ===> Applying OpenBSD patch patch-doc_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- doc/Makefile.in.orig Wed Apr 3 20:00:24 2013 |+++ doc/Makefile.in Wed Apr 3 20:00:42 2013 -------------------------- Patching file doc/Makefile.in using Plan A... Hunk #1 succeeded at 74. Hunk #2 succeeded at 86. Hunk #3 succeeded at 96. done ===> Applying OpenBSD patch patch-include_netdb_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |struct needs to match the order in base. (We can't just directly use |netdb.h from base because it is missing things that libbind wants). | |Index: include/netdb.h |--- include/netdb.h.orig |+++ include/netdb.h -------------------------- Patching file include/netdb.h using Plan A... Hunk #1 succeeded at 182. done ===> Applying OpenBSD patch patch-include_resolv_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- include/resolv.h.orig Mon Jan 26 22:34:19 2015 |+++ include/resolv.h Mon Jan 26 22:34:13 2015 -------------------------- Patching file include/resolv.h using Plan A... Hunk #1 succeeded at 284. Hunk #2 succeeded at 336. done ===> Applying OpenBSD patch patch-irs_irs_data_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- irs/irs_data.c.orig Mon Aug 27 04:32:26 2007 |+++ irs/irs_data.c Mon Jan 26 22:34:13 2015 -------------------------- Patching file irs/irs_data.c using Plan A... Hunk #1 succeeded at 43. done ===> Applying OpenBSD patch patch-resolv_res_data_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- resolv/res_data.c.orig Thu Dec 11 09:59:00 2008 |+++ resolv/res_data.c Mon Jan 26 22:34:13 2015 -------------------------- Patching file resolv/res_data.c using Plan A... Hunk #1 succeeded at 69. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for libbind-6.0p7v0 ===> Configuring for libbind-6.0p7v0 Using /exopi-obj/pobj/libbind-6.0/config.site (generated) configure: loading site script /exopi-obj/pobj/libbind-6.0/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 131072 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for a BSD-compatible install... /exopi-obj/pobj/libbind-6.0/bin/install -c checking for ar... /usr/bin/ar checking for tbl... /usr/local/bin/tbl checking for nroff... /usr/local/bin/nroff checking for sed... (cached) /usr/bin/sed checking for tr... /usr/bin/tr checking for etags... no checking for emacs-etags... no checking for perl5... no checking for perl... /usr/bin/perl checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for paths.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/sockio.h... (cached) yes checking for sys/select.h... (cached) yes checking sys/timers.h usability... no checking sys/timers.h presence... no checking for sys/timers.h... no checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking for memory.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking for uintptr_t... yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for clock_gettime in -lrt... no checking for MD5Init in -lmd5... no checking if unistd.h defines fd_set... no checking whether byte ordering is bigendian... no checking for random device... /dev/srandom checking for /dev/srandom... no checking whether to build with thread support... no checking for strlcat... (cached) yes checking for memmove... (cached) yes checking for memchr... (cached) yes checking for strtoul... (cached) yes checking for if_nametoindex... (cached) yes checking for daemon... (cached) yes checking for strsep... (cached) yes checking for strerror... (cached) yes checking for extern char * sys_errlist... yes checking for flockfile... (cached) yes checking whether to build with threads... no checking if "cc" supports -fno-strict-aliasing... yes checking for catgets... (cached) yes checking for gethostbyname_r in -ld4r... no checking for socket in -lsocket... no checking for inet_ntoa... (cached) yes checking whether to use purify... no checking for IPv6 structures... yes checking for Kame IPv6 support... no checking for in6_addr... yes checking for in6addr_any... yes checking for sin6_scope_id in struct sockaddr_in6... yes checking for in6_pktinfo... yes checking for sockaddr_storage... yes checking for inet_ntop... yes checking for inet_pton... yes checking for inet_aton... yes checking for sa_len in struct sockaddr... yes checking for struct msghdr flavor... 4.4BSD checking for type in_port_t... yes checking for struct timespec... yes checking for struct addrinfo... yes checking for int sethostent... no checking for int endhostent... no checking for int setnetent... no checking for int endnetent... no checking for gethostbyaddr(const void *, size_t, ...)... no checking for h_errno in netdb.h... yes checking for getipnodebyname... no checking for getnameinfo... (cached) yes checking for getaddrinfo... (cached) yes checking for gai_strerror... (cached) yes checking for pselect... yes checking for gettimeofday... (cached) yes checking for strndup... yes checking for interface list sysctl... yes checking for strsep... (cached) yes checking for char *sprintf... no checking for char *vsprintf... no checking for vsnprintf... (cached) yes checking printf format modifier for 64-bit integers... l checking for chroot... (cached) yes checking for socket length type... socklen_t checking for getgrouplist... (cached) yes checking for setgroupent... (cached) yes checking for getnetbyaddr_r... no checking for setnetent_r... no checking for endnetent_r... no checking for getgrnam_r... (cached) yes checking for getgrgid_r... (cached) yes checking for getgrent_r... no checking for endgrent_r... (cached) no checking for setgrent_r... no checking for gethostbyname_r... no checking for endhostent_r... no checking for sethostent_r... no checking struct passwd element pw_class... yes checking for getnetgrent_r... no checking for endnetgrent_r... no checking for setnetgrent_r... no checking for innetgr_r... no checking for getprotoent_r... (cached) yes checking for endprotoent_r... (cached) yes checking for setprotoent_r... (cached) yes checking for getpwent_r... no checking for endpwent_r... no checking for setpassent_r... no checking for setpassent... (cached) yes checking for setpwent_r... no checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getservent_r... (cached) yes checking for endservent_r... (cached) yes checking for setservent_r... (cached) yes configure: creating ./config.status config.status: creating make/rules config.status: creating make/mkdep config.status: creating make/includes config.status: creating Makefile config.status: creating bsd/Makefile config.status: creating doc/Makefile config.status: creating dst/Makefile config.status: creating include/Makefile config.status: creating inet/Makefile config.status: creating irs/Makefile config.status: creating isc/Makefile config.status: creating nameser/Makefile config.status: creating port_after.h config.status: creating port_before.h config.status: creating resolv/Makefile config.status: creating port/Makefile config.status: creating port/openbsd/Makefile config.status: creating port/openbsd/include/Makefile config.status: creating include/isc/platform.h config.status: creating tests/Makefile config.status: creating config.h ===> Building for libbind-6.0p7v0 making all in /exopi-obj/pobj/libbind-6.0/libbind-6.0/bsd /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ftruncate.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ftruncate.c -fPIC -DPIC -o .libs/ftruncate.o ftruncate.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ftruncate.c,v 1.3 2005/04/27 18:16:45 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ftruncate.c -o ftruncate.o ftruncate.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ftruncate.c,v 1.3 2005/04/27 18:16:45 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gettimeofday.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gettimeofday.c -fPIC -DPIC -o .libs/gettimeofday.o gettimeofday.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gettimeofday.c,v 1.4 2005/04/27 04:56:11 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gettimeofday.c -o gettimeofday.o gettimeofday.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gettimeofday.c,v 1.4 2005/04/27 04:56:11 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c mktemp.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c mktemp.c -fPIC -DPIC -o .libs/mktemp.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c mktemp.c -o mktemp.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c putenv.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c putenv.c -fPIC -DPIC -o .libs/putenv.o putenv.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: putenv.c,v 1.2 2005/04/27 04:56:11 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c putenv.c -o putenv.o putenv.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: putenv.c,v 1.2 2005/04/27 04:56:11 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c readv.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c readv.c -fPIC -DPIC -o .libs/readv.o readv.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: readv.c,v 1.2 2005/04/27 04:56:11 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c readv.c -o readv.o readv.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: readv.c,v 1.2 2005/04/27 04:56:11 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c setenv.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c setenv.c -fPIC -DPIC -o .libs/setenv.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c setenv.c -o setenv.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c setitimer.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c setitimer.c -fPIC -DPIC -o .libs/setitimer.o setitimer.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: setitimer.c,v 1.2 2005/04/27 04:56:12 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c setitimer.c -o setitimer.o setitimer.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: setitimer.c,v 1.2 2005/04/27 04:56:12 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strcasecmp.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strcasecmp.c -fPIC -DPIC -o .libs/strcasecmp.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strcasecmp.c -o strcasecmp.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strdup.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strdup.c -fPIC -DPIC -o .libs/strdup.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strdup.c -o strdup.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strerror.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strerror.c -fPIC -DPIC -o .libs/strerror.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strerror.c -o strerror.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strpbrk.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strpbrk.c -fPIC -DPIC -o .libs/strpbrk.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strpbrk.c -o strpbrk.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strtoul.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strtoul.c -fPIC -DPIC -o .libs/strtoul.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c strtoul.c -o strtoul.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c utimes.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c utimes.c -fPIC -DPIC -o .libs/utimes.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c utimes.c -o utimes.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c writev.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c writev.c -fPIC -DPIC -o .libs/writev.o writev.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: writev.c,v 1.3 2005/04/27 04:56:13 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c writev.c -o writev.o writev.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: writev.c,v 1.3 2005/04/27 04:56:13 sra Exp $"; ^ 1 warning generated. making all in /exopi-obj/pobj/libbind-6.0/libbind-6.0/dst /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dst_api.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dst_api.c -fPIC -DPIC -o .libs/dst_api.o dst_api.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Header: /proj/cvs/prod/libbind/dst/dst_api.c,v 1.17 2007/09/24 17:18:25 each Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dst_api.c -o dst_api.o dst_api.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Header: /proj/cvs/prod/libbind/dst/dst_api.c,v 1.17 2007/09/24 17:18:25 each Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c hmac_link.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c hmac_link.c -fPIC -DPIC -o .libs/hmac_link.o hmac_link.c:3:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Header: /proj/cvs/prod/libbind/dst/hmac_link.c,v 1.8 2007/09/24 17:18:25 each Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c hmac_link.c -o hmac_link.o hmac_link.c:3:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Header: /proj/cvs/prod/libbind/dst/hmac_link.c,v 1.8 2007/09/24 17:18:25 each Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c md5_dgst.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c md5_dgst.c -fPIC -DPIC -o .libs/md5_dgst.o md5_dgst.c:84:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5_Init(c) ^ ./md5.h:76:18: note: expanded from macro 'MD5_Init' #define MD5_Init __bind_MD5_Init ^ md5_dgst.c:96:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5_Update(c, data, len) ^ ./md5.h:77:20: note: expanded from macro 'MD5_Update' #define MD5_Update __bind_MD5_Update ^ md5_dgst.c:215:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void md5_block(c, X) ^ md5_dgst.c:301:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5_Final(md, c) ^ ./md5.h:78:19: note: expanded from macro 'MD5_Final' #define MD5_Final __bind_MD5_Final ^ 4 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c md5_dgst.c -o md5_dgst.o md5_dgst.c:84:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5_Init(c) ^ ./md5.h:76:18: note: expanded from macro 'MD5_Init' #define MD5_Init __bind_MD5_Init ^ md5_dgst.c:96:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5_Update(c, data, len) ^ ./md5.h:77:20: note: expanded from macro 'MD5_Update' #define MD5_Update __bind_MD5_Update ^ md5_dgst.c:215:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void md5_block(c, X) ^ md5_dgst.c:301:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5_Final(md, c) ^ ./md5.h:78:19: note: expanded from macro 'MD5_Final' #define MD5_Final __bind_MD5_Final ^ 4 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c support.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c support.c -fPIC -DPIC -o .libs/support.o support.c:1:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Header: /proj/cvs/prod/libbind/dst/support.c,v 1.6 2005/10/11 00:10:13 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c support.c -o support.o support.c:1:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Header: /proj/cvs/prod/libbind/dst/support.c,v 1.6 2005/10/11 00:10:13 marka Exp $"; ^ 1 warning generated. making all in /exopi-obj/pobj/libbind-6.0/libbind-6.0/doc making all in /exopi-obj/pobj/libbind-6.0/libbind-6.0/include making all in /exopi-obj/pobj/libbind-6.0/libbind-6.0/inet /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_addr.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_addr.c -fPIC -DPIC -o .libs/inet_addr.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_addr.c -o inet_addr.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_cidr_ntop.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_cidr_ntop.c -fPIC -DPIC -o .libs/inet_cidr_ntop.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_cidr_ntop.c -o inet_cidr_ntop.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_cidr_pton.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_cidr_pton.c -fPIC -DPIC -o .libs/inet_cidr_pton.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_cidr_pton.c -o inet_cidr_pton.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_data.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_data.c -fPIC -DPIC -o .libs/inet_data.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_data.c -o inet_data.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_lnaof.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_lnaof.c -fPIC -DPIC -o .libs/inet_lnaof.o inet_lnaof.c:52:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_lnaof(in) ^ ../include/arpa/inet.h:76:21: note: expanded from macro 'inet_lnaof' #define inet_lnaof __inet_lnaof ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_lnaof.c -o inet_lnaof.o inet_lnaof.c:52:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_lnaof(in) ^ ../include/arpa/inet.h:76:21: note: expanded from macro 'inet_lnaof' #define inet_lnaof __inet_lnaof ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_makeaddr.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_makeaddr.c -fPIC -DPIC -o .libs/inet_makeaddr.o inet_makeaddr.c:51:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_makeaddr(net, host) ^ ../include/arpa/inet.h:77:24: note: expanded from macro 'inet_makeaddr' #define inet_makeaddr __inet_makeaddr ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_makeaddr.c -o inet_makeaddr.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_net_ntop.c inet_makeaddr.c:51:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_makeaddr(net, host) ^ ../include/arpa/inet.h:77:24: note: expanded from macro 'inet_makeaddr' #define inet_makeaddr __inet_makeaddr ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_net_ntop.c -fPIC -DPIC -o .libs/inet_net_ntop.o inet_net_ntop.c:58:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_net_ntop(af, src, bits, dst, size) ^ ../include/arpa/inet.h:81:24: note: expanded from macro 'inet_net_ntop' #define inet_net_ntop __inet_net_ntop ^ inet_net_ntop.c:90:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_net_ntop_ipv4(src, bits, dst, size) ^ 2 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_net_ntop.c -o inet_net_ntop.o inet_net_ntop.c:58:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_net_ntop(af, src, bits, dst, size) ^ ../include/arpa/inet.h:81:24: note: expanded from macro 'inet_net_ntop' #define inet_net_ntop __inet_net_ntop ^ inet_net_ntop.c:90:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_net_ntop_ipv4(src, bits, dst, size) ^ 2 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_net_pton.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_net_pton.c -fPIC -DPIC -o .libs/inet_net_pton.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_net_pton.c -o inet_net_pton.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_neta.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_neta.c -fPIC -DPIC -o .libs/inet_neta.o inet_neta.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_neta(src, dst, size) ^ ../include/arpa/inet.h:78:20: note: expanded from macro 'inet_neta' #define inet_neta __inet_neta ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_neta.c -o inet_neta.o inet_neta.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_neta(src, dst, size) ^ ../include/arpa/inet.h:78:20: note: expanded from macro 'inet_neta' #define inet_neta __inet_neta ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_netof.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_netof.c -fPIC -DPIC -o .libs/inet_netof.o inet_netof.c:51:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_netof(in) ^ ../include/arpa/inet.h:79:21: note: expanded from macro 'inet_netof' #define inet_netof __inet_netof ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_netof.c -o inet_netof.o inet_netof.c:51:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_netof(in) ^ ../include/arpa/inet.h:79:21: note: expanded from macro 'inet_netof' #define inet_netof __inet_netof ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_network.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_network.c -fPIC -DPIC -o .libs/inet_network.o inet_network.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_network(cp) ^ ../include/arpa/inet.h:80:23: note: expanded from macro 'inet_network' #define inet_network __inet_network ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_network.c -o inet_network.o inet_network.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_network(cp) ^ ../include/arpa/inet.h:80:23: note: expanded from macro 'inet_network' #define inet_network __inet_network ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_ntoa.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_ntoa.c -fPIC -DPIC -o .libs/inet_ntoa.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_ntoa.c -o inet_ntoa.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_ntop.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_ntop.c -fPIC -DPIC -o .libs/inet_ntop.o inet_ntop.c:61:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_ntop(af, src, dst, size) ^ ../include/arpa/inet.h:87:20: note: expanded from macro 'inet_ntop' #define inet_ntop __inet_ntop ^ inet_ntop.c:91:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_ntop4(src, dst, size) ^ inet_ntop.c:114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_ntop6(src, dst, size) ^ 3 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_ntop.c -o inet_ntop.o inet_ntop.c:61:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_ntop(af, src, dst, size) ^ ../include/arpa/inet.h:87:20: note: expanded from macro 'inet_ntop' #define inet_ntop __inet_ntop ^ inet_ntop.c:91:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_ntop4(src, dst, size) ^ inet_ntop.c:114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_ntop6(src, dst, size) ^ 3 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_pton.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_pton.c -fPIC -DPIC -o .libs/inet_pton.o inet_pton.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_pton(af, src, dst) ^ ../include/arpa/inet.h:86:20: note: expanded from macro 'inet_pton' #define inet_pton __inet_pton ^ inet_pton.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_pton4(src, dst) ^ inet_pton.c:136:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_pton6(src, dst) ^ 3 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c inet_pton.c -o inet_pton.o inet_pton.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_pton(af, src, dst) ^ ../include/arpa/inet.h:86:20: note: expanded from macro 'inet_pton' #define inet_pton __inet_pton ^ inet_pton.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_pton4(src, dst) ^ inet_pton.c:136:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_pton6(src, dst) ^ 3 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c nsap_addr.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c nsap_addr.c -fPIC -DPIC -o .libs/nsap_addr.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c nsap_addr.c -o nsap_addr.o making all in /exopi-obj/pobj/libbind-6.0/libbind-6.0/irs /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns.c -fPIC -DPIC -o .libs/dns.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns.c -o dns.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_ho.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_ho.c -fPIC -DPIC -o .libs/dns_ho.o dns_ho.c:1056:28: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual] for (tap = (const char **)pvt->h_addr_ptrs; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_ho.c -o dns_ho.o dns_ho.c:1056:28: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual] for (tap = (const char **)pvt->h_addr_ptrs; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_nw.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_nw.c -fPIC -DPIC -o .libs/dns_nw.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_nw.c -o dns_nw.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_pr.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_pr.c -fPIC -DPIC -o .libs/dns_pr.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_pr.c -o dns_pr.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_sv.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_sv.c -fPIC -DPIC -o .libs/dns_sv.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dns_sv.c -o dns_sv.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gai_strerror.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gai_strerror.c -fPIC -DPIC -o .libs/gai_strerror.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gai_strerror.c -o gai_strerror.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen.c -fPIC -DPIC -o .libs/gen.o gen.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gen.c,v 1.7 2005/04/27 04:56:23 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen.c -o gen.o gen.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gen.c,v 1.7 2005/04/27 04:56:23 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_ho.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_ho.c -fPIC -DPIC -o .libs/gen_ho.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_ho.c -o gen_ho.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_ng.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_ng.c -fPIC -DPIC -o .libs/gen_ng.o gen_ng.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gen_ng.c,v 1.3 2005/04/27 04:56:23 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_ng.c -o gen_ng.o gen_ng.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gen_ng.c,v 1.3 2005/04/27 04:56:23 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_nw.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_nw.c -fPIC -DPIC -o .libs/gen_nw.o gen_nw.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gen_nw.c,v 1.4 2005/04/27 04:56:23 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_nw.c -o gen_nw.o gen_nw.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gen_nw.c,v 1.4 2005/04/27 04:56:23 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_pr.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_pr.c -fPIC -DPIC -o .libs/gen_pr.o gen_pr.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gen_pr.c,v 1.3 2005/04/27 04:56:24 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_pr.c -o gen_pr.o gen_pr.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gen_pr.c,v 1.3 2005/04/27 04:56:24 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_sv.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_sv.c -fPIC -DPIC -o .libs/gen_sv.o gen_sv.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gen_sv.c,v 1.3 2005/04/27 04:56:24 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gen_sv.c -o gen_sv.o gen_sv.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gen_sv.c,v 1.3 2005/04/27 04:56:24 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getaddrinfo.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getaddrinfo.c -fPIC -DPIC -o .libs/getaddrinfo.o getaddrinfo.c:287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] freeaddrinfo(ai) ^ getaddrinfo.c:303:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] str_isnumber(p) ^ getaddrinfo.c:320:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getaddrinfo(hostname, servname, hints, res) ^ getaddrinfo.c:608:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] explore_fqdn(pai, hostname, servname, res) ^ getaddrinfo.c:691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] explore_copy(pai, src0, res) ^ getaddrinfo.c:733:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] explore_null(pai, servname, res) ^ getaddrinfo.c:779:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] explore_numeric(pai, hostname, servname, res) ^ getaddrinfo.c:842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] explore_numeric_scope(pai, hostname, servname, res) ^ getaddrinfo.c:904:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_canonname(pai, ai, str) ^ getaddrinfo.c:919:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_ai(pai, afd, addr) ^ getaddrinfo.c:947:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] copy_ai(pai) ^ getaddrinfo.c:1071:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] find_afd(af) ^ getaddrinfo.c:1092:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] addrconfig(af) ^ getaddrinfo.c:1157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hostent2addrinfo(hp, pai) ^ getaddrinfo.c:1219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] addr2addrinfo(pai, cp) ^ 15 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getaddrinfo.c -o getaddrinfo.o getaddrinfo.c:287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] freeaddrinfo(ai) ^ getaddrinfo.c:303:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] str_isnumber(p) ^ getaddrinfo.c:320:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getaddrinfo(hostname, servname, hints, res) ^ getaddrinfo.c:608:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] explore_fqdn(pai, hostname, servname, res) ^ getaddrinfo.c:691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] explore_copy(pai, src0, res) ^ getaddrinfo.c:733:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] explore_null(pai, servname, res) ^ getaddrinfo.c:779:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] explore_numeric(pai, hostname, servname, res) ^ getaddrinfo.c:842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] explore_numeric_scope(pai, hostname, servname, res) ^ getaddrinfo.c:904:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_canonname(pai, ai, str) ^ getaddrinfo.c:919:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_ai(pai, afd, addr) ^ getaddrinfo.c:947:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] copy_ai(pai) ^ getaddrinfo.c:1071:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] find_afd(af) ^ getaddrinfo.c:1092:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] addrconfig(af) ^ getaddrinfo.c:1157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hostent2addrinfo(hp, pai) ^ getaddrinfo.c:1219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] addr2addrinfo(pai, cp) ^ 15 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gethostent.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gethostent.c -fPIC -DPIC -o .libs/gethostent.o gethostent.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gethostent.c,v 1.8 2006/01/10 05:06:00 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c gethostent.c -o gethostent.o gethostent.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: gethostent.c,v 1.8 2006/01/10 05:06:00 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getnameinfo.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getnameinfo.c -fPIC -DPIC -o .libs/getnameinfo.o getnameinfo.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getnameinfo(sa, salen, host, hostlen, serv, servlen, flags) ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getnameinfo.c -o getnameinfo.o getnameinfo.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getnameinfo(sa, salen, host, hostlen, serv, servlen, flags) ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getnetent.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getnetent.c -fPIC -DPIC -o .libs/getnetent.o getnetent.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: getnetent.c,v 1.7 2005/04/27 04:56:25 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getnetent.c -o getnetent.o getnetent.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: getnetent.c,v 1.7 2005/04/27 04:56:25 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getnetgrent.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getnetgrent.c -fPIC -DPIC -o .libs/getnetgrent.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getnetgrent.c -o getnetgrent.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getprotoent.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getprotoent.c -fPIC -DPIC -o .libs/getprotoent.o getprotoent.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: getprotoent.c,v 1.4 2005/04/27 04:56:26 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getprotoent.c -o getprotoent.o getprotoent.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: getprotoent.c,v 1.4 2005/04/27 04:56:26 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getservent.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getservent.c -fPIC -DPIC -o .libs/getservent.o getservent.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: getservent.c,v 1.4 2005/04/27 04:56:26 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c getservent.c -o getservent.o getservent.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: getservent.c,v 1.4 2005/04/27 04:56:26 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c hesiod.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c hesiod.c -fPIC -DPIC -o .libs/hesiod.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c hesiod.c -o hesiod.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp.c -fPIC -DPIC -o .libs/irp.o irp.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: irp.c,v 1.12 2008/11/14 02:36:51 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp.c -o irp.o irp.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: irp.c,v 1.12 2008/11/14 02:36:51 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_ho.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_ho.c -fPIC -DPIC -o .libs/irp_ho.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_ho.c -o irp_ho.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_ng.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_ng.c -fPIC -DPIC -o .libs/irp_ng.o irp_ng.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: irp_ng.c,v 1.4 2006/12/07 04:46:27 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_ng.c -o irp_ng.o irp_ng.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: irp_ng.c,v 1.4 2006/12/07 04:46:27 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_nw.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_nw.c -fPIC -DPIC -o .libs/irp_nw.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_nw.c -o irp_nw.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_pr.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_pr.c -fPIC -DPIC -o .libs/irp_pr.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_pr.c -o irp_pr.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_sv.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_sv.c -fPIC -DPIC -o .libs/irp_sv.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irp_sv.c -o irp_sv.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irpmarshall.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irpmarshall.c -fPIC -DPIC -o .libs/irpmarshall.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irpmarshall.c -o irpmarshall.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irs_data.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irs_data.c -fPIC -DPIC -o .libs/irs_data.o irs_data.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: irs_data.c,v 1.12 2007/08/27 03:32:26 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c irs_data.c -o irs_data.o irs_data.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: irs_data.c,v 1.12 2007/08/27 03:32:26 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl.c -fPIC -DPIC -o .libs/lcl.o lcl.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: lcl.c,v 1.4 2005/04/27 04:56:30 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl.c -o lcl.o lcl.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: lcl.c,v 1.4 2005/04/27 04:56:30 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_ho.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_ho.c -fPIC -DPIC -o .libs/lcl_ho.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_ho.c -o lcl_ho.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_ng.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_ng.c -fPIC -DPIC -o .libs/lcl_ng.o lcl_ng.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: lcl_ng.c,v 1.3 2005/04/27 04:56:31 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_ng.c -o lcl_ng.o lcl_ng.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: lcl_ng.c,v 1.3 2005/04/27 04:56:31 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_nw.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_nw.c -fPIC -DPIC -o .libs/lcl_nw.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_nw.c -o lcl_nw.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_pr.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_pr.c -fPIC -DPIC -o .libs/lcl_pr.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_pr.c -o lcl_pr.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_sv.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_sv.c -fPIC -DPIC -o .libs/lcl_sv.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c lcl_sv.c -o lcl_sv.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c nis.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c nis.c -fPIC -DPIC -o .libs/nis.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c nis.c -o nis.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c nul_ng.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c nul_ng.c -fPIC -DPIC -o .libs/nul_ng.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c nul_ng.c -o nul_ng.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c util.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c util.c -fPIC -DPIC -o .libs/util.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c util.c -o util.o making all in /exopi-obj/pobj/libbind-6.0/libbind-6.0/isc /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c assertions.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c assertions.c -fPIC -DPIC -o .libs/assertions.o assertions.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: assertions.c,v 1.5 2008/11/14 02:36:51 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c assertions.c -o assertions.o assertions.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: assertions.c,v 1.5 2008/11/14 02:36:51 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c base64.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c base64.c -fPIC -DPIC -o .libs/base64.o base64.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b64_pton(src, target, targsize) ^ ../include/resolv.h:359:19: note: expanded from macro 'b64_pton' #define b64_pton __b64_pton ^ base64.c:44:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: base64.c,v 1.4 2005/04/27 04:56:34 sra Exp $"; ^ 2 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c base64.c -o base64.o base64.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b64_pton(src, target, targsize) ^ ../include/resolv.h:359:19: note: expanded from macro 'b64_pton' #define b64_pton __b64_pton ^ base64.c:44:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: base64.c,v 1.4 2005/04/27 04:56:34 sra Exp $"; ^ 2 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c bitncmp.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c bitncmp.c -fPIC -DPIC -o .libs/bitncmp.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c bitncmp.c -o bitncmp.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ctl_clnt.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ctl_clnt.c -fPIC -DPIC -o .libs/ctl_clnt.o ctl_clnt.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ctl_clnt.c,v 1.11 2008/11/14 02:36:51 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ctl_clnt.c -o ctl_clnt.o ctl_clnt.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ctl_clnt.c,v 1.11 2008/11/14 02:36:51 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ctl_p.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ctl_p.c -fPIC -DPIC -o .libs/ctl_p.o ctl_p.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ctl_p.c,v 1.4 2005/04/27 04:56:35 sra Exp $"; ^ cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ctl_p.c -o ctl_p.o 1 warning generated. ctl_p.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ctl_p.c,v 1.4 2005/04/27 04:56:35 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ctl_srvr.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ctl_srvr.c -fPIC -DPIC -o .libs/ctl_srvr.o ctl_srvr.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ctl_srvr.c,v 1.10 2008/11/14 02:36:51 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ctl_srvr.c -o ctl_srvr.o ctl_srvr.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ctl_srvr.c,v 1.10 2008/11/14 02:36:51 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_connects.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_connects.c -fPIC -DPIC -o .libs/ev_connects.o ev_connects.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ev_connects.c,v 1.8 2006/03/09 23:57:56 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_connects.c -o ev_connects.o ev_connects.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ev_connects.c,v 1.8 2006/03/09 23:57:56 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_files.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_files.c -fPIC -DPIC -o .libs/ev_files.o ev_files.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ev_files.c,v 1.8 2005/07/28 06:51:48 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_files.c -o ev_files.o ev_files.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ev_files.c,v 1.8 2005/07/28 06:51:48 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_streams.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_streams.c -fPIC -DPIC -o .libs/ev_streams.o ev_streams.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ev_streams.c,v 1.5 2005/04/27 04:56:36 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_streams.c -o ev_streams.o ev_streams.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ev_streams.c,v 1.5 2005/04/27 04:56:36 sra Exp $"; ^ /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_timers.c 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_timers.c -fPIC -DPIC -o .libs/ev_timers.o ev_timers.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ev_timers.c,v 1.6 2005/04/27 04:56:36 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_timers.c -o ev_timers.o ev_timers.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ev_timers.c,v 1.6 2005/04/27 04:56:36 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_waits.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_waits.c -fPIC -DPIC -o .libs/ev_waits.o ev_waits.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ev_waits.c,v 1.4 2005/04/27 04:56:36 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ev_waits.c -o ev_waits.o ev_waits.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ev_waits.c,v 1.4 2005/04/27 04:56:36 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c eventlib.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c eventlib.c -fPIC -DPIC -o .libs/eventlib.o eventlib.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: eventlib.c,v 1.10 2006/03/09 23:57:56 marka Exp $"; ^ cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c eventlib.c -o eventlib.o 1 warning generated. eventlib.c:23:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: eventlib.c,v 1.10 2006/03/09 23:57:56 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c heap.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c heap.c -fPIC -DPIC -o .libs/heap.o heap.c:29:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: heap.c,v 1.4 2006/03/09 23:57:56 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c heap.c -o heap.o heap.c:29:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: heap.c,v 1.4 2006/03/09 23:57:56 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c hex.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c hex.c -fPIC -DPIC -o .libs/hex.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c hex.c -o hex.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c logging.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c logging.c -fPIC -DPIC -o .libs/logging.o logging.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: logging.c,v 1.9 2008/11/14 02:36:51 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c logging.c -o logging.o logging.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: logging.c,v 1.9 2008/11/14 02:36:51 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c memcluster.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c memcluster.c -fPIC -DPIC -o .libs/memcluster.o memcluster.c:27:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: memcluster.c,v 1.11 2006/08/30 23:34:38 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c memcluster.c -o memcluster.o memcluster.c:27:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: memcluster.c,v 1.11 2006/08/30 23:34:38 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c movefile.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c movefile.c -fPIC -DPIC -o .libs/movefile.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c movefile.c -o movefile.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c tree.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c tree.c -fPIC -DPIC -o .libs/tree.o tree.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: tree.c,v 1.4 2005/04/27 04:56:39 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c tree.c -o tree.o tree.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: tree.c,v 1.4 2005/04/27 04:56:39 sra Exp $"; ^ 1 warning generated. making all in /exopi-obj/pobj/libbind-6.0/libbind-6.0/nameser /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_date.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_date.c -fPIC -DPIC -o .libs/ns_date.o ns_date.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_date.c,v 1.6 2005/04/27 04:56:39 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_date.c -o ns_date.o ns_date.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_date.c,v 1.6 2005/04/27 04:56:39 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_name.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_name.c -fPIC -DPIC -o .libs/ns_name.o ns_name.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_name.c,v 1.11 2009/01/23 19:59:16 each Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_name.c -o ns_name.o ns_name.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_name.c,v 1.11 2009/01/23 19:59:16 each Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_netint.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_netint.c -fPIC -DPIC -o .libs/ns_netint.o ns_netint.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_netint.c,v 1.3 2005/04/27 04:56:40 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_netint.c -o ns_netint.o ns_netint.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_netint.c,v 1.3 2005/04/27 04:56:40 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_parse.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_parse.c -fPIC -DPIC -o .libs/ns_parse.o ns_parse.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_parse.c,v 1.10 2009/01/23 19:59:16 each Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_parse.c -o ns_parse.o ns_parse.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_parse.c,v 1.10 2009/01/23 19:59:16 each Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_print.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_print.c -fPIC -DPIC -o .libs/ns_print.o ns_print.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_print.c,v 1.12 2009/03/03 05:29:58 each Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_print.c -o ns_print.o ns_print.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_print.c,v 1.12 2009/03/03 05:29:58 each Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_samedomain.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_samedomain.c -fPIC -DPIC -o .libs/ns_samedomain.o ns_samedomain.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_samedomain.c,v 1.6 2005/04/27 04:56:40 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_samedomain.c -o ns_samedomain.o ns_samedomain.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_samedomain.c,v 1.6 2005/04/27 04:56:40 sra Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_sign.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_sign.c -fPIC -DPIC -o .libs/ns_sign.o ns_sign.c:113:24: warning: cast from 'u_char **' (aka 'unsigned char **') to 'const u_char **' (aka 'const unsigned char **') must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const u_char **)dnptrs, ^ ns_sign.c:114:24: warning: cast from 'u_char **' (aka 'unsigned char **') to 'const u_char **' (aka 'const unsigned char **') must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const u_char **)lastdnptr); ^ ns_sign.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_sign.c,v 1.6 2006/03/09 23:57:56 marka Exp $"; ^ 3 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_sign.c -o ns_sign.o ns_sign.c:113:24: warning: cast from 'u_char **' (aka 'unsigned char **') to 'const u_char **' (aka 'const unsigned char **') must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const u_char **)dnptrs, ^ ns_sign.c:114:24: warning: cast from 'u_char **' (aka 'unsigned char **') to 'const u_char **' (aka 'const unsigned char **') must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const u_char **)lastdnptr); ^ ns_sign.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_sign.c,v 1.6 2006/03/09 23:57:56 marka Exp $"; ^ 3 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_ttl.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_ttl.c -fPIC -DPIC -o .libs/ns_ttl.o ns_ttl.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_ttl.c,v 1.4 2005/07/28 06:51:49 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_ttl.c -o ns_ttl.o ns_ttl.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_ttl.c,v 1.4 2005/07/28 06:51:49 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_verify.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_verify.c -fPIC -DPIC -o .libs/ns_verify.o ns_verify.c:308:6: warning: absolute value function 'abs' given an argument of type 'time_t' (aka 'long long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] if (abs((*timesigned) - time(NULL)) > fudge) ^ ns_verify.c:308:6: note: use function 'llabs' instead if (abs((*timesigned) - time(NULL)) > fudge) ^~~ llabs ns_verify.c:473:6: warning: absolute value function 'abs' given an argument of type 'time_t' (aka 'long long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] if (abs(timesigned - time(NULL)) > fudge) ^ ns_verify.c:473:6: note: use function 'llabs' instead if (abs(timesigned - time(NULL)) > fudge) ^~~ llabs ns_verify.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_verify.c,v 1.5 2006/03/09 23:57:56 marka Exp $"; ^ 3 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_verify.c -o ns_verify.o ns_verify.c:308:6: warning: absolute value function 'abs' given an argument of type 'time_t' (aka 'long long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] if (abs((*timesigned) - time(NULL)) > fudge) ^ ns_verify.c:308:6: note: use function 'llabs' instead if (abs((*timesigned) - time(NULL)) > fudge) ^~~ llabs ns_verify.c:473:6: warning: absolute value function 'abs' given an argument of type 'time_t' (aka 'long long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] if (abs(timesigned - time(NULL)) > fudge) ^ ns_verify.c:473:6: note: use function 'llabs' instead if (abs(timesigned - time(NULL)) > fudge) ^~~ llabs ns_verify.c:19:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_verify.c,v 1.5 2006/03/09 23:57:56 marka Exp $"; ^ 3 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_rdata.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_rdata.c -fPIC -DPIC -o .libs/ns_rdata.o ns_rdata.c:18:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_rdata.c,v 1.2 2009/01/23 23:49:15 tbox Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_rdata.c -o ns_rdata.o ns_rdata.c:18:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_rdata.c,v 1.2 2009/01/23 23:49:15 tbox Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_newmsg.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_newmsg.c -fPIC -DPIC -o .libs/ns_newmsg.o ns_newmsg.c:18:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_newmsg.c,v 1.3 2009/02/26 10:48:57 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c ns_newmsg.c -o ns_newmsg.o ns_newmsg.c:18:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: ns_newmsg.c,v 1.3 2009/02/26 10:48:57 marka Exp $"; ^ 1 warning generated. making all in /exopi-obj/pobj/libbind-6.0/libbind-6.0/resolv /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c herror.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c herror.c -fPIC -DPIC -o .libs/herror.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c herror.c -o herror.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c mtctxres.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c mtctxres.c -fPIC -DPIC -o .libs/mtctxres.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c mtctxres.c -o mtctxres.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_comp.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_comp.c -fPIC -DPIC -o .libs/res_comp.o res_comp.c:118:23: warning: cast from 'u_char **' (aka 'unsigned char **') to 'const u_char **' (aka 'const unsigned char **') must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const u_char **)dnptrs, ^ res_comp.c:119:23: warning: cast from 'u_char **' (aka 'unsigned char **') to 'const u_char **' (aka 'const unsigned char **') must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const u_char **)lastdnptr)); ^ 2 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_comp.c -o res_comp.o res_comp.c:118:23: warning: cast from 'u_char **' (aka 'unsigned char **') to 'const u_char **' (aka 'const unsigned char **') must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const u_char **)dnptrs, ^ res_comp.c:119:23: warning: cast from 'u_char **' (aka 'unsigned char **') to 'const u_char **' (aka 'const unsigned char **') must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const u_char **)lastdnptr)); ^ 2 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_data.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_data.c -fPIC -DPIC -o .libs/res_data.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_data.c -o res_data.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_debug.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_debug.c -fPIC -DPIC -o .libs/res_debug.o res_debug.c:372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] p_fqnname(cp, msg, msglen, name, namelen) ^ ../include/resolv.h:371:20: note: expanded from macro 'p_fqnname' #define p_fqnname __p_fqnname ^ res_debug.c:763:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] precsize_ntoa(prec) ^ res_debug.c:917:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] loc_aton(ascii, binary) ^ ../include/resolv.h:365:19: note: expanded from macro 'loc_aton' #define loc_aton __loc_aton ^ res_debug.c:1028:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] loc_ntoa(binary, ascii) ^ ../include/resolv.h:366:19: note: expanded from macro 'loc_ntoa' #define loc_ntoa __loc_ntoa ^ 4 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_debug.c -o res_debug.o res_debug.c:372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] p_fqnname(cp, msg, msglen, name, namelen) ^ ../include/resolv.h:371:20: note: expanded from macro 'p_fqnname' #define p_fqnname __p_fqnname ^ res_debug.c:763:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] precsize_ntoa(prec) ^ res_debug.c:917:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] loc_aton(ascii, binary) ^ ../include/resolv.h:365:19: note: expanded from macro 'loc_aton' #define loc_aton __loc_aton ^ res_debug.c:1028:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] loc_ntoa(binary, ascii) ^ ../include/resolv.h:366:19: note: expanded from macro 'loc_ntoa' #define loc_ntoa __loc_ntoa ^ 4 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_findzonecut.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_findzonecut.c -fPIC -DPIC -o .libs/res_findzonecut.o res_findzonecut.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: res_findzonecut.c,v 1.10 2005/10/11 00:10:16 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_findzonecut.c -o res_findzonecut.o res_findzonecut.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: res_findzonecut.c,v 1.10 2005/10/11 00:10:16 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_init.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_init.c -fPIC -DPIC -o .libs/res_init.o res_init.c:648:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] net_mask(in) /*!< XXX - should really use system's version of this */ ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_init.c -o res_init.o res_init.c:648:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] net_mask(in) /*!< XXX - should really use system's version of this */ ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_mkquery.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_mkquery.c -fPIC -DPIC -o .libs/res_mkquery.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_mkquery.c -o res_mkquery.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_mkupdate.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_mkupdate.c -fPIC -DPIC -o .libs/res_mkupdate.o res_mkupdate.c:25:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: res_mkupdate.c,v 1.10 2008/12/11 09:59:00 marka Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_mkupdate.c -o res_mkupdate.o res_mkupdate.c:25:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: res_mkupdate.c,v 1.10 2008/12/11 09:59:00 marka Exp $"; ^ 1 warning generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_query.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_query.c -fPIC -DPIC -o .libs/res_query.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_query.c -o res_query.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_send.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_send.c -fPIC -DPIC -o .libs/res_send.o res_send.c:546:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_salen(sa) ^ res_send.c:568:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_nsaddr(statp, n) ^ res_send.c:1032:7: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] alen = alen; ~~~~ ^ ~~~~ 3 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_send.c -o res_send.o res_send.c:546:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_salen(sa) ^ res_send.c:568:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_nsaddr(statp, n) ^ res_send.c:1032:7: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] alen = alen; ~~~~ ^ ~~~~ 3 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_sendsigned.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_sendsigned.c -fPIC -DPIC -o .libs/res_sendsigned.o cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_sendsigned.c -o res_sendsigned.o /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_update.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_update.c -fPIC -DPIC -o .libs/res_update.o res_update.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: res_update.c,v 1.13 2005/04/27 04:56:43 sra Exp $"; ^ 1 warning generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -I./../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c res_update.c -o res_update.o res_update.c:2:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: res_update.c,v 1.13 2005/04/27 04:56:43 sra Exp $"; ^ 1 warning generated. making all in /exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include /usr/bin/libtool --mode=link cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -o libbind.la -rpath /usr/local/lib/libbind -version-info 6:1:2 bsd/ftruncate.lo bsd/gettimeofday.lo bsd/mktemp.lo bsd/putenv.lo bsd/readv.lo bsd/setenv.lo bsd/setitimer.lo bsd/strcasecmp.lo bsd/strdup.lo bsd/strerror.lo bsd/strpbrk.lo bsd/strtoul.lo bsd/utimes.lo bsd/writev.lo dst/dst_api.lo dst/hmac_link.lo dst/md5_dgst.lo dst/support.lo inet/inet_addr.lo inet/inet_cidr_ntop.lo inet/inet_cidr_pton.lo inet/inet_data.lo inet/inet_lnaof.lo inet/inet_makeaddr.lo inet/inet_net_ntop.lo inet/inet_net_pton.lo inet/inet_neta.lo inet/inet_netof.lo inet/inet_network.lo inet/inet_ntoa.lo inet/inet_ntop.lo inet/inet_pton.lo inet/nsap_addr.lo irs/dns.lo irs/dns_ho.lo irs/dns_nw.lo irs/dns_pr.lo irs/dns_sv.lo irs/gai_strerror.lo irs/gen.lo irs/gen_ho.lo irs/gen_ng.lo irs/gen_nw.lo irs/gen_pr.lo irs/gen_sv.lo irs/getaddrinfo.lo irs/gethostent.lo irs/getnameinfo.lo irs/getnetent.lo irs/getnetgrent.lo irs/getprotoent.lo irs/getservent.lo irs/hesiod.lo irs/irp.lo irs/irp_ho.lo irs/irp_ng.lo irs/irp_nw.lo irs/irp_pr.lo irs/irp_sv.lo irs/irpmarshall.lo irs/irs_data.lo irs/lcl.lo irs/lcl_ho.lo irs/lcl_ng.lo irs/lcl_nw.lo irs/lcl_pr.lo irs/lcl_sv.lo irs/nis.lo irs/nul_ng.lo irs/util.lo isc/assertions.lo isc/base64.lo isc/bitncmp.lo isc/ctl_clnt.lo isc/ctl_p.lo isc/ctl_srvr.lo isc/ev_connects.lo isc/ev_files.lo isc/ev_streams.lo isc/ev_timers.lo isc/ev_waits.lo isc/eventlib.lo isc/heap.lo isc/hex.lo isc/logging.lo isc/memcluster.lo isc/movefile.lo isc/tree.lo nameser/ns_date.lo nameser/ns_name.lo nameser/ns_netint.lo nameser/ns_parse.lo nameser/ns_print.lo nameser/ns_samedomain.lo nameser/ns_sign.lo nameser/ns_ttl.lo nameser/ns_verify.lo nameser/ns_rdata.lo nameser/ns_newmsg.lo resolv/herror.lo resolv/mtctxres.lo resolv/res_comp.lo resolv/res_data.lo resolv/res_debug.lo resolv/res_findzonecut.lo resolv/res_init.lo resolv/res_mkquery.lo resolv/res_mkupdate.lo resolv/res_query.lo resolv/res_send.lo resolv/res_sendsigned.lo resolv/res_update.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/libbind.so.6.0 -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing bsd/.libs/ftruncate.o bsd/.libs/gettimeofday.o bsd/.libs/mktemp.o bsd/.libs/putenv.o bsd/.libs/readv.o bsd/.libs/setenv.o bsd/.libs/setitimer.o bsd/.libs/strcasecmp.o bsd/.libs/strdup.o bsd/.libs/strerror.o bsd/.libs/strpbrk.o bsd/.libs/strtoul.o bsd/.libs/utimes.o bsd/.libs/writev.o dst/.libs/dst_api.o dst/.libs/hmac_link.o dst/.libs/md5_dgst.o dst/.libs/support.o inet/.libs/inet_addr.o inet/.libs/inet_cidr_ntop.o inet/.libs/inet_cidr_pton.o inet/.libs/inet_data.o inet/.libs/inet_lnaof.o inet/.libs/inet_makeaddr.o inet/.libs/inet_net_ntop.o inet/.libs/inet_net_pton.o inet/.libs/inet_neta.o inet/.libs/inet_netof.o inet/.libs/inet_network.o inet/.libs/inet_ntoa.o inet/.libs/inet_ntop.o inet/.libs/inet_pton.o inet/.libs/nsap_addr.o irs/.libs/dns.o irs/.libs/dns_ho.o irs/.libs/dns_nw.o irs/.libs/dns_pr.o irs/.libs/dns_sv.o irs/.libs/gai_strerror.o irs/.libs/gen.o irs/.libs/gen_ho.o irs/.libs/gen_ng.o irs/.libs/gen_nw.o irs/.libs/gen_pr.o irs/.libs/gen_sv.o irs/.libs/getaddrinfo.o irs/.libs/gethostent.o irs/.libs/getnameinfo.o irs/.libs/getnetent.o irs/.libs/getnetgrent.o irs/.libs/getprotoent.o irs/.libs/getservent.o irs/.libs/hesiod.o irs/.libs/irp.o irs/.libs/irp_ho.o irs/.libs/irp_ng.o irs/.libs/irp_nw.o irs/.libs/irp_pr.o irs/.libs/irp_sv.o irs/.libs/irpmarshall.o irs/.libs/irs_data.o irs/.libs/lcl.o irs/.libs/lcl_ho.o irs/.libs/lcl_ng.o irs/.libs/lcl_nw.o irs/.libs/lcl_pr.o irs/.libs/lcl_sv.o irs/.libs/nis.o irs/.libs/nul_ng.o irs/.libs/util.o isc/.libs/assertions.o isc/.libs/base64.o isc/.libs/bitncmp.o isc/.libs/ctl_clnt.o isc/.libs/ctl_p.o isc/.libs/ctl_srvr.o isc/.libs/ev_connects.o isc/.libs/ev_files.o isc/.libs/ev_streams.o isc/.libs/ev_timers.o isc/.libs/ev_waits.o isc/.libs/eventlib.o isc/.libs/heap.o isc/.libs/hex.o isc/.libs/logging.o isc/.libs/memcluster.o isc/.libs/movefile.o isc/.libs/tree.o nameser/.libs/ns_date.o nameser/.libs/ns_name.o nameser/.libs/ns_netint.o nameser/.libs/ns_parse.o nameser/.libs/ns_print.o nameser/.libs/ns_samedomain.o nameser/.libs/ns_sign.o nameser/.libs/ns_ttl.o nameser/.libs/ns_verify.o nameser/.libs/ns_rdata.o nameser/.libs/ns_newmsg.o resolv/.libs/herror.o resolv/.libs/mtctxres.o resolv/.libs/res_comp.o resolv/.libs/res_data.o resolv/.libs/res_debug.o resolv/.libs/res_findzonecut.o resolv/.libs/res_init.o resolv/.libs/res_mkquery.o resolv/.libs/res_mkupdate.o resolv/.libs/res_query.o resolv/.libs/res_send.o resolv/.libs/res_sendsigned.o resolv/.libs/res_update.o -Wl,-soname,libbind.so.6.0 libtool: link: ar cru .libs/libbind.a bsd/ftruncate.o bsd/gettimeofday.o bsd/mktemp.o bsd/putenv.o bsd/readv.o bsd/setenv.o bsd/setitimer.o bsd/strcasecmp.o bsd/strdup.o bsd/strerror.o bsd/strpbrk.o bsd/strtoul.o bsd/utimes.o bsd/writev.o dst/dst_api.o dst/hmac_link.o dst/md5_dgst.o dst/support.o inet/inet_addr.o inet/inet_cidr_ntop.o inet/inet_cidr_pton.o inet/inet_data.o inet/inet_lnaof.o inet/inet_makeaddr.o inet/inet_net_ntop.o inet/inet_net_pton.o inet/inet_neta.o inet/inet_netof.o inet/inet_network.o inet/inet_ntoa.o inet/inet_ntop.o inet/inet_pton.o inet/nsap_addr.o irs/dns.o irs/dns_ho.o irs/dns_nw.o irs/dns_pr.o irs/dns_sv.o irs/gai_strerror.o irs/gen.o irs/gen_ho.o irs/gen_ng.o irs/gen_nw.o irs/gen_pr.o irs/gen_sv.o irs/getaddrinfo.o irs/gethostent.o irs/getnameinfo.o irs/getnetent.o irs/getnetgrent.o irs/getprotoent.o irs/getservent.o irs/hesiod.o irs/irp.o irs/irp_ho.o irs/irp_ng.o irs/irp_nw.o irs/irp_pr.o irs/irp_sv.o irs/irpmarshall.o irs/irs_data.o irs/lcl.o irs/lcl_ho.o irs/lcl_ng.o irs/lcl_nw.o irs/lcl_pr.o irs/lcl_sv.o irs/nis.o irs/nul_ng.o irs/util.o isc/assertions.o isc/base64.o isc/bitncmp.o isc/ctl_clnt.o isc/ctl_p.o isc/ctl_srvr.o isc/ev_connects.o isc/ev_files.o isc/ev_streams.o isc/ev_timers.o isc/ev_waits.o isc/eventlib.o isc/heap.o isc/hex.o isc/logging.o isc/memcluster.o isc/movefile.o isc/tree.o nameser/ns_date.o nameser/ns_name.o nameser/ns_netint.o nameser/ns_parse.o nameser/ns_print.o nameser/ns_samedomain.o nameser/ns_sign.o nameser/ns_ttl.o nameser/ns_verify.o nameser/ns_rdata.o nameser/ns_newmsg.o resolv/herror.o resolv/mtctxres.o resolv/res_comp.o resolv/res_data.o resolv/res_debug.o resolv/res_findzonecut.o resolv/res_init.o resolv/res_mkquery.o resolv/res_mkupdate.o resolv/res_query.o resolv/res_send.o resolv/res_sendsigned.o resolv/res_update.o libtool: link: ranlib .libs/libbind.a touch timestamp cd tests; /usr/bin/make 'DESTDIR=' all /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dig8.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dig8.c -fPIC -DPIC -o .libs/dig8.o dig8.c:252:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int StringToClass(), StringToType(); /* subr.c */ ^ ./res.h:121:12: note: conflicting prototype is here extern int StringToClass(char *, int, FILE *); ^ dig8.c:252:29: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int StringToClass(), StringToType(); /* subr.c */ ^ ./res.h:120:12: note: conflicting prototype is here extern int StringToType(char *, int, FILE *); ^ dig8.c:18:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: dig8.c,v 1.4 2009/03/03 23:49:07 tbox Exp $"; ^ 3 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c dig8.c -o dig8.o dig8.c:252:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int StringToClass(), StringToType(); /* subr.c */ ^ ./res.h:121:12: note: conflicting prototype is here extern int StringToClass(char *, int, FILE *); ^ dig8.c:252:29: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int StringToClass(), StringToType(); /* subr.c */ ^ ./res.h:120:12: note: conflicting prototype is here extern int StringToType(char *, int, FILE *); ^ dig8.c:18:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: dig8.c,v 1.4 2009/03/03 23:49:07 tbox Exp $"; ^ 3 warnings generated. /usr/bin/libtool --mode=compile cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c subr.c cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c subr.c -fPIC -DPIC -o .libs/subr.o subr.c:93:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToClass(class, dflt, errorfile) ^ subr.c:122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToType(type, dflt, errorfile) ^ subr.c:38:19: warning: unused variable 'sccsid' [-Wunused-const-variable] static const char sccsid[] = "@(#)subr.c 5.24 (Berkeley) 3/2/91"; ^ subr.c:39:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: subr.c,v 1.3 2009/03/03 23:49:07 tbox Exp $"; ^ 4 warnings generated. cc -O2 -pipe -I/exopi-obj/pobj/libbind-6.0/libbind-6.0 -I/exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include -I.. -I../include -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c subr.c -o subr.o subr.c:93:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToClass(class, dflt, errorfile) ^ subr.c:122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToType(type, dflt, errorfile) ^ subr.c:38:19: warning: unused variable 'sccsid' [-Wunused-const-variable] static const char sccsid[] = "@(#)subr.c 5.24 (Berkeley) 3/2/91"; ^ subr.c:39:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = "$Id: subr.c,v 1.3 2009/03/03 23:49:07 tbox Exp $"; ^ 4 warnings generated. /usr/bin/libtool --mode=link cc -o dig8 dig8.lo subr.lo /exopi-obj/pobj/libbind-6.0/libbind-6.0/libbind.la libtool: link: cc -o .libs/dig8 dig8.o subr.o -L.libs -lbind -Wl,-rpath,/usr/local/lib/libbind dig8.c(dig8.o:(main)): warning: sprintf() is often misused, please use snprintf() dig8.c(dig8.o:(main)): warning: strcat() is almost always misused, please use strlcat() dig8.c(dig8.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in net/libbind at 1714743813.32 ===> net/libbind ===> Faking installation for libbind-6.0p7v0 making install in /exopi-obj/pobj/libbind-6.0/libbind-6.0/bsd making install in /exopi-obj/pobj/libbind-6.0/libbind-6.0/dst making install in /exopi-obj/pobj/libbind-6.0/libbind-6.0/doc gethostbyname.3 -> gethostbyname.man3 inet_cidr.3 -> inet_cidr.man3 resolver.3 -> resolver.man3 hesiod.3 -> hesiod.man3 getnetent.3 -> getnetent.man3 tsig.3 -> tsig.man3 getaddrinfo.3 -> getaddrinfo.man3 getipnodebyname.3 -> getipnodebyname.man3 resolver.5 -> resolver.man5 irs.conf.5 -> irs.conf.man5 hostname.7 -> hostname.man7 /bin/sh ../mkinstalldirs /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man5 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat5 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man7 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat7 + N=3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 gethostbyname.man3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man3/gethostbyname.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 inet_cidr.man3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man3/inet_cidr.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 resolver.man3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man3/resolver.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 hesiod.man3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man3/hesiod.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 getnetent.man3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man3/getnetent.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 tsig.man3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man3/tsig.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 getaddrinfo.man3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man3/getaddrinfo.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 getnameinfo.man3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man3/getnameinfo.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 getipnodebyname.man3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man3/getipnodebyname.3 + N=3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 gethostbyname.cat3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat3/gethostbyname.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 inet_cidr.cat3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat3/inet_cidr.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 resolver.cat3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat3/resolver.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 hesiod.cat3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat3/hesiod.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 getnetent.cat3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat3/getnetent.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 tsig.cat3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat3/tsig.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 getaddrinfo.cat3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat3/getaddrinfo.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 getnameinfo.cat3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat3/getnameinfo.3 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 getipnodebyname.cat3 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat3/getipnodebyname.3 + N=5 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 resolver.man5 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man5/resolver.5 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 irs.conf.man5 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man5/irs.conf.5 + N=5 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 resolver.cat5 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat5/resolver.5 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 irs.conf.cat5 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat5/irs.conf.5 + N=7 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 hostname.man7 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/man7/hostname.7 + N=7 + /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 hostname.cat7 /exopi-obj/pobj/libbind-6.0/fake-amd64//usr/local/man/cat7/hostname.7 making install in /exopi-obj/pobj/libbind-6.0/libbind-6.0/include /bin/sh ../mkinstalldirs /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind/arpa /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind/isc mkdir /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind mkdir /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind/arpa mkdir /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind/isc for i in fd_setsize.h hesiod.h irp.h irs.h netdb.h netgroup.h res_update.h resolv.h; do /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 ./$i /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind; done for i in isc/assertions.h isc/ctl.h isc/dst.h isc/eventlib.h isc/heap.h isc/irpmarshall.h isc/list.h isc/logging.h isc/memcluster.h isc/misc.h isc/tree.h isc/platform.h; do /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 ./$i /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind/isc; done for i in arpa/inet.h arpa/nameser.h arpa/nameser_compat.h; do /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 ./$i /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind/arpa; done making install in /exopi-obj/pobj/libbind-6.0/libbind-6.0/inet making install in /exopi-obj/pobj/libbind-6.0/libbind-6.0/irs making install in /exopi-obj/pobj/libbind-6.0/libbind-6.0/isc making install in /exopi-obj/pobj/libbind-6.0/libbind-6.0/nameser making install in /exopi-obj/pobj/libbind-6.0/libbind-6.0/resolv making install in /exopi-obj/pobj/libbind-6.0/libbind-6.0/port/openbsd/include /bin/sh ../../../mkinstalldirs /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind/sys mkdir /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind/sys for i in sys/bitypes.h; do /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 ./$i /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/include/bind/sys; done /bin/sh ./mkinstalldirs /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/lib/libbind /usr/bin/libtool --mode=install /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 libbind.la /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/lib/libbind mkdir /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/lib/libbind libtool: install: /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 -m 644 ./.libs/libbind.a /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/lib/libbind/libbind.a libtool: install: /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 -m 644 ./.libs/libbind.so.6.0 /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/lib/libbind/libbind.so.6.0 libtool: install: /exopi-obj/pobj/libbind-6.0/bin/install -c -m 644 -m 644 ./.libs/libbind.lai /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/lib/libbind/libbind.la rm -f /exopi-obj/pobj/libbind-6.0/fake-amd64/usr/local/man/cat?/* ===> Building package for libbind-6.0p7v0 Create /exopi-cvs/ports/packages/amd64/all/libbind-6.0p7v0.tgz Creating package libbind-6.0p7v0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 12% checksumming|******** | 14% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 24% checksumming|**************** | 25% checksumming|***************** | 27% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 35% checksumming|*********************** | 37% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|**************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 55% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 73% checksumming|********************************************* | 75% checksumming|*********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|***************************************************** | 86% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************ | 57% archiving|******************************************************* | 86% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/libbind-6.0p7v0.tgz >>> Running clean in net/libbind at 1714743817.96 ===> net/libbind ===> Cleaning for libbind-6.0p7v0 >>> Ended at 1714743818.48 max_stuck=0.00/build=94.50/package=4.66/clean=0.58