Bug 117552 - [patch] security/krb5 does not build with OpenSSL 0.9.8
Summary: [patch] security/krb5 does not build with OpenSSL 0.9.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-27 07:40 UTC by Hirohisa Yamaguchi
Modified: 2007-10-30 08:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.73 KB, patch)
2007-10-27 07:40 UTC, Hirohisa Yamaguchi
no flags Details | Diff
pkg_info.bz2 (5.67 KB, application/octet-stream)
2007-10-30 05:27 UTC, Hirohisa Yamaguchi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hirohisa Yamaguchi 2007-10-27 07:40:01 UTC
	When I built security/krb5 under CURRENT, I got an build
	error; shown in the log below.
	krb5 checks if openssl 0.9.8 or later is present, and build an
	additional module ``pkinit.so''.
	pkinit.so is configured to link using ``-ldl'' option, which we
	don't need.

===>  Cleaning for krb5-1.6.3_1
===>  Extracting for krb5-1.6.3_1
=> MD5 Checksum OK for krb5-1.6.3-signed.tar.
=> SHA256 Checksum OK for krb5-1.6.3-signed.tar.
===>   krb5-1.6.3_1 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Patching for krb5-1.6.3_1
===>   krb5-1.6.3_1 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Applying FreeBSD patches for krb5-1.6.3_1
===>   krb5-1.6.3_1 depends on executable: gm4 - found
===>   krb5-1.6.3_1 depends on executable: texi2dvi - found
===>   krb5-1.6.3_1 depends on executable: dvips - found
===>   krb5-1.6.3_1 depends on executable: gmake - found
===>   krb5-1.6.3_1 depends on file: /usr/local/bin/perl5.8.8 - found
===>   krb5-1.6.3_1 depends on file: /usr/local/bin/libtool - found
===>  Configuring for krb5-1.6.3_1
configure: WARNING: you should use --build, --host, --target
configure: creating cache ./config.cache
checking for amd64-portbld-freebsd8.0-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... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking build system type... amd64-portbld-freebsd8.0
checking host system type... amd64-portbld-freebsd8.0
checking for egrep... 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 for GNU linker... yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... yes
checking for gethostbyname... yes
checking for socket... yes
checking for main in -lresolv... no
checking for res_ninit... yes
checking for res_nclose... yes
checking for res_ndestroy... yes
checking for res_nsearch... yes
checking for ns_initparse... yes
checking for ns_name_uncompress... yes
checking for dn_skipname... yes
checking for res_search... yes
checking whether pragma weak references are supported... yes
checking for constructor/destructor attribute support... yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... cc
configure: PTHREAD_CC = cc
configure: PTHREAD_CFLAGS = -D_THREAD_SAFE -pthread
configure: PTHREAD_LIBS = 
checking for pthread_once... yes
checking for pthread_rwlock_init... yes
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... yes
checking for library containing dlopen... none required
checking keyutils.h usability... no
checking keyutils.h presence... no
checking for keyutils.h... no
configure: disabling static libraries
configure: enabling shared libraries
tclsh: not found
checking for tclConfig.sh... not found
configure: WARNING: Could not find Tcl which is needed for some tests
checking for memmove... yes
checking whether ln -s works... yes
checking for amd64-portbld-freebsd8.0-ranlib... no
checking for ranlib... ranlib
checking for ar... ar cqv
checking for ar... ar cruv
checking for a BSD-compatible install... install
checking for ar... ar
checking for perl... perl
checking for working regcomp... yes
checking for mode_t... yes
checking for a BSD-compatible install... install
checking if daemon needs a prototype provided... yes
checking if getsockname() takes arguments struct sockaddr * and size_t *... no
checking if getsockname() takes arguments struct sockaddr * and int *... no
checking if getsockname() takes arguments struct sockaddr * and socklen_t *... yes
checking for main in -lutil... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for unistd.h... (cached) yes
checking for openlog... yes
checking for syslog... yes
checking for closelog... yes
checking for strftime... yes
checking for vsprintf... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking if swab needs a prototype provided... no
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for struct sockaddr.sa_len... yes
checking for type struct sockaddr_storage... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for getnameinfo... yes
checking for getaddrinfo... yes
checking for IPv6 compile-time support... yes
checking for struct sockaddr.sa_len... (cached) yes
checking for sigprocmask... yes
checking for sigset_t and POSIX_SIGNALS... yes
checking return type of signal handlers... void
checking for a BSD-compatible install... install
checking for gawk... (cached) nawk
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for an ANSI C-conforming const... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for strdup... yes
checking for setvbuf... yes
checking for inet_ntoa... yes
checking for inet_aton... yes
checking for seteuid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setegid... yes
checking for setresgid... yes
checking for setregid... yes
checking for setsid... yes
checking for flock... yes
checking for fchmod... yes
checking for chmod... yes
checking for strftime... (cached) yes
checking for strptime... yes
checking for geteuid... yes
checking for setenv... yes
checking for unsetenv... yes
checking for getenv... yes
checking for gethostbyname2... yes
checking for getifaddrs... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for pthread_mutex_lock... yes
checking for sched_yield... yes
checking for bswap16... no
checking for bswap64... no
checking for mkstemp... yes
checking for getusershell... yes
checking for lstat... yes
checking for access... yes
checking for ftime... no
checking for getcwd... yes
checking for srand48... yes
checking for srand... yes
checking for srandom... yes
checking for stat... yes
checking for strchr... yes
checking for strerror... yes
checking for strerror_r... yes
checking for strstr... yes
checking for timezone... yes
checking for umask... yes
checking for waitpid... yes
checking for sem_init... yes
checking for sem_trywait... yes
checking for daemon... yes
checking for stdarg.h... (cached) yes
checking for sys_errlist declaration... yes
checking for unistd.h... (cached) yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking regexpr.h usability... no
checking regexpr.h presence... no
checking for regexpr.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking for ifaddrs.h... (cached) yes
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking machine/endian.h usability... yes
checking machine/endian.h presence... yes
checking for machine/endian.h... yes
checking machine/byte_order.h usability... no
checking machine/byte_order.h presence... no
checking for machine/byte_order.h... no
checking sys/bswap.h usability... no
checking sys/bswap.h presence... no
checking for sys/bswap.h... no
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking alloca.h usability... no
checking alloca.h presence... no
checking for alloca.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking krb_db.h usability... no
checking krb_db.h presence... no
checking for krb_db.h... no
checking kdc.h usability... no
checking kdc.h presence... no
checking for kdc.h... no
checking for regexp.h... yes
checking for struct sockaddr_in.sin_len... yes
checking for struct sockaddr.sa_len... (cached) yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtimespec.tv_nsec... yes
checking for struct stat.st_mtim.tv_nsec... no
checking for re_comp... no
checking for re_exec... no
checking for regexec... yes
checking for off_t... yes
checking for perror declaration... no
checking if strptime needs a prototype provided... no
checking if argument to wait is int *... no
checking for use of sigprocmask... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for sigsetjmp... yes
checking for sigjmp_buf... yes
checking return type of setrpcent... void
checking return type of endrpcent... void
checking for bswap_16... no
checking for bswap_64... no
checking for gethostbyname_r... yes
checking if gethostbyname_r returns an int... yes
checking if gethostbyname_r returns a pointer... no
checking for gethostbyaddr_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking return type of getpwnam_r... int
checking number of arguments to getpwnam_r... 5
checking whether gmtime_r returns int... no
checking for getservbyname_r... yes
checking if getservbyname_r returns an int... yes
checking if getservbyname_r returns a pointer... no
checking for getservbyport_r... yes
checking for yylineno declaration... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for tcsetattr... yes
checking POSIX signal handlers... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for sys/types.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for netinet/in.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/filio.h... (cached) yes
checking for sys/select.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for paths.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for netdb.h... (cached) yes
checking for inet_ntop... (cached) yes
checking for inet_pton... (cached) yes
checking for getnameinfo... (cached) yes
checking for getaddrinfo... (cached) yes
checking for IPv6 compile-time support... (cached) yes
checking for in6addr_any definition in library... yes
checking for ANSI stdio... yes
checking whether time.h and sys/time.h may both be included... yes
checking for time_t... yes
checking for replay cache directory... /var/tmp
checking for socklen_t... yes
checking for struct lifconf... no
checking for struct if_laddrconf... no
checking for h_errno in netdb.h... yes
configure: No Kerberos 4 compatibility
checking for inline... inline
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking for uint_least32_t... yes
checking for uintptr_t... yes
checking for uintmax_t... yes
checking for long long... yes
checking for POSIX printf positional specification support... yes
checking for bison... /usr/bin/yacc
checking for runtest... no
checking for perl... perl
tclsh: not found
checking for tclConfig.sh... not found
configure: WARNING: Could not find Tcl which is needed for some tests
checking for perl... /usr/bin/perl
checking for expect... no
checking whether to use priocntl hack... no
checking for runtest... no
checking for perl... (cached) perl
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking xom.h usability... no
checking xom.h presence... no
checking for xom.h... no
checking where struct rpcent is declared... nowhere
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for MAXHOSTNAMELEN in sys/param.h... yes
checking for MAXHOSTNAMELEN in netdb.h... no
checking for uint32_t in sys/types.h... yes
checking for uint32_t in stdint.h... yes
checking for uint32_t in inttypes.h... yes
checking for BSD type aliases... yes
checking for struct sockaddr_in.sin_len... (cached) yes
checking for struct sockaddr.sa_len... (cached) yes
checking return type of setrpcent... (cached) void
checking return type of endrpcent... (cached) void
checking for a recent enough OpenSSL... yes
checking for PKCS7_get_signer_info in -lcrypto... yes
checking for gethostbyname_r... (cached) yes
checking for getservbyname_r... (cached) yes
checking for gmtime_r... (cached) yes
checking for localtime_r... (cached) yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating kadmin/testing/scripts/env-setup.sh
config.status: creating include/gssrpc/types.h
config.status: creating util/et/Makefile
config.status: creating krb5-config
config.status: creating ./Makefile
config.status: creating util/Makefile
config.status: creating util/support/Makefile
config.status: creating util/profile/Makefile
config.status: creating util/send-pr/Makefile
config.status: creating lib/Makefile
config.status: creating lib/des425/Makefile
config.status: creating lib/kdb/Makefile
config.status: creating lib/crypto/Makefile
config.status: creating lib/crypto/crc32/Makefile
config.status: creating lib/crypto/des/Makefile
config.status: creating lib/crypto/dk/Makefile
config.status: creating lib/crypto/enc_provider/Makefile
config.status: creating lib/crypto/hash_provider/Makefile
config.status: creating lib/crypto/keyhash_provider/Makefile
config.status: creating lib/crypto/md4/Makefile
config.status: creating lib/crypto/md5/Makefile
config.status: creating lib/crypto/old/Makefile
config.status: creating lib/crypto/raw/Makefile
config.status: creating lib/crypto/sha1/Makefile
config.status: creating lib/crypto/arcfour/Makefile
config.status: creating lib/crypto/yarrow/Makefile
config.status: creating lib/crypto/aes/Makefile
config.status: creating lib/krb5/Makefile
config.status: creating lib/krb5/error_tables/Makefile
config.status: creating lib/krb5/asn.1/Makefile
config.status: creating lib/krb5/ccache/Makefile
config.status: creating lib/krb5/keytab/Makefile
config.status: creating lib/krb5/krb/Makefile
config.status: creating lib/krb5/rcache/Makefile
config.status: creating lib/krb5/os/Makefile
config.status: creating lib/gssapi/Makefile
config.status: creating lib/gssapi/generic/Makefile
config.status: creating lib/gssapi/krb5/Makefile
config.status: creating lib/gssapi/mechglue/Makefile
config.status: creating lib/gssapi/spnego/Makefile
config.status: creating lib/rpc/Makefile
config.status: creating lib/rpc/unit-test/Makefile
config.status: creating lib/kadm5/Makefile
config.status: creating lib/kadm5/clnt/Makefile
config.status: creating lib/kadm5/srv/Makefile
config.status: creating lib/kadm5/unit-test/Makefile
config.status: creating kdc/Makefile
config.status: creating slave/Makefile
config.status: creating krb524/Makefile
config.status: creating config-files/Makefile
config.status: creating gen-manpages/Makefile
config.status: creating include/Makefile
config.status: creating include/kerberosIV/Makefile
config.status: creating clients/Makefile
config.status: creating clients/klist/Makefile
config.status: creating clients/kinit/Makefile
config.status: creating clients/kvno/Makefile
config.status: creating clients/kdestroy/Makefile
config.status: creating clients/kpasswd/Makefile
config.status: creating clients/ksu/Makefile
config.status: creating kadmin/Makefile
config.status: creating kadmin/cli/Makefile
config.status: creating kadmin/dbutil/Makefile
config.status: creating kadmin/passwd/Makefile
config.status: creating kadmin/passwd/unit-test/Makefile
config.status: creating kadmin/ktutil/Makefile
config.status: creating kadmin/server/Makefile
config.status: creating kadmin/testing/Makefile
config.status: creating kadmin/testing/scripts/Makefile
config.status: creating kadmin/testing/util/Makefile
config.status: creating include/autoconf.h
configure: configuring in plugins/preauth/pkinit
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--without-krb4' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=athlon64' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd8.0' 'host_alias=amd64-portbld-freebsd8.0' 'target_alias=amd64-portbld-freebsd8.0' --cache-file=../../.././config.cache --srcdir=.
configure: WARNING: you should use --build, --host, --target
configure: loading cache ../../.././config.cache
checking for amd64-portbld-freebsd8.0-gcc... (cached) 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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) cc -E
checking build system type... (cached) amd64-portbld-freebsd8.0
checking host system type... (cached) amd64-portbld-freebsd8.0
checking for egrep... (cached) grep -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 GNU linker... (cached) yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -lresolv... (cached) no
checking for res_ninit... (cached) yes
checking for res_nclose... (cached) yes
checking for res_ndestroy... (cached) yes
checking for res_nsearch... (cached) yes
checking for ns_initparse... (cached) yes
checking for ns_name_uncompress... (cached) yes
checking for dn_skipname... (cached) yes
checking for res_search... (cached) yes
checking whether pragma weak references are supported... (cached) yes
checking for constructor/destructor attribute support... (cached) yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... (cached) cc
configure: PTHREAD_CC = cc
configure: PTHREAD_CFLAGS = -D_THREAD_SAFE -pthread
configure: PTHREAD_LIBS = 
checking for pthread_once... (cached) yes
checking for pthread_rwlock_init... (cached) yes
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... (cached) yes
checking for library containing dlopen... (cached) none required
checking for keyutils.h... (cached) no
checking for unistd.h... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for PKCS7_get_signer_info in -lcrypto... (cached) yes
configure: disabling static libraries
configure: enabling shared libraries
checking for working regcomp... (cached) yes
checking whether ln -s works... yes
checking for amd64-portbld-freebsd8.0-ranlib... no
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar cqv
checking for ar... (cached) ar cruv
checking for a BSD-compatible install... install
checking for ar... (cached) ar
checking for perl... (cached) perl
configure: creating ./config.status
config.status: creating ./Makefile
configure: configuring in util/ss
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--without-krb4' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=athlon64' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd8.0' 'host_alias=amd64-portbld-freebsd8.0' 'target_alias=amd64-portbld-freebsd8.0' --cache-file=../.././config.cache --srcdir=.
configure: WARNING: you should use --build, --host, --target
configure: loading cache ../.././config.cache
checking for amd64-portbld-freebsd8.0-gcc... (cached) 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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) cc -E
checking build system type... (cached) amd64-portbld-freebsd8.0
checking host system type... (cached) amd64-portbld-freebsd8.0
checking for egrep... (cached) grep -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 GNU linker... (cached) yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -lresolv... (cached) no
checking for res_ninit... (cached) yes
checking for res_nclose... (cached) yes
checking for res_ndestroy... (cached) yes
checking for res_nsearch... (cached) yes
checking for ns_initparse... (cached) yes
checking for ns_name_uncompress... (cached) yes
checking for dn_skipname... (cached) yes
checking for res_search... (cached) yes
checking whether pragma weak references are supported... (cached) yes
checking for constructor/destructor attribute support... (cached) yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... (cached) cc
configure: PTHREAD_CC = cc
configure: PTHREAD_CFLAGS = -D_THREAD_SAFE -pthread
configure: PTHREAD_LIBS = 
checking for pthread_once... (cached) yes
checking for pthread_rwlock_init... (cached) yes
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... (cached) yes
checking for library containing dlopen... (cached) none required
checking for keyutils.h... (cached) no
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking lex output file root... (cached) lex.yy
checking whether yytext is a pointer... (cached) yes
checking for bison... (cached) /usr/bin/yacc
checking for gawk... (cached) nawk
checking for yylineno declaration... (cached) no
checking for strdup... (cached) yes
checking for dirent.h... (cached) yes
checking if argument to wait is int *... (cached) no
checking for sigprocmask... (cached) yes
checking for sigset_t and POSIX_SIGNALS... (cached) yes
checking for use of sigprocmask... (cached) yes
checking return type of signal handlers... (cached) void
checking for stdarg.h... (cached) yes
checking for stdlib.h... (cached) yes
Forcing static libraries.
checking whether ln -s works... yes
checking for amd64-portbld-freebsd8.0-ranlib... no
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar cqv
checking for ar... (cached) ar cruv
checking for a BSD-compatible install... install
checking for ar... (cached) ar
checking for perl... (cached) perl
configure: creating ./config.status
config.status: creating ./Makefile
configure: configuring in lib/apputils
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--without-krb4' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=athlon64' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd8.0' 'host_alias=amd64-portbld-freebsd8.0' 'target_alias=amd64-portbld-freebsd8.0' --cache-file=../.././config.cache --srcdir=.
configure: WARNING: you should use --build, --host, --target
configure: loading cache ../.././config.cache
checking for amd64-portbld-freebsd8.0-gcc... (cached) 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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) cc -E
checking build system type... (cached) amd64-portbld-freebsd8.0
checking host system type... (cached) amd64-portbld-freebsd8.0
checking for egrep... (cached) grep -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 GNU linker... (cached) yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -lresolv... (cached) no
checking for res_ninit... (cached) yes
checking for res_nclose... (cached) yes
checking for res_ndestroy... (cached) yes
checking for res_nsearch... (cached) yes
checking for ns_initparse... (cached) yes
checking for ns_name_uncompress... (cached) yes
checking for dn_skipname... (cached) yes
checking for res_search... (cached) yes
checking whether pragma weak references are supported... (cached) yes
checking for constructor/destructor attribute support... (cached) yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... (cached) cc
configure: PTHREAD_CC = cc
configure: PTHREAD_CFLAGS = -D_THREAD_SAFE -pthread
configure: PTHREAD_LIBS = 
checking for pthread_once... (cached) yes
checking for pthread_rwlock_init... (cached) yes
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... (cached) yes
checking for library containing dlopen... (cached) none required
checking for keyutils.h... (cached) no
checking for daemon... (cached) yes
Forcing static libraries.
checking whether ln -s works... yes
checking for amd64-portbld-freebsd8.0-ranlib... no
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar cqv
checking for ar... (cached) ar cruv
checking for a BSD-compatible install... install
checking for ar... (cached) ar
checking for perl... (cached) perl
configure: creating ./config.status
config.status: creating ./Makefile
configure: configuring in plugins/kdb/db2
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--without-krb4' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=athlon64' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd8.0' 'host_alias=amd64-portbld-freebsd8.0' 'target_alias=amd64-portbld-freebsd8.0' --cache-file=../../.././config.cache --srcdir=.
configure: WARNING: you should use --build, --host, --target
configure: loading cache ../../.././config.cache
checking for amd64-portbld-freebsd8.0-gcc... (cached) 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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) cc -E
checking build system type... (cached) amd64-portbld-freebsd8.0
checking host system type... (cached) amd64-portbld-freebsd8.0
checking for egrep... (cached) grep -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 GNU linker... (cached) yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -lresolv... (cached) no
checking for res_ninit... (cached) yes
checking for res_nclose... (cached) yes
checking for res_ndestroy... (cached) yes
checking for res_nsearch... (cached) yes
checking for ns_initparse... (cached) yes
checking for ns_name_uncompress... (cached) yes
checking for dn_skipname... (cached) yes
checking for res_search... (cached) yes
checking whether pragma weak references are supported... (cached) yes
checking for constructor/destructor attribute support... (cached) yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... (cached) cc
configure: PTHREAD_CC = cc
configure: PTHREAD_CFLAGS = -D_THREAD_SAFE -pthread
configure: PTHREAD_LIBS = 
checking for pthread_once... (cached) yes
checking for pthread_rwlock_init... (cached) yes
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... (cached) yes
checking for library containing dlopen... (cached) none required
checking for keyutils.h... (cached) no
checking for unistd.h... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for srand48... (cached) yes
checking for srand... (cached) yes
checking for srandom... (cached) yes
checking for umask... (cached) yes
configure: disabling static libraries
configure: enabling shared libraries
checking for working regcomp... (cached) yes
checking whether ln -s works... yes
checking for amd64-portbld-freebsd8.0-ranlib... no
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar cqv
checking for ar... (cached) ar cruv
checking for a BSD-compatible install... install
checking for ar... (cached) ar
checking for perl... (cached) perl
configure: creating ./config.status
config.status: creating ./Makefile
configure: configuring in libdb2
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--without-krb4' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=athlon64' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd8.0' 'host_alias=amd64-portbld-freebsd8.0' 'target_alias=amd64-portbld-freebsd8.0' '--cache-file=../../.././config.cache' '--srcdir=.' --cache-file=../../../.././config.cache --srcdir=.
configure: WARNING: you should use --build, --host, --target
configure: loading cache ../../../.././config.cache
checking for amd64-portbld-freebsd8.0-gcc... (cached) 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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) cc -E
checking build system type... (cached) amd64-portbld-freebsd8.0
checking host system type... (cached) amd64-portbld-freebsd8.0
checking for egrep... (cached) grep -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 GNU linker... (cached) yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -lresolv... (cached) no
checking for res_ninit... (cached) yes
checking for res_nclose... (cached) yes
checking for res_ndestroy... (cached) yes
checking for res_nsearch... (cached) yes
checking for ns_initparse... (cached) yes
checking for ns_name_uncompress... (cached) yes
checking for dn_skipname... (cached) yes
checking for res_search... (cached) yes
checking whether pragma weak references are supported... (cached) yes
checking for constructor/destructor attribute support... (cached) yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... (cached) cc
configure: PTHREAD_CC = cc
configure: PTHREAD_CFLAGS = -D_THREAD_SAFE -pthread
configure: PTHREAD_LIBS = 
checking for pthread_once... (cached) yes
checking for pthread_rwlock_init... (cached) yes
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... (cached) yes
checking for library containing dlopen... (cached) none required
checking for keyutils.h... (cached) no
checking for false... /usr/bin/false
checking for sh... /bin/sh
checking for sh5... /usr/bin/false
checking for bash... /usr/local/bin/bash
checking checking for shell with functions... /bin/sh
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for size_t... yes
checking for ssize_t... yes
checking for u_char... yes
checking for u_int... yes
checking for u_long... yes
checking for int8_t... yes
checking for u_int8_t... yes
checking for int16_t... yes
checking for u_int16_t... yes
checking for int32_t... (cached) yes
checking for u_int32_t... yes
checking for endian.h... (cached) no
checking for machine/endian.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for memmove... (cached) yes
checking for mkstemp... (cached) yes
checking for strerror... (cached) yes
configure: disabling static libraries
configure: enabling shared libraries
checking whether ln -s works... yes
checking for amd64-portbld-freebsd8.0-ranlib... no
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar cqv
checking for ar... (cached) ar cruv
checking for a BSD-compatible install... install
checking for ar... (cached) ar
checking for perl... (cached) perl
checking for working regcomp... (cached) yes
updating cache ../../../.././config.cache
configure: creating ./config.status
config.status: creating include/generated.stmp
config.status: creating ./Makefile
config.status: creating hash/Makefile
config.status: creating btree/Makefile
config.status: creating db/Makefile
config.status: creating mpool/Makefile
config.status: creating recno/Makefile
config.status: creating clib/Makefile
config.status: creating test/Makefile
config.status: creating include/config.h
config.status: creating include/db-config.h
configure: configuring in plugins/preauth/wpse
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--without-krb4' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=athlon64' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd8.0' 'host_alias=amd64-portbld-freebsd8.0' 'target_alias=amd64-portbld-freebsd8.0' --cache-file=../../.././config.cache --srcdir=.
configure: WARNING: you should use --build, --host, --target
configure: loading cache ../../.././config.cache
checking for amd64-portbld-freebsd8.0-gcc... (cached) 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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) cc -E
checking build system type... (cached) amd64-portbld-freebsd8.0
checking host system type... (cached) amd64-portbld-freebsd8.0
checking for egrep... (cached) grep -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 GNU linker... (cached) yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -lresolv... (cached) no
checking for res_ninit... (cached) yes
checking for res_nclose... (cached) yes
checking for res_ndestroy... (cached) yes
checking for res_nsearch... (cached) yes
checking for ns_initparse... (cached) yes
checking for ns_name_uncompress... (cached) yes
checking for dn_skipname... (cached) yes
checking for res_search... (cached) yes
checking whether pragma weak references are supported... (cached) yes
checking for constructor/destructor attribute support... (cached) yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... (cached) cc
configure: PTHREAD_CC = cc
configure: PTHREAD_CFLAGS = -D_THREAD_SAFE -pthread
configure: PTHREAD_LIBS = 
checking for pthread_once... (cached) yes
checking for pthread_rwlock_init... (cached) yes
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... (cached) yes
checking for library containing dlopen... (cached) none required
checking for keyutils.h... (cached) no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for string.h... (cached) yes
configure: disabling static libraries
configure: enabling shared libraries
checking for working regcomp... (cached) yes
checking whether ln -s works... yes
checking for amd64-portbld-freebsd8.0-ranlib... no
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar cqv
checking for ar... (cached) ar cruv
checking for a BSD-compatible install... install
checking for ar... (cached) ar
checking for perl... (cached) perl
updating cache ../../.././config.cache
configure: creating ./config.status
config.status: creating ./Makefile
config.status: creating config.h
configure: configuring in plugins/preauth/cksum_body
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--without-krb4' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=athlon64' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd8.0' 'host_alias=amd64-portbld-freebsd8.0' 'target_alias=amd64-portbld-freebsd8.0' --cache-file=../../.././config.cache --srcdir=.
configure: WARNING: you should use --build, --host, --target
configure: loading cache ../../.././config.cache
checking for amd64-portbld-freebsd8.0-gcc... (cached) 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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) cc -E
checking build system type... (cached) amd64-portbld-freebsd8.0
checking host system type... (cached) amd64-portbld-freebsd8.0
checking for egrep... (cached) grep -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 GNU linker... (cached) yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -lresolv... (cached) no
checking for res_ninit... (cached) yes
checking for res_nclose... (cached) yes
checking for res_ndestroy... (cached) yes
checking for res_nsearch... (cached) yes
checking for ns_initparse... (cached) yes
checking for ns_name_uncompress... (cached) yes
checking for dn_skipname... (cached) yes
checking for res_search... (cached) yes
checking whether pragma weak references are supported... (cached) yes
checking for constructor/destructor attribute support... (cached) yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... (cached) cc
configure: PTHREAD_CC = cc
configure: PTHREAD_CFLAGS = -D_THREAD_SAFE -pthread
configure: PTHREAD_LIBS = 
checking for pthread_once... (cached) yes
checking for pthread_rwlock_init... (cached) yes
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... (cached) yes
checking for library containing dlopen... (cached) none required
checking for keyutils.h... (cached) no
checking for errno.h... (cached) yes
checking for string.h... (cached) yes
configure: disabling static libraries
configure: enabling shared libraries
checking for working regcomp... (cached) yes
checking whether ln -s works... yes
checking for amd64-portbld-freebsd8.0-ranlib... no
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar cqv
checking for ar... (cached) ar cruv
checking for a BSD-compatible install... install
checking for ar... (cached) ar
checking for perl... (cached) perl
configure: creating ./config.status
config.status: creating ./Makefile
config.status: creating config.h
configure: configuring in appl
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--without-krb4' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=athlon64' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd8.0' 'host_alias=amd64-portbld-freebsd8.0' 'target_alias=amd64-portbld-freebsd8.0' --cache-file=.././config.cache --srcdir=.
configure: WARNING: you should use --build, --host, --target
configure: loading cache .././config.cache
checking for amd64-portbld-freebsd8.0-gcc... (cached) 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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) cc -E
checking build system type... (cached) amd64-portbld-freebsd8.0
checking host system type... (cached) amd64-portbld-freebsd8.0
checking for egrep... (cached) grep -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 GNU linker... (cached) yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -lresolv... (cached) no
checking for res_ninit... (cached) yes
checking for res_nclose... (cached) yes
checking for res_ndestroy... (cached) yes
checking for res_nsearch... (cached) yes
checking for ns_initparse... (cached) yes
checking for ns_name_uncompress... (cached) yes
checking for dn_skipname... (cached) yes
checking for res_search... (cached) yes
checking whether pragma weak references are supported... (cached) yes
checking for constructor/destructor attribute support... (cached) yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... (cached) cc
configure: PTHREAD_CC = cc
configure: PTHREAD_CFLAGS = -D_THREAD_SAFE -pthread
configure: PTHREAD_LIBS = 
checking for pthread_once... (cached) yes
checking for pthread_rwlock_init... (cached) yes
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... (cached) yes
checking for library containing dlopen... (cached) none required
checking for keyutils.h... (cached) no
checking for struct sockaddr.sa_len... (cached) yes
checking for type struct sockaddr_storage... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for netdb.h... (cached) yes
checking for inet_ntop... (cached) yes
checking for inet_pton... (cached) yes
checking for getnameinfo... (cached) yes
checking for getaddrinfo... (cached) yes
checking for IPv6 compile-time support... (cached) yes
checking for a BSD-compatible install... install
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking if getsockname() takes arguments struct sockaddr * and size_t *... (cached) no
checking if getsockname() takes arguments struct sockaddr * and int *... (cached) no
checking if getsockname() takes arguments struct sockaddr * and socklen_t *... (cached) yes
configure: disabling static libraries
configure: enabling shared libraries
checking for working regcomp... (cached) yes
configure: creating ./config.status
config.status: creating ./Makefile
config.status: creating sample/Makefile
config.status: creating sample/sclient/Makefile
config.status: creating sample/sserver/Makefile
config.status: creating simple/Makefile
config.status: creating simple/client/Makefile
config.status: creating simple/server/Makefile
config.status: creating gss-sample/Makefile
config.status: creating user_user/Makefile
configure: configuring in libpty
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--without-krb4' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=athlon64' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd8.0' 'host_alias=amd64-portbld-freebsd8.0' 'target_alias=amd64-portbld-freebsd8.0' '--cache-file=.././config.cache' '--srcdir=.' --cache-file=../.././config.cache --srcdir=.
configure: WARNING: you should use --build, --host, --target
configure: loading cache ../.././config.cache
checking for amd64-portbld-freebsd8.0-gcc... (cached) 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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) cc -E
checking build system type... (cached) amd64-portbld-freebsd8.0
checking host system type... (cached) amd64-portbld-freebsd8.0
checking for egrep... (cached) grep -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 GNU linker... (cached) yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -lresolv... (cached) no
checking for res_ninit... (cached) yes
checking for res_nclose... (cached) yes
checking for res_ndestroy... (cached) yes
checking for res_nsearch... (cached) yes
checking for ns_initparse... (cached) yes
checking for ns_name_uncompress... (cached) yes
checking for dn_skipname... (cached) yes
checking for res_search... (cached) yes
checking whether pragma weak references are supported... (cached) yes
checking for constructor/destructor attribute support... (cached) yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... (cached) cc
configure: PTHREAD_CC = cc
configure: PTHREAD_CFLAGS = -D_THREAD_SAFE -pthread
configure: PTHREAD_LIBS = 
checking for pthread_once... (cached) yes
checking for pthread_rwlock_init... (cached) yes
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... (cached) yes
checking for library containing dlopen... (cached) none required
checking for keyutils.h... (cached) no
checking for gawk... (cached) nawk
checking for fchmod... (cached) yes
checking for fchown... yes
checking for revoke... yes
checking for vhangup... no
checking for killpg... yes
checking for _getpty... no
checking for openpty in -lutil... yes
checking for mode_t... (cached) yes
checking for time_t... (cached) yes
checking for setreuid... (cached) yes
checking for gettosbyname... no
checking for setsid... (cached) yes
checking for ttyname... yes
checking for line_push... no
checking for ptsname... yes
checking for grantpt... yes
checking for openpty... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking libutil.h usability... yes
checking libutil.h presence... yes
checking for libutil.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking for sys/filio.h... (cached) yes
checking for sys/sockio.h... (cached) yes
checking sys/label.h usability... no
checking sys/label.h presence... no
checking for sys/label.h... no
checking sys/tty.h usability... yes
checking sys/tty.h presence... yes
checking for sys/tty.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking ttyent.h usability... yes
checking ttyent.h presence... yes
checking for ttyent.h... yes
checking lastlog.h usability... no
checking lastlog.h presence... no
checking for lastlog.h... no
checking for sys/select.h... (cached) yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking for waitpid... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigset_t and POSIX_SIGNALS... (cached) yes
checking for termios.h... (cached) yes
checking for cfsetispeed... yes
checking for sys/ptyvar.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... no
checking utmpx.h presence... no
checking for utmpx.h... no
checking for setutent... no
checking for setutxent... no
checking for setutsent... no
checking for updwtmp... no
checking for updwtmpx... no
checking for logwtmp... yes
checking for getutmp... no
checking for getutmpx... no
checking for utmpname... no
checking for utmpxname... no
checking struct utmp members
checking for ut_host in struct utmp... yes
checking for ut_syslen in struct utmp... no
checking for ut_addr in struct utmp... no
checking for ut_id in struct utmp... no
checking for ut_pid in struct utmp... no
checking for ut_type in struct utmp... no
checking for ut_exit in struct utmp... no
checking if logwtmp needs a prototype provided... no
checking if revoke needs a prototype provided... no
checking streams interface... no
checking arguments to getpgrp... void
checking number of arguments to setpgrp... two
checking for struct sockaddr.sa_len... (cached) yes
checking for type struct sockaddr_storage... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for netdb.h... (cached) yes
checking for inet_ntop... (cached) yes
checking for inet_pton... (cached) yes
checking for getnameinfo... (cached) yes
checking for getaddrinfo... (cached) yes
checking for IPv6 compile-time support... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
Forcing static libraries.
checking whether ln -s works... yes
checking for amd64-portbld-freebsd8.0-ranlib... no
checking for ranlib... (cached) ranlib
checking for ar... (cached) ar cqv
checking for ar... (cached) ar cruv
checking for a BSD-compatible install... install
checking for ar... (cached) ar
checking for perl... (cached) perl
checking for working regcomp... (cached) yes
updating cache ../.././config.cache
configure: creating ./config.status
config.status: creating ./Makefile
configure: configuring in bsd
configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-shared' '--without-krb4' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=athlon64' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd8.0' 'host_alias=amd64-portbld-freebsd8.0' 'target_alias=amd64-portbld-freebsd8.0' '--cache-file=.././config.cache' '--srcdir=.' --cache-file=../.././config.cache --srcdir=.
configure: WARNING: you should use --build, --host, --target
configure: loading cache ../.././config.cache
checking for amd64-portbld-freebsd8.0-gcc... (cached) 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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) cc -E
checking build system type... (cached) amd64-portbld-freebsd8.0
checking host system type... (cached) amd64-portbld-freebsd8.0
checking for egrep... (cached) grep -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 GNU linker... (cached) yes
configure: not adding extra gcc warning flags because CFLAGS was set
configure: no krb4 support
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -lresolv... (cached) no
checking for res_ninit... (cached) yes
checking for res_nclose... (cached) yes
checking for res_ndestroy... (cached) yes
checking for res_nsearch... (cached) yes
checking for ns_initparse... (cached) yes
checking for ns_name_uncompress... (cached) yes
checking for dn_skipname... (cached) yes
checking for res_search... (cached) yes
checking whether pragma weak references are supported... (cached) yes
checking for constructor/destructor attribute support... (cached) yes,yes
configure: enabling t
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-27 07:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Cy Schubert 2007-10-29 19:57:01 UTC
Tested it in a pristine environment and am unable to recreate the problem. 
My production server has openssl-0.9.8e_1 installed, also without any build 
issues. I don't see how the krb5 port would require the openssl port as a 
prerequisite.


