Skip to content

Instantly share code, notes, and snippets.

@mzdrahal
Last active December 14, 2015 19:08
Show Gist options
  • Save mzdrahal/5134098 to your computer and use it in GitHub Desktop.
Save mzdrahal/5134098 to your computer and use it in GitHub Desktop.
winexe failed to build on 10.8.2
# normal install command
~$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install winexe
==> Downloading http://sourceforge.net/projects/winexe/files/winexe-1.00.tar.gz
Already downloaded: /Library/Caches/Homebrew/winexe-1.00.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/winexe-1.00.tar.gz
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file source4/winexe/winexe.h
==> ./autogen.sh
./autogen.sh
-n
./autogen.sh: need autoconf 2.53 or later to build samba from git
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: e469bc04fd6818e4772bcd6a7213d5fbede27703
CPU: quad-core 64-bit sandybridge
OS X: 10.8.2-x86_64
CLT: 4.6.0.0.1.1358221012
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: winexe did not build
# with --env=std flag
~$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install --env=std winexe
==> Downloading http://sourceforge.net/projects/winexe/files/winexe-1.00.tar.gz
Already downloaded: /Library/Caches/Homebrew/winexe-1.00.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/winexe-1.00.tar.gz
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file source4/winexe/winexe.h
==> ./autogen.sh
./autogen.sh
-n
./autogen.sh: running script/mkversion.sh
./script/mkversion.sh: 'version.h' created for Samba("4.0.0alpha11-GIT-UNKNOWN")
./autogen.sh: running autoheader -I. -I../lib/replace
./autogen.sh: running autoconf -I. -I../lib/replace
Now run ./configure (or ./configure.developer) and then make.
==> ./configure --enable-fhs
./configure --enable-fhs
SAMBA VERSION: 4.0.0alpha11-GIT-UNKNOWN
checking build system type... i386-apple-darwin12.2.0
checking host system type... i386-apple-darwin12.2.0
checking target system type... i386-apple-darwin12.2.0
LIBREPLACE_LOCATION_CHECKS: START
LIBREPLACE_LOCATION_CHECKS: END
checking for perl... /usr/bin/perl
checking for yapp... false
LIBREPLACE_CC_CHECKS: START
checking for gcc... /usr/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/clang accepts -g... yes
checking for /usr/bin/clang option to accept ISO C89... none needed
checking for version of gcc... 4.2.1
checking how to run the C preprocessor... /usr/bin/clang -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... no
checking for inline... inline
checking for C99 designated initializers... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for library containing strerror... none required
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
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... 8
checking size of long long... 8
checking for uint_t... no
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking size of off_t... 8
checking size of size_t... 8
checking size of ssize_t... 8
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ptrdiff_t... yes
checking for immediate structures... yes
LIBREPLACE_CC_CHECKS: END
checking whether we are really using the Sun C compiler... no
checking for C99 designated initializers... yes
checking that the C compiler understands negative enum values... yes
checking for test routines... yes
checking VISIBILITY_CFLAGS for gcc -fvisibility=hidden... -fvisibility=hidden
checking whether the C compiler supports the visibility attribute... yes
checking for gcov... /usr/bin/gcov
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 darwin12.2.0... true
checking LD... /usr/bin/clang
checking LDFLAGS... -L/usr/local/lib
checking SYS_LDFLAGS...
checking for ar... /usr/bin/ar
checking STLD... /usr/bin/ar
checking STLD_FLAGS... -rcs
checking SHLD... /usr/bin/clang
checking SHLD_FLAGS... -dynamiclib -Wl,-search_paths_first -undefined error
checking MDLD... /usr/bin/clang
checking MDLD_FLAGS... -dynamiclib -Wl,-search_paths_first -undefined dynamic_lookup
checking SHLIBEXT... dylib
checking SONAMEFLAG... #
checking PICFLAG... -fno-common
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/bin/make
checking whether we have GNU make... yes
found
checking GNU make version... 3.81
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... /usr/bin/xsltproc
checking for python2.6... /usr/bin/python2.6
checking for python2.6-config... /usr/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... no
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... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
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... yes
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... yes
checking for strlcat... yes
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... yes
checking for strtok_r... yes
checking for mkdtemp... yes
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... yes
checking whether vasprintf is declared... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for C99 vsnprintf... yes
checking for va_copy... yes
checking for __FUNCTION__ macro... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for comparison_fn_t... no
checking for setenv declaration... yes
checking for setenv... yes
checking for unsetenv... yes
checking for environ declaration... no
checking for strnlen... yes
checking for strtoull... yes
checking for __strtoull... no
checking for strtouq... yes
checking for strtoll... yes
checking for __strtoll... no
checking for strtoq... yes
checking for sig_atomic_t type... yes
checking for O_DIRECT flag to open(2)... no
checking that the C compiler understands volatile... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mode.h usability... no
checking sys/mode.h presence... no
checking for sys/mode.h... no
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/filsys.h usability... no
checking sys/filsys.h presence... no
checking for sys/filsys.h... no
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking acl/libacl.h usability... 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... no
checking sys/id.h presence... no
checking for sys/id.h... no
checking compat.h usability... no
checking compat.h presence... no
checking for compat.h... no
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking sys/priv.h usability... no
checking sys/priv.h presence... no
checking for sys/priv.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/security.h usability... no
checking sys/security.h presence... no
checking for sys/security.h... no
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getpwent_r... no
checking for getpwent_r declaration... no
checking for prototype struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)... ./configure: line 10640: ac_cv_c_prototype_struct_passwd_pgetpwent_r_struct_passwd_psrc__char_pbuf__int_buflen_=no: command not found
checking for prototype struct passwd *getpwent_r(struct passwd *src, char *buf, size_t buflen)... ./configure: line 10687: ac_cv_c_prototype_struct_passwd_pgetpwent_r_struct_passwd_psrc__char_pbuf__size_t_buflen_=no: command not found
checking for getgrnam_r... yes
checking for getgrgid_r... yes
checking for getgrent_r... no
checking for getgrent_r declaration... no
checking for prototype struct group *getgrent_r(struct group *src, char *buf, int buflen)... ./configure: line 10782: ac_cv_c_prototype_struct_group_pgetgrent_r_struct_group_psrc__char_pbuf__int_buflen_=no: command not found
checking for prototype struct group *getgrent_r(struct group *src, char *buf, size_t buflen)... ./configure: line 10830: ac_cv_c_prototype_struct_group_pgetgrent_r_struct_group_psrc__char_pbuf__size_t_buflen_=no: command not found
checking for getgrouplist... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
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)... ./configure: line 11117: ac_cv_c_prototype_void_pdlopen_const_charp_filename__unsigned_int_flags_=no: command not found
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... yes
checking for broken readdir... failure: readdir [
Failed for rmdir - 66 = Directory not empty
]
yes
checking for dirfd... yes
checking for dirfd declaration... yes
checking for getdirentries... yes
checking for prototype long telldir(const DIR *dir)... ./configure: line 11427: ac_cv_c_prototype_long_telldir_const_DIR_pdir_=no: command not found
checking for prototype int seekdir(DIR *dir, long ofs)... ./configure: line 11471: ac_cv_c_prototype_int_seekdir_DIR_pdir__long_ofs_=no: command not found
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... no
checking crypt.h presence... no
checking for crypt.h... no
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... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
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... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for struct sockaddr.sa_len... yes
checking for getifaddrs and freeifaddrs... yes
checking for iface getifaddrs... lo0 AF=18
lo0 IP=fe80::1 NETMASK=ffff:ffff:ffff:ffff::
lo0 IP=127.0.0.1 NETMASK=255.0.0.0
lo0 IP=::1 NETMASK=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
gif0 AF=18
stf0 AF=18
en1 AF=18
en1 IP=fe80::e2f8:47ff:fe30:c2ac NETMASK=ffff:ffff:ffff:ffff::
en1 IP=10.20.30.140 NETMASK=255.255.255.0
en0 AF=18
en0 IP=fe80::ca2a:14ff:fe19:dc66 NETMASK=ffff:ffff:ffff:ffff::
en0 IP=10.20.30.126 NETMASK=255.255.255.0
p2p0 AF=18
fw0 AF=18
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... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for readline.h... (cached) no
checking for readline/readline.h... (cached) yes
checking for tgetent in -lncurses... yes
checking for rl_callback_handler_install in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking whether rl_event_hook is declared... no
checking for history_list in -lreadline... no
checking whether to use extern readline... yes
checking Whether to use external heimdal libraries... no
checking for u_char... yes
checking for u_int32_t... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking for ifaddrs.h... (cached) yes
checking for crypt.h... (cached) no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking errno.h usability... yes
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... no
checking sys/stropts.h presence... no
checking for sys/stropts.h... no
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... yes
checking term.h presence... yes
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... yes
checking for getprogname... yes
checking for setprogname... yes
checking for inet_aton... (cached) yes
checking for gethostname... yes
checking for getnameinfo... yes
checking for iruserok... yes
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... yes
checking for warn... yes
checking for errx... yes
checking for warnx... yes
checking for flock... yes
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... yes
checking util.h presence... yes
checking for util.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking for openpty in -lutil... yes
checking for gettext in -lintl... no
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking dns.h usability... yes
checking dns.h presence... yes
checking for dns.h... yes
checking for resolv.h... yes
checking for res_search... yes, in -lresolv
checking for res_nsearch... yes
checking for res_ndestroy... yes
checking for dns_search... yes
checking for dn_expand... yes
checking for _res... yes
checking whether _res is declared... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -ll
checking whether yytext is a pointer... yes
checking flex version... 2.5.35
checking for bison... bison -y
checking bison version... 2.3
checking working LEX YACC combination... flex-2.5.35:bison-2.3
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for library containing backtrace... none required
checking for backtrace... yes
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... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking for sys/mount.h... (cached) yes
checking statvfs64 function (SVR4)... no
checking statvfs 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... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking for library containing flistxattr... none required
checking for flistxattr... yes
checking whether xattr interface takes additional options... yes
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... yes
checking for writev... (cached) yes
checking for readv... (cached) yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for zlibVersion in -lz... yes
checking for zlib >= 1.2.3... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking for talloc >= 2.0.0... 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) 8
checking size of void *... 8
checking for tdb >= 1.2.0... 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... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for pread declaration... yes
checking for pwrite declaration... yes
checking 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 for gnutls >= 1.4.0... yes
checking that the C compiler can use the GNUTLS_CFLAGS... yes
checking for gnutls_datum... yes
checking for gnutls_datum_t... yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for gcry_control in -lgcrypt... yes
checking for gpg_err_code_from_errno in -lgpg-error... yes
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... no
checking for crypt16... no
checking for getauthuid... no
checking for getpwanam... no
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking for sasl_client_init in -lsasl2... yes
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/bin/make
==> make basics idl bin/winexe
make basics idl bin/winexe
/usr/bin/perl librpc/idl-deps.pl librpc/idl/irpc.idl librpc/idl/nfs4acl.idl librpc/idl/notify.idl librpc/idl/ntp_signd.idl librpc/idl/opendb.idl librpc/idl/sasl_helpers.idl librpc/idl/server_id.idl librpc/idl/winbind.idl librpc/idl/winsif.idl librpc/idl/winsrepl.idl librpc/idl/winstation.idl ../librpc/idl/atsvc.idl ../librpc/idl/audiosrv.idl ../librpc/idl/browser.idl ../librpc/idl/dbgidl.idl ../librpc/idl/dcerpc.idl ../librpc/idl/dcom.idl ../librpc/idl/dfs.idl ../librpc/idl/dfsblobs.idl ../librpc/idl/dnsserver.idl ../librpc/idl/drsblobs.idl ../librpc/idl/drsuapi.idl ../librpc/idl/dsbackup.idl ../librpc/idl/dssetup.idl ../librpc/idl/echo.idl ../librpc/idl/efs.idl ../librpc/idl/epmapper.idl ../librpc/idl/eventlog.idl ../librpc/idl/frsapi.idl ../librpc/idl/frsrpc.idl ../librpc/idl/frstrans.idl ../librpc/idl/initshutdown.idl ../librpc/idl/keysvc.idl ../librpc/idl/krb5pac.idl ../librpc/idl/lsa.idl ../librpc/idl/mgmt.idl ../librpc/idl/misc.idl ../librpc/idl/msgsvc.idl ../librpc/idl/named_pipe_auth.idl ../librpc/idl/nbt.idl ../librpc/idl/netlogon.idl ../librpc/idl/ntlmssp.idl ../librpc/idl/ntsvcs.idl ../librpc/idl/orpc.idl ../librpc/idl/oxidresolver.idl ../librpc/idl/policyagent.idl ../librpc/idl/protected_storage.idl ../librpc/idl/remact.idl ../librpc/idl/rot.idl ../librpc/idl/samr.idl ../librpc/idl/scerpc.idl ../librpc/idl/schannel.idl ../librpc/idl/security.idl ../librpc/idl/spoolss.idl ../librpc/idl/srvsvc.idl ../librpc/idl/svcctl.idl ../librpc/idl/trkwks.idl ../librpc/idl/unixinfo.idl ../librpc/idl/w32time.idl ../librpc/idl/winreg.idl ../librpc/idl/wkssvc.idl ../librpc/idl/wmi.idl ../librpc/idl/wzcsvc.idl ../librpc/idl/xattr.idl >librpc/idl-deps
Creating heimdal/lib/asn1/der-protos.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
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/ct.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 ../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
Partially linking bin/mergedobj/replace_hostcc.o
Linking bin/asn1_compile
ld: warning: directory not found for option '-L./bin/static'
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
ld: warning: directory not found for option '-L./bin/static'
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
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
Compiling ../librpc/idl/dcom.idl
../librpc/idl/dcom.idl:52: warning: top-level [out] pointer `ppv' is not a [ref] pointer
../librpc/idl/dcom.idl:91: warning: top-level [out] pointer `ip' is not a [ref] pointer
../librpc/idl/dcom.idl:104: warning: top-level [out] pointer `pResults' is not a [ref] pointer
../librpc/idl/dcom.idl:181: warning: top-level [out] pointer `phr' is not a [ref] pointer
../librpc/idl/dcom.idl:183: warning: top-level [out] pointer `ppMIF' is not a [ref] pointer
../librpc/idl/dcom.idl:195: warning: top-level [out] pointer `pctinfo' is not a [ref] pointer
../librpc/idl/dcom.idl:205: warning: top-level [out] pointer `ppTInfo' is not a [ref] pointer
../librpc/idl/dcom.idl:214: warning: top-level [out] pointer `rgDispId' is not a [ref] pointer
../librpc/idl/dcom.idl:238: warning: top-level [out] pointer `pVarResult' is not a [ref] pointer
../librpc/idl/dcom.idl:239: warning: top-level [out] pointer `pExcepInfo' is not a [ref] pointer
../librpc/idl/dcom.idl:240: warning: top-level [out] pointer `puArgErr' is not a [ref] pointer
../librpc/idl/dcom.idl:32: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:32: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:32: error: Unable to determine origin of type `struct MInterfacePointer'
../librpc/idl/dcom.idl:36: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:36: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:40: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:40: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:52: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:50: error: Unable to determine origin of type `struct MInterfacePointer'
../librpc/idl/dcom.idl:52: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:52: error: Unable to determine origin of type `struct MInterfacePointer'
../librpc/idl/dcom.idl:54: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:54: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:58: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:58: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:60: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:60: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:81: error: Unable to determine origin of type `struct STDOBJREF'
../librpc/idl/dcom.idl:81: error: Unable to determine origin of type `struct STDOBJREF'
../librpc/idl/dcom.idl:91: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:91: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:91: error: Unable to determine origin of type `struct MInterfacePointer'
../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:109: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:109: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:121: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:121: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:121: error: Unable to determine origin of type `struct MInterfacePointer'
../librpc/idl/dcom.idl:130: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:130: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:161: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:158: error: Unable to determine origin of type `struct MInterfacePointer'
../librpc/idl/dcom.idl:161: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:161: error: Unable to determine origin of type `struct MInterfacePointer'
../librpc/idl/dcom.idl:183: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:183: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:183: error: Unable to determine origin of type `struct MInterfacePointer'
../librpc/idl/dcom.idl:195: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:195: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:205: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:205: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:214: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:214: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:240: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:240: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:249: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:249: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:250: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:250: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:260: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:260: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:283: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:283: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:288: error: Unable to determine origin of type `struct ORPCTHIS'
../librpc/idl/dcom.idl:288: error: Unable to determine origin of type `struct ORPCTHAT'
../librpc/idl/dcom.idl:36: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/dcom.idl:40: warning: Unable to convert uint32 to NTSTATUS
Compiling ../librpc/idl/dfs.idl
Compiling ../librpc/idl/dfsblobs.idl
Compiling ../librpc/idl/dnsserver.idl
Compiling ../librpc/idl/drsblobs.idl
../librpc/idl/drsblobs.idl:554: warning: helper() is pidl-specific and deprecated. Use `include' instead
../librpc/idl/drsblobs.idl:552: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsblobs.idl:346: warning: pointless array cntr: 'cntr_service_keys_0': length=0
../librpc/idl/drsblobs.idl:346: warning: pointless array `service_keys' will always have size 0
../librpc/idl/drsblobs.idl:346: warning: pointless array `service_keys' will always have size 0
Compiling ../librpc/idl/drsuapi.idl
../librpc/idl/drsuapi.idl:1751: warning: helper() is pidl-specific and deprecated. Use `include' instead
../librpc/idl/drsuapi.idl:130: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:131: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:132: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:133: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:700: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:704: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:712: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:720: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:728: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:736: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/drsuapi.idl:182: error: Unable to determine origin of type `struct dom_sid28'
../librpc/idl/drsuapi.idl:182: error: Unable to determine origin of type `struct dom_sid28'
../librpc/idl/drsuapi.idl:586: error: Unable to determine origin of type `struct dom_sid28'
../librpc/idl/drsuapi.idl:586: error: Unable to determine origin of type `struct dom_sid28'
../librpc/idl/drsuapi.idl:595: error: Unable to determine origin of type `struct dom_sid28'
../librpc/idl/drsuapi.idl:595: error: Unable to determine origin of type `struct dom_sid28'
../librpc/idl/drsuapi.idl:919: error: Unable to determine origin of type `struct dom_sid28'
../librpc/idl/drsuapi.idl:919: error: Unable to determine origin of type `struct dom_sid28'
../librpc/idl/drsuapi.idl:1343: error: Unable to determine origin of type `struct dom_sid28'
../librpc/idl/drsuapi.idl:1343: error: Unable to determine origin of type `struct dom_sid28'
Compiling ../librpc/idl/dsbackup.idl
Compiling ../librpc/idl/dssetup.idl
../librpc/idl/dssetup.idl:84: warning: top-level [out] pointer `info' is not a [ref] pointer
Compiling ../librpc/idl/echo.idl
../librpc/idl/echo.idl:89: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/echo.idl:126: warning: Unable to convert uint16 to NTSTATUS
Compiling ../librpc/idl/efs.idl
Compiling ../librpc/idl/epmapper.idl
../librpc/idl/epmapper.idl:204: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/epmapper.idl:205: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/epmapper.idl:220: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/epmapper.idl:250: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/epmapper.idl:257: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/epmapper.idl:270: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/epmapper.idl:287: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/epmapper.idl:294: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/epmapper.idl:300: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/epmapper.idl:309: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/epmapper.idl:313: warning: Unable to convert uint32 to NTSTATUS
Compiling ../librpc/idl/eventlog.idl
../librpc/idl/eventlog.idl:108: error: Unable to determine origin of type `struct dom_sid0'
../librpc/idl/eventlog.idl:108: error: Unable to determine origin of type `struct dom_sid0'
Compiling ../librpc/idl/frsapi.idl
Compiling ../librpc/idl/frsrpc.idl
../librpc/idl/frsrpc.idl:424: warning: helper() is pidl-specific and deprecated. Use `include' instead
../librpc/idl/frsrpc.idl:19: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:20: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:273: 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:281: 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:295: 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:303: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:310: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:346: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:385: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:387: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/frsrpc.idl:390: 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
Compiling ../librpc/idl/mgmt.idl
../librpc/idl/mgmt.idl:60: warning: Unable to convert uint32 to NTSTATUS
../librpc/idl/mgmt.idl:74: error: no size known for [out] array `princ_name'
../librpc/idl/mgmt.idl:74: error: no size known for [out] array `princ_name'
../librpc/idl/mgmt.idl:74: error: No size known for array `princ_name'
../librpc/idl/mgmt.idl:74: error: No size known for array `princ_name'
Compiling ../librpc/idl/misc.idl
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
Compiling ../librpc/idl/msgsvc.idl
Compiling ../librpc/idl/named_pipe_auth.idl
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
Compiling ../librpc/idl/nbt.idl
../librpc/idl/nbt.idl:655: warning: helper() is pidl-specific and deprecated. Use `include' instead
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
../librpc/idl/nbt.idl:410: error: Unable to determine origin of type `struct dom_sid0'
../librpc/idl/nbt.idl:410: error: Unable to determine origin of type `struct dom_sid0'
../librpc/idl/nbt.idl:517: error: Unable to determine origin of type `struct dom_sid0'
../librpc/idl/nbt.idl:517: error: Unable to determine origin of type `struct dom_sid0'
Compiling ../librpc/idl/netlogon.idl
../librpc/idl/netlogon.idl:1678: warning: helper() is pidl-specific and deprecated. Use `include' instead
../librpc/idl/netlogon.idl:795: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/netlogon.idl:813: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/netlogon.idl:1057: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
Compiling ../librpc/idl/ntlmssp.idl
../librpc/idl/ntlmssp.idl:317: warning: helper() is pidl-specific and deprecated. Use `include' instead
Compiling ../librpc/idl/ntsvcs.idl
../librpc/idl/ntsvcs.idl:264: warning: top-level [out] pointer `unknown5a' is not a [ref] pointer
Compiling ../librpc/idl/orpc.idl
../librpc/idl/orpc.idl:214: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
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
Compiling ../librpc/idl/scerpc.idl
Compiling ../librpc/idl/schannel.idl
../librpc/idl/schannel.idl:105: warning: helper() is pidl-specific and deprecated. Use `include' instead
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
Compiling ../librpc/idl/security.idl
../librpc/idl/security.idl:436: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
Compiling ../librpc/idl/spoolss.idl
../librpc/idl/spoolss.idl:2889: warning: helper() is pidl-specific and deprecated. Use `include' instead
../librpc/idl/spoolss.idl:581: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:787: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:979: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1318: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1342: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1417: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1638: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1659: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:1773: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:2085: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:2562: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:2587: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead
../librpc/idl/spoolss.idl:554: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:787: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:800: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:979: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:1290: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:1318: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:1342: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:1380: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:1417: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:1773: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:1793: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:1889: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:1931: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:2047: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:2085: warning: top-level [out] pointer `info' is not a [ref] pointer
../librpc/idl/spoolss.idl:2605: warning: [out] argument `info' not a pointer
Compiling ../librpc/idl/srvsvc.idl
../librpc/idl/srvsvc.idl:1437: warning: top-level [out] pointer `hnd' is not a [ref] pointer
Compiling ../librpc/idl/svcctl.idl
../librpc/idl/svcctl.idl:695: warning: helper() is pidl-specific and deprecated. Use `include' instead
../librpc/idl/svcctl.idl:478: warning: top-level [out] pointer `TagId' is not a [ref] pointer
../librpc/idl/svcctl.idl:489: 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
Compiling ../librpc/idl/wkssvc.idl
Compiling ../librpc/idl/wmi.idl
error: Unable to determine origin of type `struct HASH(0x7fa655b8e8d8)'
error: Unable to determine origin of type `struct HASH(0x7fa655b8e8d8)'
Compiling ../librpc/idl/wzcsvc.idl
Compiling ../librpc/idl/xattr.idl
../librpc/idl/xattr.idl:197: warning: helper() is pidl-specific and deprecated. Use `include' instead
Compiling librpc/idl/irpc.idl
librpc/idl/irpc.idl:53: warning: [out] argument `info' not a pointer
librpc/idl/irpc.idl:66: warning: top-level [out] pointer `dcname' is not a [ref] pointer
librpc/idl/irpc.idl:74: warning: [out] argument `num_addrs' not a pointer
librpc/idl/irpc.idl:96: warning: [out] argument `generic_reply' not a pointer
librpc/idl/irpc.idl:142: warning: [out] argument `info' not a pointer
Compiling librpc/idl/nfs4acl.idl
Compiling librpc/idl/notify.idl
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
Compiling librpc/idl/ntp_signd.idl
Compiling librpc/idl/opendb.idl
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
Compiling librpc/idl/sasl_helpers.idl
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
Compiling librpc/idl/server_id.idl
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
Compiling librpc/idl/winbind.idl
librpc/idl/winbind.idl:53: warning: [out] argument `validation' not a pointer
librpc/idl/winbind.idl:55: warning: [out] argument `authoritative' not a pointer
Compiling librpc/idl/winsif.idl
librpc/idl/winsif.idl:243: warning: [out] argument `unc_name' not a pointer
Compiling librpc/idl/winsrepl.idl
Use of uninitialized value in lc at /private/tmp/winexe-GMz2/winexe-1.00/pidl/lib/Parse/Pidl/NDR.pm line 749.
Compiling librpc/idl/winstation.idl
Creating heimdal/kdc/kdc-protos.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating heimdal/kdc/kdc-private.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating heimdal/lib/ntlm/heimntlm-protos.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating heimdal/lib/hdb/hdb-protos.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating heimdal/lib/hdb/hdb-private.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating heimdal/lib/gssapi/spnego/spnego-private.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating heimdal/lib/gssapi/krb5/gsskrb5-private.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating heimdal/lib/krb5/krb5-protos.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating heimdal/lib/krb5/krb5-private.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating heimdal/lib/hx509/hx509-protos.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating heimdal/lib/hx509/hx509-private.h
Use of "do" to call subroutines is deprecated at heimdal/cf/make-proto.pl line 15.
Creating dsdb/samdb/ldb_modules/util_proto.h
Creating dsdb/samdb/ldb_modules/partition_proto.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/drs/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
make: `idl' is up to date.
Compiling winexe/winexe.c
Compiling winexe/service.c
Compiling winexe/async.c
Compiling winexe/winexesvc/winexesvc32_exe.c
Compiling winexe/winexesvc/winexesvc64_exe.c
Compiling ../librpc/gen_ndr/ndr_svcctl_c.c
Partially linking bin/mergedobj/rpc_ndr_svcctl.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/cmdline/popt_credentials.c
Partially linking bin/mergedobj/popt_credentials.o
Compiling lib/cmdline/credentials.c
Partially linking bin/mergedobj/cmdline_credentials.o
Compiling auth/credentials/credentials.c
Compiling auth/credentials/credentials_files.c
Compiling auth/credentials/credentials_ntlm.c
Compiling auth/credentials/credentials_krb5.c
Compiling auth/credentials/../kerberos/kerberos_util.c
Partially linking bin/mergedobj/credentials.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/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
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
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
Partially linking bin/mergedobj/ldb.o
Compiling lib/ldb/modules/sort.c
Partially linking bin/mergedobj/ldb_server_sort.o
Compiling dsdb/samdb/ldb_modules/anr.c
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/samba_dsdb.c
Partially linking bin/mergedobj/ldb_samba_dsdb.o
Compiling dsdb/samdb/ldb_modules/kludge_acl.c
Partially linking bin/mergedobj/ldb_kludge_acl.o
Compiling dsdb/samdb/ldb_modules/new_partition.c
Partially linking bin/mergedobj/ldb_new_partition.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
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
Partially linking bin/mergedobj/gensec_gssapi.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 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 auth/gensec/cyrus_sasl.c
Partially linking bin/mergedobj/cyrus_sasl.o
Compiling ../lib/tsocket/tsocket.c
Compiling ../lib/tsocket/tsocket_helpers.c
Compiling ../lib/tsocket/tsocket_bsd.c
Partially linking bin/mergedobj/tsocket.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 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 dsdb/samdb/ldb_modules/subtree_rename.c
Partially linking bin/mergedobj/ldb_subtree_rename.o
Compiling dsdb/samdb/ldb_modules/acl.c
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/samba_secrets.c
Partially linking bin/mergedobj/ldb_samba_secrets.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 dsdb/samdb/ldb_modules/schema_data.c
Partially linking bin/mergedobj/ldb_schema_data.o
Compiling dsdb/samdb/ldb_modules/schema_load.c
Partially linking bin/mergedobj/ldb_schema_load.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 ../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 dsdb/samdb/ldb_modules/show_deleted.c
Partially linking bin/mergedobj/ldb_show_deleted.o
Compiling dsdb/samdb/ldb_modules/partition.c
Compiling dsdb/samdb/ldb_modules/partition_init.c
Partially linking bin/mergedobj/ldb_partition.o
Compiling dsdb/samdb/ldb_modules/util.c
Partially linking bin/mergedobj/dsdb_module_helpers.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/lazy_commit.c
Partially linking bin/mergedobj/ldb_lazy_commit.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/samdb.c
Compiling dsdb/samdb/samdb_privilege.c
Compiling dsdb/samdb/cracknames.c
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/util/util_ldb.c
Partially linking bin/mergedobj/util_ldb.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
Compiling dsdb/schema/schema_prefixmap.c
Partially linking bin/mergedobj/samdb_schema.o
Compiling dsdb/common/util.c
Compiling dsdb/common/dsdb_dn.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 ../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
Compiling ../librpc/gen_ndr/ndr_srvsvc.c
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
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 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
Compiling heimdal/lib/krb5/build_auth.c
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
Compiling heimdal/lib/krb5/crypto.c
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-cc.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/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/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/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/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/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/ct.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 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 ../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 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
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 ../libcli/auth/msrpc_parse.c
Partially linking bin/mergedobj/msrpc_parse.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/replace/replace.c
Compiling ../lib/replace/snprintf.c
Compiling ../lib/replace/getpass.c
Compiling ../lib/replace/strptime.c
Partially linking bin/mergedobj/replace.o
Linking bin/winexe
ld: warning: directory not found for option '-L./bin/static'
ld: warning: directory not found for option '-L./bin/shared'
Undefined symbols for architecture x86_64:
"_gnutls_transport_set_lowat", referenced from:
_tls_init_server in tls.o
_tls_init_client in tls.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [bin/winexe] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: e469bc04fd6818e4772bcd6a7213d5fbede27703
CPU: quad-core 64-bit sandybridge
OS X: 10.8.2-x86_64
CLT: 4.6.0.0.1.1358221012
X11: 2.7.4 => /opt/X11
==> ENV
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
LDFLAGS: -L/usr/local/lib
MAKEFLAGS: -j1
MACOSX_DEPLOYMENT_TARGET: 10.8
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8:/usr/lib/pkgconfig
HOMEBREW_MAKE_JOBS: 1
OBJC: /usr/bin/clang
PATH: /Users/martin/.rbenv/shims:/Users/martin/.rbenv/bin:/usr/local/sbin:/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/Library/Contributions/cmd
Error: winexe did not build
# brew doctor output
~$ brew doctor
Your system is raring to brew.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment