failing to make samba on AIX 5.3

Jason Pay jpay at csc.com.au
Tue Aug 24 04:16:37 MDT 2010


Hi all, I'm hoping someone can give me some help/advice/hints on the 
following...
.
I did get to the same point under a combination of gcc and rpm/bff 
packages till I resorted to building from scratch what I could.
The RPMs listed below, I couldn't manage to build from source.
I've really tried hard to get past this point but I'm just guessing 
now....

Thanks in advance for any advice.

OSlevel: AIX 5.3 TL9 latest SP.
Additional AIX OS packages installed
        krb5 1.4.0.7
        bos.adt.libm v5.3.9.3
Compiler:
        IBM xlC v11.1.0.1
RPMs installed:
        automake-1.11.1-0
        autoconf-2.63-1
        m4-1.4.14-1
Compiled from source:
        Python-2.6.5
        bash-4.1
        gettext-0.18
        libtool-2.2.10
        make-3.82
        pkg-config-0.25
        readline-6.1
        termcap-1.3.1
        otermutils-2.0


# pwd
/samba/samba-3.5.4/source4
# ./configure
SAMBA VERSION: 4.0.0alpha9-GIT-UNKNOWN
LIBREPLACE_LOCATION_CHECKS: START
checking build system type... powerpc-ibm-aix5.3.0.0
checking host system type... powerpc-ibm-aix5.3.0.0
checking target system type... powerpc-ibm-aix5.3.0.0
LIBREPLACE_LOCATION_CHECKS: END
checking for perl... /usr/bin/perl
checking for yapp... false
LIBREPLACE_CC_CHECKS: START
checking for gcc... /usr/vac/bin/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... no
checking whether /usr/vac/bin/cc accepts -g... yes
checking for /usr/vac/bin/cc option to accept ISO C89... -qlanglvl=extc89
checking for /usr/vac/bin/cc -qlanglvl=extc89 option to accept ISO C99... 
-qlanglvl=extc99
checking how to run the C preprocessor... /usr/vac/bin/cc -qlanglvl=extc89 
-qlanglvl=extc99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... yes
checking for inline... inline
checking for C99 designated initializers... yes
checking for a BSD-compatible install... ./install-sh -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... unknown
checking for _LARGE_FILES value needed for large files... 1
checking standards.h usability... yes
checking standards.h presence... yes
checking for standards.h... yes
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... yes
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... yes
checking for ssize_t... yes
checking size of off_t... 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... no
LIBREPLACE_CC_CHECKS: END
checking for C99 designated initializers... yes
checking that the C compiler understands negative enum values... yes
checking for test routines... yes
checking for gcov... no
checking for ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether to try to build shared libraries on aix5.3.0.0... true
checking LD... /usr/vac/bin/cc -qlanglvl=extc89 -qlanglvl=extc99
checking LDFLAGS...
checking SYS_LDFLAGS... -Wl,-brtl,-bexpall,-bbigtoc
checking for ar... /usr/bin/ar
checking STLD... /usr/bin/ar
checking STLD_FLAGS... -rcs
checking SHLD... /usr/vac/bin/cc -qlanglvl=extc89 -qlanglvl=extc99
checking SHLD_FLAGS... -Wl,-G,-bexpall,-bbigtoc
checking MDLD... /usr/vac/bin/cc -qlanglvl=extc89 -qlanglvl=extc99
checking MDLD_FLAGS... -Wl,-G,-bexpall,-bbigtoc -Wl,-bnoentry
checking SHLIBEXT... so
checking SONAMEFLAG... #
checking PICFLAG... -O2
checking whether building shared libraries actually works... yes
checking whether building shared modules actually works... yes
checking if we can link using the selected flags... yes
checking if binaries will use shared libraries... false
checking for gmake... no
checking for make... /usr/local/bin/make
checking whether we have GNU make... yes
found
checking GNU make version... 3.82
checking for GNU make >= 3.81... yes
checking CFLAGS for gcc -M -MT conftest.d -MF conftest.o... -M -MT 
conftest.d -MF conftest.o
checking Whether to use automatic dependencies... no
checking for xsltproc... no
checking for python2.6... /usr/local/bin/python2.6
checking for python2.6-config... /usr/local/bin/python2.6-config
checking working python module support... yes
checking python library directory... ${prefix}/lib/python2.6/site-packages
LIBREPLACE_BROKEN_CHECKS: START
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... (cached) yes
checking for pid_t... yes
checking for struct stat.st_rdev... yes
checking for ino_t... yes
checking for loff_t... no
checking for offset_t... yes
checking for working memcmp... yes
checking for pipe... yes
checking for strftime... yes
checking for srandom... yes
checking for random... yes
checking for srand... yes
checking for rand... yes
checking for usleep... yes
checking for setbuffer... yes
checking for lstat... yes
checking for getpgrp... yes
checking for utime... yes
checking for utimes... 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... no
checking sys/mount.h presence... no
checking for sys/mount.h... no
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... no
checking for setegid... yes
checking for setresgid... no
checking for chroot... yes
checking for bzero... yes
checking for strerror... yes
checking for vsyslog... no
checking for setlinebuf... yes
checking for mktime... yes
checking for ftruncate... yes
checking for chsize... no
checking for rename... yes
checking for waitpid... yes
checking for wait4... yes
checking for strlcpy... no
checking for strlcat... no
checking for initgroups... yes
checking for memmove... yes
checking for strdup... yes
checking for pread... yes
checking for pwrite... yes
checking for strndup... yes
checking for strcasestr... no
checking for strtok_r... yes
checking for mkdtemp... no
checking for dup2... yes
checking for isatty... yes
checking for chown... yes
checking for lchown... yes
checking for link... yes
checking for readlink... yes
checking for symlink... yes
checking for realpath... yes
checking for setresuid declaration... no
checking for setresgid declaration... no
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... no
checking whether vasprintf is declared... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for asprintf... no
checking for vasprintf... no
checking for C99 vsnprintf... no
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... no
checking for setenv declaration... yes
checking for setenv... 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... no
checking for strtoll... yes
checking for __strtoll... no
checking for strtoq... no
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... no
checking sys/fcntl.h presence... no
checking for sys/fcntl.h... no
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... yes
checking sys/mode.h presence... yes
checking for sys/mode.h... yes
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... yes
checking sys/filsys.h presence... yes
checking for sys/filsys.h... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
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... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/id.h usability... yes
checking sys/id.h presence... yes
checking for sys/id.h... yes
checking compat.h usability... no
checking compat.h presence... no
checking for compat.h... no
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking sys/priv.h usability... yes
checking sys/priv.h presence... yes
checking for sys/priv.h... yes
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... no
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... no
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... no
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... yes
checking sys/termio.h presence... yes
checking for sys/termio.h... yes
checking for library containing dlopen... none required
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... no
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... no
checking for broken readdir... failure: readdir [
Failed for rmdir - 17 = File exists
]
yes
checking for dirfd... no
checking for dirfd declaration... no
checking for getdirentries... yes
checking for prototype long telldir(const DIR *dir)... yes
checking for prototype int seekdir(DIR *dir, long ofs)... no
checking for replacing readdir using getdirentries()... no
checking for getdents... no
checking for replacing readdir using getdents()... no
checking a usable readdir()... no
configure: WARNING: the provided readdir() is broken
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for library containing crypt... none required
checking for printf... yes
checking for memset... yes
checking for memcpy... yes
LIBREPLACE_BROKEN_CHECKS: END
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... yes
checking for unix domain sockets... yes
checking for connect... 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... no
checking ifaddrs.h presence... no
checking for ifaddrs.h... no
checking for struct sockaddr.sa_len... yes
checking for getifaddrs and freeifaddrs... no
checking for iface getifaddrs... no
checking for iface AIX... en0        IP=203.42.58.131
en0        IP=203.42.58.131
lo0        IP=127.0.0.1
lo0        IP=127.0.0.1
lo0        IP=127.0.0.1
yes
checking for IPV6_V6ONLY support... yes
checking for ipv6 support... yes
LIBREPLACE_NETWORK_CHECKS: END
checking for syslog... 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... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
checking for readline.h... (cached) no
checking for readline/readline.h... (cached) no
checking for rl_completion_matches in -lreadline... no
checking whether rl_event_hook is declared... no
checking for history_list in -lreadline... no
checking whether to use extern readline... no
checking Whether to use external heimdal libraries... no
checking for u_char... yes
checking for u_int32_t... yes
checking err.h usability... no
checking err.h presence... no
checking for err.h... no
checking for ifaddrs.h... (cached) no
checking for crypt.h... (cached) yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking errno.h usability...
checking errno.h presence... yes
checking for errno.h... yes
checking for inttypes.h... (cached) yes
checking for netdb.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/bswap.h usability... no
checking sys/bswap.h presence... no
checking for sys/bswap.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/uio.h... (cached) yes
checking for sys/un.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking term.h usability... no
checking term.h presence... yes
configure: WARNING: term.h: present but cannot be compiled
configure: WARNING: term.h:     check for missing prerequisite headers?
configure: WARNING: term.h: see the Autoconf documentation
configure: WARNING: term.h:     section "Present But Cannot Be Compiled"
configure: WARNING: term.h: proceeding with the preprocessor's result
configure: WARNING: term.h: in the future, the compiler will take 
precedence
configure: WARNING:     ## ---------------------------------------- ##
configure: WARNING:     ## Report this to samba-technical at samba.org ##
configure: WARNING:     ## ---------------------------------------- ##
checking for term.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking for time.h... (cached) yes
checking timezone.h usability... no
checking timezone.h presence... no
checking for timezone.h... no
checking ttyname.h usability... no
checking ttyname.h presence... no
checking for ttyname.h... no
checking for netinet/in.h... (cached) yes
checking netinet/in6.h usability... no
checking netinet/in6.h presence... no
checking for netinet/in6.h... no
checking netinet6/in6.h usability... no
checking netinet6/in6.h presence... no
checking for netinet6/in6.h... no
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking for atexit... yes
checking for cgetent... no
checking for getprogname... no
checking for setprogname... no
checking for inet_aton... (cached) yes
checking for gethostname... yes
checking for getnameinfo... yes
checking for iruserok... no
checking for putenv... yes
checking for rcmd... yes
checking for readv... yes
checking for sendmsg... yes
checking for setitimer... yes
checking for socket... yes
checking for strlwr... no
checking for strncasecmp... yes
checking for strptime... yes
checking for strsep... yes
checking for strsep_copy... no
checking for strtok_r... (cached) yes
checking for strupr... no
checking for swab... yes
checking for umask... yes
checking for uname... yes
checking for unsetenv... (cached) yes
checking for closefrom... no
checking for hstrerror... yes
checking for err... no
checking for warn... no
checking for errx... no
checking for warnx... no
checking for flock... no
checking for getipnodebyname... yes
checking for getipnodebyaddr... yes
checking for freehostent... yes
checking for writev... yes
checking for bswap16... no
checking for bswap32... no
checking for struct winsize... yes
checking return type of signal handlers... (cached) void
checking for h_errno... yes
checking whether h_errno is declared... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking for openpty in -lutil... no
checking for gettext in -lintl... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking dns.h usability... no
checking dns.h presence... no
checking for dns.h... no
checking for resolv.h... yes
checking for res_search... yes
checking for res_nsearch... yes
checking for res_ndestroy... no
checking for dns_search... no
checking for dn_expand... yes
checking for _res... yes
checking whether _res is declared... yes
checking for flex... no
checking for lex... lex
checking lex output file root... lex.yy
checking lex library... -ll
checking whether yytext is a pointer... no
checking for bison... no
checking for byacc... no
checking working LEX YACC combination... no
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking for library containing backtrace... no
checking for backtrace... no
checking for sigprocmask... yes
checking for sigblock... yes
checking for sigaction... yes
checking for setsid... yes
configure: checking how to get filesystem space usage...
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking for sys/mount.h... (cached) no
checking statvfs64 function (SVR4)... yes
checking that statvfs.f_frsize works... yes
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
checking sys/xattr.h usability... no
checking sys/xattr.h presence... no
checking for sys/xattr.h... no
checking for library containing flistxattr... no
checking for flistxattr... no
checking for irix specific capabilities... no
checking if gettimeofday takes tz argument... yes
checking popt.h usability... no
checking popt.h presence... no
checking for popt.h... no
checking for poptGetContext in -lpopt... no
checking whether to use included popt... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking Whether iconv.h is present... no
checking Whether iconv.h is present... no
checking Whether giconv.h is present... no
checking Whether iconv.h is present... no
checking Whether giconv.h is present... no
checking Whether iconv.h is present... no
checking Whether giconv.h is present... no
configure: WARNING: Sufficient support for iconv function was not found.
    Install libiconv from http://www.gnu.org/software/libiconv/ for better 
charset compatibility!
checking for writev... (cached) yes
checking for readv... (cached) yes
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
checking for zlibVersion in -lz... yes
checking for zlib >= 1.2.3... no
checking for pkg-config... /usr/local/bin/pkg-config
checking for talloc >= 2.0.1... no
Package talloc was not found in the pkg-config search path.
Perhaps you should add the directory containing `talloc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'talloc' found
checking size of size_t... (cached) 4
checking size of void *... 4
checking for tdb >= 1.2.1... no
Package tdb was not found in the pkg-config search path.
Perhaps you should add the directory containing `tdb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tdb' found
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... no
checking getopt.h presence... no
checking for getopt.h... no
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 for tevent = 0.9.8... no
Package tevent was not found in the pkg-config search path.
Perhaps you should add the directory containing `tevent.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tevent' found
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking for epoll_create... no
checking for ldb = 0.9.10... no
Package ldb was not found in the pkg-config search path.
Perhaps you should add the directory containing `ldb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ldb' found
checking for SQLITE3 support... no
checking gnutls/gnutls.h usability... no
checking gnutls/gnutls.h presence... no
checking for gnutls/gnutls.h... no
checking for gnutls_global_init in -lgnutls... no
checking whether gnutls_x509_crt_set_version is declared... no
checking netapi.h usability... no
checking netapi.h presence... no
checking for netapi.h... no
checking for libnetapi_init in -lnetapi... no
checking for NetUserModalsGet in -lnetapi... no
checking for NetUserGetGroups in -lnetapi... no
checking for NetUserGetInfo in -lnetapi... no
checking for NetUserSetInfo in -lnetapi... no
checking whether to use pthreads... no
checking whether to search for setproctitle support... no
checking for tv_nsec nanosecond fields in struct stat...
checking blkid/blkid.h usability... no
checking blkid/blkid.h presence... no
checking for blkid/blkid.h... no
checking for library containing blkid_get_cache... no
checking for blkid_get_cache... no
checking for setgroups... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... yes
checking for crypt16... no
checking for getauthuid... no
checking for getpwanam... no
checking sasl/sasl.h usability... no
checking sasl/sasl.h presence... no
checking for sasl/sasl.h... no
checking for sasl_client_init in -lsasl2... no
checking linux/inotify.h usability... no
checking linux/inotify.h presence... no
checking for linux/inotify.h... no
checking asm/unistd.h usability... no
checking asm/unistd.h presence... no
checking for asm/unistd.h... no
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking for inotify_init... no
checking for __NR_inotify_init declaration... no
checking for F_SETLEASE declaration... no
checking for SA_SIGINFO declaration... yes
checking nss.h usability... no
checking nss.h presence... no
checking for nss.h... no
checking nss_common.h usability... no
checking nss_common.h presence... no
checking for nss_common.h... no
checking ns_api.h usability... no
checking ns_api.h presence... no
checking for ns_api.h... no
checking configure summary... yes
configure: creating build/smb_build/config.pm
configure: creating config.mk
configure: creating ./config.status
config.status: creating lib/registry/registry.pc
config.status: creating librpc/dcerpc.pc
config.status: creating ../librpc/ndr.pc
config.status: creating ../librpc/ndr_standard.pc
config.status: creating ../lib/torture/torture.pc
config.status: creating auth/gensec/gensec.pc
config.status: creating param/samba-hostconfig.pc
config.status: creating librpc/dcerpc_samr.pc
config.status: creating librpc/dcerpc_atsvc.pc
config.status: creating lib/ldb/ldb.pc
config.status: creating include/config_tmp.h
config.status: executing rm-stdint.h commands
config.status: executing rm-stdbool.h commands
config.status: executing default-1 commands
build/smb_build/makefile.pm: creating data.mk
Summary:

Support for SSL in SWAT and LDAP: yes
Support for threads in server (see --with-pthread): yes
Support for intelligent command line editing: yes
Support for changing process titles (see --with-setproctitle): yes
Support for using extended attributes: yes
Support for using libblkid: yes
Support for using iconv: yes
Support for using pam: yes
Support for python bindings: yes
Using external popt: no
Using external talloc: no
Using external tdb: no
Using external tevent: no
Using external ldb: no
Developer mode: no
Automatic dependencies: no (install GNU make >= 3.81 and see 
--enable-automatic-dependencies)
Building shared libraries: yes
Using shared libraries internally: no (specify --enable-dso)

configure: creating mkconfig.mk

