Bind 9.4.3-P3 os.c prctl.h PR_SET_KEEPCAPS undeclared Compile Problem

blist blist at zeffie.com
Fri Jul 31 03:07:32 UTC 2009


Hello,

I'm having a problem with bind 9.4.3-P3 .  The last version I built on this 
system was 9.4.2-P2 and that still builds ok.

System info
[root unix]# rpm -qf /usr/include/linux/prctl.h
kernel-headers-2.2.16C37_III-1
glibc-2.1.3
gcc-2.95

The Error
make[3]: Entering directory 
`/home/redhat/BUILD/bind-9.4.3-P3/bin/named/unix'
/bin/sh /home/redhat/BUILD/bind-9.4.3-P3/libtool --mode=compile 
cc  -I/home/redhat/BUILD/bind-9.4.3-P3 -I./include -I./../include -I/home/redhat/BUILD/bind-9.4.3-P3/lib/dns/include 
 -I../../../lib/dns/include -I/home/redhat/BUILD/bind-9.4.3-P3/lib/isc/include 
 -I../../../lib/isc -I../../../lib/isc/include -I../../../lib/isc/unix/include 
 -I../../../lib/isc/nothreads/include -I../../../lib/isc/x86_32/include    -D_GNU_SOURCE 
 -O2 -m486 -fno-strength-reduce  -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings 
 -Wformat -Wpointer-arith -fno-strict-aliasing  -c os.c
mkdir .libs
 gcc -I/home/redhat/BUILD/bind-9.4.3-P3 -I./include -I./../include -I/home/redhat/BUILD/bind-9.4.3-P3/lib/dns/include 
 -I../../../lib/dns/include -I/home/redhat/BUILD/bind-9.4.3-P3/lib/isc/include 
 -I../../../lib/isc -I../../../lib/isc/include -I../../../lib/isc/unix/include 
 -I../../../lib/isc/nothreads/include -I../../../lib/isc/x86_32/include -D_GNU_SOURCE 
 -O2 -m486 -fno-strength-reduce -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings 
 -Wformat -Wpointer-arith -fno-strict-aliasing -c os.c  -fPIC -DPIC -o 
.libs/os.o
os.c: In function `linux_keepcaps':
os.c:290: `PR_SET_KEEPCAPS' undeclared (first use in this function)
os.c:290: (Each undeclared identifier is reported only once
os.c:290: for each function it appears in.)
make[3]: *** [os.lo] Error 1
make[3]: Leaving directory `/home/redhat/BUILD/bind-9.4.3-P3/bin/named/unix'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/redhat/BUILD/bind-9.4.3-P3/bin/named'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/redhat/BUILD/bind-9.4.3-P3/bin'
make: *** [subdirs] Error 1
Bad exit status from /var/tmp/rpm-tmp.94548 (%build)

and PR_SET_KEEPCAPS is not found in /usr/include/linux/prctl.h
in fact it's pretty empty.  (or found anywhere else.  while it is in the rh5 
version of prctl.h)

now I could just
#define PR_SET_KEEPCAPS   8
in /usr/include/linux/prctl.h but I'm not sure that would be the greatest 
idea.

I can also make a devel system available if it helps keep bind running for 
these old systems that are still in use all over the world.

--
Jeff

#################################################################
Configure Info Only Below.
#################################################################
[root redhat]# rpm -ba SPECS/bind-9.4.3-P3.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.18295
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd /usr/src/redhat/BUILD
+ rm -rf bind-9.4.3-P3
+ /bin/gzip -dc /usr/src/redhat/SOURCES/bind-9.4.3-P3.tar.gz
+ tar -xf -
+ STATUS=0
+ [ 0 -ne 0 ]
+ cd bind-9.4.3-P3
++ /usr/bin/id -u
+ [ 0 = 0 ]
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ [ 0 = 0 ]
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ echo Patch #0 (bind-9.2.0rc3-varrun.patch):
Patch #0 (bind-9.2.0rc3-varrun.patch):
+ patch -p1 -b --suffix .varrun -s
+ echo Patch #1 (bind-9.4.1-P1-key.patch):
Patch #1 (bind-9.4.1-P1-key.patch):
+ patch -p1 -b --suffix .key -s
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.25330
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd bind-9.4.3-P3
+ CFLAGS=-O2 -m486 -fno-strength-reduce
+ CXXFLAGS=-O2 -m486 -fno-strength-reduce
+ 
./configure --with-libtool --with-openssl=/usr --prefix=/usr --sysconfdir=/etc 
 --localstatedir=/var --mandir=/usr/man
