Problems building the Debian package for 3.5.3

Matthieu Patou mat at samba.org
Sat May 29 02:09:30 MDT 2010


Hello Christian,

Just for the record I had no problem building s3.5.3 in a debian package.
I have the same patch set as s3.5.1 appart from the autoconf one (so I 
slightly modified the debian/rules so that autogen is called to create 
the configure script).

Matthieu.
On 29/05/2010 10:11, Christian PERRIER wrote:
> While the 3.5.2 package built without problems some weeks ago, I had
> problems building the 3.5.3 Debian package when it came out.
>
> I'm sorry to report this so late but I was first trying to sort things
> out with my co-maintainers...but they're apparently too busy in other
> stuff to be able to help.....or have no idea about the problem I'm
> facing.
>
> So, my hope is now in the mighty Samba Team..:-)
>
> Below, I kept the entire output of configure in case it might
> help. Later on, parts I find not relevant are skipped but, of course,
> the problme is at the end....something about "multiple definition of
> `rep_getpass'" when linking libwbclient.so.0
>
> [ -f source3/Makefile ] || (cd source3&&  CFLAGS="-g -Wall -O2" ./configure --cache-file=./config.cache --with-fhs --enable-shared --enable-static --disable-pie --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib/samba --with-privatedir=/etc/samba --with-piddir=/var/run/samba --localstatedir=/var --with-rootsbindir=/sbin --with-pammodulesdir=/lib/security --with-pam --with-syslog --with-utmp --with-readline --with-pam_smbpass --with-libsmbclient --with-winbind --with-shared-modules=idmap_rid,idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_tdb2 --with-automount --with-ldap --with-ads --with-dnsupdate --without-libtdb --without-libnetapi --with-modulesdir=/usr/lib/samba --datarootdir=/usr/share --datadir=/usr/share/samba --with-swatdir=/usr/share/samba/swat --with-lockdir=/var/run/samba --with-statedir=/var/lib/samba --with-cachedir=/var/cache/samba --with-codepagedir=/usr/share/samba --enable-external-libtalloc --without-libtalloc --disable-avahi --with-ctdb --with-cluster-support=yes --with-acl-support --with-quotas --without-cifsmount --without-cifsupcall           --build i486-linux-gnu)
> configure: loading cache ./config.cache
> SAMBA VERSION: 3.5.3
> -
> -
> #    define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING
> checking build system type... i486-pc-linux-gnu
> checking host system type... i486-pc-linux-gnu
> checking target system type... i486-pc-linux-gnu
> LIBREPLACE_LOCATION_CHECKS: START
> LIBREPLACE_LOCATION_CHECKS: END
> LIBREPLACE_CC_CHECKS: START
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> 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 for version of gcc... 4.4.4
> 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 minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking whether byte ordering is bigendian... no
> checking for inline... (cached) inline
> checking for C99 designated initializers... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for library containing strerror... none required
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... 64
> checking standards.h usability... no
> checking standards.h presence... no
> checking for standards.h... no
> checking for long long... yes
> checking size of int... 4
> checking size of char... 1
> checking size of short... 2
> checking size of long... 4
> checking size of long long... 8
> checking for uint_t... no
> checking for int8_t... yes
> checking for uint8_t... yes
> checking for int16_t... yes
> checking for uint16_t... yes
> checking for int32_t... yes
> checking for uint32_t... yes
> checking for int64_t... yes
> checking for uint64_t... yes
> checking for size_t... (cached) yes
> checking for ssize_t... yes
> checking size of off_t... 8
> checking size of short... (cached) 2
> checking size of long... (cached) 4
> checking size of long long... (cached) 8
> checking for uint_t... (cached) no
> checking for int8_t... (cached) yes
> checking for uint8_t... (cached) yes
> checking for int16_t... (cached) yes
> checking for uint16_t... (cached) yes
> checking for int32_t... (cached) yes
> checking for uint32_t... (cached) yes
> checking for int64_t... (cached) yes
> checking for uint64_t... (cached) yes
> checking for size_t... (cached) yes
> checking for ssize_t... (cached) yes
> checking size of off_t... (cached) 8
> checking size of size_t... 4
> checking size of ssize_t... 4
> checking for intptr_t... yes
> checking for uintptr_t... yes
> checking for ptrdiff_t... yes
> checking for immediate structures... yes
> LIBREPLACE_CC_CHECKS: END
> checking sys/epoll.h usability... yes
> checking sys/epoll.h presence... yes
> checking for sys/epoll.h... yes
> checking for epoll_create... yes
> checking that the C compiler understands -Wdeclaration-after-statement... yes
> checking that the C compiler understands -Werror-implicit-function-declaration... yes
> checking whether to use profiling... no
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for gawk... no
> checking for mawk... mawk
> checking for gmake... no
> checking for make... /usr/bin/make
> checking whether we have GNU make... yes
> checking for perl... /usr/bin/perl
> checking for ar... ar
> checking if the linker used by compiler is GNU ld... yes
> checking GNU ld release date... 20100303
> checking whether gcc and cc understand -c and -o together... yes
> checking that the C compiler understands -Werror... yes
> checking that the C compiler understands negative enum values... yes
> checking for C99 designated initializers... yes
> checking uname -s... Linux
> checking uname -r... 2.6.32-trunk-686
> checking uname -m... i686
> checking uname -p... unknown
> checking uname -i... unknown
> checking for LFS support... yes
> LIBREPLACE_BROKEN_CHECKS: START
> checking return type of signal handlers... void
> checking for uid_t in sys/types.h... (cached) yes
> checking for mode_t... (cached) yes
> checking for off_t... yes
> checking for size_t... (cached) yes
> checking for pid_t... (cached) yes
> checking for struct stat.st_rdev... yes
> checking for ino_t... (cached) yes
> checking for loff_t... yes
> checking for offset_t... no
> checking for working memcmp... yes
> checking for pipe... (cached) yes
> checking for strftime... (cached) yes
> checking for srandom... (cached) yes
> checking for random... (cached) yes
> checking for srand... (cached) yes
> checking for rand... (cached) yes
> checking for usleep... (cached) yes
> checking for setbuffer... yes
> checking for lstat... yes
> checking for getpgrp... yes
> checking for utime... (cached) yes
> checking for utimes... (cached) yes
> checking stdbool.h usability... yes
> checking stdbool.h presence... yes
> checking for stdbool.h... yes
> checking for stdint.h... (cached) yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking setjmp.h usability... yes
> checking setjmp.h presence... yes
> checking for setjmp.h... yes
> checking utime.h usability... yes
> checking utime.h presence... yes
> checking for utime.h... yes
> checking for stdint.h... (cached) yes
> checking for stdbool.h... (cached) yes
> checking for bool... yes
> checking for _Bool... yes
> checking for working mmap... yes
> checking sys/syslog.h usability... yes
> checking sys/syslog.h presence... yes
> checking for sys/syslog.h... yes
> checking syslog.h usability... yes
> checking syslog.h presence... yes
> checking for syslog.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking vararg.h usability... no
> checking vararg.h presence... no
> checking for vararg.h... no
> checking sys/mount.h usability... yes
> checking sys/mount.h presence... yes
> checking for sys/mount.h... yes
> checking mntent.h usability... yes
> checking mntent.h presence... yes
> checking for mntent.h... yes
> checking stropts.h usability... yes
> checking stropts.h presence... yes
> checking for stropts.h... yes
> checking unix.h usability... no
> checking unix.h presence... no
> checking for unix.h... no
> checking for seteuid... yes
> checking for setresuid... yes
> checking for setegid... yes
> checking for setresgid... yes
> checking for chroot... (cached) yes
> checking for bzero... (cached) yes
> checking for strerror... (cached) yes
> checking for vsyslog... yes
> checking for setlinebuf... yes
> checking for mktime... (cached) yes
> checking for ftruncate... (cached) yes
> checking for chsize... no
> checking for rename... (cached) yes
> checking for waitpid... (cached) yes
> checking for wait4... yes
> checking for strlcpy... no
> checking for strlcat... no
> checking for initgroups... (cached) yes
> checking for memmove... (cached) yes
> checking for strdup... (cached) yes
> checking for pread... (cached) yes
> checking for pwrite... (cached) yes
> checking for strndup... yes
> checking for strcasestr... yes
> checking for strtok_r... yes
> checking for mkdtemp... yes
> checking for dup2... (cached) yes
> checking for isatty... yes
> checking for chown... (cached) yes
> checking for lchown... yes
> checking for link... yes
> checking for readlink... (cached) yes
> checking for symlink... (cached) yes
> checking for realpath... yes
> checking for setresuid declaration... yes
> checking for setresgid declaration... yes
> checking for errno declaration... yes
> checking for secure mkstemp... yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking for strings.h... (cached) yes
> checking whether snprintf is declared... yes
> checking whether vsnprintf is declared... yes
> checking whether asprintf is declared... yes
> checking whether vasprintf is declared... yes
> checking for snprintf... (cached) yes
> checking for vsnprintf... (cached) yes
> checking for asprintf... yes
> checking for vasprintf... yes
> checking for C99 vsnprintf... yes
> checking for va_copy... yes
> checking for __FUNCTION__ macro... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking for comparison_fn_t... yes
> checking for setenv declaration... yes
> checking for setenv... (cached) yes
> checking for unsetenv... yes
> checking for environ declaration... yes
> checking for strnlen... yes
> checking for strtoull... yes
> checking for __strtoull... no
> checking for strtouq... yes
> checking for strtoll... yes
> checking for __strtoll... no
> checking for strtoq... yes
> checking for sig_atomic_t type... yes
> checking for O_DIRECT flag to open(2)... no
> checking that the C compiler understands volatile... yes
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking sys/fcntl.h usability... yes
> checking sys/fcntl.h presence... yes
> checking for sys/fcntl.h... yes
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/mode.h usability... no
> checking sys/mode.h presence... no
> checking for sys/mode.h... no
> checking sys/filio.h usability... no
> checking sys/filio.h presence... no
> checking for sys/filio.h... no
> checking sys/fs/s5param.h usability... no
> checking sys/fs/s5param.h presence... no
> checking for sys/fs/s5param.h... no
> checking sys/filsys.h usability... no
> checking sys/filsys.h presence... no
> checking for sys/filsys.h... no
> checking sys/acl.h usability... yes
> checking sys/acl.h presence... yes
> checking for sys/acl.h... yes
> checking acl/libacl.h usability... yes
> checking acl/libacl.h presence... yes
> checking for acl/libacl.h... yes
> checking for sys/select.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for utime.h... (cached) yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for utime... (cached) yes
> checking for utimes... (cached) yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking sys/capability.h usability... yes
> checking sys/capability.h presence... yes
> checking for sys/capability.h... yes
> checking for broken RedHat 7.2 system header files... no
> checking for broken RHEL5 sys/capability.h... no
> checking grp.h usability... yes
> checking grp.h presence... yes
> checking for grp.h... yes
> checking sys/id.h usability... no
> checking sys/id.h presence... no
> checking for sys/id.h... no
> checking compat.h usability... no
> checking compat.h presence... no
> checking for compat.h... no
> checking shadow.h usability... yes
> checking shadow.h presence... yes
> checking for shadow.h... yes
> checking sys/priv.h usability... no
> checking sys/priv.h presence... no
> checking for sys/priv.h... no
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking sys/security.h usability... no
> checking sys/security.h presence... no
> checking for sys/security.h... no
> checking for getpwnam_r... yes
> checking for getpwuid_r... yes
> checking for getpwent_r... yes
> checking for getpwent_r declaration... yes
> checking for prototype struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)... no
> checking for prototype struct passwd *getpwent_r(struct passwd *src, char *buf, size_t buflen)... no
> checking for getgrnam_r... yes
> checking for getgrgid_r... yes
> checking for getgrent_r... yes
> checking for getgrent_r declaration... yes
> checking for prototype struct group *getgrent_r(struct group *src, char *buf, int buflen)... no
> checking for prototype struct group *getgrent_r(struct group *src, char *buf, size_t buflen)... no
> checking for getgrouplist... yes
> checking ctype.h usability... yes
> checking ctype.h presence... yes
> checking for ctype.h... yes
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking langinfo.h usability... yes
> checking langinfo.h presence... yes
> checking for langinfo.h... yes
> checking fnmatch.h usability... yes
> checking fnmatch.h presence... yes
> checking for fnmatch.h... yes
> checking sys/ipc.h usability... yes
> checking sys/ipc.h presence... yes
> checking for sys/ipc.h... yes
> checking sys/mman.h usability... yes
> checking sys/mman.h presence... yes
> checking for sys/mman.h... yes
> checking sys/shm.h usability... yes
> checking sys/shm.h presence... yes
> checking for sys/shm.h... yes
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking termio.h usability... yes
> checking termio.h presence... yes
> checking for termio.h... yes
> checking sys/termio.h usability... no
> checking sys/termio.h presence... no
> checking for sys/termio.h... no
> checking for library containing dlopen... -ldl
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for dlopen... yes
> checking for dlsym... yes
> checking for dlerror... yes
> checking for dlclose... yes
> checking for library containing shl_load... no
> checking dl.h usability... no
> checking dl.h presence... no
> checking for dl.h... no
> checking for shl_load... no
> checking for shl_unload... no
> checking for shl_findsym... no
> checking for prototype void *dlopen(const char* filename, unsigned int flags)... no
> checking for getpass... yes
> checking for getpassphrase... no
> checking whether getpass should be replaced... yes
> checking whether strptime is available and works... yes
> checking direct.h usability... no
> checking direct.h presence... no
> checking for direct.h... no
> checking windows.h usability... no
> checking windows.h presence... no
> checking for windows.h... no
> checking winsock2.h usability... no
> checking winsock2.h presence... no
> checking for winsock2.h... no
> checking ws2tcpip.h usability... no
> checking ws2tcpip.h presence... no
> checking for ws2tcpip.h... no
> checking whether mkdir supports mode... yes
> checking for timegm... yes
> checking for broken readdir... no
> checking for dirfd... yes
> checking for dirfd declaration... yes
> checking a usable readdir()... yes
> checking crypt.h usability... yes
> checking crypt.h presence... yes
> checking for crypt.h... yes
> checking for library containing crypt... -lcrypt
> checking for printf... yes
> checking for memset... (cached) yes
> checking for memcpy... yes
> LIBREPLACE_BROKEN_CHECKS: END
> checking for syslog... yes
> LIBREPLACE_NETWORK_CHECKS: START
> 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 arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking netinet/in_systm.h usability... yes
> checking netinet/in_systm.h presence... yes
> checking for netinet/in_systm.h... yes
> checking for netinet/ip.h... yes
> checking netinet/tcp.h usability... yes
> checking netinet/tcp.h presence... yes
> checking for netinet/tcp.h... yes
> checking netinet/in_ip.h usability... no
> checking netinet/in_ip.h presence... no
> checking for netinet/in_ip.h... no
> checking sys/sockio.h usability... no
> checking sys/sockio.h presence... no
> checking for sys/sockio.h... no
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking sys/uio.h usability... yes
> checking sys/uio.h presence... yes
> checking for sys/uio.h... yes
> checking for usable net/if.h... yes
> checking for socklen_t... yes
> checking for sa_family_t... yes
> checking for struct addrinfo... yes
> checking for struct sockaddr... yes
> checking for struct sockaddr_storage... yes
> checking for struct sockaddr_in6... yes
> checking for struct sockaddr_storage.ss_family... yes
> checking for sin_len in sock... no
> checking for unix domain sockets... yes
> checking for connect... (cached) yes
> checking for gethostbyname... yes
> checking for if_nametoindex... yes
> checking for socketpair... yes
> checking for broken inet_ntoa... no
> checking for inet_ntoa... yes
> checking for inet_aton... yes
> checking for inet_ntop... yes
> checking for inet_pton... yes
> checking for getaddrinfo... yes
> checking ifaddrs.h usability... yes
> checking ifaddrs.h presence... yes
> checking for ifaddrs.h... yes
> checking for struct sockaddr.sa_len... no
> checking for getifaddrs and freeifaddrs... yes
> checking for iface getifaddrs... lo         AF=17
> eth1       AF=17
> eth0       AF=17
> nr0        AF=17
> nr1        AF=17
> nr2        AF=17
> nr3        AF=17
> rose0      AF=17
> rose1      AF=17
> rose2      AF=17
> rose3      AF=17
> rose4      AF=17
> rose5      AF=17
> rose6      AF=17
> rose7      AF=17
> rose8      AF=17
> rose9      AF=17
> lo         IP=127.0.0.1 NETMASK=255.0.0.0
> eth0       IP=192.168.1.12 NETMASK=255.255.255.0
> lo         IP=::1 NETMASK=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
> eth0       IP=fe80::2e0:81ff:fe27:976d NETMASK=ffff:ffff:ffff:ffff::
> yes
> checking for IPV6_V6ONLY support... yes
> checking for ipv6 support... yes
> LIBREPLACE_NETWORK_CHECKS: END
> checking aio.h usability... yes
> checking aio.h presence... yes
> checking for aio.h... yes
> checking for sys/fcntl.h... (cached) yes
> checking for sys/select.h... (cached) yes
> checking for fcntl.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking sys/unistd.h usability... yes
> checking sys/unistd.h presence... yes
> checking for sys/unistd.h... yes
> checking rpc/nettype.h usability... no
> checking rpc/nettype.h presence... no
> checking for rpc/nettype.h... no
> checking for unistd.h... (cached) yes
> checking for grp.h... (cached) yes
> checking for sys/id.h... (cached) no
> checking for memory.h... (cached) yes
> checking alloca.h usability... yes
> checking alloca.h presence... yes
> checking for alloca.h... yes
> checking for limits.h... (cached) yes
> checking float.h usability... yes
> checking float.h presence... yes
> checking for float.h... yes
> checking libintl.h usability... yes
> checking libintl.h presence... yes
> checking for libintl.h... yes
> checking rpc/rpc.h usability... yes
> checking rpc/rpc.h presence... yes
> checking for rpc/rpc.h... yes
> checking rpcsvc/nis.h usability... yes
> checking rpcsvc/nis.h presence... yes
> checking for rpcsvc/nis.h... yes
> checking rpcsvc/ypclnt.h usability... yes
> checking rpcsvc/ypclnt.h presence... yes
> checking for rpcsvc/ypclnt.h... yes
> checking for sys/param.h... (cached) yes
> checking for ctype.h... (cached) yes
> checking for sys/wait.h... (cached) yes
> checking for sys/resource.h... (cached) yes
> checking for sys/ioctl.h... (cached) yes
> checking for sys/ipc.h... (cached) yes
> checking sys/prctl.h usability... yes
> checking sys/prctl.h presence... yes
> checking for sys/prctl.h... yes
> checking sys/sysctl.h usability... yes
> checking sys/sysctl.h presence... yes
> checking for sys/sysctl.h... yes
> checking for sys/mman.h... (cached) yes
> checking for sys/filio.h... (cached) no
> checking for sys/priv.h... (cached) no
> checking for sys/shm.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for sys/mount.h... (cached) yes
> checking sys/vfs.h usability... yes
> checking sys/vfs.h presence... yes
> checking for sys/vfs.h... yes
> checking for sys/fs/s5param.h... (cached) no
> checking for sys/filsys.h... (cached) no
> checking for termios.h... (cached) yes
> checking for termio.h... (cached) yes
> checking for sys/termio.h... (cached) no
> checking sys/statfs.h usability... yes
> checking sys/statfs.h presence... yes
> checking for sys/statfs.h... yes
> checking sys/dustat.h usability... no
> checking sys/dustat.h presence... no
> checking for sys/dustat.h... no
> checking sys/statvfs.h usability... yes
> checking sys/statvfs.h presence... yes
> checking for sys/statvfs.h... yes
> checking for stdarg.h... (cached) yes
> checking sys/sysmacros.h usability... yes
> checking sys/sysmacros.h presence... yes
> checking for sys/sysmacros.h... yes
> checking for sys/syslog.h... (cached) yes
> checking for syslog.h... (cached) yes
> checking for langinfo.h... (cached) yes
> checking for locale.h... (cached) yes
> checking xfs/libxfs.h usability... no
> checking xfs/libxfs.h presence... no
> checking for xfs/libxfs.h... no
> checking netgroup.h usability... no
> checking netgroup.h presence... no
> checking for netgroup.h... no
> checking for rpcsvc/yp_prot.h... yes
> checking for sys/mode.h... (cached) no
> checking CoreFoundation/CFStringEncodingConverter.h usability... no
> checking CoreFoundation/CFStringEncodingConverter.h presence... no
> checking for CoreFoundation/CFStringEncodingConverter.h... no
> checking CFStringEncodingConverter.h usability... no
> checking CFStringEncodingConverter.h presence... no
> checking for CFStringEncodingConverter.h... no
> checking valgrind.h usability... no
> checking valgrind.h presence... no
> checking for valgrind.h... no
> checking valgrind/valgrind.h usability... no
> checking valgrind/valgrind.h presence... no
> checking for valgrind/valgrind.h... no
> checking valgrind/memcheck.h usability... no
> checking valgrind/memcheck.h presence... no
> checking for valgrind/memcheck.h... no
> checking for shadow.h... (cached) yes
> checking nss.h usability... yes
> checking nss.h presence... yes
> checking for nss.h... yes
> checking nss_common.h usability... no
> checking nss_common.h presence... no
> checking for nss_common.h... no
> checking nsswitch.h usability... no
> checking nsswitch.h presence... no
> checking for nsswitch.h... no
> checking ns_api.h usability... no
> checking ns_api.h presence... no
> checking for ns_api.h... no
> checking for sys/security.h... (cached) no
> checking syscall.h usability... yes
> checking syscall.h presence... yes
> checking for syscall.h... yes
> checking sys/syscall.h usability... yes
> checking sys/syscall.h presence... yes
> checking for sys/syscall.h... yes
> checking sys/attributes.h usability... no
> checking sys/attributes.h presence... no
> checking for sys/attributes.h... no
> checking attr/xattr.h usability... yes
> checking attr/xattr.h presence... yes
> checking for attr/xattr.h... yes
> checking sys/xattr.h usability... yes
> checking sys/xattr.h presence... yes
> checking for sys/xattr.h... yes
> checking sys/extattr.h usability... no
> checking sys/extattr.h presence... no
> checking for sys/extattr.h... no
> checking for sys/uio.h... (cached) yes
> checking sys/ea.h usability... no
> checking sys/ea.h presence... no
> checking for sys/ea.h... no
> checking sys/proplist.h usability... no
> checking sys/proplist.h presence... no
> checking for sys/proplist.h... no
> checking sys/cdefs.h usability... yes
> checking sys/cdefs.h presence... yes
> checking for sys/cdefs.h... yes
> checking glob.h usability... yes
> checking glob.h presence... yes
> checking for glob.h... yes
> checking utmp.h usability... yes
> checking utmp.h presence... yes
> checking for utmp.h... yes
> checking utmpx.h usability... yes
> checking utmpx.h presence... yes
> checking for utmpx.h... yes
> checking lastlog.h usability... yes
> checking lastlog.h presence... yes
> checking for lastlog.h... yes
> checking size of int... (cached) 4
> checking size of long... (cached) 4
> checking size of long long... (cached) 8
> checking size of short... (cached) 2
> checking for an ANSI C-conforming const... (cached) yes
> checking for inline... (cached) inline
> checking whether byte ordering is bigendian... (cached) no
> checking whether char is unsigned... no
> checking return type of signal handlers... (cached) void
> checking for uid_t in sys/types.h... (cached) yes
> checking for mode_t... (cached) yes
> checking for off_t... (cached) yes
> checking for size_t... (cached) yes
> checking for pid_t... (cached) yes
> checking for struct stat.st_rdev... (cached) yes
> checking for d_off in dirent... (cached) yes
> checking for ssize_t... (cached) yes
> checking for wchar_t... yes
> checking for cups-config... /usr/bin/cups-config
> checking cups/cups.h usability... yes
> checking cups/cups.h presence... yes
> checking for cups/cups.h... yes
> checking cups/language.h usability... yes
> checking cups/language.h presence... yes
> checking for cups/language.h... yes
> checking for httpConnectEncrypt in -lcups... yes
> checking if the compiler will optimize out function calls... yes
> checking for fd passing via msg_control... yes
> checking for fd passing via msg_acctrights... no
> checking for dirfd... (cached) yes
> checking for struct sigevent type... yes
> checking for struct sigevent.sigev_value.sival_ptr... yes
> checking for struct sigevent.sigev_value.sigval_ptr... no
> checking for struct timespec type... yes
> checking for real setresuid... (cached) yes
> checking for real setresgid... (cached) yes
> checking for working memcmp... (cached) yes
> checking for pipe... (cached) yes
> checking for strftime... (cached) yes
> checking for srandom... (cached) yes
> checking for random... (cached) yes
> checking for srand... (cached) yes
> checking for rand... (cached) yes
> checking for usleep... (cached) yes
> checking for setbuffer... (cached) yes
> checking for lstat... (cached) yes
> checking for getpgrp... (cached) yes
> checking for utime... (cached) yes
> checking for utimes... (cached) yes
> checking for stdbool.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for sys/select.h... (cached) yes
> checking for setjmp.h... (cached) yes
> checking for utime.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for stdbool.h... (cached) yes
> checking for bool... (cached) yes
> checking for _Bool... (cached) yes
> checking for working mmap... (cached) yes
> checking for sys/syslog.h... (cached) yes
> checking for syslog.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for time.h... (cached) yes
> checking for stdarg.h... (cached) yes
> checking for vararg.h... (cached) no
> checking for sys/mount.h... (cached) yes
> checking for mntent.h... (cached) yes
> checking for stropts.h... (cached) yes
> checking for unix.h... (cached) no
> checking for seteuid... (cached) yes
> checking for setresuid... (cached) yes
> checking for setegid... (cached) yes
> checking for setresgid... (cached) yes
> checking for chroot... (cached) yes
> checking for bzero... (cached) yes
> checking for strerror... (cached) yes
> checking for vsyslog... (cached) yes
> checking for setlinebuf... (cached) yes
> checking for mktime... (cached) yes
> checking for ftruncate... (cached) yes
> checking for chsize... (cached) no
> checking for rename... (cached) yes
> checking for waitpid... (cached) yes
> checking for wait4... (cached) yes
> checking for strlcpy... (cached) no
> checking for strlcat... (cached) no
> checking for initgroups... (cached) yes
> checking for memmove... (cached) yes
> checking for strdup... (cached) yes
> checking for pread... (cached) yes
> checking for pwrite... (cached) yes
> checking for strndup... (cached) yes
> checking for strcasestr... (cached) yes
> checking for strtok_r... (cached) yes
> checking for mkdtemp... (cached) yes
> checking for dup2... (cached) yes
> checking for isatty... (cached) yes
> checking for chown... (cached) yes
> checking for lchown... (cached) yes
> checking for link... (cached) yes
> checking for readlink... (cached) yes
> checking for symlink... (cached) yes
> checking for realpath... (cached) yes
> checking for setresuid declaration... (cached) yes
> checking for setresgid declaration... (cached) yes
> checking for errno declaration... (cached) yes
> checking for secure mkstemp... (cached) yes
> checking for stdio.h... (cached) yes
> checking for strings.h... (cached) yes
> checking whether snprintf is declared... (cached) yes
> checking whether vsnprintf is declared... (cached) yes
> checking whether asprintf is declared... (cached) yes
> checking whether vasprintf is declared... (cached) yes
> checking for snprintf... (cached) yes
> checking for vsnprintf... (cached) yes
> checking for asprintf... (cached) yes
> checking for vasprintf... (cached) yes
> checking for C99 vsnprintf... (cached) yes
> checking for va_copy... (cached) yes
> checking for __FUNCTION__ macro... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for limits.h... (cached) yes
> checking for comparison_fn_t... (cached) yes
> checking for setenv declaration... (cached) yes
> checking for setenv... (cached) yes
> checking for unsetenv... (cached) yes
> checking for environ declaration... (cached) yes
> checking for strnlen... (cached) yes
> checking for strtoull... (cached) yes
> checking for __strtoull... (cached) no
> checking for strtouq... (cached) yes
> checking for strtoll... (cached) yes
> checking for __strtoll... (cached) no
> checking for strtoq... (cached) yes
> checking for sig_atomic_t type... (cached) yes
> checking for O_DIRECT flag to open(2)... (cached) no
> checking that the C compiler understands volatile... (cached) yes
> checking for dirent.h that defines DIR... (cached) yes
> checking for library containing opendir... (cached) none required
> checking for fcntl.h... (cached) yes
> checking for sys/fcntl.h... (cached) yes
> checking for sys/resource.h... (cached) yes
> checking for sys/ioctl.h... (cached) yes
> checking for sys/mode.h... (cached) no
> checking for sys/filio.h... (cached) no
> checking for sys/fs/s5param.h... (cached) no
> checking for sys/filsys.h... (cached) no
> checking for sys/acl.h... (cached) yes
> checking for acl/libacl.h... (cached) yes
> checking for sys/select.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for utime.h... (cached) yes
> checking whether time.h and sys/time.h may both be included... (cached) yes
> checking for utime... (cached) yes
> checking for utimes... (cached) yes
> checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
> checking for sys/capability.h... (cached) yes
> checking for broken RedHat 7.2 system header files... (cached) no
> checking for broken RHEL5 sys/capability.h... (cached) no
> checking for grp.h... (cached) yes
> checking for sys/id.h... (cached) no
> checking for compat.h... (cached) no
> checking for shadow.h... (cached) yes
> checking for sys/priv.h... (cached) no
> checking for pwd.h... (cached) yes
> checking for sys/security.h... (cached) no
> checking for getpwnam_r... (cached) yes
> checking for getpwuid_r... (cached) yes
> checking for getpwent_r... (cached) yes
> checking for getpwent_r declaration... (cached) yes
> checking for prototype struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)... (cached) no
> checking for prototype struct passwd *getpwent_r(struct passwd *src, char *buf, size_t buflen)... (cached) no
> checking for getgrnam_r... (cached) yes
> checking for getgrgid_r... (cached) yes
> checking for getgrent_r... (cached) yes
> checking for getgrent_r declaration... (cached) yes
> checking for prototype struct group *getgrent_r(struct group *src, char *buf, int buflen)... (cached) no
> checking for prototype struct group *getgrent_r(struct group *src, char *buf, size_t buflen)... (cached) no
> checking for getgrouplist... (cached) yes
> checking for ctype.h... (cached) yes
> checking for locale.h... (cached) yes
> checking for langinfo.h... (cached) yes
> checking for fnmatch.h... (cached) yes
> checking for sys/ipc.h... (cached) yes
> checking for sys/mman.h... (cached) yes
> checking for sys/shm.h... (cached) yes
> checking for termios.h... (cached) yes
> checking for termio.h... (cached) yes
> checking for sys/termio.h... (cached) no
> checking for library containing dlopen... (cached) -ldl
> checking for dlfcn.h... (cached) yes
> checking for dlopen... (cached) yes
> checking for dlsym... (cached) yes
> checking for dlerror... (cached) yes
> checking for dlclose... (cached) yes
> checking for library containing shl_load... (cached) no
> checking for dl.h... (cached) no
> checking for shl_load... (cached) no
> checking for shl_unload... (cached) no
> checking for shl_findsym... (cached) no
> checking for prototype void *dlopen(const char* filename, unsigned int flags)... (cached) no
> checking for getpass... (cached) yes
> checking for getpassphrase... (cached) no
> checking whether getpass should be replaced... (cached) yes
> checking whether strptime is available and works... (cached) yes
> checking for direct.h... (cached) no
> checking for windows.h... (cached) no
> checking for winsock2.h... (cached) no
> checking for ws2tcpip.h... (cached) no
> checking whether mkdir supports mode... (cached) yes
> checking for timegm... (cached) yes
> checking for broken readdir... (cached) no
> checking for dirfd... (cached) yes
> checking for dirfd declaration... (cached) yes
> checking a usable readdir()... yes
> checking for crypt.h... (cached) yes
> checking for library containing crypt... (cached) -lcrypt
> checking for printf... (cached) yes
> checking for memset... (cached) yes
> checking for memcpy... (cached) yes
> LIBREPLACE_BROKEN_CHECKS: END
> checking for syslog... (cached) yes
> LIBREPLACE_NETWORK_CHECKS: START
> checking for sys/socket.h... (cached) yes
> checking for netinet/in.h... (cached) yes
> checking for netdb.h... (cached) yes
> checking for arpa/inet.h... (cached) yes
> checking for netinet/in_systm.h... (cached) yes
> checking for netinet/ip.h... (cached) yes
> checking for netinet/tcp.h... (cached) yes
> checking for netinet/in_ip.h... (cached) no
> checking for sys/sockio.h... (cached) no
> checking for sys/un.h... (cached) yes
> checking for sys/uio.h... (cached) yes
> checking for usable net/if.h... (cached) yes
> checking for socklen_t... (cached) yes
> checking for sa_family_t... (cached) yes
> checking for struct addrinfo... (cached) yes
> checking for struct sockaddr... (cached) yes
> checking for struct sockaddr_storage... (cached) yes
> checking for struct sockaddr_in6... (cached) yes
> checking for struct sockaddr_storage.ss_family... (cached) yes
> checking for sin_len in sock... (cached) no
> checking for unix domain sockets... (cached) yes
> checking for connect... (cached) yes
> checking for gethostbyname... (cached) yes
> checking for if_nametoindex... (cached) yes
> checking for socketpair... (cached) yes
> checking for broken inet_ntoa... (cached) no
> checking for inet_ntoa... (cached) yes
> checking for inet_aton... (cached) yes
> checking for inet_ntop... (cached) yes
> checking for inet_pton... (cached) yes
> checking for getaddrinfo... (cached) yes
> checking for ifaddrs.h... (cached) yes
> checking for struct sockaddr.sa_len... (cached) no
> checking for getifaddrs and freeifaddrs... (cached) yes
> checking for iface getifaddrs... (cached) yes
> checking for ipv6 support... (cached) yes
> LIBREPLACE_NETWORK_CHECKS: END
> checking for aio.h... (cached) yes
> checking for sys/fcntl.h... (cached) yes
> checking for sys/select.h... (cached) yes
> checking for fcntl.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for sys/unistd.h... (cached) yes
> checking for rpc/nettype.h... (cached) no
> checking for unistd.h... (cached) yes
> checking for grp.h... (cached) yes
> checking for sys/id.h... (cached) no
> checking for memory.h... (cached) yes
> checking for alloca.h... (cached) yes
> checking for limits.h... (cached) yes
> checking for float.h... (cached) yes
> checking for libintl.h... (cached) yes
> checking for rpc/rpc.h... (cached) yes
> checking for rpcsvc/nis.h... (cached) yes
> checking for rpcsvc/ypclnt.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for ctype.h... (cached) yes
> checking for sys/wait.h... (cached) yes
> checking for sys/resource.h... (cached) yes
> checking for sys/ioctl.h... (cached) yes
> checking for sys/ipc.h... (cached) yes
> checking for sys/prctl.h... (cached) yes
> checking for sys/sysctl.h... (cached) yes
> checking for sys/mman.h... (cached) yes
> checking for sys/filio.h... (cached) no
> checking for sys/priv.h... (cached) no
> checking for sys/shm.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for sys/mount.h... (cached) yes
> checking for sys/vfs.h... (cached) yes
> checking for sys/fs/s5param.h... (cached) no
> checking for sys/filsys.h... (cached) no
> checking for termios.h... (cached) yes
> checking for termio.h... (cached) yes
> checking for sys/termio.h... (cached) no
> checking for sys/statfs.h... (cached) yes
> checking for sys/dustat.h... (cached) no
> checking for sys/statvfs.h... (cached) yes
> checking for stdarg.h... (cached) yes
> checking for sys/sysmacros.h... (cached) yes
> checking for sys/syslog.h... (cached) yes
> checking for syslog.h... (cached) yes
> checking for langinfo.h... (cached) yes
> checking for locale.h... (cached) yes
> checking for xfs/libxfs.h... (cached) no
> checking for netgroup.h... (cached) no
> checking for rpcsvc/yp_prot.h... (cached) yes
> checking for sys/mode.h... (cached) no
> checking for CoreFoundation/CFStringEncodingConverter.h... (cached) no
> checking for CFStringEncodingConverter.h... (cached) no
> checking for valgrind.h... (cached) no
> checking for valgrind/valgrind.h... (cached) no
> checking for valgrind/memcheck.h... (cached) no
> checking for shadow.h... (cached) yes
> checking for nss.h... (cached) yes
> checking for nss_common.h... (cached) no
> checking for nsswitch.h... (cached) no
> checking for ns_api.h... (cached) no
> checking for sys/security.h... (cached) no
> checking for syscall.h... (cached) yes
> checking for sys/syscall.h... (cached) yes
> checking for sys/attributes.h... (cached) no
> checking for attr/xattr.h... (cached) yes
> checking for sys/xattr.h... (cached) yes
> checking for sys/extattr.h... (cached) no
> checking for sys/uio.h... (cached) yes
> checking for sys/ea.h... (cached) no
> checking for sys/proplist.h... (cached) no
> checking for sys/cdefs.h... (cached) yes
> checking for glob.h... (cached) yes
> checking for utmp.h... (cached) yes
> checking for utmpx.h... (cached) yes
> checking for lastlog.h... (cached) yes
> checking size of int... (cached) 4
> checking size of long... (cached) 4
> checking size of long long... (cached) 8
> checking size of short... (cached) 2
> checking for an ANSI C-conforming const... (cached) yes
> checking for inline... (cached) inline
> checking whether byte ordering is bigendian... (cached) no
> checking whether char is unsigned... (cached) no
> checking return type of signal handlers... (cached) void
> checking for uid_t in sys/types.h... (cached) yes
> checking for mode_t... (cached) yes
> checking for off_t... (cached) yes
> checking for size_t... (cached) yes
> checking for pid_t... (cached) yes
> checking for struct stat.st_rdev... (cached) yes
> checking for d_off in dirent... (cached) yes
> checking for ssize_t... (cached) yes
> checking for wchar_t... (cached) yes
> checking for cups-config... (cached) /usr/bin/cups-config
> checking for cups/cups.h... (cached) yes
> checking for cups/language.h... (cached) yes
> checking for httpConnectEncrypt in -lcups... (cached) yes
> checking if the compiler will optimize out function calls... (cached) yes
> checking for fd passing via msg_control... (cached) yes
> checking for fd passing via msg_acctrights... (cached) no
> checking for dirfd... (cached) yes
> checking for struct sigevent type... (cached) yes
> checking for struct sigevent.sigev_value.sival_ptr... (cached) yes
> checking for struct sigevent.sigev_value.sigval_ptr... (cached) no
> checking for struct timespec type... (cached) yes
> checking for real setresuid... (cached) yes
> checking for real setresgid... (cached) yes
> checking for working memcmp... (cached) yes
> checking whether to use readline... yes
> checking readline.h usability... no
> checking readline.h presence... no
> checking for readline.h... no
> checking history.h usability... no
> checking history.h presence... no
> checking for history.h... no
> checking readline/readline.h usability... yes
> checking readline/readline.h presence... yes
> checking for readline/readline.h... yes
> checking readline/history.h usability... yes
> checking readline/history.h presence... yes
> checking for readline/history.h... yes
> checking for readline.h... (cached) no
> checking for readline/readline.h... (cached) yes
> checking for tgetent in -lncurses... yes
> checking for rl_callback_handler_install in -lreadline... yes
> checking for rl_completion_matches in -lreadline... yes
> checking whether rl_event_hook is declared... yes
> checking for history_list in -lreadline... yes
> checking for library containing yp_get_default_domain... -lnsl
> checking for yp_get_default_domain... yes
> checking for execl... (cached) yes
> checking for getcwd... (cached) yes
> checking for fchown... (cached) yes
> checking for chmod... (cached) yes
> checking for fchmod... (cached) yes
> checking for mknod... yes
> checking for mknod64... no
> checking for strtol... yes
> checking for strchr... (cached) yes
> checking for chflags... no
> checking for getrlimit... yes
> checking for fsync... (cached) yes
> checking for fdatasync... yes
> checking for setpgid... yes
> checking for setsid... (cached) yes
> checking for glob... (cached) yes
> checking for strpbrk... (cached) yes
> checking for crypt16... (cached) no
> checking for getauthuid... (cached) no
> checking for sigprocmask... (cached) yes
> checking for sigblock... (cached) yes
> checking for sigaction... (cached) yes
> checking for sigset... yes
> checking for innetgr... yes
> checking for setnetgrent... yes
> checking for getnetgrent... yes
> checking for endnetgrent... yes
> checking for initgroups... (cached) yes
> checking for select... (cached) yes
> checking for poll... (cached) yes
> checking for rdchk... (cached) no
> checking for getgrnam... (cached) yes
> checking for getgrent... (cached) yes
> checking for pathconf... yes
> checking for setpriv... (cached) no
> checking for setgidx... (cached) no
> checking for setuidx... (cached) no
> checking for setgroups... (cached) yes
> checking for sysconf... yes
> checking for stat64... yes
> checking for fstat64... yes
> checking for lstat64... yes
> checking for fopen64... yes
> checking for atexit... yes
> checking for grantpt... (cached) yes
> checking for lseek64... yes
> checking for ftruncate64... yes
> checking for posix_fallocate... yes
> checking for posix_fallocate64... yes
> checking for fseek64... no
> checking for fseeko64... yes
> checking for ftell64... no
> checking for ftello64... yes
> checking for setluid... (cached) no
> checking for getpwanam... (cached) no
> checking for opendir64... no
> checking for readdir64... yes
> checking for seekdir64... no
> checking for telldir64... no
> checking for rewinddir64... no
> checking for closedir64... no
> checking for getpwent_r... (cached) yes
> checking for getdents64... no
> checking for setenv... (cached) yes
> checking for strcasecmp... (cached) yes
> checking for fcvt... yes
> checking for fcvtl... no
> checking for syslog... (cached) yes
> checking for vsyslog... (cached) yes
> checking for timegm... (cached) yes
> checking for setlocale... yes
> checking for nl_langinfo... yes
> checking for nanosleep... yes
> checking for utimensat... yes
> checking for mlock... yes
> checking for munlock... yes
> checking for mlockall... yes
> checking for munlockall... yes
> checking for memalign... yes
> checking for posix_memalign... yes
> checking for hstrerror... yes
> checking for sys/mman.h... (cached) yes
> checking for shmget... yes
> checking for shm_open... no
> checking for gettext... yes
> checking for dgettext... yes
> checking for bindtextdomain... yes
> checking for textdomain... yes
> checking for strupr... no
> checking execinfo.h usability... yes
> checking execinfo.h presence... yes
> checking for execinfo.h... yes
> checking libexc.h usability... no
> checking libexc.h presence... no
> checking for libexc.h... no
> checking libunwind.h usability... no
> checking libunwind.h presence... no
> checking for libunwind.h... no
> checking for library containing backtrace_symbols... none required
> checking for backtrace_symbols... yes
> checking for trace_back_stack in -lexc... no
> checking for sysctlbyname... no
> checking gpfs_gpl.h usability... no
> checking gpfs_gpl.h presence... no
> checking for gpfs_gpl.h... no
> checking for Isilon OneFS... no
> checking for libunwind... no
> checking for _dup... (cached) no
> checking for _dup2... (cached) no
> checking for _opendir... (cached) no
> checking for _readdir... (cached) no
> checking for _seekdir... (cached) no
> checking for _telldir... (cached) no
> checking for _closedir... (cached) no
> checking for __dup... (cached) no
> checking for __dup2... (cached) no
> checking for __opendir... (cached) no
> checking for __readdir... (cached) no
> checking for __seekdir... (cached) no
> checking for __telldir... (cached) no
> checking for __closedir... (cached) no
> checking for __getcwd... (cached) no
> checking for _getcwd... (cached) no
> checking for __xstat... (cached) no
> checking for __fxstat... (cached) no
> checking for __lxstat... (cached) no
> checking for _stat... (cached) no
> checking for _lstat... (cached) no
> checking for _fstat... (cached) no
> checking for __stat... (cached) no
> checking for __lstat... (cached) no
> checking for __fstat... (cached) no
> checking for _acl... no
> checking for __acl... no
> checking for _facl... no
> checking for __facl... no
> checking for _open... (cached) no
> checking for __open... (cached) no
> checking for _chdir... (cached) no
> checking for __chdir... (cached) no
> checking for _close... (cached) no
> checking for __close... (cached) no
> checking for _fchdir... (cached) no
> checking for __fchdir... (cached) no
> checking for _fcntl... (cached) no
> checking for __fcntl... (cached) no
> checking for getdents... no
> checking for __getdents... (cached) no
> checking for _lseek... (cached) no
> checking for __lseek... (cached) no
> checking for _read... (cached) no
> checking for __read... (cached) no
> checking for getdirentries... yes
> checking for _write... (cached) no
> checking for __write... (cached) no
> checking for _fork... (cached) no
> checking for __fork... (cached) no
> checking for _stat64... (cached) no
> checking for __stat64... (cached) no
> checking for _fstat64... (cached) no
> checking for __fstat64... (cached) no
> checking for _lstat64... (cached) no
> checking for __lstat64... (cached) no
> checking for __sys_llseek... (cached) no
> checking for llseek... (cached) yes
> checking for _llseek... (cached) no
> checking for __llseek... (cached) no
> checking for readdir64... (cached) yes
> checking for _readdir64... (cached) no
> checking for __readdir64... (cached) no
> checking for pread... (cached) yes
> checking for _pread... (cached) no
> checking for __pread... (cached) no
> checking for pread64... yes
> checking for _pread64... (cached) no
> checking for __pread64... (cached) no
> checking for pwrite... (cached) yes
> checking for _pwrite... (cached) no
> checking for __pwrite... (cached) no
> checking for pwrite64... yes
> checking for _pwrite64... (cached) no
> checking for __pwrite64... (cached) no
> checking for open64... yes
> checking for _open64... (cached) no
> checking for __open64... (cached) no
> checking for creat64... yes
> checking for prctl... yes
> checking for good getgrouplist... yes
> checking for struct stat.st_mtim.tv_nsec... yes
> checking for struct stat.st_mtimensec... no
> checking for struct stat.st_mtimespec.tv_nsec... no
> checking for struct stat.st_mtime_n... no
> checking for struct stat.st_umtime... no
> checking for struct stat.st_birthtimespec.tv_nsec... no
> checking for struct stat.st_birthtime... no
> checking whether there is DOS flags support in the stat struct... no
> checking for dn_expand in -lresolv... yes
> checking for _dn_expand in -lresolv... no
> checking for __dn_expand in -lresolv... yes
> checking for putprpwnam... (cached) no
> checking for putprpwnam in -lsecurity... (cached) no
> checking for putprpwnam... (cached) no
> checking for putprpwnam in -lsec... (cached) no
> checking for set_auth_parameters... (cached) no
> checking for set_auth_parameters in -lsecurity... (cached) no
> checking for set_auth_parameters... (cached) no
> checking for set_auth_parameters in -lsec... (cached) no
> checking for getspnam... (cached) yes
> checking for getspnam... (cached) yes
> checking for getspnam... (cached) yes
> checking for bigcrypt... (cached) no
> checking for bigcrypt in -lsecurity... (cached) no
> checking for bigcrypt... (cached) no
> checking for bigcrypt in -lsec... (cached) no
> checking for getprpwnam... (cached) no
> checking for getprpwnam in -lsecurity... (cached) no
> checking for getprpwnam... (cached) no
> checking for getprpwnam in -lsec... (cached) no
> checking for strsignal... yes
> checking for library containing getxattr... none required
> checking for getxattr... yes
> checking for lgetxattr... yes
> checking for fgetxattr... yes
> checking for listxattr... yes
> checking for llistxattr... yes
> checking for getea... no
> checking for fgetea... no
> checking for lgetea... no
> checking for listea... no
> checking for flistea... no
> checking for llistea... no
> checking for removeea... no
> checking for fremoveea... no
> checking for lremoveea... no
> checking for setea... no
> checking for fsetea... no
> checking for lsetea... no
> checking for flistxattr... yes
> checking for removexattr... yes
> checking for lremovexattr... yes
> checking for fremovexattr... yes
> checking for setxattr... yes
> checking for lsetxattr... yes
> checking for fsetxattr... yes
> checking for attr_get... no
> checking for attr_list... no
> checking for attr_set... no
> checking for attr_remove... no
> checking for attr_getf... no
> checking for attr_listf... no
> checking for attr_setf... no
> checking for attr_removef... no
> checking whether xattr interface takes additional options... no
> checking for extattr_delete_fd... no
> checking for extattr_delete_file... no
> checking for extattr_delete_link... no
> checking for extattr_get_fd... no
> checking for extattr_get_file... no
> checking for extattr_get_link... no
> checking for extattr_list_fd... no
> checking for extattr_list_file... no
> checking for extattr_list_link... no
> checking for extattr_set_fd... no
> checking for extattr_set_file... no
> checking for extattr_set_link... no
> checking for -Wl,-z,relro... yes
> checking ability to build shared libraries... true
> checking if -Wl,--as-needed works... yes
> checking if -Wl,-z,defs works... yes
> checking LDSHFLAGS_Z_DEFS... -Wl,-z,defs
> checking LDFLAGS... -Wl,--as-needed    -L./bin
> checking DYNEXP... -Wl,--export-dynamic
> checking SHLD... ${CC} ${CFLAGS}
> checking LDSHFLAGS... -shared -Wl,-Bsymbolic
> checking SHLIBEXT... so
> checking SONAMEFLAG... -Wl,-soname=
> checking PICFLAG... -fPIC
> checking NSSSONAMEVERSIONSUFFIX...
> checking whether building shared libraries actually works... yes
> checking used PICFLAG... -fPIC
> checking whether to use shared libraries internally... true
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for LIBTALLOC... yes
> checking for LIBTDB... no
> checking for mmap... yes
> checking for pread... (cached) yes
> checking for pwrite... (cached) yes
> checking for getpagesize... yes
> checking for utime... (cached) yes
> checking getopt.h usability... yes
> checking getopt.h presence... yes
> checking for getopt.h... yes
> checking for sys/select.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for pread declaration... yes
> checking for pwrite declaration... yes
> checking whether to build the libtdb shared library... no
> shared library not selected
> checking whether to build the libnetapi shared library... no
> shared library not selected
> checking whether to build the libsmbclient shared library... yes
> checking whether to build the libsmbsharemodes shared library... yes
> checking whether to build the libaddns shared library... no
> shared library not selected
> checking for long long... yes
> checking for intptr_t... (cached) yes
> checking for LL suffix on long long integers... yes
> checking for 64 bit time_t... no
> checking for 64 bit off_t... yes
> checking for off64_t... no
> checking for 64 bit ino_t... yes
> checking for ino64_t... no
> checking for 64 bit dev_t... yes
> checking for dev64_t... no
> checking for struct dirent64... no
> checking for struct dirent64... yes
> checking for major macro... yes
> checking for minor macro... yes
> checking for makedev macro... yes
> checking for unsigned char... no
> checking whether seekdir returns void... yes
> checking for __FUNCTION__ macro... yes
> checking if gettimeofday takes tz argument... yes
> checking for broken readdir name... no
> checking for utimbuf... yes
> checking for pututline... yes
> checking for pututxline... yes
> checking for updwtmp... yes
> checking for updwtmpx... yes
> checking for getutmpx... yes
> checking for getutxent... yes
> checking for ut_name in utmp... yes
> checking for ut_user in utmp... yes
> checking for ut_id in utmp... yes
> checking for ut_host in utmp... yes
> checking for ut_time in utmp... yes
> checking for ut_tv in utmp... yes
> checking for ut_type in utmp... yes
> checking for ut_pid in utmp... yes
> checking for ut_exit in utmp... yes
> checking for ut_addr_v6 in utmp... yes
> checking for ut_addr in utmp... yes
> checking whether pututline returns pointer... yes
> checking for ut_syslen in utmpx... no
> checking for iconv in /usr/lib... yes
> checking can we convert from CP850 to UCS2-LE?... CP850
> checking can we convert from ASCII to UCS2-LE?... ASCII
> checking can we convert from UTF-8 to UCS2-LE?... UTF-8
> checking for Linux kernel oplocks... yes
> checking for kernel change notify support... yes
> checking for inotify support... checking linux/inotify.h usability... yes
> checking linux/inotify.h presence... yes
> checking for linux/inotify.h... yes
> checking asm/unistd.h usability... yes
> checking asm/unistd.h presence... yes
> checking for asm/unistd.h... yes
> checking sys/inotify.h usability... yes
> checking sys/inotify.h presence... yes
> checking for sys/inotify.h... yes
> checking for inotify_init... yes
> checking for __NR_inotify_init declaration... yes
>
> checking fam.h usability... no
> checking fam.h presence... no
> checking for fam.h... no
> checking for dm_get_eventlist in -ldm... no
> checking for dm_get_eventlist in -ljfsdm... no
> checking for dm_get_eventlist in -ldmapi... no
> checking for dm_get_eventlist in -lxdsm... no
> configure: DMAPI support not present
> checking for kernel share modes... yes
> checking for IRIX kernel oplock type definitions... no
> checking for sys/capability.h... (cached) yes
> checking for cap_get_proc... no
> checking for cap_get_proc in -lcap... yes
> checking for POSIX capabilities... yes
> checking for int16 typedef included by rpc/rpc.h... no
> checking for uint16 typedef included by rpc/rpc.h... no
> checking for int32 typedef included by rpc/rpc.h... no
> checking for uint32 typedef included by rpc/rpc.h... no
> checking for conflicting AUTH_ERROR define in rpc/rpc.h... no
> checking for test routines... yes
> checking for ftruncate extend... yes
> checking for broken getgroups... no
> checking for sysconf(_SC_NGROUPS_MAX)... yes
> checking for sysconf(_SC_NPROC_ONLN)... no
> checking for sysconf(_SC_NPROCESSORS_ONLN)... yes
> checking for sysconf(_SC_PAGESIZE)... yes
> checking for getpagesize... (cached) yes
> checking for setreuid... yes
> checking for the Darwin initgroups system call... no
> checking for fcntl locking... (cached) yes
> checking for broken (glibc2.1/x86) 64 bit fcntl locking... no
> checking for 64 bit fcntl locking... yes
> checking for broken posix_fallocate... no
> checking for st_blocks in struct stat... yes
> checking for blksize_t... yes
> checking for blkcnt_t... yes
> checking for st_blksize in struct stat... yes
> checking for st_flags in struct stat... no
> checking for broken nisplus include files... no
> checking if the realpath function allows a NULL argument... yes
> checking whether to use AFS clear-text auth... no
> checking whether to use AFS fake-kaserver... no
> checking whether to use AFS ACL mapping module... no
> checking whether to use DFS clear-text auth... no
> checking for LDAP support... yes
> checking ldap.h usability... yes
> checking ldap.h presence... yes
> checking for ldap.h... yes
> checking lber.h usability... yes
> checking lber.h presence... yes
> checking for lber.h... yes
> checking for ber_tag_t... yes
> checking for ber_scanf in -llber... yes
> checking for ber_sockbuf_add_io... yes
> checking for LDAP_OPT_SOCKBUF... yes
> checking for LBER_OPT_LOG_PRINT_FN... yes
> checking for ldap_init in -lldap... yes
> checking for ldap_set_rebind_proc... yes
> checking whether ldap_set_rebind_proc takes 3 arguments... 3
> checking for ldap_initialize... yes
> checking whether LDAP support is used... yes
> checking for Active Directory and krb5 support... yes
> checking for ldap_initialize... (cached) yes
> checking for ldap_add_result_entry... yes
> checking for kerberos 5 install path... no krb5-path given
> checking for krb5-config... /usr/bin/krb5-config
> checking for working krb5-config... yes
> checking krb5.h usability... yes
> checking krb5.h presence... yes
> checking for krb5.h... yes
> checking for krb5/locate_plugin.h... yes
> checking for KRB5_DEPRECATED define taking an identifier... yes
> checking gssapi.h usability... yes
> checking gssapi.h presence... yes
> checking for gssapi.h... yes
> checking gssapi/gssapi_generic.h usability... yes
> checking gssapi/gssapi_generic.h presence... yes
> checking for gssapi/gssapi_generic.h... yes
> checking gssapi/gssapi.h usability... yes
> checking gssapi/gssapi.h presence... yes
> checking for gssapi/gssapi.h... yes
> checking com_err.h usability... yes
> checking com_err.h presence... yes
> checking for com_err.h... yes
> checking for _et_list in -lcom_err... yes
> checking for krb5_encrypt_data in -lk5crypto... yes
> checking for des_set_key in -lcrypto... no
> checking for copy_Authenticator in -lasn1... no
> checking for roken_getaddrinfo_hostspec in -lroken... no
> checking for gss_display_status in -lgssapi... no
> checking for krb5_mk_req_extended in -lkrb5... yes
> checking for krb5_kt_compare in -lkrb5... no
> checking for gss_display_status in -lgssapi_krb5... yes
> checking for krb5_set_real_time... yes
> checking for krb5_set_default_in_tkt_etypes... no
> checking for krb5_set_default_tgs_enctypes... yes
> checking for krb5_set_default_tgs_ktypes... yes
> checking for krb5_principal2salt... yes
> checking for krb5_use_enctype... yes
> checking for krb5_string_to_key... yes
> checking for krb5_get_pw_salt... no
> checking for krb5_string_to_key_salt... no
> checking for krb5_auth_con_setkey... no
> checking for krb5_auth_con_setuseruserkey... yes
> checking for krb5_locate_kdc... yes
> checking for krb5_get_permitted_enctypes... yes
> checking for krb5_get_default_in_tkt_etypes... no
> checking for krb5_free_data_contents... yes
> checking for krb5_principal_get_comp_string... no
> checking for krb5_free_unparsed_name... yes
> checking for krb5_free_keytab_entry_contents... yes
> checking for krb5_kt_free_entry... yes
> checking for krb5_krbhst_init... no
> checking for krb5_krbhst_get_addrinfo... no
> checking for krb5_c_enctype_compare... yes
> checking for krb5_enctypes_compatible_keys... no
> checking for krb5_crypto_init... no
> checking for krb5_crypto_destroy... no
> checking for krb5_decode_ap_req... no
> checking for free_AP_REQ... no
> checking for krb5_verify_checksum... yes
> checking for krb5_c_verify_checksum... yes
> checking for krb5_principal_compare_any_realm... yes
> checking for krb5_parse_name_norealm... no
> checking for krb5_princ_size... no
> checking for krb5_get_init_creds_opt_set_pac_request... no
> checking for krb5_get_renewed_creds... yes
> checking for krb5_get_kdc_cred... no
> checking for krb5_free_error_contents... no
> checking for initialize_krb5_error_table... yes
> checking for krb5_get_init_creds_opt_alloc... yes
> checking for krb5_get_init_creds_opt_free... yes
> checking for krb5_get_init_creds_opt_get_error... no
> checking for krb5_enctype_to_string... yes
> checking for krb5_fwd_tgt_creds... yes
> checking for krb5_auth_con_set_req_cksumtype... yes
> checking for krb5_get_creds_opt_alloc... no
> checking for krb5_get_creds_opt_set_impersonate... no
> checking for krb5_get_creds... no
> checking for krb5_get_credentials_for_user... yes
> checking for krb5_get_host_realm... yes
> checking for krb5_free_host_realm... yes
> checking whether krb5_get_credentials_for_user is declared... no
> checking whether krb5_auth_con_set_req_cksumtype is declared... yes
> checking whether krb5_ticket contains kvno and enctype... yes
> checking whether krb5_get_init_creds_opt_free takes a context argument... yes
> checking whether krb5_verify_checksum takes 7 arguments... 7
> checking for checksum in krb5_checksum... no
> checking for etype in EncryptedData... no
> checking for ticket pointer in krb5_ap_req... yes
> checking for e_data pointer in krb5_error... no
> checking for krb5_crypto type... no
> checking for krb5_encrypt_block type... yes
> checking for addrtype in krb5_address... yes
> checking for addr_type in krb5_address... no
> checking for enc_part2 in krb5_ticket... yes
> checking for keyblock in krb5_creds... yes
> checking for session in krb5_creds... no
> checking for keyvalue in krb5_keyblock... no
> checking for ENCTYPE_ARCFOUR_HMAC_MD5... no
> checking for KEYTYPE_ARCFOUR_56... no
> checking for AP_OPTS_USE_SUBKEY... yes
> checking for KV5M_KEYTAB... yes
> checking for KRB5_KU_OTHER_CKSUM... no
> checking for KRB5_KEYUSAGE_APP_DATA_CKSUM... yes
> checking for the krb5_princ_component macro... yes
> checking for key in krb5_keytab_entry... yes
> checking for keyblock in krb5_keytab_entry... no
> checking for magic in krb5_address... yes
> checking for WRFILE: keytab support... yes
> checking for krb5_realm type... no
> checking for krb5_princ_realm returns krb5_realm or krb5_data... no
> checking for krb5_addresses type... no
> checking whether krb5_mk_error takes 3 arguments MIT or 9 Heimdal... yes
> checking for krb5_error_code krb5_enctype_to_string(krb5_context context, krb5_enctype enctype, char **str)... no
> checking for krb5_error_code krb5_enctype_to_string(krb5_enctype enctype, char *str, size_t len)... yes
> checking for krb5_principal_get_realm... no
> checking for krb5_princ_realm... yes
> checking whether Active Directory and krb5 support is used... yes
> checking for nscd_flush_cache in -lnscd... no
> checking whether to enable DNS Updates support... yes
> checking uuid/uuid.h usability... yes
> checking uuid/uuid.h presence... yes
> checking for uuid/uuid.h... yes
> checking for uuid_generate... no
> checking for uuid_generate in -luuid... yes
> checking whether to use automount... yes
> checking whether to build mount.cifs... no
> checking whether to build umount.cifs... no
> checking keyutils.h usability... yes
> checking keyutils.h presence... yes
> checking for keyutils.h... yes
> checking whether to build cifs.upcall... no
> checking whether to try PAM support... yes
> checking security/pam_appl.h usability... yes
> checking security/pam_appl.h presence... yes
> checking for security/pam_appl.h... yes
> checking pam/pam_appl.h usability... no
> checking pam/pam_appl.h presence... no
> checking for pam/pam_appl.h... no
> checking for pam_get_data in -lpam... yes
> checking for security/pam_modules.h... yes
> checking for pam/pam_modules.h... no
> checking security/pam_ext.h usability... yes
> checking security/pam_ext.h presence... yes
> checking for security/pam_ext.h... yes
> checking security/_pam_macros.h usability... yes
> checking security/_pam_macros.h presence... yes
> checking for security/_pam_macros.h... yes
> checking pam/pam_ext.h usability... no
> checking pam/pam_ext.h presence... no
> checking for pam/pam_ext.h... no
> checking pam/_pam_macros.h usability... no
> checking pam/_pam_macros.h presence... no
> checking for pam/_pam_macros.h... no
> checking for pam_vsyslog... yes
> checking whether to use PAM support... yes
> checking whether to have PAM MODULES support... yes
> checking whether to use pam_smbpass... yes
> checking whether to use NISPLUS_HOME... no
> checking whether to use syslog logging... yes
> checking whether to use a custom syslog facility... checking whether to try disk-quotas support... yes
> checking whether to try the new lib/sysquotas.c interface... auto
> checking whether to try the lib/sysquotas.c interface on linux-gnu... yes
> checking whether to use the lib/sysquotas_linux.c builtin support... yes
> checking whether to use the lib/sysquotas_xfs.c builtin support... yes
> checking asm/types.h usability... yes
> checking asm/types.h presence... yes
> checking for asm/types.h... yes
> checking sys/fs/vx_quota.h usability... no
> checking sys/fs/vx_quota.h presence... no
> checking for sys/fs/vx_quota.h... no
> checking linux/dqblk_xfs.h usability... yes
> checking linux/dqblk_xfs.h presence... yes
> checking for linux/dqblk_xfs.h... yes
> checking sys/quota.h usability... yes
> checking sys/quota.h presence... yes
> checking for sys/quota.h... yes
> checking if struct dqblk has .dqb_fsoftlimit... no
> checking for mntent.h... (cached) yes
> checking for setmntent... yes
> checking for getmntent... yes
> checking for endmntent... yes
> checking devnm.h usability... no
> checking devnm.h presence... no
> checking for devnm.h... no
> checking for devnm... no
> checking whether the sys_quota interface works... yes
> checking whether to use the new lib/sysquotas.c interface... yes
> checking whether the sys_quota interface works with XFS... yes
> checking whether the old quota support works... yes
> checking whether to use the old quota support... no
> checking whether to support utmp accounting... yes
> configure: checking how to get filesystem space usage...
> checking statvfs64 function (SVR4)... yes
> checking that statvfs.f_fsid is an integer... yes
> checking that statvfs.f_frsize works... yes
> checking that statvfs.statvfs_f_flag works... yes
> checking that statvfs.statvfs_f_flags works... no
> checking if large file support can be enabled... yes
> configure: WARNING: --with-ctdb called without argument
> checking for ctdb.h... yes
> checking for ctdb_private.h... yes
> checking for CTDB_CONTROL_TRANS3_COMMIT declaration... yes
> checking for struct ctdb_tcp_client... no
> checking for struct ctdb_control_tcp... yes
> checking for struct ctdb_control_tcp_addr... yes
> checking cluster support... yes
> checking whether to support ACLs... yes
> configure: checking whether ACL support is available:
> checking for acl_get_file in -lacl... yes
> checking for getxattr in -lattr... yes
> checking for POSIX ACL support... yes
> configure: Using posix ACLs
> checking for acl_get_perm_np... no
> checking whether to support asynchronous io... no
> checking whether to check to support sendfile... yes
> checking for linux sendfile64 support... yes
> checking for linux sendfile support... yes
> checking for broken linux sendfile support... yes
> checking for Linux readahead... yes
> checking for readahead declaration... yes
> checking for posix_fadvise... yes
> checking for Linux splice... yes
> checking for splice declaration... yes
> checking for a broken readlink syscall... no
> checking whether to build winbind... yes
> checking for union nss_XbyY_key.ipnode.af_family... no
> checking for struct passwd.pw_comment... no
> checking for struct passwd.pw_age... no
> checking for struct secmethod_table.method_attrlist... no
> checking for struct secmethod_table.method_version... no
> checking for SO_PEERCRED... yes
> checking for poptGetContext in -lpopt... yes
> checking whether to use included popt... no
> checking for pthread_attr_init in -lpthread... yes
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking for iniparser_load in -liniparser... no
> checking whether to use included iniparser... yes
> checking for getmntent... (cached) yes
> checking for sys/statfs.h... (cached) yes
> checking vfs_fileid: checking for statfs() and struct statfs.f_fsid)... yes
> checking how to build pdb_ldap... static
> checking how to build pdb_ads... not
> checking how to build pdb_smbpasswd... static
> checking how to build pdb_tdbsam... static
> checking how to build pdb_wbc_sam... static
> checking how to build rpc_lsarpc... static
> checking how to build rpc_winreg... static
> checking how to build rpc_initshutdown... static
> checking how to build rpc_dssetup... static
> checking how to build rpc_wkssvc... static
> checking how to build rpc_svcctl... static
> checking how to build rpc_ntsvcs... static
> checking how to build rpc_netlogon... static
> checking how to build rpc_netdfs... static
> checking how to build rpc_srvsvc... static
> checking how to build rpc_spoolss... static
> checking how to build rpc_eventlog... static
> checking how to build rpc_samr... static
> checking how to build rpc_rpcecho... not
> checking how to build idmap_ldap... shared
> checking how to build idmap_tdb... static
> checking how to build idmap_tdb2... shared
> checking how to build idmap_passdb... static
> checking how to build idmap_nss... static
> checking how to build idmap_rid... shared
> checking how to build idmap_ad... shared
> checking how to build idmap_hash... shared
> checking how to build idmap_adex... shared
> checking how to build nss_info_template... static
> checking how to build charset_weird... not
> checking how to build charset_CP850... shared
> checking how to build charset_CP437... shared
> checking how to build charset_macosxfs... not
> checking how to build auth_sam... static
> checking how to build auth_unix... static
> checking how to build auth_winbind... static
> checking how to build auth_wbc... static
> checking how to build auth_server... static
> checking how to build auth_domain... static
> checking how to build auth_builtin... static
> checking how to build auth_script... shared
> checking how to build auth_netlogond... static
> checking how to build vfs_default... static
> checking how to build vfs_recycle... shared
> checking how to build vfs_audit... shared
> checking how to build vfs_extd_audit... shared
> checking how to build vfs_full_audit... shared
> checking how to build vfs_netatalk... shared
> checking how to build vfs_fake_perms... shared
> checking how to build vfs_default_quota... shared
> checking how to build vfs_readonly... shared
> checking how to build vfs_cap... shared
> checking how to build vfs_expand_msdfs... shared
> checking how to build vfs_shadow_copy... shared
> checking how to build vfs_shadow_copy2... shared
> checking how to build vfs_afsacl... not
> checking how to build vfs_xattr_tdb... shared
> checking how to build vfs_posixacl... static
> checking how to build vfs_aixacl... not
> checking how to build vfs_aixacl2... not
> checking how to build vfs_solarisacl... not
> checking how to build vfs_irixacl... not
> checking how to build vfs_hpuxacl... not
> checking how to build vfs_tru64acl... not
> checking how to build vfs_catia... shared
> checking how to build vfs_streams_xattr... shared
> checking how to build vfs_streams_depot... shared
> checking how to build vfs_cacheprime... not
> checking how to build vfs_prealloc... not
> checking how to build vfs_commit... not
> checking how to build vfs_gpfs... not
> checking how to build vfs_readahead... shared
> checking how to build vfs_tsmsm... not
> checking how to build vfs_fileid... shared
> checking how to build vfs_aio_fork... not
> checking how to build vfs_preopen... shared
> checking how to build vfs_syncops... shared
> checking how to build vfs_zfsacl... not
> checking how to build vfs_notify_fam... not
> checking how to build vfs_acl_xattr... shared
> checking how to build vfs_acl_tdb... shared
> checking how to build vfs_smb_traffic_analyzer... shared
> checking how to build vfs_onefs... not
> checking how to build vfs_onefs_shadow_copy... not
> checking how to build vfs_dirsort... shared
> checking how to build vfs_scannedonly... shared
> checking how to build perfcount_onefs... not
> checking how to build perfcount_test... not
> checking how to build gpext_registry... not
> checking how to build gpext_scripts... not
> checking how to build gpext_security... not
> checking whether to enable build farm hacks... no
> checking if sigaction works with realtime signals... yes
> checking if libpthread is linked... no
> checking for python2.6... no
> checking for python2.5... no
> checking for python2.4... no
> checking for python... no
> configure: WARNING: No python found
> checking for python2.6-config... no
> checking for python2.5-config... no
> checking for python2.4-config... no
> checking for python-config... no
> configure: WARNING: No python-config found
> checking working python module support... no
> checking whether it would be possible to do a merged build... no
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for zlibVersion in -lz... yes
> checking for zlib>= 1.2.3... yes
> Using libraries:
>      LIBS = -lcap -lresolv -lresolv -lnsl -ldl -ldl
>      KRB5_LIBS =  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
>      LDAP_LIBS = -lldap -llber
>      UUID_LIBS = -luuid
>      DNSSD_LIBS =
>      AUTH_LIBS =  -lcrypt  -lcrypt -lcrypt  -lpam
> checking configure summary... yes
> configure: updating cache ./config.cache
> configure: creating ./config.status
> config.status: creating Makefile
> .../...
> /usr/bin/make -C source3 # headers
> make[1]: Entering directory `/tmp/buildd/samba-3.5.3~dfsg/source3'
> Using CFLAGS     = -g -Wall -O2 -I. -I/tmp/buildd/samba-3.5.3~dfsg/source3 -I/tmp/buildd/samba-3.5.3~dfsg/source3/iniparser/src -Iinclude -I./include  -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc -I./.. -I../lib/tdb/include -DHAVE_CONFIG_H  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc -I./.. -I./../lib/popt -DLDAP_DEPRECATED  -I/tmp/buildd/samba-3.5.3~dfsg/source3/lib -I.. -I../source4 -D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3
>        PICFLAG    = -fPIC
>        LIBS       = -lcap -lresolv -lresolv -lnsl -ldl -ldl
>        LDFLAGS    = -Wl,-z,relro -Wl,--as-needed -L./bin
>        DYNEXP     = -Wl,--export-dynamic
>        LDSHFLAGS  = -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -L./bin -lc -Wl,-z,defs
>        SHLIBEXT   = so
>        SONAMEFLAG = -Wl,-soname=
> mkdir bin
> Compiling ../lib/tdb/common/tdb.c
> Compiling ../lib/tdb/common/dump.c
> .../...
> Compiling ../lib/tevent/tevent_select.c
> Compiling ../lib/tevent/tevent_epoll.c
> creating /tmp/buildd/samba-3.5.3~dfsg/source3/exports/libwbclient.syms
> Linking shared library bin/libwbclient.so.0
> ./../lib/replace/getpass.o: In function `rep_getpass':
> /tmp/buildd/samba-3.5.3~dfsg/source3/../lib/replace/getpass.c:143: multiple definition of `rep_getpass'
> ./../lib/replace/getpass.o:/tmp/buildd/samba-3.5.3~dfsg/source3/../lib/replace/getpass.c:143: first defined here
> collect2: ld returned 1 exit status
> make[1]: *** [bin/libwbclient.so.0] Error 1
> make[1]: Leaving directory `/tmp/buildd/samba-3.5.3~dfsg/source3'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
>
>
>
>    


-- 
Matthieu Patou
Samba Team        http://samba.org




More information about the samba-technical mailing list