To build Samba, run /usr/local/bin/make
#
#
#
# /usr/local/bin/make
/usr/bin/perl librpc/idl-deps.pl librpc/idl/winsrepl.idl 
librpc/idl/winsif.idl librpc/idl/irpc.idl librpc/idl/winbind.idl 
librpc/idl/winstation.idl librpc/idl/ntp_signd.idl librpc/idl/notify.idl 
librpc/idl/nfs4acl.idl librpc/idl/server_id.idl librpc/idl/opendb.idl 
librpc/idl/sasl_helpers.idl ../librpc/idl/dcerpc.idl 
../librpc/idl/ntsvcs.idl ../librpc/idl/xattr.idl 
../librpc/idl/dsbackup.idl ../librpc/idl/msgsvc.idl ../librpc/idl/wmi.idl 
../librpc/idl/keysvc.idl ../librpc/idl/eventlog.idl ../librpc/idl/samr.idl 
../librpc/idl/atsvc.idl ../librpc/idl/epmapper.idl 
../librpc/idl/unixinfo.idl ../librpc/idl/echo.idl ../librpc/idl/orpc.idl 
../librpc/idl/dfs.idl ../librpc/idl/wkssvc.idl ../librpc/idl/audiosrv.idl 
../librpc/idl/drsblobs.idl ../librpc/idl/netlogon.idl 
../librpc/idl/initshutdown.idl ../librpc/idl/named_pipe_auth.idl 
../librpc/idl/w32time.idl ../librpc/idl/lsa.idl ../librpc/idl/svcctl.idl 
../librpc/idl/drsuapi.idl ../librpc/idl/security.idl 
../librpc/idl/dnsserver.idl ../librpc/idl/krb5pac.idl 
../librpc/idl/remact.idl ../librpc/idl/ntlmssp.idl ../librpc/idl/nbt.idl 
../librpc/idl/schannel.idl ../librpc/idl/oxidresolver.idl 
../librpc/idl/dssetup.idl ../librpc/idl/mgmt.idl ../librpc/idl/wzcsvc.idl 
../librpc/idl/frsrpc.idl ../librpc/idl/dbgidl.idl 
../librpc/idl/spoolss.idl ../librpc/idl/srvsvc.idl 
../librpc/idl/frsapi.idl ../librpc/idl/efs.idl ../librpc/idl/trkwks.idl 
../librpc/idl/misc.idl ../librpc/idl/winreg.idl ../librpc/idl/dcom.idl 
../librpc/idl/policyagent.idl ../librpc/idl/frstrans.idl 
../librpc/idl/scerpc.idl ../librpc/idl/protected_storage.idl 
../librpc/idl/browser.idl ../librpc/idl/rot.idl >librpc/idl-deps
Samba will be compiled with flags:
  CPP        = /usr/vac/bin/cc -qlanglvl=extc89 -qlanglvl=extc99 -E
  CPPFLAGS   = -I./include -I. -I./lib -I./../lib/replace 
-I./../lib/talloc -I./.. -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H
  CC         = /usr/vac/bin/cc -qlanglvl=extc89 -qlanglvl=extc99
  CFLAGS     = -D_LINUX_SOURCE_COMPAT -qmaxmem=32000
  PICFLAG    = -O2
  BNLD       = /usr/vac/bin/cc -qlanglvl=extc89 -qlanglvl=extc99
  BNLD_FLAGS =  -Wl,-brtl,-bexpall,-bbigtoc
  STLD       = /usr/bin/ar
  STLD_FLAGS = -rcs
  SHLD       = /usr/vac/bin/cc -qlanglvl=extc89 -qlanglvl=extc99
  SHLD_FLAGS = -Wl,-G,-bexpall,-bbigtoc
  MDLD       = /usr/vac/bin/cc -qlanglvl=extc89 -qlanglvl=extc99
  MDLD_FLAGS = -Wl,-G,-bexpall,-bbigtoc -Wl,-bnoentry
  SHLIBEXT   = so
  srcdir     = .
  builddir   = .
  pwd        = /samba/samba-3.5.4/source4