checking build system type... i586-pc-linux-gnu
checking host system type... i586-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ar... /usr/bin/ar
checking for etags... /usr/bin/etags
checking for Exuberant Ctags etags... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for gcc... gcc
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... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for sys/sockio.h... no
checking for sys/select.h... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking for net/if6.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for sysctlbyname... no
checking for static inline breakage... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for ssize_t... yes
checking for uintptr_t... yes
checking for socklen_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for long long... yes
checking for struct lifconf... no
checking for kqueue... no
checking epoll support... no
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking if unistd.h or sys/types.h defines fd_set... yes
checking whether byte ordering is bigendian... no
checking for OpenSSL library... using openssl from /usr/lib and /usr/include
checking whether linking with OpenSSL works... yes
checking whether linking with OpenSSL requires -ldl... no
checking OpenSSL library version...

Found   OPENSSL_VERSION_NUMBER 0x0090701f
Require OPENSSL_VERSION_NUMBER 0x009070cf or greater (0.9.7l)
Require OPENSSL_VERSION_NUMBER 0x0090804f or greater (0.9.8d)

not compatible
checking for OpenSSL DSA support... yes
checking for random device... /dev/random
checking for /dev/random... yes
checking for arc4random... no
checking whether to build with thread support... no
checking for smf_enable_instance in -lscf... no
checking for flockfile... yes
checking for getc_unlocked... yes
checking whether to build with threads... no
checking if "gcc" supports -fno-strict-aliasing... yes
checking for catgets... yes
checking for socket in -lsocket... no
checking for inet_ntoa in -lnsl... yes
checking whether to use purify... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /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 how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... /usr/bin/ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... 
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux 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 g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... 
yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... 
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... 
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for IPv6 structures... yes
checking for Kame IPv6 support... no
checking for in6_addr... yes
checking for in6addr_any... yes
checking for in6addr_loopback... yes
checking for sin6_scope_id in struct sockaddr_in6... no
checking for in6_pktinfo... yes
checking for struct if_laddrreq... no
checking for struct if_laddrconf... no
checking for inet_ntop with IPv6 support... yes
checking for working inet_pton with IPv6 support... no
checking for inet_aton... yes
checking for sa_len in struct sockaddr... no
checking for struct msghdr flavor... 4.4BSD
checking for type in_port_t... no
checking for struct addrinfo... yes
checking for struct rrsetinfo... no
checking for int sethostent... no
checking for int endhostent... no
checking for getnetbyaddr(in_addr_t, ...)... 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... yes
checking for getaddrinfo... yes
checking for gai_strerror... yes
checking for getifaddrs in -linet6... no
checking for interface list sysctl... no
checking for correctly declared strsep()... yes
checking for memmove... yes
checking for strtoul... yes
checking for strlcpy... no
checking for strlcat... no
checking sprintf... checking for vsnprintf... yes
checking for strerror... yes
checking printf format modifier for 64-bit integers... ll
checking for chroot... yes
checking linux/capability.h usability... yes
checking linux/capability.h presence... yes
checking for linux/capability.h... yes
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking for capset... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for tzset... yes
checking for optarg decarartion... yes
checking for type rlim_t... yes
checking for strings.h... (cached) yes
checking for if_nametoindex... yes
checking architecture type for atomic operations... x86_32
checking compiler support for inline assembly code... gcc
checking for latex... no
checking for pdflatex... no
checking for w3m... no
checking for xsltproc... xsltproc
checking for xmllint... /usr/bin/xmllint
checking for Docbook-XSL path... auto
checking for html/docbook.xsl... "not found"
checking for xhtml/docbook.xsl... "not found"
checking for manpages/docbook.xsl... "not found"
checking for html/chunk.xsl... "not found"
checking for xhtml/chunk.xsl... "not found"
checking for html/chunktoc.xsl... "not found"
checking for xhtml/chunktoc.xsl... "not found"
checking for html/maketoc.xsl... "not found"
checking for xhtml/maketoc.xsl... "not found"
checking for db2latex/xsl/docbook.xsl... "not found"
checking for db2latex/xsl/figures... not found
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for setlocale... yes
checking for Postgres DLZ driver... no
checking for MySQL DLZ driver... no
checking for Berkeley DB DLZ driver... no
checking for file system DLZ driver... no
checking for LDAP DLZ driver... no
checking for ODBC DLZ driver... no
checking for stub DLZ driver... no
checking for DLZ... no
configure: creating ./config.status
config.status: creating make/rules
config.status: WARNING:  make/rules.in seems to ignore the --datarootdir 
setting
config.status: creating make/includes
config.status: creating Makefile
config.status: creating make/Makefile
config.status: creating make/mkdep
config.status: creating lib/Makefile
config.status: creating lib/isc/Makefile
config.status: creating lib/isc/include/Makefile
config.status: creating lib/isc/include/isc/Makefile
config.status: creating lib/isc/include/isc/platform.h
config.status: creating lib/isc/unix/Makefile
config.status: creating lib/isc/unix/include/Makefile
config.status: creating lib/isc/unix/include/isc/Makefile
config.status: creating lib/isc/nls/Makefile
config.status: creating lib/isc/nothreads/Makefile
config.status: creating lib/isc/nothreads/include/Makefile
config.status: creating lib/isc/nothreads/include/isc/Makefile
config.status: creating lib/isc/x86_32/Makefile
config.status: creating lib/isc/x86_32/include/Makefile
config.status: creating lib/isc/x86_32/include/isc/Makefile
config.status: creating lib/isccc/Makefile
config.status: creating lib/isccc/include/Makefile
config.status: creating lib/isccc/include/isccc/Makefile
config.status: creating lib/isccfg/Makefile
config.status: creating lib/isccfg/include/Makefile
config.status: creating lib/isccfg/include/isccfg/Makefile
config.status: creating lib/dns/Makefile
config.status: creating lib/dns/include/Makefile
config.status: creating lib/dns/include/dns/Makefile
config.status: creating lib/dns/include/dst/Makefile
config.status: creating lib/bind9/Makefile
config.status: creating lib/bind9/include/Makefile
config.status: creating lib/bind9/include/bind9/Makefile
config.status: creating lib/lwres/Makefile
config.status: creating lib/lwres/include/Makefile
config.status: creating lib/lwres/include/lwres/Makefile
config.status: creating lib/lwres/include/lwres/netdb.h
config.status: creating lib/lwres/include/lwres/platform.h
config.status: creating lib/lwres/man/Makefile
config.status: creating lib/lwres/unix/Makefile
config.status: creating lib/lwres/unix/include/Makefile
config.status: creating lib/lwres/unix/include/lwres/Makefile
config.status: creating lib/tests/Makefile
config.status: creating lib/tests/include/Makefile
config.status: creating lib/tests/include/tests/Makefile
config.status: creating bin/Makefile
config.status: creating bin/check/Makefile
config.status: creating bin/named/Makefile
config.status: creating bin/named/unix/Makefile
config.status: creating bin/rndc/Makefile
config.status: creating bin/rndc/unix/Makefile
config.status: creating bin/dig/Makefile
config.status: creating bin/nsupdate/Makefile
config.status: creating bin/tests/Makefile
config.status: creating bin/tests/names/Makefile
config.status: creating bin/tests/master/Makefile
config.status: creating bin/tests/rbt/Makefile
config.status: creating bin/tests/db/Makefile
config.status: creating bin/tests/tasks/Makefile
config.status: creating bin/tests/timers/Makefile
config.status: creating bin/tests/dst/Makefile
config.status: creating bin/tests/mem/Makefile
config.status: creating bin/tests/net/Makefile
config.status: creating bin/tests/sockaddr/Makefile
config.status: creating bin/tests/system/Makefile
config.status: creating bin/tests/system/conf.sh
config.status: creating bin/tests/system/lwresd/Makefile
config.status: creating bin/tests/system/tkey/Makefile
config.status: creating bin/tests/headerdep_test.sh
config.status: creating bin/dnssec/Makefile
config.status: creating doc/Makefile
config.status: creating doc/arm/Makefile
config.status: creating doc/misc/Makefile
config.status: creating isc-config.sh
config.status: creating doc/xsl/Makefile
config.status: creating doc/xsl/isc-docbook-chunk.xsl
config.status: creating doc/xsl/isc-docbook-html.xsl
config.status: creating doc/xsl/isc-docbook-latex.xsl
config.status: creating doc/xsl/isc-manpage.xsl
config.status: creating config.h
config.status: executing chmod commands
=== configuring in lib/bind (/home/redhat/BUILD/bind-9.4.3-P3/lib/bind)
configure: running /bin/sh ./configure '--prefix=/usr'  '--with-libtool' 
'--with-openssl=/usr' '--sysconfdir=/etc' '--localstatedir=/var' 
'--mandir=/usr/man' 'CFLAGS=-O2 -m486 -fno-strength-reduce' 
'CXXFLAGS=-O2 -m486 -fno-strength-reduce' --cache-file=/dev/null --srcdir=.
checking build system type... i586-pc-linux-gnu
checking host system type... i586-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... /usr/bin/ar
checking for etags... /usr/bin/etags
checking for Exuberant Ctags etags... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for gcc... gcc
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... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/timers.h usability... no
checking sys/timers.h presence... no
checking for sys/timers.h... no
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking for memory.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for ssize_t... yes
checking for uintptr_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking if unistd.h defines fd_set... no
checking whether byte ordering is bigendian... no
checking for random device... /dev/random
checking for /dev/random... yes
checking whether to build with thread support... no
checking for strlcat... no
checking for memmove... yes
checking for memchr... yes
checking for strtoul... yes
checking for if_nametoindex... yes
checking for daemon... yes
checking for strsep... yes
checking for strerror... yes
checking for extern char * sys_errlist... yes
checking for flockfile... yes
checking whether to build with threads... no
checking if "gcc" supports -fno-strict-aliasing... yes
checking for catgets... yes
checking for gethostbyname_r in -ld4r... no
checking for socket in -lsocket... no
checking for inet_ntoa in -lnsl... yes
checking whether to use purify... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /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 recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... /usr/bin/ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... 
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux 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 g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... 
yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... 
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... 
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
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... no
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... no
checking for struct msghdr flavor... 4.4BSD
checking for type in_port_t... no
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... yes
checking for getaddrinfo... yes
checking for gai_strerror... yes
checking for pselect... yes
checking for gettimeofday... yes
checking for strndup... yes
checking for interface list sysctl... no
checking for strsep... (cached) yes
checking for char *sprintf... no
checking for char *vsprintf... no
checking for vsnprintf... yes
checking printf format modifier for 64-bit integers... ll
checking for chroot... yes
checking for socket length type... socklen_t
checking for getgrouplist... no
checking for setgroupent... no
checking for getnetbyaddr_r... yes
checking for setnetent_r... no
checking for endnetent_r... no
checking for getgrnam_r... yes
checking for getgrgid_r... yes
checking for getgrent_r... yes
checking for endgrent_r... no
checking for setgrent_r... no
checking for gethostbyname_r... yes
checking for endhostent_r... no
checking for sethostent_r... no
checking struct passwd element pw_class... no
checking for getnetgrent_r... yes
checking for endnetgrent_r... no
checking for setnetgrent_r... no
checking for innetgr_r... no
checking for getprotoent_r... yes
checking for endprotoent_r... no
checking for setprotoent_r... no
checking for getpwent_r... yes
checking for endpwent_r... no
checking for setpassent_r... no
checking for setpassent... no
checking for setpwent_r... no
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getservent_r... yes
checking for endservent_r... no
checking for setservent_r... no
configure: creating ./config.status
config.status: creating make/rules
config.status: WARNING:  make/rules.in seems to ignore the --datarootdir 
setting
config.status: creating make/mkdep
config.status: creating make/includes
config.status: creating Makefile
config.status: creating bsd/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/linux/Makefile
config.status: creating port/linux/include/Makefile
config.status: creating include/isc/platform.h
config.status: creating config.h 




More information about the bind-users mailing list