-- 
Cheers,
Cy Schubert <Cy.Schubert@komquats.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

			e**(i*pi)+1=0
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2007-10-29 22:12:49 UTC
State Changed
From-To: open->feedback

Awaiting reply from submitter of this PR.
Comment 4 Cy Schubert 2007-10-29 22:19:20 UTC
This is a note to document that email to umq@umo.co.jp bounced with user 
unknown.


-- 
Cheers,
Cy Schubert <Cy.Schubert@komquats.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

			e**(i*pi)+1=0
Comment 5 Cy Schubert freebsd_committer freebsd_triage 2007-10-29 23:21:41 UTC
State Changed
From-To: feedback->closed

Committed. Thanks.
Comment 6 Hirohisa Yamaguchi 2007-10-30 01:44:34 UTC
Thanks for the last commit.

I totally forget about `pkg-plist'.
still, ``pkinit.so'' is not installed on systems with openssl 0.9.7.

I think we should fix it, but have no good idea.
;; handling OPENSSL_SHLIBVER might be too complicated.

-- 

	Hirohisa Yamaguchi
	  umq@ueo.co.jp
Comment 7 Cy Schubert 2007-10-30 03:29:54 UTC
In message <86640pml4t.wl%umq@ueo.co.jp>, Hirohisa Yamaguchi writes:
> Thanks for the last commit.
> 
> I totally forget about `pkg-plist'.
> still, ``pkinit.so'' is not installed on systems with openssl 0.9.7.
> 
> I think we should fix it, but have no good idea.
> ;; handling OPENSSL_SHLIBVER might be too complicated.