Creating heimdal/lib/asn1/der-protos.h
Compiling heimdal/lib/asn1/main.c with host compiler
Compiling heimdal/lib/asn1/gen.c with host compiler
Compiling heimdal/lib/asn1/gen_copy.c with host compiler
Compiling heimdal/lib/asn1/gen_decode.c with host compiler
Compiling heimdal/lib/asn1/gen_encode.c with host compiler
Compiling heimdal/lib/asn1/gen_free.c with host compiler
Compiling heimdal/lib/asn1/gen_glue.c with host compiler
Compiling heimdal/lib/asn1/gen_length.c with host compiler
Compiling heimdal/lib/asn1/gen_seq.c with host compiler
Compiling heimdal/lib/asn1/hash.c with host compiler
Compiling heimdal/lib/asn1/symbol.c with host compiler
Compiling heimdal/lib/asn1/asn1parse.c with host compiler
Compiling heimdal/lib/asn1/lex.c with host compiler
Compiling heimdal/lib/vers/print_version.c with host compiler
Compiling heimdal/lib/roken/base64.c with host compiler
Compiling heimdal/lib/roken/hex.c with host compiler
Compiling heimdal/lib/roken/bswap.c with host compiler
Compiling heimdal/lib/roken/dumpdata.c with host compiler
Compiling heimdal/lib/roken/emalloc.c with host compiler
Compiling heimdal/lib/roken/ecalloc.c with host compiler
Compiling heimdal/lib/roken/getarg.c with host compiler
Compiling heimdal/lib/roken/get_window_size.c with host compiler
Compiling heimdal/lib/roken/getdtablesize.c with host compiler
Compiling heimdal/lib/roken/h_errno.c with host compiler
Compiling heimdal/lib/roken/issuid.c with host compiler
Compiling heimdal/lib/roken/net_read.c with host compiler
Compiling heimdal/lib/roken/net_write.c with host compiler
Compiling heimdal/lib/roken/socket.c with host compiler
Compiling heimdal/lib/roken/parse_time.c with host compiler
Compiling heimdal/lib/roken/parse_units.c with host compiler
Compiling heimdal/lib/roken/resolve.c with host compiler
Compiling heimdal/lib/roken/roken_gethostby.c with host compiler
Compiling heimdal/lib/roken/signal.c with host compiler
Compiling heimdal/lib/roken/vis.c with host compiler
Compiling heimdal/lib/roken/strlwr.c with host compiler
Compiling heimdal/lib/roken/strsep_copy.c with host compiler
Compiling heimdal/lib/roken/strsep.c with host compiler
Compiling heimdal/lib/roken/strupr.c with host compiler
Compiling heimdal/lib/roken/strpool.c with host compiler
Compiling heimdal/lib/roken/estrdup.c with host compiler
Compiling heimdal/lib/roken/erealloc.c with host compiler
Compiling heimdal/lib/roken/simple_exec.c with host compiler
Compiling heimdal/lib/roken/strcollect.c with host compiler
Compiling heimdal/lib/roken/rtbl.c with host compiler
Compiling heimdal/lib/roken/cloexec.c with host compiler
Compiling heimdal/lib/roken/xfree.c with host compiler
Compiling heimdal/../heimdal_build/replace.c with host compiler
Partially linking bin/mergedobj/heimdal_roken_h.o
Compiling heimdal/lib/roken/closefrom.c with host compiler
Partially linking bin/mergedobj/heimdal_roken_closefrom_h.o
Compiling heimdal/lib/roken/getprogname.c with host compiler
Compiling heimdal/lib/roken/setprogname.c with host compiler
Partially linking bin/mergedobj/heimdal_roken_progname_h.o
Compiling ../lib/replace/replace.c with host compiler
Compiling ../lib/replace/snprintf.c with host compiler
Compiling ../lib/replace/getpass.c with host compiler
Compiling ../lib/replace/strptime.c with host compiler
Compiling ../lib/replace/timegm.c with host compiler
Compiling ../lib/replace/getifaddrs.c with host compiler
"../lib/replace/getifaddrs.c", line 290.38: 1506-280 (W) Function argument 
assignment between types "struct addrinfo*" and "struct ifaddrs*" is not 
allowed.
"../lib/replace/getifaddrs.c", line 309.38: 1506-280 (W) Function argument 
assignment between types "struct addrinfo*" and "struct ifaddrs*" is not 
allowed.
"../lib/replace/getifaddrs.c", line 316.38: 1506-280 (W) Function argument 
assignment between types "struct addrinfo*" and "struct ifaddrs*" is not 
allowed.
Partially linking bin/mergedobj/replace_hostcc.o
Linking bin/asn1_compile
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/main.ho contains an 
incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/gen.ho contains an 
incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/gen_copy.ho contains 
an incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/gen_decode.ho contains 
an incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/gen_encode.ho contains 
an incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/gen_free.ho contains 
an incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/gen_glue.ho contains 
an incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/gen_length.ho contains 
an incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/gen_seq.ho contains an 
incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/hash.ho contains an 
incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/symbol.ho contains an 
incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/asn1parse.ho contains 
an incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/asn1/lex.ho contains an 
incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/vers/print_version.ho 
contains an incorrect file suffix
Compiling ASN1 file heimdal/lib/hdb/hdb.asn1
Compiling ASN1 file heimdal/lib/gssapi/spnego/spnego.asn1
Compiling ASN1 file heimdal/lib/gssapi/mech/gssapi.asn1
Compiling ASN1 file heimdal/lib/asn1/krb5.asn1
Compiling ASN1 file heimdal/lib/asn1/digest.asn1
Compiling ASN1 file heimdal/lib/asn1/pkcs8.asn1
Compiling ASN1 file heimdal/lib/asn1/pkcs9.asn1
Compiling ASN1 file heimdal/lib/asn1/pkcs12.asn1
Compiling ASN1 file heimdal/lib/asn1/rfc2459.asn1
Compiling ASN1 file heimdal/lib/asn1/pkinit.asn1
Compiling ASN1 file heimdal/lib/asn1/cms.asn1
Compiling ASN1 file heimdal/lib/hx509/ocsp.asn1
Compiling ASN1 file heimdal/lib/asn1/kx509.asn1
Compiling ASN1 file heimdal/lib/hx509/pkcs10.asn1
Compiling heimdal/lib/com_err/parse.c with host compiler
Compiling heimdal/lib/com_err/lex.c with host compiler
Compiling heimdal/lib/com_err/compile_et.c with host compiler
Linking bin/compile_et
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/vers/print_version.ho 
contains an incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/com_err/parse.ho contains 
an incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/com_err/lex.ho contains an 
incorrect file suffix
/usr/vac/bin/cc: 1501-218 (W) file heimdal/lib/com_err/compile_et.ho 
contains an incorrect file suffix
Compiling error table lib/asn1/asn1_err.et
Compiling error table lib/hdb/hdb_err.et
Compiling error table lib/krb5/heim_err.et
Compiling error table lib/krb5/k524_err.et
Compiling error table lib/krb5/krb_err.et
Compiling error table lib/krb5/krb5_err.et
Compiling error table lib/gssapi/krb5/gkrb5_err.et
Compiling error table lib/hx509/hx509_err.et
Compiling error table lib/wind/wind_err.et
Compiling ../librpc/idl/atsvc.idl
Compiling ../librpc/idl/audiosrv.idl
Compiling ../librpc/idl/browser.idl
Compiling ../librpc/idl/dbgidl.idl
Compiling ../librpc/idl/dcerpc.idl
Compiling ../librpc/idl/dcom.idl
../librpc/idl/dcom.idl:44: warning: top-level [out] pointer `ppv' is not a 
[ref] pointer
../librpc/idl/dcom.idl:74: warning: top-level [out] pointer `ip' is not a 
[ref] pointer
../librpc/idl/dcom.idl:87: warning: top-level [out] pointer `pResults' is 
not a [ref] pointer
../librpc/idl/dcom.idl:157: warning: top-level [out] pointer `phr' is not 
a [ref] pointer
../librpc/idl/dcom.idl:159: warning: top-level [out] pointer `ppMIF' is 
not a [ref] pointer
../librpc/idl/dcom.idl:170: warning: top-level [out] pointer `pctinfo' is 
not a [ref] pointer
../librpc/idl/dcom.idl:178: warning: top-level [out] pointer `ppTInfo' is 
not a [ref] pointer
../librpc/idl/dcom.idl:185: warning: top-level [out] pointer `rgDispId' is 
not a [ref] pointer
../librpc/idl/dcom.idl:206: warning: top-level [out] pointer `pVarResult' 
is not a [ref] pointer
../librpc/idl/dcom.idl:207: warning: top-level [out] pointer `pExcepInfo' 
is not a [ref] pointer
../librpc/idl/dcom.idl:208: warning: top-level [out] pointer `puArgErr' is 
not a [ref] pointer
../librpc/idl/dcom.idl:29: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:29: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:29: error: Unable to determine origin of type 
`struct MInterfacePointer'
../librpc/idl/dcom.idl:31: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:31: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:33: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:33: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:44: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:42: error: Unable to determine origin of type 
`struct MInterfacePointer'
../librpc/idl/dcom.idl:44: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:44: error: Unable to determine origin of type 
`struct MInterfacePointer'
../librpc/idl/dcom.idl:46: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:46: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:48: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:48: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:50: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:50: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:64: error: Unable to determine origin of type 
`struct STDOBJREF'
../librpc/idl/dcom.idl:64: error: Unable to determine origin of type 
`struct STDOBJREF'
../librpc/idl/dcom.idl:74: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:74: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:74: error: Unable to determine origin of type 
`struct MInterfacePointer'
../librpc/idl/dcom.idl:87: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:87: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:92: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:92: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:104: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:104: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:104: error: Unable to determine origin of type 
`struct MInterfacePointer'
../librpc/idl/dcom.idl:113: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:113: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:142: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:139: error: Unable to determine origin of type 
`struct MInterfacePointer'
../librpc/idl/dcom.idl:142: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:142: error: Unable to determine origin of type 
`struct MInterfacePointer'
../librpc/idl/dcom.idl:159: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:159: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:159: error: Unable to determine origin of type 
`struct MInterfacePointer'
../librpc/idl/dcom.idl:170: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:170: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:178: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:178: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:185: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:185: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:208: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:208: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:217: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:217: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:218: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:218: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:228: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:228: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:251: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:251: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:256: error: Unable to determine origin of type 
`struct ORPCTHIS'
../librpc/idl/dcom.idl:256: error: Unable to determine origin of type 
`struct ORPCTHAT'
../librpc/idl/dcom.idl:31: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/dcom.idl:33: warning: Unable to convert uint32 to NTSTATUS
Compiling ../librpc/idl/dfs.idl
Compiling ../librpc/idl/dnsserver.idl
Compiling ../librpc/idl/drsblobs.idl
../librpc/idl/drsblobs.idl:483: warning: helper() is pidl-specific and 
deprecated. Use `include' instead
../librpc/idl/drsblobs.idl:481: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsblobs.idl:291: warning: pointless array cntr: 
'cntr_service_keys_0': length=0
../librpc/idl/drsblobs.idl:291: warning: pointless array `service_keys' 
will always have size 0
../librpc/idl/drsblobs.idl:291: warning: pointless array `service_keys' 
will always have size 0
Compiling ../librpc/idl/drsuapi.idl
../librpc/idl/drsuapi.idl:1500: warning: helper() is pidl-specific and 
deprecated. Use `include' instead
../librpc/idl/drsuapi.idl:88: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:89: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:90: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:91: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:530: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:534: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:542: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:550: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:558: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:566: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:118: error: Unable to determine origin of type 
`struct dom_sid28'
../librpc/idl/drsuapi.idl:118: error: Unable to determine origin of type 
`struct dom_sid28'
../librpc/idl/drsuapi.idl:421: error: Unable to determine origin of type 
`struct dom_sid28'
../librpc/idl/drsuapi.idl:421: error: Unable to determine origin of type 
`struct dom_sid28'
../librpc/idl/drsuapi.idl:430: error: Unable to determine origin of type 
`struct dom_sid28'
../librpc/idl/drsuapi.idl:430: error: Unable to determine origin of type 
`struct dom_sid28'
../librpc/idl/drsuapi.idl:730: error: Unable to determine origin of type 
`struct dom_sid28'
../librpc/idl/drsuapi.idl:730: error: Unable to determine origin of type 
`struct dom_sid28'
../librpc/idl/drsuapi.idl:1107: error: Unable to determine origin of type 
`struct dom_sid28'
../librpc/idl/drsuapi.idl:1107: error: Unable to determine origin of type 
`struct dom_sid28'
Compiling ../librpc/idl/dsbackup.idl
Compiling ../librpc/idl/dssetup.idl
../librpc/idl/dssetup.idl:82: warning: top-level [out] pointer `info' is 
not a [ref] pointer
Compiling ../librpc/idl/echo.idl
../librpc/idl/echo.idl:112: warning: echo_TestEnum.foo3: switch_is() is of 
type echo_Enum1 (uint1632), while discriminator type for union echo_Enum3 
is uint16 (uint16)
../librpc/idl/echo.idl:86: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/echo.idl:123: warning: Unable to convert uint16 to NTSTATUS
Compiling ../librpc/idl/efs.idl
Compiling ../librpc/idl/epmapper.idl
../librpc/idl/epmapper.idl:193: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/epmapper.idl:194: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/epmapper.idl:204: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/epmapper.idl:226: warning: Unable to convert uint32 to 
NTSTATUS
../librpc/idl/epmapper.idl:231: warning: Unable to convert uint32 to 
NTSTATUS
../librpc/idl/epmapper.idl:242: warning: Unable to convert uint32 to 
NTSTATUS
../librpc/idl/epmapper.idl:255: warning: Unable to convert uint32 to 
NTSTATUS
../librpc/idl/epmapper.idl:259: warning: Unable to convert uint32 to 
NTSTATUS
../librpc/idl/epmapper.idl:263: warning: Unable to convert uint32 to 
NTSTATUS
../librpc/idl/epmapper.idl:269: warning: Unable to convert uint32 to 
NTSTATUS
../librpc/idl/epmapper.idl:271: warning: Unable to convert uint32 to 
NTSTATUS
Compiling ../librpc/idl/eventlog.idl
../librpc/idl/eventlog.idl:105: error: Unable to determine origin of type 
`struct dom_sid0'
../librpc/idl/eventlog.idl:105: error: Unable to determine origin of type 
`struct dom_sid0'
Compiling ../librpc/idl/frsapi.idl
Compiling ../librpc/idl/frsrpc.idl
../librpc/idl/frsrpc.idl:401: warning: helper() is pidl-specific and 
deprecated. Use `include' instead
../librpc/idl/frsrpc.idl:17: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:18: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:271: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:275: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:277: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:279: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:291: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:293: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:297: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:299: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:301: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:308: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:344: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:378: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:380: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:383: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
Compiling ../librpc/idl/frstrans.idl
Compiling ../librpc/idl/initshutdown.idl
Compiling ../librpc/idl/keysvc.idl
Compiling ../librpc/idl/krb5pac.idl
../librpc/idl/krb5pac.idl:65: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
Compiling ../librpc/idl/lsa.idl
../librpc/idl/lsa.idl:391: warning: lsa_QueryInfoPolicy.info: switch_is() 
is of type lsa_PolicyInfo (uint1632), while discriminator type for union 
lsa_PolicyInformation is uint16 (uint16)
../librpc/idl/lsa.idl:397: warning: lsa_SetInfoPolicy.info: switch_is() is 
of type lsa_PolicyInfo (uint1632), while discriminator type for union 
lsa_PolicyInformation is uint16 (uint16)
../librpc/idl/lsa.idl:903: warning: lsa_QueryInfoPolicy2.info: switch_is() 
is of type lsa_PolicyInfo (uint1632), while discriminator type for union 
lsa_PolicyInformation is uint16 (uint16)
../librpc/idl/lsa.idl:909: warning: lsa_SetInfoPolicy2.info: switch_is() 
is of type lsa_PolicyInfo (uint1632), while discriminator type for union 
lsa_PolicyInformation is uint16 (uint16)
Compiling ../librpc/idl/mgmt.idl
../librpc/idl/mgmt.idl:47: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/mgmt.idl:55: error: no size known for [out] array 
`princ_name'
../librpc/idl/mgmt.idl:55: error: no size known for [out] array 
`princ_name'
../librpc/idl/mgmt.idl:55: error: No size known for array `princ_name'
../librpc/idl/mgmt.idl:55: error: No size known for array `princ_name'
Compiling ../librpc/idl/misc.idl
Compiling ../librpc/idl/msgsvc.idl
Compiling ../librpc/idl/named_pipe_auth.idl
Compiling ../librpc/idl/nbt.idl
../librpc/idl/nbt.idl:581: warning: helper() is pidl-specific and 
deprecated. Use `include' instead
../librpc/idl/nbt.idl:360: error: Unable to determine origin of type 
`struct dom_sid0'
../librpc/idl/nbt.idl:360: error: Unable to determine origin of type 
`struct dom_sid0'
../librpc/idl/nbt.idl:459: error: Unable to determine origin of type 
`struct dom_sid0'
../librpc/idl/nbt.idl:459: error: Unable to determine origin of type 
`struct dom_sid0'
Compiling ../librpc/idl/netlogon.idl
../librpc/idl/netlogon.idl:1482: warning: helper() is pidl-specific and 
deprecated. Use `include' instead
../librpc/idl/netlogon.idl:727: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/netlogon.idl:741: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/netlogon.idl:946: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
Compiling ../librpc/idl/ntlmssp.idl
../librpc/idl/ntlmssp.idl:266: warning: helper() is pidl-specific and 
deprecated. Use `include' instead
Compiling ../librpc/idl/ntsvcs.idl
../librpc/idl/ntsvcs.idl:142: warning: top-level [out] pointer `unknown5a' 
is not a [ref] pointer
Compiling ../librpc/idl/orpc.idl
../librpc/idl/orpc.idl:168: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
Compiling ../librpc/idl/oxidresolver.idl
Compiling ../librpc/idl/policyagent.idl
Compiling ../librpc/idl/protected_storage.idl
Compiling ../librpc/idl/remact.idl
Compiling ../librpc/idl/rot.idl
Compiling ../librpc/idl/samr.idl
../librpc/idl/samr.idl:403: warning: samr_QueryDomainInfo.info: 
switch_is() is of type samr_DomainInfoClass (uint1632), while 
discriminator type for union samr_DomainInfo is uint16 (uint16)
../librpc/idl/samr.idl:409: warning: samr_SetDomainInfo.info: switch_is() 
is of type samr_DomainInfoClass (uint1632), while discriminator type for 
union samr_DomainInfo is uint16 (uint16)
../librpc/idl/samr.idl:933: warning: samr_QueryUserInfo.info: switch_is() 
is of type samr_UserInfoLevel (uint1632), while discriminator type for 
union samr_UserInfo is uint16 (uint16)
../librpc/idl/samr.idl:939: warning: samr_SetUserInfo.info: switch_is() is 
of type samr_UserInfoLevel (uint1632), while discriminator type for union 
samr_UserInfo is uint16 (uint16)
../librpc/idl/samr.idl:1073: warning: samr_QueryDomainInfo2.info: 
switch_is() is of type samr_DomainInfoClass (uint1632), while 
discriminator type for union samr_DomainInfo is uint16 (uint16)
../librpc/idl/samr.idl:1079: warning: samr_QueryUserInfo2.info: 
switch_is() is of type samr_UserInfoLevel (uint1632), while discriminator 
type for union samr_UserInfo is uint16 (uint16)
../librpc/idl/samr.idl:1162: warning: samr_SetUserInfo2.info: switch_is() 
is of type samr_UserInfoLevel (uint1632), while discriminator type for 
union samr_UserInfo is uint16 (uint16)
../librpc/idl/samr.idl:1334: warning: samr_ValidatePassword.req: 
switch_is() is of type samr_ValidatePasswordLevel (uint1632), while 
discriminator type for union samr_ValidatePasswordReq is uint16 (uint16)
../librpc/idl/samr.idl:1336: warning: samr_ValidatePassword.rep: 
switch_is() is of type samr_ValidatePasswordLevel (uint1632), while 
discriminator type for union samr_ValidatePasswordRep is uint16 (uint16)
Compiling ../librpc/idl/scerpc.idl
Compiling ../librpc/idl/schannel.idl
../librpc/idl/schannel.idl:98: warning: helper() is pidl-specific and 
deprecated. Use `include' instead
Compiling ../librpc/idl/security.idl
../librpc/idl/security.idl:376: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
Compiling ../librpc/idl/spoolss.idl
../librpc/idl/spoolss.idl:2592: warning: helper() is pidl-specific and 
deprecated. Use `include' instead
../librpc/idl/spoolss.idl:574: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:775: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:957: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1289: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1308: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1375: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1671: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1934: warning: subcontext() is deprecated. Use 
represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:551: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:775: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:786: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:957: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1263: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1289: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1308: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1340: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1375: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1671: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1687: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1776: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1816: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1900: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:1934: warning: top-level [out] pointer `info' is 
not a [ref] pointer
../librpc/idl/spoolss.idl:2370: warning: [out] argument `info' not a 
pointer
../librpc/idl/spoolss.idl:481: error: Unable to determine origin of type 
`struct spoolss_security_descriptor'
../librpc/idl/spoolss.idl:481: error: Unable to determine origin of type 
`struct spoolss_security_descriptor'
../librpc/idl/spoolss.idl:493: error: Unable to determine origin of type 
`struct spoolss_security_descriptor'
../librpc/idl/spoolss.idl:493: error: Unable to determine origin of type 
`struct spoolss_security_descriptor'
../librpc/idl/spoolss.idl:614: error: Unable to determine origin of type 
`struct spoolss_security_descriptor'
../librpc/idl/spoolss.idl:614: error: Unable to determine origin of type 
`struct spoolss_security_descriptor'
../librpc/idl/spoolss.idl:646: error: Unable to determine origin of type 
`struct spoolss_security_descriptor'
../librpc/idl/spoolss.idl:646: error: Unable to determine origin of type 
`struct spoolss_security_descriptor'
Compiling ../librpc/idl/srvsvc.idl
../librpc/idl/srvsvc.idl:1304: warning: top-level [out] pointer `hnd' is 
not a [ref] pointer
Compiling ../librpc/idl/svcctl.idl
../librpc/idl/svcctl.idl:589: warning: helper() is pidl-specific and 
deprecated. Use `include' instead
../librpc/idl/svcctl.idl:412: warning: top-level [out] pointer `TagId' is 
not a [ref] pointer
../librpc/idl/svcctl.idl:421: warning: top-level [out] pointer 
`service_status' is not a [ref] pointer
Compiling ../librpc/idl/trkwks.idl
Compiling ../librpc/idl/unixinfo.idl
Compiling ../librpc/idl/w32time.idl
Compiling ../librpc/idl/winreg.idl
../librpc/idl/winreg.idl:213: warning: Got pointer for `data_size', 
expected fully derefenced variable
../librpc/idl/winreg.idl:213: warning: Got pointer for `data_length', 
expected fully derefenced variable
../librpc/idl/winreg.idl:213: warning: Got pointer for `data_size', 
expected fully derefenced variable
../librpc/idl/winreg.idl:213: warning: Got pointer for `data_length', 
expected fully derefenced variable
../librpc/idl/winreg.idl:213: warning: Got pointer for `data_length', 
expected fully derefenced variable
../librpc/idl/winreg.idl:213: warning: Got pointer for `data_length', 
expected fully derefenced variable
Compiling ../librpc/idl/wkssvc.idl
Compiling ../librpc/idl/wmi.idl
error: Unable to determine origin of type `struct HASH(0x31c5292c)'
error: Unable to determine origin of type `struct HASH(0x31c5292c)'
Compiling ../librpc/idl/wzcsvc.idl
Compiling ../librpc/idl/xattr.idl
../librpc/idl/xattr.idl:156: warning: helper() is pidl-specific and 
deprecated. Use `include' instead
Compiling librpc/idl/irpc.idl
librpc/idl/irpc.idl:44: warning: [out] argument `info' not a pointer
librpc/idl/irpc.idl:54: warning: top-level [out] pointer `dcname' is not a 
[ref] pointer
librpc/idl/irpc.idl:62: warning: [out] argument `num_addrs' not a pointer
librpc/idl/irpc.idl:75: warning: [out] argument `generic_reply' not a 
pointer
librpc/idl/irpc.idl:118: warning: [out] argument `info' not a pointer
Compiling librpc/idl/nfs4acl.idl
Compiling librpc/idl/notify.idl
Compiling librpc/idl/ntp_signd.idl
Compiling librpc/idl/opendb.idl
Compiling librpc/idl/sasl_helpers.idl
Compiling librpc/idl/server_id.idl
Compiling librpc/idl/winbind.idl
librpc/idl/winbind.idl:43: warning: winbind_SamLogon.logon: switch_is() is 
of type uint16 (uint16), while discriminator type for union 
netr_LogonLevel is netr_LogonInfoClass (uint1632)
librpc/idl/winbind.idl:45: warning: [out] argument `validation' not a 
pointer
librpc/idl/winbind.idl:47: warning: [out] argument `authoritative' not a 
pointer
Compiling librpc/idl/winsif.idl
librpc/idl/winsif.idl:212: warning: [out] argument `unc_name' not a 
pointer
Compiling librpc/idl/winsrepl.idl
Compiling librpc/idl/winstation.idl
Creating heimdal/kdc/kdc-protos.h
Creating heimdal/kdc/kdc-private.h
Creating heimdal/lib/ntlm/heimntlm-protos.h
Creating heimdal/lib/hdb/hdb-protos.h
Creating heimdal/lib/hdb/hdb-private.h
Creating heimdal/lib/gssapi/spnego/spnego-private.h
Creating heimdal/lib/gssapi/krb5/gsskrb5-private.h
Creating heimdal/lib/krb5/krb5-protos.h
Creating heimdal/lib/krb5/krb5-private.h
Creating heimdal/lib/hx509/hx509-protos.h
Creating heimdal/lib/hx509/hx509-private.h
Creating dsdb/samdb/samdb_proto.h
Creating dsdb/common/proto.h
Creating dsdb/schema/proto.h
Creating dsdb/repl/drepl_service_proto.h
Creating dsdb/kcc/kcc_service_proto.h
Creating smbd/service_proto.h
Creating smbd/pidfile.h
Creating smbd/process_model_proto.h
Creating libnet/libnet_proto.h
Creating auth/gensec/gensec_proto.h
Creating auth/gensec/spnego_proto.h
Creating auth/gensec/schannel_proto.h
Creating auth/gensec/schannel_state.h
Creating auth/kerberos/proto.h
Creating auth/ntlmssp/proto.h
Creating auth/auth_proto.h
Creating auth/credentials/credentials_proto.h
Creating auth/session_proto.h
Creating auth/system_session_proto.h
Creating auth/auth_sam.h
Creating auth/auth_sam_reply.h
Creating lib/socket/netif_proto.h
Creating lib/ldb-samba/ldif_handlers_proto.h
Creating lib/registry/tools/common.h
Creating lib/registry/tests/proto.h
Creating lib/cmdline/credentials.h
Creating lib/cmdline/popt_credentials.h
Creating ../lib/util/unix_privs.h
Creating ../lib/tdr/tdr_proto.h
Creating ../lib/crypto/test_proto.h
Creating param/share_proto.h
Creating smb_server/service_smb_proto.h
Creating smb_server/smb_server_proto.h
Creating smb_server/smb/smb_proto.h
Creating smb_server/smb2/smb2_proto.h
Creating rpc_server/common/proto.h
Creating rpc_server/srvsvc/proto.h
Creating rpc_server/samr/proto.h
Creating rpc_server/lsa/proto.h
Creating rpc_server/dcerpc_server_proto.h
Creating rpc_server/service_rpc.h
Creating ldap_server/proto.h
Creating web_server/proto.h
Creating winbind/wb_proto.h
Creating winbind/wb_helper.h
Creating winbind/idmap_proto.h
Creating nbt_server/wins/winsdb_proto.h
Creating nbt_server/wins/winsserver_proto.h
Creating nbt_server/dgram/proto.h
Creating nbt_server/nbt_server_proto.h
Creating wrepl_server/wrepl_server_proto.h
Creating cldap_server/proto.h
Creating utils/net/net_proto.h
Creating ntvfs/posix/vfs_acl_proto.h
Creating ntvfs/posix/vfs_posix_proto.h
Creating ntvfs/common/proto.h
Creating ntvfs/simple/proto.h
Creating ntvfs/cifs_posix_cli/proto.h
Creating ntvfs/ipc/proto.h
Creating ntvfs/ntvfs_proto.h
Creating ntptr/ntptr_proto.h
Creating torture/basic/proto.h
Creating torture/raw/proto.h
Creating torture/smb2/proto.h
Creating torture/winbind/proto.h
Creating torture/libnetapi/proto.h
Creating torture/ndr/proto.h
Creating torture/rpc/proto.h
Creating torture/rap/proto.h
Creating torture/auth/proto.h
Creating torture/local/proto.h
Creating torture/nbench/proto.h
Creating torture/unix/proto.h
Creating torture/ldap/proto.h
Creating torture/nbt/proto.h
Creating torture/libnet/proto.h
Creating torture/ntp/proto.h
Creating librpc/rpc/dcerpc_proto.h
Creating libcli/ldap/ldap_proto.h
Creating libcli/security/proto.h
Creating libcli/util/clilsa.h
Creating libcli/composite/proto.h
Creating libcli/smb_composite/proto.h
Creating libcli/wrepl/winsrepl_proto.h
Creating libcli/resolve/proto.h
Creating libcli/resolve/lp_proto.h
Creating libcli/finddcs.h
Creating libcli/libcli_proto.h
Creating libcli/raw/raw_proto.h
Creating libcli/smb2/smb2_proto.h
Creating ../libcli/smb/smb_common_proto.h
Creating kdc/pac-glue_proto.h
Creating ../libcli/nbt/nbtname.h
Compiling lib/registry/tools/regpatch.c
Compiling lib/registry/tools/common.c
Partially linking bin/mergedobj/registry_common.o
Compiling lib/cmdline/popt_credentials.c
Partially linking bin/mergedobj/popt_credentials.o
Compiling lib/cmdline/credentials.c
Partially linking bin/mergedobj/cmdline_credentials.o
Compiling lib/cmdline/popt_common.c
Partially linking bin/mergedobj/popt_samba.o
Compiling ../lib/popt/findme.c
Compiling ../lib/popt/popt.c
Compiling ../lib/popt/poptconfig.c
Compiling ../lib/popt/popthelp.c
Compiling ../lib/popt/poptparse.c
Partially linking bin/mergedobj/popt.o
Compiling lib/registry/interface.c
Compiling lib/registry/util.c
Compiling lib/registry/samba.c
Compiling lib/registry/patchfile_dotreg.c
Compiling lib/registry/patchfile_preg.c
Compiling lib/registry/patchfile.c
Compiling lib/registry/regf.idl
Compiling lib/registry/regf.c
Compiling lib/registry/hive.c
Compiling lib/registry/local.c
Compiling lib/registry/ldb.c
Compiling lib/registry/dir.c
Compiling lib/registry/rpc.c
"lib/registry/rpc.c", line 215.19: 1506-068 (W) Operation between types 
"enum winreg_Type*" and "unsigned int*" is not allowed.
"lib/registry/rpc.c", line 220.20: 1506-068 (W) Operation between types 
"enum winreg_Type*" and "unsigned int*" is not allowed.
"lib/registry/rpc.c", line 264.19: 1506-068 (W) Operation between types 
"enum winreg_Type*" and "unsigned int*" is not allowed.
"lib/registry/rpc.c", line 268.20: 1506-068 (W) Operation between types 
"enum winreg_Type*" and "unsigned int*" is not allowed.
Partially linking bin/mergedobj/registry.o
Compiling ../librpc/gen_ndr/ndr_winreg_c.c
Partially linking bin/mergedobj/rpc_ndr_winreg.o
Compiling librpc/rpc/dcerpc.c
Compiling librpc/rpc/dcerpc_auth.c
Compiling librpc/rpc/dcerpc_schannel.c
Compiling librpc/rpc/dcerpc_util.c
Compiling librpc/rpc/dcerpc_smb.c
Compiling librpc/rpc/dcerpc_smb2.c
Compiling librpc/rpc/dcerpc_sock.c
Compiling librpc/rpc/dcerpc_connect.c
Compiling librpc/rpc/dcerpc_secondary.c
Compiling ../librpc/rpc/binding.c
Compiling ../librpc/rpc/dcerpc_error.c
Partially linking bin/mergedobj/dcerpc.o
Compiling ../librpc/gen_ndr/ndr_mgmt_c.c
Partially linking bin/mergedobj/rpc_ndr_mgmt.o
Compiling ../librpc/gen_ndr/ndr_mgmt.c
Partially linking bin/mergedobj/ndr_mgmt.o
Compiling ../librpc/gen_ndr/ndr_netlogon_c.c
Partially linking bin/mergedobj/rpc_ndr_netlogon.o
Compiling ../librpc/gen_ndr/ndr_epmapper_c.c
Partially linking bin/mergedobj/rpc_ndr_epmapper.o
Compiling ../librpc/gen_ndr/ndr_epmapper.c
Partially linking bin/mergedobj/ndr_epmapper.o
Compiling ../librpc/gen_ndr/ndr_dcerpc.c
Partially linking bin/mergedobj/ndr_dcerpc.o
Compiling libcli/clireadwrite.c
Compiling libcli/cliconnect.c
Compiling libcli/clifile.c
Compiling libcli/clilist.c
Compiling libcli/clitrans2.c
Compiling libcli/climessage.c
Compiling libcli/clideltree.c
Partially linking bin/mergedobj/cli_smb.o
Compiling libcli/finddcs.c
Partially linking bin/mergedobj/cli_finddcs.o
Compiling lib/messaging/messaging.c
Partially linking bin/mergedobj/messaging.o
Compiling cluster/cluster.c
Compiling cluster/local.c
Partially linking bin/mergedobj/cluster.o
Compiling ../lib/util/unix_privs.c
Partially linking bin/mergedobj/unix_privs.o
Compiling librpc/gen_ndr/ndr_irpc.c
Partially linking bin/mergedobj/ndr_irpc.o
Compiling libcli/smb2/transport.c
Compiling libcli/smb2/request.c
Compiling libcli/smb2/negprot.c
Compiling libcli/smb2/session.c
Compiling libcli/smb2/tcon.c
Compiling libcli/smb2/create.c
Compiling libcli/smb2/close.c
Compiling libcli/smb2/connect.c
Compiling libcli/smb2/getinfo.c
Compiling libcli/smb2/write.c
Compiling libcli/smb2/read.c
Compiling libcli/smb2/setinfo.c
Compiling libcli/smb2/find.c
Compiling libcli/smb2/ioctl.c
Compiling libcli/smb2/logoff.c
Compiling libcli/smb2/tdis.c
Compiling libcli/smb2/flush.c
Compiling libcli/smb2/lock.c
Compiling libcli/smb2/notify.c
Compiling libcli/smb2/cancel.c
Compiling libcli/smb2/keepalive.c
Compiling libcli/smb2/break.c
Compiling libcli/smb2/util.c
Compiling libcli/smb2/signing.c
Compiling libcli/smb2/lease_break.c
Partially linking bin/mergedobj/cli_smb2.o
Compiling libcli/dgram/dgramsocket.c
Compiling libcli/dgram/mailslot.c
Compiling libcli/dgram/netlogon.c
Compiling libcli/dgram/browse.c
Partially linking bin/mergedobj/cli_dgram.o
Compiling ../libcli/nbt/../netlogon.c
Partially linking bin/mergedobj/cli_netlogon.o
Compiling libcli/smb_composite/loadfile.c
Compiling libcli/smb_composite/savefile.c
Compiling libcli/smb_composite/connect.c
Compiling libcli/smb_composite/sesssetup.c
Compiling libcli/smb_composite/fetchfile.c
Compiling libcli/smb_composite/appendacl.c
Compiling libcli/smb_composite/fsinfo.c
Compiling libcli/smb_composite/smb2.c
Partially linking bin/mergedobj/cli_smb_composite.o
Compiling libcli/raw/rawfile.c
Compiling libcli/raw/smb_signing.c
Compiling libcli/raw/clisocket.c
Compiling libcli/raw/clitransport.c
Compiling libcli/raw/clisession.c
Compiling libcli/raw/clitree.c
Compiling libcli/raw/clierror.c
Compiling libcli/raw/rawrequest.c
Compiling libcli/raw/rawreadwrite.c
Compiling libcli/raw/rawsearch.c
Compiling libcli/raw/rawsetfileinfo.c
Compiling libcli/raw/raweas.c
Compiling libcli/raw/rawtrans.c
Compiling libcli/raw/clioplock.c
Compiling libcli/raw/rawnegotiate.c
Compiling libcli/raw/rawfsinfo.c
Compiling libcli/raw/rawfileinfo.c
Compiling libcli/raw/rawnotify.c
Compiling libcli/raw/rawioctl.c
Compiling libcli/raw/rawacl.c
Compiling libcli/raw/rawdate.c
Compiling libcli/raw/rawlpq.c
Compiling libcli/raw/rawshadow.c
Partially linking bin/mergedobj/cli_raw.o
Compiling ../libcli/smb/smb2_create_blob.c
Partially linking bin/mergedobj/cli_smb_common.o
Compiling lib/ldb/common/ldb.c
Compiling lib/ldb/common/ldb_ldif.c
Compiling lib/ldb/common/ldb_parse.c
Compiling lib/ldb/common/ldb_msg.c
Compiling lib/ldb/common/ldb_utf8.c
Compiling lib/ldb/common/ldb_debug.c
Compiling lib/ldb/common/ldb_modules.c
"lib/ldb/common/ldb_modules.c", line 136.3: 1506-131 (W) Explicit 
dimension specification or initializer required for an auto or static 
array.
"lib/ldb/common/ldb_modules.c", line 315.13: 1506-068 (W) Operation 
between types "void*" and "int(*)(void)" is not allowed.
Compiling lib/ldb/common/ldb_match.c
Compiling lib/ldb/common/ldb_attributes.c
Compiling lib/ldb/common/attrib_handlers.c
Compiling lib/ldb/common/ldb_dn.c
"lib/ldb/common/ldb_dn.c", line 150.19: 1506-068 (W) Operation between 
types "unsigned char*" and "const char*" is not allowed.
Compiling lib/ldb/common/ldb_controls.c
Compiling lib/ldb/common/qsort.c
Compiling lib/ldb/ldb_map/ldb_map_inbound.c
Compiling lib/ldb/ldb_map/ldb_map_outbound.c
Compiling lib/ldb/ldb_map/ldb_map.c
"lib/ldb/ldb_map/ldb_map.c", line 890.41: 1506-280 (W) Function argument 
assignment between types "struct ldb_parse_tree*" and "const struct 
ldb_parse_tree*" is not allowed.
Partially linking bin/mergedobj/ldb.o
Compiling lib/ldb/modules/sort.c
"lib/ldb/modules/sort.c", line 304.27: 1506-068 (W) Operation between 
types "char*" and "const char*" is not allowed.
"lib/ldb/modules/sort.c", line 305.26: 1506-068 (W) Operation between 
types "char*" and "const char*" is not allowed.
Partially linking bin/mergedobj/ldb_server_sort.o
Compiling dsdb/samdb/ldb_modules/anr.c
"dsdb/samdb/ldb_modules/anr.c", line 96.51: 1506-068 (W) Operation between 
types "struct datablob*" and "const struct datablob*" is not allowed.
Partially linking bin/mergedobj/ldb_anr.o
Compiling lib/ldb/modules/rdn_name.c
Partially linking bin/mergedobj/ldb_rdn_name.o
Compiling dsdb/samdb/ldb_modules/local_password.c
Partially linking bin/mergedobj/ldb_local_password.o
Compiling dsdb/samdb/ldb_modules/kludge_acl.c
Partially linking bin/mergedobj/ldb_kludge_acl.o
Compiling dsdb/samdb/ldb_modules/repl_meta_data.c
Partially linking bin/mergedobj/ldb_repl_meta_data.o
Compiling lib/ldb/modules/asq.c
Partially linking bin/mergedobj/ldb_asq.o
Compiling dsdb/samdb/ldb_modules/extended_dn_store.c
Partially linking bin/mergedobj/ldb_extended_dn_store.o
Compiling dsdb/samdb/ldb_modules/extended_dn_in.c
Partially linking bin/mergedobj/ldb_extended_dn_in.o
Compiling dsdb/samdb/ldb_modules/operational.c
Partially linking bin/mergedobj/ldb_operational.o
Compiling dsdb/samdb/ldb_modules/naming_fsmo.c
Partially linking bin/mergedobj/ldb_naming_fsmo.o
Compiling lib/ldb/ldb_ildap/ldb_ildap.c
Partially linking bin/mergedobj/ldb_ildap.o
Compiling libcli/ldap/ldap_client.c
Compiling libcli/ldap/ldap_bind.c
Compiling libcli/ldap/ldap_ildap.c
Compiling libcli/ldap/ldap_controls.c
"libcli/ldap/ldap_controls.c", line 217.38: 1506-280 (W) Function argument 
assignment between types "int*" and "unsigned int*" is not allowed.
"libcli/ldap/ldap_controls.c", line 251.38: 1506-280 (W) Function argument 
assignment between types "int*" and "unsigned int*" is not allowed.
Partially linking bin/mergedobj/cli_ldap.o
Compiling ../libcli/ldap/ldap_message.c
Partially linking bin/mergedobj/cli_ldap_message.o
Compiling auth/gensec/gensec.c
Compiling auth/gensec/socket.c
Partially linking bin/mergedobj/gensec.o
Compiling auth/ntlmssp/ntlmssp.c
Compiling auth/ntlmssp/ntlmssp_sign.c
Compiling auth/ntlmssp/ntlmssp_client.c
Compiling auth/ntlmssp/ntlmssp_server.c
Partially linking bin/mergedobj/gensec_ntlmssp.o
Compiling auth/gensec/gensec_gssapi.c
"auth/gensec/gensec_gssapi.c", line 220.26: 1506-068 (W) Operation between 
types "void*" and "int(*)(struct krb5_context_data*,void*,struct 
krb5_krbhst_info*,long,const struct heim_octet_string*,struct 
heim_octet_string*)" is not allowed.
Partially linking bin/mergedobj/gensec_gssapi.o
Compiling auth/gensec/spnego.c
Compiling ../libcli/auth/spnego_parse.c
Partially linking bin/mergedobj/gensec_spnego.o
Compiling auth/gensec/schannel.c
Compiling ../libcli/auth/schannel_sign.c
Partially linking bin/mergedobj/gensec_schannel.o
Compiling ../librpc/gen_ndr/ndr_schannel.c
Compiling ../librpc/ndr/ndr_schannel.c
Partially linking bin/mergedobj/ndr_schannel.o
Compiling auth/gensec/schannel_state.c
Partially linking bin/mergedobj/schanneldb.o
Compiling ../libcli/auth/schannel_state_ldb.c
Partially linking bin/mergedobj/common_schanneldb.o
Compiling auth/gensec/gensec_krb5.c
Partially linking bin/mergedobj/gensec_krb5.o
Compiling libcli/resolve/bcast.c
Compiling libcli/resolve/nbtlist.c
Compiling libcli/resolve/wins.c
Compiling libcli/resolve/dns_ex.c
Compiling libcli/resolve/host.c
Compiling libcli/resolve/resolve_lp.c
Partially linking bin/mergedobj/lp_resolve.o
Compiling ../libcli/nbt/lmhosts.c
Compiling ../libcli/nbt/nbtsocket.c
Compiling ../libcli/nbt/namequery.c
Compiling ../libcli/nbt/nameregister.c
Compiling ../libcli/nbt/namerefresh.c
Compiling ../libcli/nbt/namerelease.c
Partially linking bin/mergedobj/cli_nbt.o
Compiling dsdb/samdb/ldb_modules/resolve_oids.c
Partially linking bin/mergedobj/ldb_resolve_oids.o
Compiling dsdb/samdb/ldb_modules/password_hash.c
Partially linking bin/mergedobj/ldb_password_hash.o
Compiling heimdal/lib/hdb/keys.c
Partially linking bin/mergedobj/heimdal_hdb_keys.o
Compiling heimdal/lib/hdb/asn1_hdb_asn1.c
Partially linking bin/mergedobj/heimdal_hdb_asn1.o
Compiling dsdb/samdb/ldb_modules/subtree_rename.c
Partially linking bin/mergedobj/ldb_subtree_rename.o
Compiling dsdb/samdb/ldb_modules/acl.c
"dsdb/samdb/ldb_modules/acl.c", line 367.22: 1506-068 (W) Operation 
between types "struct GUID*" and "const struct GUID*" is not allowed.
"dsdb/samdb/ldb_modules/acl.c", line 999.33: 1506-068 (W) Operation 
between types "struct GUID*" and "const struct GUID*" is not allowed.
Partially linking bin/mergedobj/ldb_acl.o
Compiling dsdb/samdb/ldb_modules/pdc_fsmo.c
Partially linking bin/mergedobj/ldb_pdc_fsmo.o
Compiling dsdb/samdb/ldb_modules/subtree_delete.c
Partially linking bin/mergedobj/ldb_subtree_delete.o
Compiling lib/ldb/modules/paged_searches.c
Partially linking bin/mergedobj/ldb_paged_searches.o
Compiling lib/ldb/ldb_tdb/ldb_tdb.c
Compiling lib/ldb/ldb_tdb/ldb_search.c
Compiling lib/ldb/ldb_tdb/ldb_pack.c
Compiling lib/ldb/ldb_tdb/ldb_index.c
Compiling lib/ldb/ldb_tdb/ldb_cache.c
Compiling lib/ldb/ldb_tdb/ldb_tdb_wrap.c
Partially linking bin/mergedobj/ldb_tdb.o
Compiling dsdb/samdb/ldb_modules/show_deleted.c
Partially linking bin/mergedobj/ldb_show_deleted.o
Compiling dsdb/samdb/ldb_modules/partition.c
Partially linking bin/mergedobj/ldb_partition.o
Compiling dsdb/samdb/ldb_modules/update_keytab.c
Partially linking bin/mergedobj/ldb_update_keytab.o
Compiling dsdb/samdb/ldb_modules/descriptor.c
Partially linking bin/mergedobj/ldb_descriptor.o
Compiling dsdb/samdb/ldb_modules/instancetype.c
Partially linking bin/mergedobj/ldb_instancetype.o
Compiling dsdb/samdb/ldb_modules/objectguid.c
Partially linking bin/mergedobj/ldb_objectguid.o
Compiling dsdb/samdb/ldb_modules/samba3sam.c
Partially linking bin/mergedobj/ldb_samba3sam.o
Compiling lib/samba3/smbpasswd.c
Partially linking bin/mergedobj/smbpasswd.o
Compiling dsdb/samdb/ldb_modules/dsdb_cache.c
Partially linking bin/mergedobj/ldb_dsdb_cache.o
Compiling lib/ldb/modules/paged_results.c
Partially linking bin/mergedobj/ldb_paged_results.o
Compiling dsdb/samdb/ldb_modules/simple_ldap_map.c
Partially linking bin/mergedobj/ldb_simple_ldap_map.o
Compiling lib/ldb/modules/skel.c
Partially linking bin/mergedobj/ldb_skel.o
Compiling dsdb/samdb/ldb_modules/extended_dn_out.c
Partially linking bin/mergedobj/ldb_extended_dn_out.o
Compiling dsdb/samdb/ldb_modules/samldb.c
Partially linking bin/mergedobj/ldb_samldb.o
Compiling dsdb/samdb/ldb_modules/linked_attributes.c
Partially linking bin/mergedobj/ldb_linked_attributes.o
Compiling dsdb/samdb/ldb_modules/objectclass.c
Partially linking bin/mergedobj/ldb_objectclass.o
Compiling dsdb/samdb/ldb_modules/rootdse.c
Partially linking bin/mergedobj/ldb_rootdse.o
Compiling dsdb/samdb/ldb_modules/schema_fsmo.c
Partially linking bin/mergedobj/ldb_schema_fsmo.o
Compiling dsdb/samdb/samdb.c
Compiling dsdb/samdb/samdb_privilege.c
Compiling dsdb/samdb/cracknames.c
"dsdb/samdb/cracknames.c", line 67.15: 1506-068 (W) Operation between 
types "char*" and "const char*" is not allowed.
"dsdb/samdb/cracknames.c", line 292.15: 1506-068 (W) Operation between 
types "char*" and "const char*" is not allowed.
Compiling dsdb/repl/replicated_objects.c
Partially linking bin/mergedobj/samdb.o
Compiling ../libcli/ldap/ldap_ndr.c
Partially linking bin/mergedobj/cli_ldap_ndr.o
Compiling ../libcli/drsuapi/repl_decrypt.c
Partially linking bin/mergedobj/cli_drsuapi.o
Compiling lib/ldb_wrap.c
Partially linking bin/mergedobj/ldb_wrap.o
Compiling lib/ldb-samba/ldif_handlers.c
Partially linking bin/mergedobj/ldbsamba.o
Compiling dsdb/schema/schema_init.c
Compiling dsdb/schema/schema_set.c
Compiling dsdb/schema/schema_query.c
Compiling dsdb/schema/schema_syntax.c
Compiling dsdb/schema/schema_description.c
Compiling dsdb/schema/schema_convert_to_ol.c
Compiling dsdb/schema/schema_inferiors.c
"dsdb/schema/schema_inferiors.c", line 60.43: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 60.22: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 62.23: 1506-068 (W) Operation 
between types "const char**" and "char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 66.46: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 66.22: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 69.52: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 69.34: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 84.49: 1506-196 (W) Initialization 
between types "struct dsdb_class*" and "const struct dsdb_class*" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 89.46: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 89.64: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 89.22: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 106.47: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 106.23: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 107.47: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 107.23: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 110.51: 1506-196 (W) Initialization 
between types "struct dsdb_class*" and "const struct dsdb_class*" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 115.55: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 115.82: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 115.31: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 117.47: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 117.71: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 117.23: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 119.63: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 119.45: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 127.69: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 127.21: 1506-196 (W) Initialization 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 130.50: 1506-196 (W) Initialization 
between types "struct dsdb_class*" and "const struct dsdb_class*" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 132.54: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 132.85: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 132.30: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 142.27: 1506-196 (W) Initialization 
between types "const char**" and "char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 146.50: 1506-196 (W) Initialization 
between types "struct dsdb_class*" and "const struct dsdb_class*" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 157.50: 1506-196 (W) Initialization 
between types "struct dsdb_class*" and "const struct dsdb_class*" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 166.92: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 166.58: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 172.85: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 172.42: 1506-068 (W) Operation 
between types "char**" and "const char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 178.78: 1506-280 (W) Function 
argument assignment between types "struct dsdb_class*" and "const struct 
dsdb_class*" is not allowed.
"dsdb/schema/schema_inferiors.c", line 190.39: 1506-280 (W) Function 
argument assignment between types "const char**" and "char**" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 192.65: 1506-068 (W) Operation 
between types "const char**" and "char**" is not allowed.
"dsdb/schema/schema_inferiors.c", line 208.39: 1506-196 (W) Initialization 
between types "struct dsdb_class*" and "const struct dsdb_class*" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 226.47: 1506-196 (W) Initialization 
between types "struct dsdb_class*" and "const struct dsdb_class*" is not 
allowed.
"dsdb/schema/schema_inferiors.c", line 248.50: 1506-196 (W) Initialization 
between types "struct dsdb_attribute*" and "const struct dsdb_attribute*" 
is not allowed.
Partially linking bin/mergedobj/samdb_schema.o
Compiling dsdb/common/sidmap.c
Compiling dsdb/common/util.c
Compiling ../libds/common/flag_mapping.c
Partially linking bin/mergedobj/samdb_common.o
Compiling auth/system_session.c
Partially linking bin/mergedobj/auth_system_session.o
Compiling auth/session.c
Partially linking bin/mergedobj/auth_session.o
Compiling auth/credentials/credentials.c
Compiling auth/credentials/credentials_files.c
Compiling auth/credentials/credentials_ntlm.c
Compiling auth/credentials/credentials_krb5.c
"auth/credentials/credentials_krb5.c", line 411.72: 1506-280 (W) Function 
argument assignment between types "int*" and "enum ENCTYPE*" is not 
allowed.
Compiling auth/credentials/../kerberos/kerberos_util.c
Partially linking bin/mergedobj/credentials.o
Compiling heimdal/lib/gssapi/spnego/init_sec_context.c
Compiling heimdal/lib/gssapi/spnego/external.c
Compiling heimdal/lib/gssapi/spnego/compat.c
Compiling heimdal/lib/gssapi/spnego/context_stubs.c
Compiling heimdal/lib/gssapi/spnego/cred_stubs.c
Compiling heimdal/lib/gssapi/spnego/accept_sec_context.c
Compiling heimdal/lib/gssapi/krb5/copy_ccache.c
Compiling heimdal/lib/gssapi/krb5/delete_sec_context.c
Compiling heimdal/lib/gssapi/krb5/init_sec_context.c
Compiling heimdal/lib/gssapi/krb5/context_time.c
Compiling heimdal/lib/gssapi/krb5/init.c
Compiling heimdal/lib/gssapi/krb5/address_to_krb5addr.c
Compiling heimdal/lib/gssapi/krb5/get_mic.c
Compiling heimdal/lib/gssapi/krb5/inquire_context.c
Compiling heimdal/lib/gssapi/krb5/add_cred.c
Compiling heimdal/lib/gssapi/krb5/inquire_cred.c
Compiling heimdal/lib/gssapi/krb5/inquire_cred_by_oid.c
Compiling heimdal/lib/gssapi/krb5/inquire_cred_by_mech.c
Compiling heimdal/lib/gssapi/krb5/inquire_mechs_for_name.c
Compiling heimdal/lib/gssapi/krb5/inquire_names_for_mech.c
Compiling heimdal/lib/gssapi/krb5/indicate_mechs.c
Compiling heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c
Compiling heimdal/lib/gssapi/krb5/export_sec_context.c
Compiling heimdal/lib/gssapi/krb5/import_sec_context.c
Compiling heimdal/lib/gssapi/krb5/duplicate_name.c
Compiling heimdal/lib/gssapi/krb5/import_name.c
Compiling heimdal/lib/gssapi/krb5/compare_name.c
Compiling heimdal/lib/gssapi/krb5/export_name.c
Compiling heimdal/lib/gssapi/krb5/canonicalize_name.c
Compiling heimdal/lib/gssapi/krb5/unwrap.c
Compiling heimdal/lib/gssapi/krb5/wrap.c
Compiling heimdal/lib/gssapi/krb5/release_name.c
Compiling heimdal/lib/gssapi/krb5/cfx.c
Compiling heimdal/lib/gssapi/krb5/8003.c
Compiling heimdal/lib/gssapi/krb5/arcfour.c
Compiling heimdal/lib/gssapi/krb5/encapsulate.c
Compiling heimdal/lib/gssapi/krb5/display_name.c
Compiling heimdal/lib/gssapi/krb5/sequence.c
Compiling heimdal/lib/gssapi/krb5/display_status.c
Compiling heimdal/lib/gssapi/krb5/release_buffer.c
Compiling heimdal/lib/gssapi/krb5/external.c
Compiling heimdal/lib/gssapi/krb5/compat.c
Compiling heimdal/lib/gssapi/krb5/creds.c
Compiling heimdal/lib/gssapi/krb5/acquire_cred.c
Compiling heimdal/lib/gssapi/krb5/release_cred.c
Compiling heimdal/lib/gssapi/krb5/store_cred.c
Compiling heimdal/lib/gssapi/krb5/set_cred_option.c
Compiling heimdal/lib/gssapi/krb5/decapsulate.c
Compiling heimdal/lib/gssapi/krb5/verify_mic.c
Compiling heimdal/lib/gssapi/krb5/accept_sec_context.c
Compiling heimdal/lib/gssapi/krb5/set_sec_context_option.c
Compiling heimdal/lib/gssapi/krb5/process_context_token.c
Compiling heimdal/lib/gssapi/krb5/prf.c
Compiling heimdal/lib/gssapi/krb5/aeap.c
Compiling heimdal/lib/gssapi/mech/context.c
Compiling heimdal/lib/gssapi/mech/gss_krb5.c
Compiling heimdal/lib/gssapi/mech/gss_mech_switch.c
Compiling heimdal/lib/gssapi/mech/gss_process_context_token.c
Compiling heimdal/lib/gssapi/mech/gss_buffer_set.c
Compiling heimdal/lib/gssapi/mech/gss_aeap.c
Compiling heimdal/lib/gssapi/mech/gss_add_cred.c
Compiling heimdal/lib/gssapi/mech/gss_cred.c
Compiling heimdal/lib/gssapi/mech/gss_add_oid_set_member.c
Compiling heimdal/lib/gssapi/mech/gss_compare_name.c
Compiling heimdal/lib/gssapi/mech/gss_release_oid_set.c
Compiling heimdal/lib/gssapi/mech/gss_create_empty_oid_set.c
Compiling heimdal/lib/gssapi/mech/gss_decapsulate_token.c
Compiling heimdal/lib/gssapi/mech/gss_inquire_cred_by_oid.c
Compiling heimdal/lib/gssapi/mech/gss_canonicalize_name.c
Compiling heimdal/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c
Compiling heimdal/lib/gssapi/mech/gss_inquire_names_for_mech.c
Compiling heimdal/lib/gssapi/mech/gss_inquire_mechs_for_name.c
Compiling heimdal/lib/gssapi/mech/gss_wrap_size_limit.c
Compiling heimdal/lib/gssapi/mech/gss_names.c
Compiling heimdal/lib/gssapi/mech/gss_verify.c
Compiling heimdal/lib/gssapi/mech/gss_display_name.c
Compiling heimdal/lib/gssapi/mech/gss_duplicate_oid.c
Compiling heimdal/lib/gssapi/mech/gss_display_status.c
Compiling heimdal/lib/gssapi/mech/gss_release_buffer.c
Compiling heimdal/lib/gssapi/mech/gss_release_oid.c
Compiling heimdal/lib/gssapi/mech/gss_test_oid_set_member.c
Compiling heimdal/lib/gssapi/mech/gss_release_cred.c
Compiling heimdal/lib/gssapi/mech/gss_set_sec_context_option.c
Compiling heimdal/lib/gssapi/mech/gss_export_name.c
Compiling heimdal/lib/gssapi/mech/gss_seal.c
Compiling heimdal/lib/gssapi/mech/gss_acquire_cred.c
Compiling heimdal/lib/gssapi/mech/gss_unseal.c
Compiling heimdal/lib/gssapi/mech/gss_verify_mic.c
Compiling heimdal/lib/gssapi/mech/gss_accept_sec_context.c
Compiling heimdal/lib/gssapi/mech/gss_inquire_cred_by_mech.c
Compiling heimdal/lib/gssapi/mech/gss_indicate_mechs.c
Compiling heimdal/lib/gssapi/mech/gss_delete_sec_context.c
Compiling heimdal/lib/gssapi/mech/gss_sign.c
Compiling heimdal/lib/gssapi/mech/gss_utils.c
Compiling heimdal/lib/gssapi/mech/gss_init_sec_context.c
Compiling heimdal/lib/gssapi/mech/gss_oid_equal.c
Compiling heimdal/lib/gssapi/mech/gss_oid_to_str.c
Compiling heimdal/lib/gssapi/mech/gss_context_time.c
Compiling heimdal/lib/gssapi/mech/gss_encapsulate_token.c
Compiling heimdal/lib/gssapi/mech/gss_get_mic.c
Compiling heimdal/lib/gssapi/mech/gss_import_sec_context.c
Compiling heimdal/lib/gssapi/mech/gss_inquire_cred.c
Compiling heimdal/lib/gssapi/mech/gss_wrap.c
Compiling heimdal/lib/gssapi/mech/gss_import_name.c
Compiling heimdal/lib/gssapi/mech/gss_duplicate_name.c
Compiling heimdal/lib/gssapi/mech/gss_unwrap.c
Compiling heimdal/lib/gssapi/mech/gss_export_sec_context.c
Compiling heimdal/lib/gssapi/mech/gss_inquire_context.c
Compiling heimdal/lib/gssapi/mech/gss_release_name.c
Compiling heimdal/lib/gssapi/mech/gss_set_cred_option.c
Compiling heimdal/lib/gssapi/mech/gss_pseudo_random.c
Compiling heimdal/../heimdal_build/gssapi-glue.c
Partially linking bin/mergedobj/heimdal_gssapi.o
Compiling heimdal/lib/gssapi/asn1_gssapi_asn1.c
Partially linking bin/mergedobj/heimdal_gssapi_asn1.o
Compiling heimdal/lib/gssapi/asn1_spnego_asn1.c
Partially linking bin/mergedobj/heimdal_spnego_asn1.o
Compiling ../lib/util/util_ldb.c
Partially linking bin/mergedobj/util_ldb.o
Compiling auth/kerberos/kerberos.c
Compiling auth/kerberos/clikrb5.c
Compiling auth/kerberos/kerberos_heimdal.c
Compiling auth/kerberos/kerberos_pac.c
Compiling auth/kerberos/gssapi_parse.c
Compiling auth/kerberos/krb5_init_context.c
Compiling auth/kerberos/keytab_copy.c
Partially linking bin/mergedobj/kerberos.o
Compiling lib/stream/packet.c
Partially linking bin/mergedobj/packet.o
Compiling lib/tls/tls.c
Compiling lib/tls/tlscert.c
Partially linking bin/mergedobj/tls.o
Compiling auth/auth_sam_reply.c
Partially linking bin/mergedobj/auth_sam_reply.o
Compiling lib/socket/socket.c
Compiling lib/socket/access.c
Compiling lib/socket/connect_multi.c
Compiling lib/socket/connect.c
Partially linking bin/mergedobj/samba_socket.o
Compiling lib/socket/socket_unix.c
Partially linking bin/mergedobj/socket_unix.o
Compiling lib/socket/socket_ip.c
Partially linking bin/mergedobj/socket_ip.o
Compiling libcli/resolve/resolve.c
Partially linking bin/mergedobj/cli_resolve.o
Compiling ../librpc/gen_ndr/ndr_nbt.c
Partially linking bin/mergedobj/ndr_nbt.o
Compiling ../libcli/nbt/../ndr_netlogon.c
Partially linking bin/mergedobj/cli_ndr_netlogon.o
Compiling ../libcli/nbt/nbtname.c
Partially linking bin/mergedobj/ndr_nbt_buf.o
Compiling libcli/composite/composite.c
Partially linking bin/mergedobj/cli_composite.o
Compiling ../librpc/gen_ndr/ndr_krb5pac.c
Compiling ../librpc/ndr/ndr_krb5pac.c
Partially linking bin/mergedobj/ndr_krb5pac.o
Compiling param/secrets.c
Partially linking bin/mergedobj/secrets.o
Compiling ../lib/util/util_tdb.c
Partially linking bin/mergedobj/util_tdb.o
Compiling lib/tdb_wrap.c
Partially linking bin/mergedobj/tdb_wrap.o
Compiling ../lib/tdb/common/tdb.c
Compiling ../lib/tdb/common/dump.c
Compiling ../lib/tdb/common/io.c
Compiling ../lib/tdb/common/lock.c
Compiling ../lib/tdb/common/open.c
Compiling ../lib/tdb/common/traverse.c
Compiling ../lib/tdb/common/freelist.c
Compiling ../lib/tdb/common/error.c
Compiling ../lib/tdb/common/transaction.c
Compiling ../lib/tdb/common/check.c
Partially linking bin/mergedobj/tdb.o
Compiling ../libcli/auth/credentials.c
Compiling ../libcli/auth/session.c
Compiling ../libcli/auth/smbencrypt.c
Compiling ../libcli/auth/smbdes.c
Partially linking bin/mergedobj/cli_auth.o
Compiling ../libcli/auth/msrpc_parse.c
Partially linking bin/mergedobj/msrpc_parse.o
Compiling ../lib/nss_wrapper/nss_wrapper.c
Partially linking bin/mergedobj/nss_wrapper.o
Compiling ../librpc/gen_ndr/ndr_drsblobs.c
Compiling ../librpc/ndr/ndr_drsblobs.c
Partially linking bin/mergedobj/ndr_drsblobs.o
Compiling ../librpc/gen_ndr/ndr_drsuapi.c
Compiling ../librpc/ndr/ndr_drsuapi.c
Partially linking bin/mergedobj/ndr_drsuapi.o
Compiling ../lib/util/asn1.c
Partially linking bin/mergedobj/asn1_util.o
Compiling ../librpc/gen_ndr/ndr_echo.c
Compiling ../librpc/gen_ndr/ndr_lsa.c
Compiling ../librpc/gen_ndr/ndr_samr.c
Compiling ../librpc/gen_ndr/ndr_netlogon.c
Compiling ../librpc/ndr/ndr_netlogon.c
Compiling ../librpc/gen_ndr/ndr_dfs.c
Compiling ../librpc/gen_ndr/ndr_atsvc.c
Compiling ../librpc/gen_ndr/ndr_wkssvc.c
    1500-030: (I) INFORMATION: ndr_pull_wkssvc_NetWkstaInfo: Additional 
optimization may be attained by recompiling and specifying MAXMEM option 
with a value greater than 32000.
Compiling ../librpc/gen_ndr/ndr_srvsvc.c
    1500-030: (I) INFORMATION: ndr_pull_srvsvc_NetSrvInfo: Additional 
optimization may be attained by recompiling and specifying MAXMEM option 
with a value greater than 32000.
Compiling ../librpc/gen_ndr/ndr_svcctl.c
Compiling ../librpc/ndr/ndr_svcctl.c
Compiling ../librpc/gen_ndr/ndr_winreg.c
Compiling ../librpc/gen_ndr/ndr_initshutdown.c
Compiling ../librpc/gen_ndr/ndr_eventlog.c
Compiling ../librpc/gen_ndr/ndr_ntsvcs.c
Partially linking bin/mergedobj/ndr_standard.o
Compiling ../librpc/gen_ndr/ndr_security.c
Compiling ../librpc/ndr/ndr_sec_helper.c
Compiling librpc/gen_ndr/ndr_server_id.c
Partially linking bin/mergedobj/ndr_security.o
Compiling libcli/security/security_token.c
Compiling libcli/security/access_check.c
"libcli/security/access_check.c", line 255.30: 1506-068 (W) Operation 
between types "struct GUID*" and "const struct GUID*" is not allowed.
Compiling libcli/security/privilege.c
Compiling libcli/security/sddl.c
Compiling libcli/security/create_descriptor.c
Compiling libcli/security/object_tree.c
Partially linking bin/mergedobj/security.o
Compiling ../libcli/security/dom_sid.c
Compiling ../libcli/security/display_sec.c
Compiling ../libcli/security/secace.c
Compiling ../libcli/security/secacl.c
Compiling ../libcli/security/security_descriptor.c
Partially linking bin/mergedobj/security_common.o
Compiling ../librpc/ndr/ndr_compression.c
Partially linking bin/mergedobj/ndr_compression.o
Compiling ../lib/compression/lzxpress.c
Partially linking bin/mergedobj/lzxpress.o
Compiling ../lib/zlib/adler32.c
Compiling ../lib/zlib/compress.c
Compiling ../lib/zlib/crc32.c
Compiling ../lib/zlib/gzio.c
Compiling ../lib/zlib/uncompr.c
Compiling ../lib/zlib/deflate.c
Compiling ../lib/zlib/trees.c
Compiling ../lib/zlib/zutil.c
Compiling ../lib/zlib/inflate.c
Compiling ../lib/zlib/infback.c
Compiling ../lib/zlib/inftrees.c
Compiling ../lib/zlib/inffast.c
Partially linking bin/mergedobj/zlib.o
Compiling librpc/ndr/ndr_string.c
Compiling ../librpc/ndr/ndr_basic.c
Compiling ../librpc/ndr/uuid.c
Compiling ../librpc/ndr/ndr.c
Compiling ../librpc/gen_ndr/ndr_misc.c
Compiling ../librpc/ndr/ndr_misc.c
Partially linking bin/mergedobj/ndr.o
Compiling ../libcli/util/doserr.c
Compiling libcli/util/errormap.c
Compiling libcli/util/nterr.c
Partially linking bin/mergedobj/samba-errors.o
Compiling heimdal/lib/krb5/acache.c
Compiling heimdal/lib/krb5/acache.c
Compiling heimdal/lib/krb5/add_et_list.c
Compiling heimdal/lib/krb5/add_et_list.c
Compiling heimdal/lib/krb5/addr_families.c
Compiling heimdal/lib/krb5/addr_families.c
Compiling heimdal/lib/krb5/appdefault.c
Compiling heimdal/lib/krb5/appdefault.c
Compiling heimdal/lib/krb5/asn1_glue.c
Compiling heimdal/lib/krb5/asn1_glue.c
Compiling heimdal/lib/krb5/auth_context.c
Compiling heimdal/lib/krb5/auth_context.c
Compiling heimdal/lib/krb5/build_ap_req.c
Compiling heimdal/lib/krb5/build_ap_req.c
Compiling heimdal/lib/krb5/build_auth.c
"heimdal/lib/krb5/build_auth.c", line 47.49: 1506-280 (W) Function 
argument assignment between types "enum ENCTYPE**" and "int**" is not 
allowed.
Compiling heimdal/lib/krb5/build_auth.c
"heimdal/lib/krb5/build_auth.c", line 47.49: 1506-280 (W) Function 
argument assignment between types "enum ENCTYPE**" and "int**" is not 
allowed.
Compiling heimdal/lib/krb5/cache.c
Compiling heimdal/lib/krb5/cache.c
Compiling heimdal/lib/krb5/changepw.c
Compiling heimdal/lib/krb5/changepw.c
Compiling heimdal/lib/krb5/codec.c
Compiling heimdal/lib/krb5/codec.c
Compiling heimdal/lib/krb5/config_file.c
Compiling heimdal/lib/krb5/config_file.c
Compiling heimdal/lib/krb5/constants.c
Compiling heimdal/lib/krb5/constants.c
Compiling heimdal/lib/krb5/context.c
Compiling heimdal/lib/krb5/context.c
Compiling heimdal/lib/krb5/convert_creds.c
Compiling heimdal/lib/krb5/convert_creds.c
Compiling heimdal/lib/krb5/copy_host_realm.c
Compiling heimdal/lib/krb5/copy_host_realm.c
Compiling heimdal/lib/krb5/crc.c
Compiling heimdal/lib/krb5/crc.c
Compiling heimdal/lib/krb5/creds.c
Compiling heimdal/lib/krb5/creds.c
Compiling heimdal/lib/krb5/crypto.c
"heimdal/lib/krb5/crypto.c", line 1576.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1585.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1594.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1603.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1612.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1621.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1631.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1641.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1650.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1660.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1670.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1680.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
Compiling heimdal/lib/krb5/crypto.c
"heimdal/lib/krb5/crypto.c", line 1576.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1585.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1594.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1603.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1612.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1621.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1631.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1641.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1650.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1660.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1670.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
"heimdal/lib/krb5/crypto.c", line 1680.5: 1506-196 (W) Initialization 
between types "enum ENCTYPE(*)(struct krb5_context_data*,struct 
key_data*,const void*,unsigned long,unsigned int,struct Checksum*)" and 
"int(*)(struct krb5_context_data*,struct key_data*,const void*,unsigned 
long,unsigned int,struct Checksum*)" is not allowed.
Compiling heimdal/lib/krb5/data.c
Compiling heimdal/lib/krb5/data.c
Compiling heimdal/lib/krb5/eai_to_heim_errno.c
Compiling heimdal/lib/krb5/eai_to_heim_errno.c
Compiling heimdal/lib/krb5/error_string.c
Compiling heimdal/lib/krb5/error_string.c
Compiling heimdal/lib/krb5/expand_hostname.c
Compiling heimdal/lib/krb5/expand_hostname.c
Compiling heimdal/lib/krb5/fcache.c
Compiling heimdal/lib/krb5/fcache.c
Compiling heimdal/lib/krb5/free.c
Compiling heimdal/lib/krb5/free.c
Compiling heimdal/lib/krb5/free_host_realm.c
Compiling heimdal/lib/krb5/free_host_realm.c
Compiling heimdal/lib/krb5/generate_seq_number.c
Compiling heimdal/lib/krb5/generate_seq_number.c
Compiling heimdal/lib/krb5/generate_subkey.c
Compiling heimdal/lib/krb5/generate_subkey.c
Compiling heimdal/lib/krb5/get_addrs.c
Compiling heimdal/lib/krb5/get_addrs.c
Compiling heimdal/lib/krb5/get_cred.c
Compiling heimdal/lib/krb5/get_cred.c
Compiling heimdal/lib/krb5/get_default_principal.c
Compiling heimdal/lib/krb5/get_default_principal.c
Compiling heimdal/lib/krb5/get_default_realm.c
Compiling heimdal/lib/krb5/get_default_realm.c
Compiling heimdal/lib/krb5/get_for_creds.c
Compiling heimdal/lib/krb5/get_for_creds.c
Compiling heimdal/lib/krb5/get_host_realm.c
Compiling heimdal/lib/krb5/get_host_realm.c
Compiling heimdal/lib/krb5/get_in_tkt.c
Compiling heimdal/lib/krb5/get_in_tkt.c
Compiling heimdal/lib/krb5/get_port.c
Compiling heimdal/lib/krb5/get_port.c
Compiling heimdal/lib/krb5/init_creds.c
Compiling heimdal/lib/krb5/init_creds.c
Compiling heimdal/lib/krb5/init_creds_pw.c
Compiling heimdal/lib/krb5/init_creds_pw.c
Compiling heimdal/lib/krb5/kcm.c
Compiling heimdal/lib/krb5/kcm.c
Compiling heimdal/lib/krb5/keyblock.c
Compiling heimdal/lib/krb5/keyblock.c
Compiling heimdal/lib/krb5/keytab.c
Compiling heimdal/lib/krb5/keytab.c
Compiling heimdal/lib/krb5/keytab_any.c
Compiling heimdal/lib/krb5/keytab_any.c
Compiling heimdal/lib/krb5/keytab_file.c
Compiling heimdal/lib/krb5/keytab_file.c
Compiling heimdal/lib/krb5/keytab_memory.c
Compiling heimdal/lib/krb5/keytab_memory.c
Compiling heimdal/lib/krb5/keytab_keyfile.c
Compiling heimdal/lib/krb5/keytab_keyfile.c
Compiling heimdal/lib/krb5/krbhst.c
Compiling heimdal/lib/krb5/krbhst.c
Compiling heimdal/lib/krb5/log.c
Compiling heimdal/lib/krb5/log.c
Compiling heimdal/lib/krb5/mcache.c
Compiling heimdal/lib/krb5/mcache.c
Compiling heimdal/lib/krb5/misc.c
Compiling heimdal/lib/krb5/misc.c
Compiling heimdal/lib/krb5/mk_error.c
Compiling heimdal/lib/krb5/mk_error.c
Compiling heimdal/lib/krb5/mk_priv.c
Compiling heimdal/lib/krb5/mk_priv.c
Compiling heimdal/lib/krb5/mk_rep.c
Compiling heimdal/lib/krb5/mk_rep.c
Compiling heimdal/lib/krb5/mk_req.c
Compiling heimdal/lib/krb5/mk_req.c
Compiling heimdal/lib/krb5/mk_req_ext.c
Compiling heimdal/lib/krb5/mk_req_ext.c
Compiling heimdal/lib/krb5/mit_glue.c
Compiling heimdal/lib/krb5/mit_glue.c
Compiling heimdal/lib/krb5/n-fold.c
Compiling heimdal/lib/krb5/n-fold.c
Compiling heimdal/lib/krb5/padata.c
Compiling heimdal/lib/krb5/padata.c
Compiling heimdal/lib/krb5/pkinit.c
Compiling heimdal/lib/krb5/pkinit.c
Compiling heimdal/lib/krb5/plugin.c
Compiling heimdal/lib/krb5/plugin.c
Compiling heimdal/lib/krb5/principal.c
Compiling heimdal/lib/krb5/principal.c
Compiling heimdal/lib/krb5/prog_setup.c
Compiling heimdal/lib/krb5/prog_setup.c
Compiling heimdal/lib/krb5/pac.c
Compiling heimdal/lib/krb5/pac.c
Compiling heimdal/lib/krb5/prompter_posix.c
Compiling heimdal/lib/krb5/prompter_posix.c
Compiling heimdal/lib/krb5/rd_cred.c
Compiling heimdal/lib/krb5/rd_cred.c
Compiling heimdal/lib/krb5/rd_error.c
Compiling heimdal/lib/krb5/rd_error.c
Compiling heimdal/lib/krb5/rd_priv.c
Compiling heimdal/lib/krb5/rd_priv.c
Compiling heimdal/lib/krb5/rd_rep.c
Compiling heimdal/lib/krb5/rd_rep.c
Compiling heimdal/lib/krb5/rd_req.c
Compiling heimdal/lib/krb5/rd_req.c
Compiling heimdal/lib/krb5/replay.c
Compiling heimdal/lib/krb5/replay.c
Compiling heimdal/lib/krb5/send_to_kdc.c
Compiling heimdal/lib/krb5/send_to_kdc.c
Compiling heimdal/lib/krb5/set_default_realm.c
Compiling heimdal/lib/krb5/set_default_realm.c
Compiling heimdal/lib/krb5/store.c
Compiling heimdal/lib/krb5/store.c
Compiling heimdal/lib/krb5/store_emem.c
Compiling heimdal/lib/krb5/store_emem.c
Compiling heimdal/lib/krb5/store_fd.c
Compiling heimdal/lib/krb5/store_fd.c
Compiling heimdal/lib/krb5/store_mem.c
Compiling heimdal/lib/krb5/store_mem.c
Compiling heimdal/lib/krb5/ticket.c
Compiling heimdal/lib/krb5/ticket.c
Compiling heimdal/lib/krb5/time.c
Compiling heimdal/lib/krb5/time.c
Compiling heimdal/lib/krb5/transited.c
Compiling heimdal/lib/krb5/transited.c
Compiling heimdal/lib/krb5/v4_glue.c
Compiling heimdal/lib/krb5/v4_glue.c
Compiling heimdal/lib/krb5/version.c
Compiling heimdal/lib/krb5/version.c
Compiling heimdal/lib/krb5/warn.c
Compiling heimdal/lib/krb5/warn.c
Compiling heimdal/lib/krb5/krb5_err.c
Compiling heimdal/lib/krb5/krb5_err.c
Compiling heimdal/lib/krb5/heim_err.c
Compiling heimdal/lib/krb5/heim_err.c
Compiling heimdal/lib/krb5/k524_err.c
Compiling heimdal/lib/krb5/k524_err.c
Compiling heimdal/lib/krb5/krb_err.c
Compiling heimdal/lib/krb5/krb_err.c
Compiling heimdal/../heimdal_build/krb5-glue.c
Compiling heimdal/../heimdal_build/krb5-glue.c
Partially linking bin/mergedobj/heimdal_krb5.o
Compiling heimdal/lib/hx509/ca.c
Compiling heimdal/lib/hx509/ca.c
Compiling heimdal/lib/hx509/cert.c
Compiling heimdal/lib/hx509/cert.c
Compiling heimdal/lib/hx509/cms.c
Compiling heimdal/lib/hx509/cms.c
Compiling heimdal/lib/hx509/collector.c
Compiling heimdal/lib/hx509/collector.c
Compiling heimdal/lib/hx509/crypto.c
Compiling heimdal/lib/hx509/crypto.c
Compiling heimdal/lib/hx509/error.c
Compiling heimdal/lib/hx509/error.c
Compiling heimdal/lib/hx509/env.c
Compiling heimdal/lib/hx509/env.c
Compiling heimdal/lib/hx509/file.c
Compiling heimdal/lib/hx509/file.c
Compiling heimdal/lib/hx509/keyset.c
Compiling heimdal/lib/hx509/keyset.c
Compiling heimdal/lib/hx509/ks_dir.c
Compiling heimdal/lib/hx509/ks_dir.c
Compiling heimdal/lib/hx509/ks_file.c
Compiling heimdal/lib/hx509/ks_file.c
Compiling heimdal/lib/hx509/ks_keychain.c
Compiling heimdal/lib/hx509/ks_keychain.c
Compiling heimdal/lib/hx509/ks_mem.c
Compiling heimdal/lib/hx509/ks_mem.c
Compiling heimdal/lib/hx509/ks_null.c
Compiling heimdal/lib/hx509/ks_null.c
Compiling heimdal/lib/hx509/ks_p11.c
Compiling heimdal/lib/hx509/ks_p11.c
Compiling heimdal/lib/hx509/ks_p12.c
Compiling heimdal/lib/hx509/ks_p12.c
Compiling heimdal/lib/hx509/lock.c
Compiling heimdal/lib/hx509/lock.c
Compiling heimdal/lib/hx509/name.c
Compiling heimdal/lib/hx509/name.c
Compiling heimdal/lib/hx509/peer.c
Compiling heimdal/lib/hx509/peer.c
Compiling heimdal/lib/hx509/print.c
Compiling heimdal/lib/hx509/print.c
Compiling heimdal/lib/hx509/req.c
Compiling heimdal/lib/hx509/req.c
Compiling heimdal/lib/hx509/revoke.c
Compiling heimdal/lib/hx509/revoke.c
Compiling heimdal/lib/hx509/sel.c
Compiling heimdal/lib/hx509/sel.c
Compiling heimdal/lib/hx509/hx509_err.c
Compiling heimdal/lib/hx509/hx509_err.c
Compiling heimdal/lib/hx509/sel-lex.c
Compiling heimdal/lib/hx509/sel-gram.c
Partially linking bin/mergedobj/heimdal_hx509.o
Compiling heimdal/lib/hx509/asn1_pkcs10_asn1.c
Partially linking bin/mergedobj/heimdal_pkcs10_asn1.o
Compiling heimdal/lib/asn1/asn1_pkcs12_asn1.c
Partially linking bin/mergedobj/heimdal_pkcs12_asn1.o
Compiling heimdal/lib/asn1/asn1_pkcs9_asn1.c
Partially linking bin/mergedobj/heimdal_pkcs9_asn1.o
Compiling heimdal/lib/asn1/asn1_pkcs8_asn1.c
Partially linking bin/mergedobj/heimdal_pkcs8_asn1.o
Compiling heimdal/lib/hx509/asn1_ocsp_asn1.c
Partially linking bin/mergedobj/heimdal_ocsp_asn1.o
Compiling heimdal/lib/hcrypto/aes.c
Compiling heimdal/lib/hcrypto/bn.c
Compiling heimdal/lib/hcrypto/dh.c
Compiling heimdal/lib/hcrypto/dh-imath.c
Compiling heimdal/lib/hcrypto/des.c
Compiling heimdal/lib/hcrypto/dsa.c
Compiling heimdal/lib/hcrypto/engine.c
Compiling heimdal/lib/hcrypto/md2.c
Compiling heimdal/lib/hcrypto/md4.c
Compiling heimdal/lib/hcrypto/md5.c
Compiling heimdal/lib/hcrypto/rsa.c
Compiling heimdal/lib/hcrypto/rsa-imath.c
Compiling heimdal/lib/hcrypto/rc2.c
Compiling heimdal/lib/hcrypto/rc4.c
Compiling heimdal/lib/hcrypto/rijndael-alg-fst.c
Compiling heimdal/lib/hcrypto/rnd_keys.c
Compiling heimdal/lib/hcrypto/sha.c
Compiling heimdal/lib/hcrypto/sha256.c
Compiling heimdal/lib/hcrypto/ui.c
Compiling heimdal/lib/hcrypto/evp.c
Compiling heimdal/lib/hcrypto/evp-hcrypto.c
Compiling heimdal/lib/hcrypto/evp-aes-cts.c
Compiling heimdal/lib/hcrypto/pkcs5.c
Compiling heimdal/lib/hcrypto/pkcs12.c
Compiling heimdal/lib/hcrypto/rand.c
Compiling heimdal/lib/hcrypto/rand-egd.c
Compiling heimdal/lib/hcrypto/rand-unix.c
Compiling heimdal/lib/hcrypto/rand-fortuna.c
Compiling heimdal/lib/hcrypto/rand-timer.c
Compiling heimdal/lib/hcrypto/hmac.c
Compiling heimdal/lib/hcrypto/camellia.c
Compiling heimdal/lib/hcrypto/camellia-ntt.c
Partially linking bin/mergedobj/heimdal_hcrypto.o
Compiling heimdal/lib/hcrypto/imath/imath.c
Compiling heimdal/lib/hcrypto/imath/iprime.c
Partially linking bin/mergedobj/heimdal_hcrypto_imath.o
/usr/local/bin/python2.6 heimdal/lib/wind/gen-map.py 
heimdal/lib/wind/rfc3454.txt heimdal/lib/wind/
fooresult B.1,rfc4518-map
Compiling heimdal/lib/wind/wind_err.c
/usr/local/bin/python2.6 heimdal/lib/wind/gen-errorlist.py 
heimdal/lib/wind/rfc3454.txt heimdal/lib/wind/
Compiling heimdal/lib/wind/wind_err.c
/usr/local/bin/python2.6 heimdal/lib/wind/gen-normalize.py 
heimdal/lib/wind/UnicodeData.txt 
heimdal/lib/wind/CompositionExclusions-3.2.0.txt heimdal/lib/wind/
Compiling heimdal/lib/wind/wind_err.c
/usr/local/bin/python2.6 heimdal/lib/wind/gen-combining.py 
heimdal/lib/wind/UnicodeData.txt heimdal/lib/wind/
Compiling heimdal/lib/wind/wind_err.c
/usr/local/bin/python2.6 heimdal/lib/wind/gen-bidi.py 
heimdal/lib/wind/rfc3454.txt heimdal/lib/wind/
Compiling heimdal/lib/wind/wind_err.c
Compiling heimdal/lib/wind/stringprep.c
Compiling heimdal/lib/wind/stringprep.c
Compiling heimdal/lib/wind/stringprep.c
Compiling heimdal/lib/wind/stringprep.c
Compiling heimdal/lib/wind/stringprep.c
Compiling heimdal/lib/wind/errorlist.c
Compiling heimdal/lib/wind/errorlist.c
Compiling heimdal/lib/wind/errorlist.c
Compiling heimdal/lib/wind/errorlist.c
Compiling heimdal/lib/wind/errorlist.c
Compiling heimdal/lib/wind/errorlist_table.c
Compiling heimdal/lib/wind/errorlist_table.c
Compiling heimdal/lib/wind/errorlist_table.c
Compiling heimdal/lib/wind/errorlist_table.c
Compiling heimdal/lib/wind/errorlist_table.c
Compiling heimdal/lib/wind/normalize.c
Compiling heimdal/lib/wind/normalize.c
Compiling heimdal/lib/wind/normalize.c
Compiling heimdal/lib/wind/normalize.c
Compiling heimdal/lib/wind/normalize.c
Compiling heimdal/lib/wind/normalize_table.c
Compiling heimdal/lib/wind/normalize_table.c
Compiling heimdal/lib/wind/normalize_table.c
Compiling heimdal/lib/wind/normalize_table.c
Compiling heimdal/lib/wind/normalize_table.c
Compiling heimdal/lib/wind/combining.c
Compiling heimdal/lib/wind/combining.c
Compiling heimdal/lib/wind/combining.c
Compiling heimdal/lib/wind/combining.c
Compiling heimdal/lib/wind/combining.c
Compiling heimdal/lib/wind/combining_table.c
Compiling heimdal/lib/wind/combining_table.c
Compiling heimdal/lib/wind/combining_table.c
Compiling heimdal/lib/wind/combining_table.c
Compiling heimdal/lib/wind/combining_table.c
Compiling heimdal/lib/wind/utf8.c
Compiling heimdal/lib/wind/utf8.c
Compiling heimdal/lib/wind/utf8.c
Compiling heimdal/lib/wind/utf8.c
Compiling heimdal/lib/wind/utf8.c
Compiling heimdal/lib/wind/bidi.c
Compiling heimdal/lib/wind/bidi.c
Compiling heimdal/lib/wind/bidi.c
Compiling heimdal/lib/wind/bidi.c
Compiling heimdal/lib/wind/bidi.c
Compiling heimdal/lib/wind/bidi_table.c
Compiling heimdal/lib/wind/bidi_table.c
Compiling heimdal/lib/wind/bidi_table.c
Compiling heimdal/lib/wind/bidi_table.c
Compiling heimdal/lib/wind/bidi_table.c
Compiling heimdal/lib/wind/ldap.c
Compiling heimdal/lib/wind/ldap.c
Compiling heimdal/lib/wind/ldap.c
Compiling heimdal/lib/wind/ldap.c
Compiling heimdal/lib/wind/ldap.c
Compiling heimdal/lib/wind/map.c
Compiling heimdal/lib/wind/map.c
Compiling heimdal/lib/wind/map.c
Compiling heimdal/lib/wind/map.c
Compiling heimdal/lib/wind/map.c
Compiling heimdal/lib/wind/map_table.c
Compiling heimdal/lib/wind/map_table.c
Compiling heimdal/lib/wind/map_table.c
Compiling heimdal/lib/wind/map_table.c
Compiling heimdal/lib/wind/map_table.c
Partially linking bin/mergedobj/heimdal_wind.o
Compiling heimdal/lib/asn1/asn1_pkinit_asn1.c
Partially linking bin/mergedobj/heimdal_pkinit_asn1.o
Compiling heimdal/lib/asn1/asn1_cms_asn1.c
Partially linking bin/mergedobj/heimdal_cms_asn1.o
Compiling heimdal/lib/asn1/asn1_rfc2459_asn1.c
Partially linking bin/mergedobj/heimdal_rfc2459_asn1.o
Compiling heimdal/lib/asn1/asn1_krb5_asn1.c
Partially linking bin/mergedobj/heimdal_krb5_asn1.o
Compiling heimdal/lib/asn1/der_get.c
Compiling heimdal/lib/asn1/der_put.c
Compiling heimdal/lib/asn1/der_free.c
Compiling heimdal/lib/asn1/der_format.c
Compiling heimdal/lib/asn1/der_length.c
Compiling heimdal/lib/asn1/der_copy.c
Compiling heimdal/lib/asn1/der_cmp.c
Compiling heimdal/lib/asn1/extra.c
Compiling heimdal/lib/asn1/timegm.c
Compiling heimdal/lib/asn1/asn1_err.c
Partially linking bin/mergedobj/heimdal_heim_asn1.o
Compiling heimdal/lib/com_err/com_err.c
Compiling heimdal/lib/com_err/error.c
Partially linking bin/mergedobj/heimdal_com_err.o
Creating heimdal/lib/roken/roken.h
Compiling heimdal/lib/roken/base64.c
Compiling heimdal/lib/roken/hex.c
Compiling heimdal/lib/roken/bswap.c
Compiling heimdal/lib/roken/dumpdata.c
Compiling heimdal/lib/roken/emalloc.c
Compiling heimdal/lib/roken/ecalloc.c
Compiling heimdal/lib/roken/getarg.c
Compiling heimdal/lib/roken/get_window_size.c
Compiling heimdal/lib/roken/getdtablesize.c
Compiling heimdal/lib/roken/h_errno.c
Compiling heimdal/lib/roken/issuid.c
Compiling heimdal/lib/roken/net_read.c
Compiling heimdal/lib/roken/net_write.c
Compiling heimdal/lib/roken/socket.c
Compiling heimdal/lib/roken/parse_time.c
Compiling heimdal/lib/roken/parse_units.c
Compiling heimdal/lib/roken/resolve.c
Compiling heimdal/lib/roken/roken_gethostby.c
Compiling heimdal/lib/roken/signal.c
Compiling heimdal/lib/roken/vis.c
Compiling heimdal/lib/roken/strlwr.c
Compiling heimdal/lib/roken/strsep_copy.c
Compiling heimdal/lib/roken/strsep.c
Compiling heimdal/lib/roken/strupr.c
Compiling heimdal/lib/roken/strpool.c
Compiling heimdal/lib/roken/estrdup.c
Compiling heimdal/lib/roken/erealloc.c
Compiling heimdal/lib/roken/simple_exec.c
Compiling heimdal/lib/roken/strcollect.c
Compiling heimdal/lib/roken/rtbl.c
Compiling heimdal/lib/roken/cloexec.c
Compiling heimdal/lib/roken/xfree.c
Compiling heimdal/../heimdal_build/replace.c
Partially linking bin/mergedobj/heimdal_roken.o
Compiling heimdal/lib/roken/closefrom.c
Partially linking bin/mergedobj/heimdal_roken_closefrom.o
Compiling heimdal/lib/roken/getprogname.c
Compiling heimdal/lib/roken/setprogname.c
Partially linking bin/mergedobj/heimdal_roken_progname.o
Compiling dsdb/samdb/ldb_modules/ranged_results.c
Partially linking bin/mergedobj/ldb_ranged_results.o
Compiling lib/events/tevent_s4.c
Partially linking bin/mergedobj/events.o
Compiling nbt_server/wins/wins_ldb.c
Partially linking bin/mergedobj/ldb_wins_ldb.o
Compiling lib/socket/interface.c
Compiling lib/socket/netif.c
Partially linking bin/mergedobj/netif.o
Compiling ../lib/tevent/tevent.c
Compiling ../lib/tevent/tevent_debug.c
Compiling ../lib/tevent/tevent_util.c
Compiling ../lib/tevent/tevent_fd.c
Compiling ../lib/tevent/tevent_timed.c
Compiling ../lib/tevent/tevent_immediate.c
Compiling ../lib/tevent/tevent_signal.c
Compiling ../lib/tevent/tevent_req.c
Compiling ../lib/tevent/tevent_wakeup.c
Compiling ../lib/tevent/tevent_queue.c
Compiling ../lib/tevent/tevent_standard.c
Compiling ../lib/tevent/tevent_select.c
Partially linking bin/mergedobj/tevent.o
Compiling lib/registry/tdr_regf.c
Partially linking bin/mergedobj/tdr_regf.o
Compiling ../lib/tdr/tdr.c
Partially linking bin/mergedobj/tdr.o
Compiling param/loadparm.c
Compiling param/generic.c
Compiling param/util.c
Partially linking bin/mergedobj/samba-hostconfig.o
Compiling ../lib/util/xfile.c
Compiling ../lib/util/debug.c
Compiling ../lib/util/fault.c
Compiling ../lib/util/signal.c
Compiling ../lib/util/system.c
Compiling ../lib/util/time.c
Compiling ../lib/util/genrand.c
Compiling ../lib/util/dprintf.c
Compiling ../lib/util/util_str.c
Compiling ../lib/util/rfc1738.c
Compiling ../lib/util/substitute.c
Compiling ../lib/util/util_strlist.c
Compiling ../lib/util/util_file.c
Compiling ../lib/util/data_blob.c
Compiling ../lib/util/util.c
Compiling ../lib/util/blocking.c
Compiling ../lib/util/util_net.c
Compiling ../lib/util/fsusage.c
Compiling ../lib/util/ms_fnmatch.c
Compiling ../lib/util/mutex.c
Compiling ../lib/util/idtree.c
Compiling ../lib/util/become_daemon.c
Compiling ../lib/util/rbtree.c
Compiling ../lib/util/talloc_stack.c
Compiling ../lib/util/smb_threads.c
Compiling ../lib/util/params.c
Compiling ../lib/util/parmlist.c
Compiling ../lib/util/util_id.c
Partially linking bin/mergedobj/samba-util.o
Compiling ../lib/uid_wrapper/uid_wrapper.c
"../lib/uid_wrapper/uid_wrapper.c", line 103.40: 1506-280 (W) Function 
argument assignment between types "unsigned int*" and "const unsigned 
int*" is not allowed.
Partially linking bin/mergedobj/uid_wrapper.o
Compiling ../lib/util/charset/iconv.c
Compiling ../lib/util/charset/charcnv.c
Compiling ../lib/util/charset/util_unistr.c
Compiling ../lib/util/charset/codepoints.c
Partially linking bin/mergedobj/charset.o
Compiling dynconfig/dynconfig.c
Partially linking bin/mergedobj/dynconfig.o
Compiling ../lib/socket_wrapper/socket_wrapper.c
Partially linking bin/mergedobj/socket_wrapper.o
Compiling ../lib/crypto/crc32.c
Compiling ../lib/crypto/md5.c
Compiling ../lib/crypto/hmacmd5.c
Compiling ../lib/crypto/md4.c
Compiling ../lib/crypto/arcfour.c
Compiling ../lib/crypto/sha256.c
Compiling ../lib/crypto/hmacsha256.c
Compiling ../lib/crypto/aes.c
Compiling ../lib/crypto/rijndael-alg-fst.c
Partially linking bin/mergedobj/crypto.o
Compiling ../lib/talloc/talloc.c
Partially linking bin/mergedobj/talloc.o
Compiling ../lib/replace/replace.c
Compiling ../lib/replace/snprintf.c
Compiling ../lib/replace/getpass.c
Compiling ../lib/replace/strptime.c
Compiling ../lib/replace/timegm.c
Compiling ../lib/replace/getifaddrs.c
"../lib/replace/getifaddrs.c", line 290.38: 1506-280 (W) Function argument 
assignment between types "struct addrinfo*" and "struct ifaddrs*" is not 
allowed.
"../lib/replace/getifaddrs.c", line 309.38: 1506-280 (W) Function argument 
assignment between types "struct addrinfo*" and "struct ifaddrs*" is not 
allowed.
"../lib/replace/getifaddrs.c", line 316.38: 1506-280 (W) Function argument 
assignment between types "struct addrinfo*" and "struct ifaddrs*" is not 
allowed.
Partially linking bin/mergedobj/replace.o
Linking bin/regpatch
Compiling lib/registry/tools/regdiff.c
Linking bin/regdiff
Compiling ../lib/tdb/tools/tdbtool.c
Linking bin/tdbtool
Compiling smbd/server.c
Compiling smbd/pidfile.c
Partially linking bin/mergedobj/pidfile.o
Compiling smbd/service.c
Compiling smbd/service_stream.c
Compiling smbd/service_named_pipe.c
Compiling smbd/service_task.c
Partially linking bin/mergedobj/service.o
Compiling nbt_server/nbt_server.c
Partially linking bin/mergedobj/service_nbtd.o
Compiling nbt_server/interfaces.c
Compiling nbt_server/register.c
Compiling nbt_server/query.c
Compiling nbt_server/nodestatus.c
Compiling nbt_server/defense.c
Compiling nbt_server/packet.c
Compiling nbt_server/irpc.c
Partially linking bin/mergedobj/nbt_server.o
Compiling nbt_server/dgram/request.c
Compiling nbt_server/dgram/netlogon.c
Compiling nbt_server/dgram/browse.c
Partially linking bin/mergedobj/nbtd_dgram.o
Compiling nbt_server/wins/winsserver.c
Compiling nbt_server/wins/winsclient.c
Compiling nbt_server/wins/winswack.c
Compiling nbt_server/wins/wins_dns_proxy.c
Partially linking bin/mergedobj/nbtd_wins.o
Compiling dsdb/kcc/kcc_service.c
Compiling dsdb/kcc/kcc_periodic.c
Partially linking bin/mergedobj/kcc_srv.o
Compiling smb_server/smb_samba3.c
Partially linking bin/mergedobj/service_samba3_smb.o
Compiling rpc_server/service_rpc.c
Partially linking bin/mergedobj/dcesrv.o
Compiling rpc_server/dcerpc_server.c
Compiling rpc_server/dcesrv_auth.c
Compiling rpc_server/dcesrv_mgmt.c
Compiling rpc_server/handles.c
Partially linking bin/mergedobj/dcerpc_server.o
Compiling rpc_server/lsa/dcesrv_lsa.c
    1500-030: (I) INFORMATION: lsarpc__op_dispatch: Additional 