Would you please send me output from uname -a. Also, output from pkg_info would help too. Thanks.


-- 
Cheers,
Cy Schubert <Cy.Schubert@komquats.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

			e**(i*pi)+1=0
Comment 8 Hirohisa Yamaguchi 2007-10-30 05:27:52 UTC
At Mon, 29 Oct 2007 20:29:54 -0700,
Cy Schubert wrote:
> 
> In message <86640pml4t.wl%umq@ueo.co.jp>, Hirohisa Yamaguchi writes:
> > Thanks for the last commit.
> > 
> > I totally forget about `pkg-plist'.
> > still, ``pkinit.so'' is not installed on systems with openssl 0.9.7.
> > 
> > I think we should fix it, but have no good idea.
> > ;; handling OPENSSL_SHLIBVER might be too complicated.
> 
> Would you please send me output from uname -a. Also, output from pkg_info would help too. Thanks.

here they are.
;; output from pkg_info is attached.

;; `uname -a` says it is 6.2-RELEASE-p4, but it's actually p8,
;; because upgrade was done with freebsd-update(8).


$ uname -a
FreeBSD aoede.****.org 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
$ openssl version
OpenSSL 0.9.7e-p1 25 Oct 2004
$ ls -R /usr/local/lib/krb5
plugins

/usr/local/lib/krb5/plugins:
kdb
libkrb5
preauth

/usr/local/lib/krb5/plugins/kdb:
db2.so

/usr/local/lib/krb5/plugins/libkrb5:

/usr/local/lib/krb5/plugins/preauth:
# pkg_delete krb5-1.6.3_3
pkg_delete: file '/usr/local/lib/krb5/plugins/preauth/pkinit.so' doesn't exist
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
# 


Regards,
-- 

	Hirohisa Yamaguchi
	  umq@ueo.co.jp
Comment 9 dfilter service freebsd_committer freebsd_triage 2007-10-30 07:52:51 UTC
cy          2007-10-29 23:23:27 UTC

  FreeBSD ports repository

  Modified files:
    security/krb5        Makefile pkg-plist 
  Log:
  Fix build for OpenSSL 0.9.8.
  
  PR:             117552
  Submitted by:   Hirohisa Yamaguchi <umq@umo.co.jp>
  
  Revision  Changes    Path
  1.122     +4 -6      ports/security/krb5/Makefile
  1.22      +1 -1      ports/security/krb5/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"