optimization may be attained by recompiling and specifying MAXMEM option 
with a value greater than 32000.
Compiling rpc_server/lsa/lsa_init.c
Compiling rpc_server/lsa/lsa_lookup.c
"rpc_server/lsa/lsa_lookup.c", line 275.96: 1506-280 (W) Function argument 
assignment between types "unsigned int*" and "enum lsa_SidType*" is not 
allowed.
"rpc_server/lsa/lsa_lookup.c", line 346.53: 1506-280 (W) Function argument 
assignment between types "unsigned int*" and "enum lsa_SidType*" is not 
allowed.
"rpc_server/lsa/lsa_lookup.c", line 473.81: 1506-280 (W) Function argument 
assignment between types "unsigned int*" and "enum lsa_SidType*" is not 
allowed.
"rpc_server/lsa/lsa_lookup.c", line 932.73: 1506-280 (W) Function argument 
assignment between types "enum lsa_SidType*" and "unsigned int*" is not 
allowed.
Partially linking bin/mergedobj/dcerpc_lsarpc.o
Compiling rpc_server/remote/dcesrv_remote.c
Partially linking bin/mergedobj/dcerpc_remote.o
Compiling ../librpc/ndr/ndr_table.c
Generating librpc/gen_ndr/tables.c
Compiling librpc/gen_ndr/tables.c
Partially linking bin/mergedobj/ndr_table.o
Compiling ../librpc/gen_ndr/ndr_ntlmssp.c
Compiling ../librpc/ndr/ndr_ntlmssp.c
Partially linking bin/mergedobj/ndr_ntlmssp.o
Compiling ../librpc/gen_ndr/ndr_wmi.c
Compiling ../librpc/ndr/ndr_wmi.c
Partially linking bin/mergedobj/ndr_wmi.o
Compiling ../librpc/gen_ndr/ndr_dcom.c
Partially linking bin/mergedobj/ndr_dcom.o
Compiling ../librpc/gen_ndr/ndr_frstrans.c
Partially linking bin/mergedobj/ndr_frstrans.o
Compiling ../librpc/gen_ndr/ndr_frsapi.c
Partially linking bin/mergedobj/ndr_frsapi.o
Compiling ../librpc/gen_ndr/ndr_frsrpc.c
Compiling ../librpc/ndr/ndr_frsrpc.c
Partially linking bin/mergedobj/ndr_frsrpc.o
Compiling librpc/gen_ndr/ndr_sasl_helpers.c
Partially linking bin/mergedobj/ndr_sasl_helpers.o
Compiling librpc/gen_ndr/ndr_winstation.c
Partially linking bin/mergedobj/ndr_winstation.o
Compiling ../librpc/gen_ndr/ndr_dnsserver.c
Partially linking bin/mergedobj/ndr_dnsserver.o
Compiling ../librpc/gen_ndr/ndr_rot.c
Partially linking bin/mergedobj/ndr_rot.o
Compiling ../librpc/gen_ndr/ndr_keysvc.c
Partially linking bin/mergedobj/ndr_keysvc.o
Compiling ../librpc/gen_ndr/ndr_trkwks.c
Partially linking bin/mergedobj/ndr_trkwks.o
Compiling ../librpc/gen_ndr/ndr_scerpc.c
Partially linking bin/mergedobj/ndr_scerpc.o
Compiling ../librpc/gen_ndr/ndr_w32time.c
Partially linking bin/mergedobj/ndr_w32time.o
Compiling ../librpc/gen_ndr/ndr_wzcsvc.c
Partially linking bin/mergedobj/ndr_wzcsvc.o
Compiling ../librpc/gen_ndr/ndr_remact.c
Partially linking bin/mergedobj/ndr_remact.o
Compiling ../librpc/gen_ndr/ndr_oxidresolver.c
Partially linking bin/mergedobj/ndr_oxidresolver.o
Compiling ../librpc/gen_ndr/ndr_orpc.c
Compiling ../librpc/ndr/ndr_orpc.c
Partially linking bin/mergedobj/ndr_orpc.o
Compiling ../librpc/gen_ndr/ndr_protected_storage.c
Partially linking bin/mergedobj/ndr_protected_storage.o
Compiling librpc/gen_ndr/ndr_winsif.c
"librpc/gen_ndr/ndr_winsif.c", line 226.77: 1506-280 (W) Function argument 
assignment between types "const struct nbt_name**" and "struct nbt_name**" 
is not allowed.
"librpc/gen_ndr/ndr_winsif.c", line 2465.77: 1506-280 (W) Function 
argument assignment between types "const struct nbt_name**" and "struct 
nbt_name**" is not allowed.
Partially linking bin/mergedobj/ndr_winsif.o
Compiling ../librpc/gen_ndr/ndr_msgsvc.c
Partially linking bin/mergedobj/ndr_msgsvc.o
Compiling ../librpc/gen_ndr/ndr_dssetup.c
Partially linking bin/mergedobj/ndr_dssetup.o
Compiling ../librpc/gen_ndr/ndr_dbgidl.c
Partially linking bin/mergedobj/ndr_dbgidl.o
Compiling ../librpc/gen_ndr/ndr_policyagent.c
Partially linking bin/mergedobj/ndr_policyagent.o
Compiling ../librpc/gen_ndr/ndr_efs.c
Partially linking bin/mergedobj/ndr_efs.o
Compiling ../librpc/gen_ndr/ndr_dsbackup.c
Partially linking bin/mergedobj/ndr_dsbackup.o
Compiling ../librpc/gen_ndr/ndr_audiosrv.c
Partially linking bin/mergedobj/ndr_audiosrv.o
Compiling rpc_server/samr/dcesrv_samr.c
    1500-030: (I) INFORMATION: dcesrv_samr_SetUserInfo: Additional 
optimization may be attained by recompiling and specifying MAXMEM option 
with a value greater than 32000.
Compiling rpc_server/samr/samr_password.c
Partially linking bin/mergedobj/dcesrv_samr.o
Compiling rpc_server/unixinfo/dcesrv_unixinfo.c
Partially linking bin/mergedobj/dcerpc_unixinfo.o
Compiling ../librpc/gen_ndr/ndr_unixinfo.c
Partially linking bin/mergedobj/ndr_unixinfo.o
Compiling rpc_server/echo/rpc_echo.c
Partially linking bin/mergedobj/dcerpc_rpcecho.o
Compiling rpc_server/browser/dcesrv_browser.c
Partially linking bin/mergedobj/dcerpc_browser.o
Compiling ../librpc/gen_ndr/ndr_browser.c
Partially linking bin/mergedobj/ndr_browser.o
Compiling rpc_server/netlogon/dcerpc_netlogon.c
    1500-030: (I) INFORMATION: netlogon__op_reply: Additional optimization 
may be attained by recompiling and specifying MAXMEM option with a value 
greater than 32000.
Partially linking bin/mergedobj/dcerpc_netlogon.o
Compiling rpc_server/srvsvc/dcesrv_srvsvc.c
    1500-030: (I) INFORMATION: srvsvc__op_reply: Additional optimization 
may be attained by recompiling and specifying MAXMEM option with a value 
greater than 32000.
Compiling rpc_server/srvsvc/srvsvc_ntvfs.c
"rpc_server/srvsvc/srvsvc_ntvfs.c", line 131.47: 1506-280 (W) Function 
argument assignment between types "union smb_tcon*" and "const char*" is 
not allowed.
Partially linking bin/mergedobj/dcerpc_srvsvc.o
Compiling rpc_server/epmapper/rpc_epmapper.c
Partially linking bin/mergedobj/dcerpc_epmapper.o
Compiling rpc_server/winreg/rpc_winreg.c
"rpc_server/winreg/rpc_winreg.c", line 299.21: 1506-068 (W) Operation 
between types "enum winreg_Type*" and "unsigned int*" is not allowed.
"rpc_server/winreg/rpc_winreg.c", line 500.29: 1506-068 (W) Operation 
between types "enum winreg_Type*" and "unsigned int*" is not allowed.
Partially linking bin/mergedobj/dcerpc_winreg.o
Compiling rpc_server/spoolss/dcesrv_spoolss.c
    1500-030: (I) INFORMATION: spoolss__op_dispatch: Additional 
optimization may be attained by recompiling and specifying MAXMEM option 
with a value greater than 32000.
Partially linking bin/mergedobj/dcerpc_spoolss.o
Compiling ../librpc/gen_ndr/ndr_spoolss_c.c
Partially linking bin/mergedobj/rpc_ndr_spoolss.o
Compiling ntptr/ntptr_base.c
Compiling ntptr/ntptr_interface.c
Partially linking bin/mergedobj/ntptr.o
Compiling ntptr/simple_ldb/ntptr_simple_ldb.c
Partially linking bin/mergedobj/ntptr_simple_ldb.o
Compiling ../librpc/gen_ndr/ndr_spoolss.c
    1500-030: (I) INFORMATION: ndr_pull_spoolss_DriverInfo8: Additional 
optimization may be attained by recompiling and specifying MAXMEM option 
with a value greater than 32000.
Partially linking bin/mergedobj/ndr_spoolss.o
Compiling ../librpc/ndr/ndr_spoolss_buf.c
Partially linking bin/mergedobj/ndr_spoolss_buf.o
Compiling rpc_server/drsuapi/dcesrv_drsuapi.c
Compiling rpc_server/drsuapi/updaterefs.c
Compiling rpc_server/drsuapi/getncchanges.c
"rpc_server/drsuapi/getncchanges.c", line 69.37: 1506-196 (W) 
Initialization between types "char*" and "const char*" is not allowed.
Compiling rpc_server/drsuapi/addentry.c
Compiling rpc_server/drsuapi/drsutil.c
Partially linking bin/mergedobj/dcerpc_drsuapi.o
Compiling rpc_server/wkssvc/dcesrv_wkssvc.c
Partially linking bin/mergedobj/dcerpc_wkssvc.o
Compiling rpc_server/common/server_info.c
Compiling rpc_server/common/share_info.c
Compiling rpc_server/common/forward.c
Partially linking bin/mergedobj/dcerpc_common.o
Compiling ntp_signd/ntp_signd.c
Partially linking bin/mergedobj/ntp_signd.o
Compiling librpc/gen_ndr/ndr_ntp_signd.c
Partially linking bin/mergedobj/ndr_ntp_signd.o
Compiling winbind/wb_server.c
Compiling winbind/wb_setup_domains.c
Compiling winbind/wb_irpc.c
Compiling winbind/wb_samba3_protocol.c
Compiling winbind/wb_samba3_cmd.c
Compiling winbind/wb_init_domain.c
Compiling winbind/wb_dom_info.c
Compiling winbind/wb_dom_info_trusted.c
Compiling winbind/wb_sid2domain.c
Compiling winbind/wb_name2domain.c
Compiling winbind/wb_sids2xids.c
Compiling winbind/wb_xids2sids.c
Compiling winbind/wb_gid2sid.c
Compiling winbind/wb_sid2uid.c
Compiling winbind/wb_sid2gid.c
Compiling winbind/wb_uid2sid.c
Compiling winbind/wb_connect_lsa.c
Compiling winbind/wb_connect_sam.c
Compiling winbind/wb_cmd_lookupname.c
Compiling winbind/wb_cmd_lookupsid.c
Compiling winbind/wb_cmd_getdcname.c
Compiling winbind/wb_cmd_getgrnam.c
Compiling winbind/wb_cmd_getgrgid.c
Compiling winbind/wb_cmd_getpwnam.c
Compiling winbind/wb_cmd_getpwuid.c
Compiling winbind/wb_cmd_userdomgroups.c
Compiling winbind/wb_cmd_usersids.c
Compiling winbind/wb_cmd_list_groups.c
Compiling winbind/wb_cmd_list_trustdom.c
Compiling winbind/wb_cmd_list_users.c
Compiling winbind/wb_cmd_setpwent.c
Compiling winbind/wb_cmd_getpwent.c
Compiling winbind/wb_pam_auth.c
Compiling winbind/wb_sam_logon.c
Partially linking bin/mergedobj/winbind.o
Compiling libnet/libnet.c
Compiling libnet/libnet_passwd.c
Compiling libnet/libnet_time.c
Compiling libnet/libnet_rpc.c
Compiling libnet/libnet_join.c
Compiling libnet/libnet_site.c
Compiling libnet/libnet_become_dc.c
Compiling libnet/libnet_unbecome_dc.c
Compiling libnet/libnet_vampire.c
Compiling libnet/libnet_samdump.c
Compiling libnet/libnet_samdump_keytab.c
Compiling libnet/libnet_samsync_ldb.c
Compiling libnet/libnet_user.c
Compiling libnet/libnet_group.c
Compiling libnet/libnet_share.c
Compiling libnet/libnet_lookup.c
Compiling libnet/libnet_domain.c
Compiling libnet/userinfo.c
Compiling libnet/groupinfo.c
Compiling libnet/userman.c
Compiling libnet/groupman.c
Compiling libnet/prereq_domain.c
Compiling libnet/libnet_samsync.c
Compiling libnet/libnet_export_keytab.c
Partially linking bin/mergedobj/samba-net.o
Compiling ../libcli/samsync/decrypt.c
Partially linking bin/mergedobj/cli_samsync.o
Compiling param/provision.c
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-236 (W) Macro 
name SIZEOF_OFF_T has been redefined.
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-358 (I) 
"SIZEOF_OFF_T" is defined on line 1318 of ./include/config.h.
Compiling param/pyparam.c
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-236 (W) Macro 
name SIZEOF_OFF_T has been redefined.
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-358 (I) 
"SIZEOF_OFF_T" is defined on line 1318 of ./include/config.h.
Partially linking bin/mergedobj/provision.o
Compiling param/pyparam_util.c
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-236 (W) Macro 
name SIZEOF_OFF_T has been redefined.
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-358 (I) 
"SIZEOF_OFF_T" is defined on line 1318 of ./include/config.h.
Partially linking bin/mergedobj/pyparam_util.o
Compiling lib/ldb/pyldb.c
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-236 (W) Macro 
name SIZEOF_OFF_T has been redefined.
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-358 (I) 
"SIZEOF_OFF_T" is defined on line 1318 of ./include/config.h.
Partially linking bin/mergedobj/pyldb.o
Compiling ../librpc/gen_ndr/ndr_srvsvc_c.c
Partially linking bin/mergedobj/rpc_ndr_srvsvc.o
Compiling winbind/idmap.c
Partially linking bin/mergedobj/idmap.o
Compiling winbind/wb_async_helpers.c
Compiling winbind/wb_utils.c
Partially linking bin/mergedobj/wb_helper.o
Compiling ../librpc/gen_ndr/ndr_samr_c.c
Partially linking bin/mergedobj/dcerpc_samr.o
Compiling ../librpc/gen_ndr/ndr_lsa_c.c
Partially linking bin/mergedobj/rpc_ndr_lsa.o
Compiling dsdb/repl/drepl_service.c
Compiling dsdb/repl/drepl_periodic.c
Compiling dsdb/repl/drepl_partitions.c
Compiling dsdb/repl/drepl_out_pull.c
Compiling dsdb/repl/drepl_out_helpers.c
Compiling dsdb/repl/drepl_notify.c
Partially linking bin/mergedobj/drepl_srv.o
Compiling ../librpc/gen_ndr/ndr_drsuapi_c.c
Partially linking bin/mergedobj/rpc_ndr_drsuapi.o
Compiling web_server/web_server.c
Compiling web_server/wsgi.c
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-236 (W) Macro 
name SIZEOF_OFF_T has been redefined.
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-358 (I) 
"SIZEOF_OFF_T" is defined on line 1318 of ./include/config.h.
Partially linking bin/mergedobj/web.o
Compiling scripting/python/modules.c
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-236 (W) Macro 
name SIZEOF_OFF_T has been redefined.
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-358 (I) 
"SIZEOF_OFF_T" is defined on line 1318 of ./include/config.h.
Partially linking bin/mergedobj/python.o
Compiling ../lib/talloc/pytalloc.c
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-236 (W) Macro 
name SIZEOF_OFF_T has been redefined.
"/usr/local/include/python2.6/pyconfig.h", line 907.9: 1506-358 (I) 
"SIZEOF_OFF_T" is defined on line 1318 of ./include/config.h.
Partially linking bin/mergedobj/pytalloc.o
Compiling smb_server/smb_server.c
Partially linking bin/mergedobj/service_smb.o
Compiling smb_server/handle.c
Compiling smb_server/tcon.c
Compiling smb_server/session.c
Compiling smb_server/blob.c
    1500-030: (I) INFORMATION: smbsrv_push_passthru_fileinfo: Additional 
optimization may be attained by recompiling and specifying MAXMEM option 
with a value greater than 32000.
Compiling smb_server/management.c
Partially linking bin/mergedobj/smb_server.o
Compiling smb_server/smb2/receive.c
Compiling smb_server/smb2/negprot.c
Compiling smb_server/smb2/sesssetup.c
Compiling smb_server/smb2/tcon.c
Compiling smb_server/smb2/fileio.c
Compiling smb_server/smb2/fileinfo.c
Compiling smb_server/smb2/find.c
Compiling smb_server/smb2/keepalive.c
Partially linking bin/mergedobj/smb2_protocol.o
Compiling smb_server/smb/receive.c
Compiling smb_server/smb/negprot.c
Compiling smb_server/smb/nttrans.c
Compiling smb_server/smb/reply.c
"smb_server/smb/reply.c", line 1088.42: 1506-022 (S) "lseek64" is not a 
member of "union smb_seek".
"smb_server/smb/reply.c", line 1088.42: 1506-022 (S) "lseek64" is not a 
member of "union smb_seek".
"smb_server/smb/reply.c", line 1088.42: 1506-022 (S) "lseek64" is not a 
member of "union smb_seek".
"smb_server/smb/reply.c", line 1088.42: 1506-022 (S) "lseek64" is not a 
member of "union smb_seek".
"smb_server/smb/reply.c", line 1104.13: 1506-022 (S) "lseek64" is not a 
member of "union smb_seek".
"smb_server/smb/reply.c", line 1105.13: 1506-022 (S) "lseek64" is not a 
member of "union smb_seek".
"smb_server/smb/reply.c", line 1106.13: 1506-022 (S) "lseek64" is not a 
member of "union smb_seek".
"smb_server/smb/reply.c", line 1108.38: 1506-022 (S) "lseek64" is not a 
member of "union smb_seek".
The following command failed:
/usr/vac/bin/cc -qlanglvl=extc89 -qlanglvl=extc99 -D_LINUX_SOURCE_COMPAT 
-qmaxmem=32000              -I../lib/tevent -Iheimdal/../heimdal_build 
-Iheimdal/lib/gssapi -Iheimdal/lib/gssapi/gssapi 
-Iheimdal/lib/gssapi/spnego -Iheimdal/lib/gssapi/krb5 
-Iheimdal/lib/gssapi/mech -Iheimdal_build -Iheimdal/lib/roken 
-Iheimdal/lib/gssapi -Iheimdal/lib/gssapi -Ilib/ldb/include 
-Ilib/ldb/include -Ilib/ldb/include -Ilib/ldb/include -Ilib/ldb/include 
-Ilib/ldb/include   -Iheimdal/../heimdal_build -Iheimdal/lib/hdb 
-Iheimdal/lib/hdb -Ilib/ldb/include -Ilib/ldb/include -Ilib/ldb/ldb_tdb 
-I../lib/tdb/include -Ilib/ldb/include -Ilib/ldb/include     -I../lib/zlib 
-Iheimdal/../heimdal_build -Iheimdal/lib/krb5 -Iheimdal/lib/asn1 
-Iheimdal/lib/com_err   -Iheimdal/../heimdal_build -Iheimdal/lib/hx509 
-Iheimdal/lib/hx509 -Iheimdal/lib/asn1 -Iheimdal/lib/asn1 
-Iheimdal/lib/asn1 -Iheimdal/lib/hx509 -Iheimdal/../heimdal_build 
-Iheimdal/lib/hcrypto -Iheimdal/lib -Iheimdal/../heimdal_build 
-Iheimdal/lib/hcrypto/imath -Iheimdal/../heimdal_build -Iheimdal/lib/wind 
-Iheimdal/lib/asn1 -Iheimdal/lib/asn1 -Iheimdal/lib/asn1 
-Iheimdal/lib/asn1 -Iheimdal/../heimdal_build -Iheimdal/lib/asn1 
-Iheimdal/../heimdal_build -Iheimdal/lib/com_err 
-Iheimdal/../heimdal_build -Iheimdal/lib/roken -Iheimdal/include 
-I../lib/socket_wrapper        -I./../lib/talloc     -Ilib/events 
-I../lib/tevent   -I../lib/talloc -Ilib/replace     -O2 -I./include -I. 
-I./lib -I./../lib/replace -I./../lib/talloc -I./.. -D_SAMBA_BUILD_=4 
-DHAVE_CONFIG_H  -c smb_server/smb/reply.c -o smb_server/smb/reply.o
make: *** [smb_server/smb/reply.o] Error 1
#





Regards, 

Jason 


More information about the samba-technical mailing list