Results 1 to 7 of 7
Hi,
I'm attemping to build wmi on Red Hat EL 4
dev.zenoss.org/svn/tags/wmi-1.2.8/
Struggling on Dependencies though, i know that i need all the dependencies that you would need to build ...
- 06-24-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 11
Red Hat EL4
Hi,
I'm attemping to build wmi on Red Hat EL 4
dev.zenoss.org/svn/tags/wmi-1.2.8/
Struggling on Dependencies though, i know that i need all the dependencies that you would need to build it are the same as Samba build dependencies, however I cant find a RPM with all of these in. I know on debian, i can just issuse the following simple command apt-get build-dep samba... If anyone could help me i would be very greatful...
- 06-24-2009 #2Just Joined!
- Join Date
- Jun 2009
- Posts
- 11
[root@webmon1 source]# ./autogen.sh
./autogen.sh: running script/mkversion.sh
./script/mkversion.sh: 'version.h' created for Samba("4.0.0tp4-SVN-build-UNKNOWN")
./autogen.sh: running autoheader -I. -Ilib/replace
./autogen.sh: running autoconf -I. -Ilib/replace
Now run ./configure and then make.
[root@webmon1 source]# CPPFLAGS="-I/usr/lib/python2.3/" ./configure
SAMBA VERSION: 4.0.0tp4-SVN-build-UNKNOWN
LIBREPLACE_LOCATION_CHECKS: START
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
LIBREPLACE_LOCATION_CHECKS: END
checking for perl... /usr/bin/perl
checking for yapp... false
LIBREPLACE_CC_CHECKS: START
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for version of gcc... 3.4.6
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
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... 64
checking for _LARGE_FILES value needed for large files... no
checking standards.h usability... no
checking standards.h presence... no
checking for standards.h... no
checking for long long... yes
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 for int... yes
checking size of int... 4
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for long long... (cached) yes
checking size of long long... 8
checking for off_t... yes
checking size of off_t... 8
checking for size_t... (cached) yes
checking size of size_t... 4
checking for ssize_t... (cached) yes
checking size of ssize_t... 4
checking for intptr_t... yes
checking for ptrdiff_t... yes
checking for immediate structures... yes
LIBREPLACE_CC_CHECKS: END
checking for C99 designated initializers... yes
checking that the C compiler understands negative enum values... yes
checking for test routines... yes
checking 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... yes
checking for ar... /usr/bin/ar
checking ability to build shared libraries... true
checking LD... gcc
checking LDFLAGS... -Wl,--export-dynamic
checking STLD... /usr/bin/ar
checking STLD_FLAGS... -rcs
checking SHLD... gcc
checking SHLD_FLAGS... -shared -Wl,-Bsymbolic
checking SHLIBEXT... so
checking SONAMEFLAG... -Wl,-soname=
checking PICFLAG... -fPIC
checking whether building shared libraries actually works... yes
checking if we can link using the selected flags... yes
checking if binaries will use shared libraries... false
checking for make... /usr/bin/make
checking whether we have GNU make... yes
checking GNU make version... 3.80
checking for GNU make >= 3.81... no
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
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... (cached) 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... yes
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 stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking for epoll_create... 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/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/ip.h usability... yes
checking netinet/ip.h presence... 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_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/in_ip.h usability... no
checking netinet/in_ip.h presence... no
checking for netinet/in_ip.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for usable net/if.h... yes
checking for broken inet_ntoa... no
checking for seteuid... yes
checking for setresuid... yes
checking for setegid... yes
checking for setresgid... yes
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 strlcpy... no
checking for strlcat... no
checking for innetgr... 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 socketpair... yes
checking for setresuid declaration... yes
checking for setresgid declaration... yes
checking for errno declaration... yes
checking for secure mkstemp... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for strings.h... (cached) yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking for snprintf... 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... yes
checking for strnlen... yes
checking for setenv... 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 memset... yes
checking for printf... yes
checking for syslog... yes
checking for sig_atomic_t type... yes
checking for O_DIRECT flag to open(2)... no
checking that the C compiler can precompile header files...
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/acl.h usability... no
checking sys/acl.h presence... no
checking for sys/acl.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mode.h usability... no
checking sys/mode.h presence... no
checking for sys/mode.h... no
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/filsys.h usability... no
checking sys/filsys.h presence... no
checking for sys/filsys.h... no
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking whether time.h and sys/time.h may both be included... 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... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking sys/priv.h usability... no
checking sys/priv.h presence... no
checking for sys/priv.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/security.h usability... no
checking sys/security.h presence... no
checking for sys/security.h... no
checking 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 fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking for library containing dlopen... -ldl
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dlopen... yes
checking for dlsym... yes
checking for dlerror... yes
checking for dlclose... yes
checking whether getpass should be replaced... 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... no
checking a usable readdir()... yes
checking for syslog... (cached) yes
checking for memset... (cached) yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for memcpy... yes
LIBREPLACE_BROKEN_CHECKS: END
checking whether to use readline... yes
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
checking for readline.h... (cached) no
checking for readline/readline.h... (cached) no
checking for rl_completion_matches in -lreadline... no
checking whether rl_event_hook is declared... no
checking for history_list in -lreadline... no
checking whether to use extern readline... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking curses.h usability... no
checking curses.h presence... no
checking for curses.h... no
checking err.h usability... yes
checking err.h presence... yes
checking for err.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... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/un.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking term.h usability... no
checking term.h presence... no
checking for term.h... no
checking termcap.h usability... no
checking termcap.h presence... no
checking for termcap.h... no
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 for atexit... yes
checking for cgetent... no
checking for getprogname... no
checking for inet_ntop... yes
checking for inet_aton... yes
checking for inet_pton... 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... yes
checking for closefrom... no
checking for hstrerror... yes
checking for err... yes
checking for errx... yes
checking for warnx... yes
checking for flock... yes
checking for getaddrinfo... yes
checking for freeaddrinfo... yes
checking for getipnodebyname... no
checking for getipnodebyaddr... no
checking for freehostent... no
checking for writev... yes
checking for bswap16... no
checking for bswap32... no
checking for sa_family_t... yes
checking for struct sockaddr... yes
checking for struct sockaddr_storage... yes
checking for struct addrinfo... yes
checking for struct ifaddrs... yes
checking for socklen_t... yes
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 arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking for res_search... yes, in -lresolv
checking for res_nsearch... yes
checking for res_ndestroy... no
checking for dn_expand... yes
checking for _res... yes
checking whether _res is declared... yes
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for bison... no
checking for byacc... no
checking for gai_strerror... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
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... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking for sys/mount.h... yes
checking statvfs64 function (SVR4)... 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... no
checking for irix specific capabilities... no
checking if gettimeofday takes tz argument... yes
checking popt.h usability... yes
checking popt.h presence... yes
checking for popt.h... yes
checking for poptGetContext in -lpopt... yes
checking whether to use included popt... no
checking Whether iconv.h is present... yes
checking for writev... (cached) yes
checking for readv... (cached) yes
checking for sin_len in sock... no
checking for connect... yes
checking for gethostbyname... yes
checking for unix domain sockets... yes
checking for AF_LOCAL socket support... yes
checking for gethostbyname2... yes
checking for iface AIX... no
checking for iface ifconf... got 4 interfaces:
eth0 IP=192.9.215.34 NETMASK=255.255.255.0
eth1 IP=192.9.208.101 NETMASK=255.255.255.0
eth2 IP=172.16.32.75 NETMASK=255.255.224.0
lo IP=127.0.0.1 NETMASK=255.0.0.0
yes
checking for size_t... (cached) yes
checking size of size_t... (cached) 4
checking for void *... yes
checking size of void *... 4
checking for mmap... yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for getpagesize... yes
checking for utime... 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 Python... no
checking for SQLITE3 support... no
checking for Python... no
checking for pkg-config... /bin/pkg-config
checking for gnutls... no
Package gnutls was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnutls.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnutls' found
checking gnutls/gnutls.h usability... no
checking gnutls/gnutls.h presence... no
checking for gnutls/gnutls.h... no
checking for gnutls_global_init in -lgnutls... no
checking whether gnutls_x509_crt_set_version is declared... no
checking for sys/epoll.h... (cached) yes
checking for epoll_create... (cached) yes
checking whether to use pthreads... no
checking whether to search for setproctitle support... no
checking for gconf-2.0... no
Package gconf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gconf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gconf-2.0' found
checking for glib-2.0 gtk+-2.0 >= 2.4... no
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
checking for tv_nsec nanosecond fields in struct stat...
checking blkid/blkid.h usability... yes
checking blkid/blkid.h presence... yes
checking for blkid/blkid.h... yes
checking for library containing blkid_get_cache... no
checking for blkid_get_cache... no
checking for setgroups... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... yes
checking for crypt16... no
checking for getauthuid... no
checking for getpwanam... no
checking sasl/sasl.h usability... 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... yes
checking asm/unistd.h presence... yes
checking for asm/unistd.h... yes
checking for inotify_init... no
checking for __NR_inotify_init declaration... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking nss.h usability... yes
checking nss.h presence... yes
checking for nss.h... yes
checking nss_common.h usability... no
checking nss_common.h presence... no
checking for nss_common.h... no
checking ns_api.h usability... no
checking ns_api.h presence... no
checking for ns_api.h... no
checking for Python (libcli_nbt)... no
checking configure summary... yes
configure: creating build/smb_build/config.pm
configure: creating config.mk
configure: creating ./config.status
config.status: creating include/config_tmp.h
config.status: executing default-1 commands
build/smb_build/env.pm: creating lib/talloc/talloc.pc
build/smb_build/env.pm: creating bin/pkgconfig/talloc-uninstalled.pc
build/smb_build/env.pm: creating lib/tdr/tdr.pc
build/smb_build/env.pm: creating bin/pkgconfig/tdr-uninstalled.pc
build/smb_build/env.pm: creating librpc/dcerpc.pc
build/smb_build/env.pm: creating bin/pkgconfig/dcerpc-uninstalled.pc
build/smb_build/env.pm: creating libnet/samba-net.pc
build/smb_build/env.pm: creating bin/pkgconfig/samba-net-uninstalled.pc
build/smb_build/env.pm: creating param/share.pc
build/smb_build/env.pm: creating bin/pkgconfig/share-uninstalled.pc
build/smb_build/env.pm: creating lib/socket_wrapper/socket_wrapper.pc
build/smb_build/env.pm: creating bin/pkgconfig/socket_wrapper-uninstalled.pc
build/smb_build/env.pm: creating libcli/cli_wrepl.pc
build/smb_build/env.pm: creating bin/pkgconfig/cli_wrepl-uninstalled.pc
build/smb_build/env.pm: creating torture/torture.pc
build/smb_build/env.pm: creating bin/pkgconfig/torture-uninstalled.pc
build/smb_build/env.pm: creating nsswitch/winbind-client.pc
build/smb_build/env.pm: creating bin/pkgconfig/winbind-client-uninstalled.pc
build/smb_build/env.pm: creating lib/ldb/ldb.pc
build/smb_build/env.pm: creating bin/pkgconfig/ldb-uninstalled.pc
build/smb_build/env.pm: creating ntvfs/ntvfs.pc
build/smb_build/env.pm: creating bin/pkgconfig/ntvfs-uninstalled.pc
build/smb_build/env.pm: creating lib/tdb/tdb.pc
build/smb_build/env.pm: creating bin/pkgconfig/tdb-uninstalled.pc
build/smb_build/env.pm: creating libcli/cli_smb.pc
build/smb_build/env.pm: creating bin/pkgconfig/cli_smb-uninstalled.pc
build/smb_build/env.pm: creating auth/gensec/gensec.pc
build/smb_build/env.pm: creating bin/pkgconfig/gensec-uninstalled.pc
build/smb_build/env.pm: creating librpc/ndr.pc
build/smb_build/env.pm: creating bin/pkgconfig/ndr-uninstalled.pc
build/smb_build/env.pm: creating lib/registry/registry.pc
build/smb_build/env.pm: creating bin/pkgconfig/registry-uninstalled.pc
build/smb_build/env.pm: creating param/samba-config.pc
build/smb_build/env.pm: creating bin/pkgconfig/samba-config-uninstalled.pc
build/smb_build/env.pm: creating librpc/ndr_compression.pc
build/smb_build/env.pm: creating bin/pkgconfig/ndr_compression-uninstalled.pc
build/smb_build/env.pm: creating libcli/cli_cldap.pc
build/smb_build/env.pm: creating bin/pkgconfig/cli_cldap-uninstalled.pc
build/smb_build/env.pm: creating lib/samba3/samba3.pc
build/smb_build/env.pm: creating bin/pkgconfig/samba3-uninstalled.pc
build/smb_build/makefile.pm: creating Makefile
build/smb_build/header.pm: creating include/build.h
build/smb_build/cflags.pm: creating extra_cflags.txt
Summary:
Support for GTK+ frontends: no (install gtk,gconf)
Support for SSL in SWAT and LDAP: no (install GNUTLS)
Support for threads in smbd (see --with-pthread): no (install PTHREAD)
Support for intelligent command line editing: no (install READLINE)
Support for changing process titles (see --with-setproctitle): no (install SETPROCTITLE)
Support for using extended attributes: yes
Support for using libblkid: no (install BLKID)
Support for using iconv: yes
Support for using pam: yes
Using external popt: yes
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)
[root@webmon1 source]# make proto bin/wmic
Linking bin/static/libheimdal_roken_getprogname_h.a
/usr/bin/ar: bin/static/libheimdal_roken_getprogname_h.a: No such file or directory
make: *** [bin/static/libheimdal_roken_getprogname_h.a] Error 1
- 06-24-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
When you run make, just run make without any specified targets. Do you get an error then? If so, it wouldn't be the first time that configure generates a Makefile incorrectly, requiring some direct editing of one or more Makefiles in the package to get it to build. Don't know until you try make with no arguments (default target).
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-24-2009 #4Just Joined!
- Join Date
- Jun 2009
- Posts
- 11
Hi,
Cheers for the advice, but I'm really dont have enough knowledge
Any Advice.. See below for output that you asked for
[root@webmon1 source]# make
Samba will be compiled with flags:
CPP = gcc -E
CPPFLAGS = -I./include -I. -I./lib -I./lib/replace -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H -I/usr/lib/python2.3/
CC = gcc
CFLAGS = -I./include -I. -I./lib -I./lib/replace -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H -I/usr/lib/python2.3/
PICFLAG = -fPIC
LD = gcc
LDFLAGS = -Wl,--export-dynamic -L./bin/static
STLD = /usr/bin/ar
STLD_FLAGS = -rcs
SHLD = gcc
SHLD_FLAGS = -shared -Wl,-Bsymbolic -L./bin/shared
SHLIBEXT = so
Linking bin/static/libheimdal_roken_getprogname_h.a
/usr/bin/ar: bin/static/libheimdal_roken_getprogname_h.a: No such file or directory
make: *** [bin/static/libheimdal_roken_getprogname_h.a] Error 1
- 06-24-2009 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Do this from the command line:
Code:make clean make
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-25-2009 #6Just Joined!
- Join Date
- Jun 2009
- Posts
- 11
make and make proto bin/wmic
Cheers for helping

[root@webmon1 source]# make clean
Deleting ASN1 output files generated from heimdal/lib/hdb/hdb.asn1
Deleting ASN1 output files generated from heimdal/lib/gssapi/spnego/spnego.asn1
Deleting ASN1 output files generated from heimdal/lib/gssapi/mech/gssapi.asn1
Deleting ASN1 output files generated from heimdal/lib/asn1/k5.asn1
Deleting ASN1 output files generated from heimdal/lib/asn1/digest.asn1
Removing SWIG output files
Removing precompiled headers
Removing objects
Removing hostcc objects
Removing binaries
Removing libraries
Removing modules
Removing dummy targets
Removing generated files
Removing proto headers
Removing dependency files
[root@webmon1 source]# make proto bin/wmic
Creating lib/util/util_proto.h
Creating lib/charset/charset_proto.h
Creating param/proto.h
Creating libcli/util/proto.h
Compiling ./librpc/idl/atsvc.idl
Compiling ./librpc/idl/audiosrv.idl
Compiling ./librpc/idl/browser.idl
Compiling ./librpc/idl/dbgidl.idl
Compiling ./librpc/idl/dcerpc.idl
Compiling ./librpc/idl/dcom.idl
Compiling ./librpc/idl/dfs.idl
Compiling ./librpc/idl/dnsserver.idl
Compiling ./librpc/idl/drsblobs.idl
Compiling ./librpc/idl/drsuapi.idl
./librpc/idl/drsuapi.idl:715: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:718: warning: [out] argument `ctr' not a pointer
./librpc/idl/drsuapi.idl:823: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:826: warning: [out] argument `ctr' not a pointer
./librpc/idl/drsuapi.idl:906: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:909: warning: [out] argument `ctr' not a pointer
./librpc/idl/drsuapi.idl:941: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:944: warning: [out] argument `res' not a pointer
./librpc/idl/drsuapi.idl:968: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:971: warning: [out] argument `res' not a pointer
./librpc/idl/drsuapi.idl:1054: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:1057: warning: [out] argument `ctr' not a pointer
./librpc/idl/drsuapi.idl:1160: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:1163: warning: [out] argument `ctr' not a pointer
./librpc/idl/drsuapi.idl:1442: warning: [out] argument `info_type' not a pointer
./librpc/idl/drsuapi.idl:1444: warning: [out] argument `info' not a pointer
./librpc/idl/drsuapi.idl:1473: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:1476: warning: [out] argument `ctr' not a pointer
Compiling ./librpc/idl/dsbackup.idl
Compiling ./librpc/idl/dssetup.idl
./librpc/idl/dssetup.idl:82: warning: top-level [out] pointer `info' is not a [ref] pointer
Compiling ./librpc/idl/echo.idl
Compiling ./librpc/idl/efs.idl
Compiling ./librpc/idl/epmapper.idl
Compiling ./librpc/idl/eventlog.idl
Compiling ./librpc/idl/frsapi.idl
Compiling ./librpc/idl/frsrpc.idl
Compiling ./librpc/idl/initshutdown.idl
Compiling ./librpc/idl/irpc.idl
./librpc/idl/irpc.idl:53: warning: [out] argument `info' not a pointer
./librpc/idl/irpc.idl:63: warning: top-level [out] pointer `dcname' is not a [ref] pointer
./librpc/idl/irpc.idl:71: warning: [out] argument `num_addrs' not a pointer
./librpc/idl/irpc.idl:125: warning: [out] argument `info' not a pointer
Compiling ./librpc/idl/keysvc.idl
Compiling ./librpc/idl/krb5pac.idl
Compiling ./librpc/idl/lsa.idl
./librpc/idl/lsa.idl:86: warning: top-level [out] pointer `sdbuf' is not a [ref] pointer
./librpc/idl/lsa.idl:238: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:346: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:370: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:413: warning: top-level [out] pointer `privs' is not a [ref] pointer
./librpc/idl/lsa.idl:552: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:599: warning: top-level [out] pointer `name' is not a [ref] pointer
./librpc/idl/lsa.idl:607: warning: top-level [out] pointer `disp_name' is not a [ref] pointer
./librpc/idl/lsa.idl:666: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:710: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:722: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:791: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:830: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:857: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:910: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:944: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:956: warning: top-level [out] pointer `domains' is not a [ref] pointer
Compiling ./librpc/idl/mgmt.idl
./librpc/idl/mgmt.idl:28: warning: top-level [out] pointer `if_id_vector' is not a [ref] pointer
./librpc/idl/mgmt.idl:52: warning: [out] argument `statistics' not a pointer
./librpc/idl/mgmt.idl:59: warning: [out] argument `status' not a pointer
Compiling ./librpc/idl/misc.idl
Compiling ./librpc/idl/msgsvc.idl
Compiling ./librpc/idl/nbt.idl
./librpc/idl/nbt.idl:701: warning: helper() is pidl-specific and deprecated. Use `include' instead
Compiling ./librpc/idl/netlogon.idl
./librpc/idl/netlogon.idl:1204: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/netlogon.idl:50: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/netlogon.idl:66: warning: [out] argument `info' not a pointer
./librpc/idl/netlogon.idl:249: warning: [out] argument `validation' not a pointer
./librpc/idl/netlogon.idl:251: warning: [out] argument `authoritative' not a pointer
./librpc/idl/netlogon.idl:303: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:683: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:685: warning: [out] argument `sequence_num' not a pointer
./librpc/idl/netlogon.idl:688: warning: top-level [out] pointer `delta_enum_array' is not a [ref] pointer
./librpc/idl/netlogon.idl:698: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:700: warning: [out] argument `sync_context' not a pointer
./librpc/idl/netlogon.idl:703: warning: top-level [out] pointer `delta_enum_array' is not a [ref] pointer
./librpc/idl/netlogon.idl:725: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:730: warning: [out] argument `buffer' not a pointer
./librpc/idl/netlogon.idl:731: warning: [out] argument `count_returned' not a pointer
./librpc/idl/netlogon.idl:732: warning: [out] argument `total_entries' not a pointer
./librpc/idl/netlogon.idl:734: warning: [out] argument `recordid' not a pointer
./librpc/idl/netlogon.idl:744: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:748: warning: [out] argument `buffer' not a pointer
./librpc/idl/netlogon.idl:749: warning: [out] argument `count_returned' not a pointer
./librpc/idl/netlogon.idl:750: warning: [out] argument `total_entries' not a pointer
./librpc/idl/netlogon.idl:751: warning: [out] argument `next_reference' not a pointer
./librpc/idl/netlogon.idl:753: warning: [out] argument `recordid' not a pointer
./librpc/idl/netlogon.idl:763: warning: [out] argument `dcname' not a pointer
./librpc/idl/netlogon.idl:763: warning: top-level [out] pointer `dcname' is not a [ref] pointer
./librpc/idl/netlogon.idl:809: warning: [out] argument `info' not a pointer
./librpc/idl/netlogon.idl:819: warning: [out] argument `dcname' not a pointer
./librpc/idl/netlogon.idl:819: warning: top-level [out] pointer `dcname' is not a [ref] pointer
./librpc/idl/netlogon.idl:838: warning: [out] argument `query' not a pointer
./librpc/idl/netlogon.idl:868: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:871: warning: [out] argument `sync_context' not a pointer
./librpc/idl/netlogon.idl:874: warning: top-level [out] pointer `delta_enum_array' is not a [ref] pointer
./librpc/idl/netlogon.idl:886: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:890: warning: top-level [out] pointer `delta_enum_array' is not a [ref] pointer
./librpc/idl/netlogon.idl:902: warning: [out] argument `query' not a pointer
./librpc/idl/netlogon.idl:929: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/netlogon.idl:973: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/netlogon.idl:980: warning: [out] argument `site' not a pointer
./librpc/idl/netlogon.idl:980: warning: top-level [out] pointer `site' is not a [ref] pointer
./librpc/idl/netlogon.idl:1046: warning: [out] argument `info' not a pointer
./librpc/idl/netlogon.idl:1063: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:1088: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/netlogon.idl:1114: warning: [out] argument `validation' not a pointer
./librpc/idl/netlogon.idl:1115: warning: [out] argument `authoritative' not a pointer
./librpc/idl/netlogon.idl:1117: warning: [out] argument `flags' not a pointer
./librpc/idl/netlogon.idl:1162: warning: [out] argument `count' not a pointer
./librpc/idl/netlogon.idl:1164: warning: top-level [out] pointer `trusts' is not a [ref] pointer
./librpc/idl/netlogon.idl:1195: warning: [out] argument `validation' not a pointer
./librpc/idl/netlogon.idl:1196: warning: [out] argument `authoritative' not a pointer
./librpc/idl/netlogon.idl:1198: warning: [out] argument `flags' not a pointer
Compiling ./librpc/idl/nfs4acl.idl
Compiling ./librpc/idl/notify.idl
Compiling ./librpc/idl/ntsvcs.idl
Compiling ./librpc/idl/opendb.idl
Compiling ./librpc/idl/orpc.idl
Compiling ./librpc/idl/oxidresolver.idl
Compiling ./librpc/idl/policyagent.idl
Compiling ./librpc/idl/protected_storage.idl
Compiling ./librpc/idl/remact.idl
Compiling ./librpc/idl/rot.idl
Compiling ./librpc/idl/samr.idl
./librpc/idl/samr.idl:1251: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/samr.idl:76: warning: top-level [out] pointer `sdbuf' is not a [ref] pointer
./librpc/idl/samr.idl:94: warning: top-level [out] pointer `sid' is not a [ref] pointer
./librpc/idl/samr.idl:114: warning: top-level [out] pointer `sam' is not a [ref] pointer
./librpc/idl/samr.idl:116: warning: [out] argument `num_entries' not a pointer
./librpc/idl/samr.idl:239: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:271: warning: top-level [out] pointer `sam' is not a [ref] pointer
./librpc/idl/samr.idl:273: warning: [out] argument `num_entries' not a pointer
./librpc/idl/samr.idl:299: warning: top-level [out] pointer `sam' is not a [ref] pointer
./librpc/idl/samr.idl:301: warning: [out] argument `num_entries' not a pointer
./librpc/idl/samr.idl:319: warning: top-level [out] pointer `sam' is not a [ref] pointer
./librpc/idl/samr.idl:321: warning: [out] argument `num_entries' not a pointer
./librpc/idl/samr.idl:344: warning: [out] argument `rids' not a pointer
./librpc/idl/samr.idl:346: warning: [out] argument `types' not a pointer
./librpc/idl/samr.idl:355: warning: [out] argument `names' not a pointer
./librpc/idl/samr.idl:357: warning: [out] argument `types' not a pointer
./librpc/idl/samr.idl:417: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:460: warning: top-level [out] pointer `rids' is not a [ref] pointer
./librpc/idl/samr.idl:514: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:800: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:851: warning: top-level [out] pointer `rids' is not a [ref] pointer
./librpc/idl/samr.idl:920: warning: [out] argument `total_size' not a pointer
./librpc/idl/samr.idl:921: warning: [out] argument `returned_size' not a pointer
./librpc/idl/samr.idl:923: warning: [out] argument `info' not a pointer
./librpc/idl/samr.idl:943: warning: [out] argument `idx' not a pointer
./librpc/idl/samr.idl:980: warning: [out] argument `info' not a pointer
./librpc/idl/samr.idl:999: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:1011: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:1025: warning: [out] argument `total_size' not a pointer
./librpc/idl/samr.idl:1026: warning: [out] argument `returned_size' not a pointer
./librpc/idl/samr.idl:1028: warning: [out] argument `info' not a pointer
./librpc/idl/samr.idl:1041: warning: [out] argument `idx' not a pointer
./librpc/idl/samr.idl:1069: warning: [out] argument `total_size' not a pointer
./librpc/idl/samr.idl:1070: warning: [out] argument `returned_size' not a pointer
./librpc/idl/samr.idl:1072: warning: [out] argument `info' not a pointer
./librpc/idl/samr.idl:1115: warning: [out] argument `info' not a pointer
./librpc/idl/samr.idl:1153: warning: [out] argument `unknown' not a pointer
./librpc/idl/samr.idl:1194: warning: top-level [out] pointer `dominfo' is not a [ref] pointer
./librpc/idl/samr.idl:1196: warning: top-level [out] pointer `reject' is not a [ref] pointer
./librpc/idl/samr.idl:1213: warning: [out] argument `level' not a pointer
./librpc/idl/samr.idl:1224: warning: top-level [out] pointer `sid' is not a [ref] pointer
Compiling ./librpc/idl/sasl_helpers.idl
Compiling ./librpc/idl/scerpc.idl
Compiling ./librpc/idl/schannel.idl
Compiling ./librpc/idl/security.idl
Compiling ./librpc/idl/spoolss.idl
./librpc/idl/spoolss.idl:1417: warning: helper() is pidl-specific and deprecated. Use `include' instead
./librpc/idl/spoolss.idl:1417: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/spoolss.idl:260: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:261: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:263: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:278: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:279: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:281: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:353: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:355: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:366: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:367: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:369: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:382: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:383: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:385: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:439: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:441: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:545: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:546: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:548: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:560: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:561: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:563: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:590: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:592: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:625: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:626: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:628: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:640: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:641: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:643: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:670: warning: [out] argument `job_id' not a pointer
./librpc/idl/spoolss.idl:685: warning: [out] argument `num_written' not a pointer
./librpc/idl/spoolss.idl:704: warning: [out] argument `data' not a pointer
./librpc/idl/spoolss.idl:706: warning: [out] argument `_data_size' not a pointer
./librpc/idl/spoolss.idl:769: warning: [out] argument `type' not a pointer
./librpc/idl/spoolss.idl:770: warning: [out] argument `data' not a pointer
./librpc/idl/spoolss.idl:772: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:776: warning: [out] argument `data' not a pointer
./librpc/idl/spoolss.idl:781: warning: [out] argument `type' not a pointer
./librpc/idl/spoolss.idl:782: warning: [out] argument `data' not a pointer
./librpc/idl/spoolss.idl:784: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:798: warning: [out] argument `data' not a pointer
./librpc/idl/spoolss.idl:882: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:884: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:902: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:903: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:905: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:916: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:917: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:919: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:954: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:955: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:957: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:968: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:969: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:971: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:996: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:997: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:999: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:1010: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:1011: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:1013: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:1110: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:1111: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:1112: warning: [out] argument `server_major_version' not a pointer
./librpc/idl/spoolss.idl:1114: warning: [out] argument `server_minor_version' not a pointer
./librpc/idl/spoolss.idl:1262: warning: [out] argument `value_name' not a pointer
./librpc/idl/spoolss.idl:1263: warning: [out] argument `value_needed' not a pointer
./librpc/idl/spoolss.idl:1264: warning: [out] argument `printerdata_type' not a pointer
./librpc/idl/spoolss.idl:1265: warning: [out] argument `buffer' not a pointer
./librpc/idl/spoolss.idl:1309: warning: [out] argument `type' not a pointer
./librpc/idl/spoolss.idl:1310: warning: [out] argument `buffer' not a pointer
./librpc/idl/spoolss.idl:1312: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:1320: warning: [out] argument `buffer' not a pointer
./librpc/idl/spoolss.idl:1321: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:1323: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:1377: warning: [out] argument `out_data' not a pointer
./librpc/idl/spoolss.idl:1378: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:1380: warning: [out] argument `unknown2' not a pointer
Compiling ./librpc/idl/srvsvc.idl
./librpc/idl/srvsvc.idl:1512: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/srvsvc.idl:59: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:60: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:62: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:73: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:125: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:126: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:128: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:140: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:205: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:206: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:208: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:255: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:256: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:258: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:269: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:362: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:363: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:365: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:558: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:559: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:561: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:572: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:606: warning: [out] argument `type' not a pointer
./librpc/idl/srvsvc.idl:1116: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:1144: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:1146: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:1181: warning: [out] argument `stat' not a pointer
./librpc/idl/srvsvc.idl:1265: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:1266: warning: [out] argument `transports' not a pointer
./librpc/idl/srvsvc.idl:1268: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:1303: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/srvsvc.idl:1327: warning: [out] argument `pathtype' not a pointer
./librpc/idl/srvsvc.idl:1337: warning: [out] argument `pathtype' not a pointer
./librpc/idl/srvsvc.idl:1387: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:1388: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:1390: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:1401: warning: top-level [out] pointer `hnd' is not a [ref] pointer
./librpc/idl/srvsvc.idl:1417: warning: top-level [out] pointer `sd_buf' is not a [ref] pointer
Compiling ./librpc/idl/svcctl.idl
./librpc/idl/svcctl.idl:460: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/svcctl.idl:124: warning: [out] argument `lock' not a pointer
./librpc/idl/svcctl.idl:201: warning: top-level [out] pointer `status' is not a [ref] pointer
./librpc/idl/svcctl.idl:203: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:204: warning: [out] argument `services_returned' not a pointer
./librpc/idl/svcctl.idl:214: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:215: warning: [out] argument `services_returned' not a pointer
./librpc/idl/svcctl.idl:239: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:255: warning: length_is() on non-array element
./librpc/idl/svcctl.idl:261: warning: [out] argument `display_name' not a pointer
./librpc/idl/svcctl.idl:261: warning: top-level [out] pointer `display_name' is not a [ref] pointer
./librpc/idl/svcctl.idl:267: warning: [out] argument `key_name' not a pointer
./librpc/idl/svcctl.idl:267: warning: top-level [out] pointer `key_name' is not a [ref] pointer
./librpc/idl/svcctl.idl:285: warning: [out] argument `tag_id' not a pointer
./librpc/idl/svcctl.idl:302: warning: top-level [out] pointer `TagId' is not a [ref] pointer
./librpc/idl/svcctl.idl:311: warning: top-level [out] pointer `status' is not a [ref] pointer
./librpc/idl/svcctl.idl:313: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:314: warning: [out] argument `services_returned' not a pointer
./librpc/idl/svcctl.idl:324: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:325: warning: [out] argument `services_returned' not a pointer
./librpc/idl/svcctl.idl:349: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:365: warning: length_is() on non-array element
./librpc/idl/svcctl.idl:371: warning: [out] argument `display_name' not a pointer
./librpc/idl/svcctl.idl:371: warning: top-level [out] pointer `display_name' is not a [ref] pointer
./librpc/idl/svcctl.idl:377: warning: [out] argument `key_name' not a pointer
./librpc/idl/svcctl.idl:377: warning: top-level [out] pointer `key_name' is not a [ref] pointer
./librpc/idl/svcctl.idl:408: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:417: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:426: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:437: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:438: warning: [out] argument `service_returned' not a pointer
./librpc/idl/svcctl.idl:440: warning: [out] argument `group_name' not a pointer
./librpc/idl/svcctl.idl:440: warning: top-level [out] pointer `group_name' is not a [ref] pointer
./librpc/idl/svcctl.idl:451: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:452: warning: [out] argument `service_returned' not a pointer
./librpc/idl/svcctl.idl:454: warning: [out] argument `group_name' not a pointer
./librpc/idl/svcctl.idl:454: warning: top-level [out] pointer `group_name' is not a [ref] pointer
Compiling ./librpc/idl/trkwks.idl
Compiling ./librpc/idl/unixinfo.idl
Compiling ./librpc/idl/w32time.idl
Compiling ./librpc/idl/winbind.idl
./librpc/idl/winbind.idl:35: warning: [out] argument `validation' not a pointer
./librpc/idl/winbind.idl:36: warning: [out] argument `authoritative' not a pointer
./librpc/idl/winbind.idl:38: warning: [out] argument `flags' not a pointer
Compiling ./librpc/idl/winreg.idl
./librpc/idl/winreg.idl:366: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/winreg.idl:213: warning: top-level [out] pointer `class_out' is not a [ref] pointer
Compiling ./librpc/idl/wins.idl
Compiling ./librpc/idl/winsrepl.idl
Compiling ./librpc/idl/winstation.idl
Compiling ./librpc/idl/wkssvc.idl
./librpc/idl/wkssvc.idl:395: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/wkssvc.idl:184: warning: top-level [out] pointer `entriesread' is not a [ref] pointer
./librpc/idl/wkssvc.idl:185: warning: top-level [out] pointer `totalentries' is not a [ref] pointer
./librpc/idl/wkssvc.idl:221: warning: [out] argument `level' not a pointer
./librpc/idl/wkssvc.idl:224: warning: [out] argument `totalentries' not a pointer
Compiling ./librpc/idl/wzcsvc.idl
Compiling ./librpc/idl/xattr.idl
Creating libcli/nbt/nbtname.h
Creating param/secrets_proto.h
Generating librpc/gen_ndr/tables.c
mv librpc/gen_ndr/tables.x librpc/gen_ndr/tables.c
Creating librpc/rpc/dcerpc_table.h
Creating lib/cmdline/credentials.h
Creating libcli/smb_composite/proto.h
Creating nbt_server/dgram/proto.h
Creating smb_server/smb2/smb2_proto.h
Creating lib/com/proto.h
Creating torture/raw/proto.h
Creating rpc_server/dcerpc_server_proto.h
Creating ntvfs/simple/proto.h
Creating torture/local/proto.h
Creating wrepl_server/wrepl_server_proto.h
Creating lib/com/dcom/proto.h
Creating torture/auth/proto.h
Creating lib/ldb/samba/ldif_handlers.h
Creating lib/tdr/tdr_proto.h
Creating smbd/pidfile.h
Creating smb_server/smb/smb_proto.h
Creating librpc/rpc/dcerpc_proto.h
Creating dsdb/samdb/samdb_proto.h
Creating rpc_server/samr/proto.h
Creating auth/credentials/credentials_proto.h
Creating auth/auth_proto.h
Creating libnet/libnet_proto.h
Creating param/share_proto.h
Creating torture/ldap/proto.h
Creating libcli/wrepl/winsrepl_proto.h
Creating torture/proto.h
Creating libcli/security/proto.h
Creating libcli/ldap/ldap_proto.h
Creating torture/util.h
Creating ntvfs/cifs_posix_cli/proto.h
Creating rpc_server/srvsvc/proto.h
Creating scripting/ejs/proto.h
Creating ntptr/ntptr_proto.h
Creating lib/db_wrap_proto.h
Creating libcli/resolve/proto.h
Creating libcli/nbt/nbt_proto.h
Creating smbd/service_proto.h
Creating librpc/ndr/ndr_spoolss_buf.h
Creating ldap_server/proto.h
Creating libcli/util/asn1_proto.h
Creating auth/pam_errors.h
Creating lib/util/util_tdb.h
Creating nbt_server/nbt_server_proto.h
Creating torture/rpc/proto.h
Creating smb_server/service_smb_proto.h
Creating web_server/proto.h
Creating ntvfs/ntvfs_proto.h
Creating libcli/raw/raw_proto.h
Creating libcli/libcli_proto.h
Creating auth/gensec/gensec_proto.h
Creating torture/libnet/proto.h
Creating lib/util/wrap_xattr.h
Creating libcli/composite/proto.h
Creating auth/auth_sam.h
Creating torture/smb2/proto.h
Creating winbind/wb_proto.h
Creating auth/ntlmssp/msrpc_parse.h
Creating lib/registry/reg_backend_rpc.h
Creating librpc/ndr/libndr_proto.h
Creating torture/basic/proto.h
Creating lib/cmdline/popt_credentials.h
Creating winbind/wb_helper.h
Creating ntvfs/ipc/proto.h
Creating auth/credentials/credentials_krb5_proto.h
Creating smbd/process_model_proto.h
Creating rpc_server/common/proto.h
Creating libcli/auth/proto.h
Creating lib/util/unix_privs.h
Creating lib/registry/registry_proto.h
Creating libcli/finddcs.h
Creating auth/gensec/schannel_state.h
Creating libcli/smb2/smb2_proto.h
Creating torture/dcom/proto.h
Creating torture/rap/proto.h
Creating libcli/util/clilsa.h
Creating wmi/proto.h
Creating ntvfs/common/proto.h
Creating ntvfs/posix/vfs_posix_proto.h
Creating torture/nbench/proto.h
Creating nbt_server/wins/winsdb_proto.h
Creating smb_server/smb_server_proto.h
Creating utils/net/net_proto.h
Creating lib/socket/netif_proto.h
Creating cldap_server/proto.h
Creating torture/nbt/proto.h
Creating auth/gensec/schannel_proto.h
Creating librpc/ndr/ndr_compression.h
Creating auth/kerberos/proto.h
Creating lib/gencache/gencache.h
Creating auth/gensec/spnego_proto.h
Creating auth/ntlmssp/proto.h
Creating lib/samba3/samba3_proto.h
Creating nbt_server/wins/winsserver_proto.h
Compiling heimdal/lib/roken/getprogname.c with host compiler
Linking bin/static/libheimdal_roken_getprogname_h.a
/usr/bin/ar: bin/static/libheimdal_roken_getprogname_h.a: No such file or directory
make: *** [bin/static/libheimdal_roken_getprogname_h.a] Error 1
[root@webmon1 source]# make clean
Deleting ASN1 output files generated from heimdal/lib/hdb/hdb.asn1
Deleting ASN1 output files generated from heimdal/lib/gssapi/spnego/spnego.asn1
Deleting ASN1 output files generated from heimdal/lib/gssapi/mech/gssapi.asn1
Deleting ASN1 output files generated from heimdal/lib/asn1/k5.asn1
Deleting ASN1 output files generated from heimdal/lib/asn1/digest.asn1
Removing SWIG output files
Removing precompiled headers
Removing objects
Removing hostcc objects
Removing binaries
Removing libraries
Removing modules
Removing dummy targets
Removing generated files
Removing proto headers
Removing dependency files
[root@webmon1 source]# make
Samba will be compiled with flags:
CPP = gcc -E
CPPFLAGS = -I./include -I. -I./lib -I./lib/replace -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H -I/usr/lib/python2.3/
CC = gcc
CFLAGS = -I./include -I. -I./lib -I./lib/replace -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H -I/usr/lib/python2.3/
PICFLAG = -fPIC
LD = gcc
LDFLAGS = -Wl,--export-dynamic -L./bin/static
STLD = /usr/bin/ar
STLD_FLAGS = -rcs
SHLD = gcc
SHLD_FLAGS = -shared -Wl,-Bsymbolic -L./bin/shared
SHLIBEXT = so
Creating lib/util/util_proto.h
Creating lib/charset/charset_proto.h
Creating param/proto.h
Creating libcli/util/proto.h
Compiling ./librpc/idl/atsvc.idl
Compiling ./librpc/idl/audiosrv.idl
Compiling ./librpc/idl/browser.idl
Compiling ./librpc/idl/dbgidl.idl
Compiling ./librpc/idl/dcerpc.idl
Compiling ./librpc/idl/dcom.idl
Compiling ./librpc/idl/dfs.idl
Compiling ./librpc/idl/dnsserver.idl
Compiling ./librpc/idl/drsblobs.idl
Compiling ./librpc/idl/drsuapi.idl
./librpc/idl/drsuapi.idl:715: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:718: warning: [out] argument `ctr' not a pointer
./librpc/idl/drsuapi.idl:823: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:826: warning: [out] argument `ctr' not a pointer
./librpc/idl/drsuapi.idl:906: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:909: warning: [out] argument `ctr' not a pointer
./librpc/idl/drsuapi.idl:941: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:944: warning: [out] argument `res' not a pointer
./librpc/idl/drsuapi.idl:968: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:971: warning: [out] argument `res' not a pointer
./librpc/idl/drsuapi.idl:1054: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:1057: warning: [out] argument `ctr' not a pointer
./librpc/idl/drsuapi.idl:1160: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:1163: warning: [out] argument `ctr' not a pointer
./librpc/idl/drsuapi.idl:1442: warning: [out] argument `info_type' not a pointer
./librpc/idl/drsuapi.idl:1444: warning: [out] argument `info' not a pointer
./librpc/idl/drsuapi.idl:1473: warning: [out] argument `level' not a pointer
./librpc/idl/drsuapi.idl:1476: warning: [out] argument `ctr' not a pointer
Compiling ./librpc/idl/dsbackup.idl
Compiling ./librpc/idl/dssetup.idl
./librpc/idl/dssetup.idl:82: warning: top-level [out] pointer `info' is not a [ref] pointer
Compiling ./librpc/idl/echo.idl
Compiling ./librpc/idl/efs.idl
Compiling ./librpc/idl/epmapper.idl
Compiling ./librpc/idl/eventlog.idl
Compiling ./librpc/idl/frsapi.idl
Compiling ./librpc/idl/frsrpc.idl
Compiling ./librpc/idl/initshutdown.idl
Compiling ./librpc/idl/irpc.idl
./librpc/idl/irpc.idl:53: warning: [out] argument `info' not a pointer
./librpc/idl/irpc.idl:63: warning: top-level [out] pointer `dcname' is not a [ref] pointer
./librpc/idl/irpc.idl:71: warning: [out] argument `num_addrs' not a pointer
./librpc/idl/irpc.idl:125: warning: [out] argument `info' not a pointer
Compiling ./librpc/idl/keysvc.idl
Compiling ./librpc/idl/krb5pac.idl
Compiling ./librpc/idl/lsa.idl
./librpc/idl/lsa.idl:86: warning: top-level [out] pointer `sdbuf' is not a [ref] pointer
./librpc/idl/lsa.idl:238: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:346: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:370: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:413: warning: top-level [out] pointer `privs' is not a [ref] pointer
./librpc/idl/lsa.idl:552: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:599: warning: top-level [out] pointer `name' is not a [ref] pointer
./librpc/idl/lsa.idl:607: warning: top-level [out] pointer `disp_name' is not a [ref] pointer
./librpc/idl/lsa.idl:666: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:710: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:722: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:791: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/lsa.idl:830: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:857: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:910: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:944: warning: top-level [out] pointer `domains' is not a [ref] pointer
./librpc/idl/lsa.idl:956: warning: top-level [out] pointer `domains' is not a [ref] pointer
Compiling ./librpc/idl/mgmt.idl
./librpc/idl/mgmt.idl:28: warning: top-level [out] pointer `if_id_vector' is not a [ref] pointer
./librpc/idl/mgmt.idl:52: warning: [out] argument `statistics' not a pointer
./librpc/idl/mgmt.idl:59: warning: [out] argument `status' not a pointer
Compiling ./librpc/idl/misc.idl
Compiling ./librpc/idl/msgsvc.idl
Compiling ./librpc/idl/nbt.idl
./librpc/idl/nbt.idl:701: warning: helper() is pidl-specific and deprecated. Use `include' instead
Compiling ./librpc/idl/netlogon.idl
./librpc/idl/netlogon.idl:1204: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/netlogon.idl:50: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/netlogon.idl:66: warning: [out] argument `info' not a pointer
./librpc/idl/netlogon.idl:249: warning: [out] argument `validation' not a pointer
./librpc/idl/netlogon.idl:251: warning: [out] argument `authoritative' not a pointer
./librpc/idl/netlogon.idl:303: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:683: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:685: warning: [out] argument `sequence_num' not a pointer
./librpc/idl/netlogon.idl:688: warning: top-level [out] pointer `delta_enum_array' is not a [ref] pointer
./librpc/idl/netlogon.idl:698: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:700: warning: [out] argument `sync_context' not a pointer
./librpc/idl/netlogon.idl:703: warning: top-level [out] pointer `delta_enum_array' is not a [ref] pointer
./librpc/idl/netlogon.idl:725: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:730: warning: [out] argument `buffer' not a pointer
./librpc/idl/netlogon.idl:731: warning: [out] argument `count_returned' not a pointer
./librpc/idl/netlogon.idl:732: warning: [out] argument `total_entries' not a pointer
./librpc/idl/netlogon.idl:734: warning: [out] argument `recordid' not a pointer
./librpc/idl/netlogon.idl:744: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:748: warning: [out] argument `buffer' not a pointer
./librpc/idl/netlogon.idl:749: warning: [out] argument `count_returned' not a pointer
./librpc/idl/netlogon.idl:750: warning: [out] argument `total_entries' not a pointer
./librpc/idl/netlogon.idl:751: warning: [out] argument `next_reference' not a pointer
./librpc/idl/netlogon.idl:753: warning: [out] argument `recordid' not a pointer
./librpc/idl/netlogon.idl:763: warning: [out] argument `dcname' not a pointer
./librpc/idl/netlogon.idl:763: warning: top-level [out] pointer `dcname' is not a [ref] pointer
./librpc/idl/netlogon.idl:809: warning: [out] argument `info' not a pointer
./librpc/idl/netlogon.idl:819: warning: [out] argument `dcname' not a pointer
./librpc/idl/netlogon.idl:819: warning: top-level [out] pointer `dcname' is not a [ref] pointer
./librpc/idl/netlogon.idl:838: warning: [out] argument `query' not a pointer
./librpc/idl/netlogon.idl:868: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:871: warning: [out] argument `sync_context' not a pointer
./librpc/idl/netlogon.idl:874: warning: top-level [out] pointer `delta_enum_array' is not a [ref] pointer
./librpc/idl/netlogon.idl:886: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:890: warning: top-level [out] pointer `delta_enum_array' is not a [ref] pointer
./librpc/idl/netlogon.idl:902: warning: [out] argument `query' not a pointer
./librpc/idl/netlogon.idl:929: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/netlogon.idl:973: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/netlogon.idl:980: warning: [out] argument `site' not a pointer
./librpc/idl/netlogon.idl:980: warning: top-level [out] pointer `site' is not a [ref] pointer
./librpc/idl/netlogon.idl:1046: warning: [out] argument `info' not a pointer
./librpc/idl/netlogon.idl:1063: warning: [out] argument `return_authenticator' not a pointer
./librpc/idl/netlogon.idl:1088: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/netlogon.idl:1114: warning: [out] argument `validation' not a pointer
./librpc/idl/netlogon.idl:1115: warning: [out] argument `authoritative' not a pointer
./librpc/idl/netlogon.idl:1117: warning: [out] argument `flags' not a pointer
./librpc/idl/netlogon.idl:1162: warning: [out] argument `count' not a pointer
./librpc/idl/netlogon.idl:1164: warning: top-level [out] pointer `trusts' is not a [ref] pointer
./librpc/idl/netlogon.idl:1195: warning: [out] argument `validation' not a pointer
./librpc/idl/netlogon.idl:1196: warning: [out] argument `authoritative' not a pointer
./librpc/idl/netlogon.idl:1198: warning: [out] argument `flags' not a pointer
Compiling ./librpc/idl/nfs4acl.idl
Compiling ./librpc/idl/notify.idl
Compiling ./librpc/idl/ntsvcs.idl
Compiling ./librpc/idl/opendb.idl
Compiling ./librpc/idl/orpc.idl
Compiling ./librpc/idl/oxidresolver.idl
Compiling ./librpc/idl/policyagent.idl
Compiling ./librpc/idl/protected_storage.idl
Compiling ./librpc/idl/remact.idl
Compiling ./librpc/idl/rot.idl
Compiling ./librpc/idl/samr.idl
./librpc/idl/samr.idl:1251: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/samr.idl:76: warning: top-level [out] pointer `sdbuf' is not a [ref] pointer
./librpc/idl/samr.idl:94: warning: top-level [out] pointer `sid' is not a [ref] pointer
./librpc/idl/samr.idl:114: warning: top-level [out] pointer `sam' is not a [ref] pointer
./librpc/idl/samr.idl:116: warning: [out] argument `num_entries' not a pointer
./librpc/idl/samr.idl:239: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:271: warning: top-level [out] pointer `sam' is not a [ref] pointer
./librpc/idl/samr.idl:273: warning: [out] argument `num_entries' not a pointer
./librpc/idl/samr.idl:299: warning: top-level [out] pointer `sam' is not a [ref] pointer
./librpc/idl/samr.idl:301: warning: [out] argument `num_entries' not a pointer
./librpc/idl/samr.idl:319: warning: top-level [out] pointer `sam' is not a [ref] pointer
./librpc/idl/samr.idl:321: warning: [out] argument `num_entries' not a pointer
./librpc/idl/samr.idl:344: warning: [out] argument `rids' not a pointer
./librpc/idl/samr.idl:346: warning: [out] argument `types' not a pointer
./librpc/idl/samr.idl:355: warning: [out] argument `names' not a pointer
./librpc/idl/samr.idl:357: warning: [out] argument `types' not a pointer
./librpc/idl/samr.idl:417: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:460: warning: top-level [out] pointer `rids' is not a [ref] pointer
./librpc/idl/samr.idl:514: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:800: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:851: warning: top-level [out] pointer `rids' is not a [ref] pointer
./librpc/idl/samr.idl:920: warning: [out] argument `total_size' not a pointer
./librpc/idl/samr.idl:921: warning: [out] argument `returned_size' not a pointer
./librpc/idl/samr.idl:923: warning: [out] argument `info' not a pointer
./librpc/idl/samr.idl:943: warning: [out] argument `idx' not a pointer
./librpc/idl/samr.idl:980: warning: [out] argument `info' not a pointer
./librpc/idl/samr.idl:999: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:1011: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/samr.idl:1025: warning: [out] argument `total_size' not a pointer
./librpc/idl/samr.idl:1026: warning: [out] argument `returned_size' not a pointer
./librpc/idl/samr.idl:1028: warning: [out] argument `info' not a pointer
./librpc/idl/samr.idl:1041: warning: [out] argument `idx' not a pointer
./librpc/idl/samr.idl:1069: warning: [out] argument `total_size' not a pointer
./librpc/idl/samr.idl:1070: warning: [out] argument `returned_size' not a pointer
./librpc/idl/samr.idl:1072: warning: [out] argument `info' not a pointer
./librpc/idl/samr.idl:1115: warning: [out] argument `info' not a pointer
./librpc/idl/samr.idl:1153: warning: [out] argument `unknown' not a pointer
./librpc/idl/samr.idl:1194: warning: top-level [out] pointer `dominfo' is not a [ref] pointer
./librpc/idl/samr.idl:1196: warning: top-level [out] pointer `reject' is not a [ref] pointer
./librpc/idl/samr.idl:1213: warning: [out] argument `level' not a pointer
./librpc/idl/samr.idl:1224: warning: top-level [out] pointer `sid' is not a [ref] pointer
Compiling ./librpc/idl/sasl_helpers.idl
Compiling ./librpc/idl/scerpc.idl
Compiling ./librpc/idl/schannel.idl
Compiling ./librpc/idl/security.idl
Compiling ./librpc/idl/spoolss.idl
./librpc/idl/spoolss.idl:1417: warning: helper() is pidl-specific and deprecated. Use `include' instead
./librpc/idl/spoolss.idl:1417: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/spoolss.idl:260: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:261: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:263: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:278: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:279: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:281: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:353: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:355: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:366: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:367: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:369: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:382: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:383: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:385: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:439: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:441: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:545: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:546: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:548: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:560: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:561: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:563: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:590: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:592: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:625: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:626: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:628: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:640: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:641: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:643: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:670: warning: [out] argument `job_id' not a pointer
./librpc/idl/spoolss.idl:685: warning: [out] argument `num_written' not a pointer
./librpc/idl/spoolss.idl:704: warning: [out] argument `data' not a pointer
./librpc/idl/spoolss.idl:706: warning: [out] argument `_data_size' not a pointer
./librpc/idl/spoolss.idl:769: warning: [out] argument `type' not a pointer
./librpc/idl/spoolss.idl:770: warning: [out] argument `data' not a pointer
./librpc/idl/spoolss.idl:772: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:776: warning: [out] argument `data' not a pointer
./librpc/idl/spoolss.idl:781: warning: [out] argument `type' not a pointer
./librpc/idl/spoolss.idl:782: warning: [out] argument `data' not a pointer
./librpc/idl/spoolss.idl:784: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:798: warning: [out] argument `data' not a pointer
./librpc/idl/spoolss.idl:882: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:884: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:902: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:903: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:905: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:916: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:917: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:919: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:954: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:955: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:957: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:968: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:969: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:971: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:996: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:997: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:999: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:1010: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:1011: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:1013: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:1110: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/spoolss.idl:1111: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:1112: warning: [out] argument `server_major_version' not a pointer
./librpc/idl/spoolss.idl:1114: warning: [out] argument `server_minor_version' not a pointer
./librpc/idl/spoolss.idl:1262: warning: [out] argument `value_name' not a pointer
./librpc/idl/spoolss.idl:1263: warning: [out] argument `value_needed' not a pointer
./librpc/idl/spoolss.idl:1264: warning: [out] argument `printerdata_type' not a pointer
./librpc/idl/spoolss.idl:1265: warning: [out] argument `buffer' not a pointer
./librpc/idl/spoolss.idl:1309: warning: [out] argument `type' not a pointer
./librpc/idl/spoolss.idl:1310: warning: [out] argument `buffer' not a pointer
./librpc/idl/spoolss.idl:1312: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:1320: warning: [out] argument `buffer' not a pointer
./librpc/idl/spoolss.idl:1321: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:1323: warning: [out] argument `count' not a pointer
./librpc/idl/spoolss.idl:1377: warning: [out] argument `out_data' not a pointer
./librpc/idl/spoolss.idl:1378: warning: [out] argument `needed' not a pointer
./librpc/idl/spoolss.idl:1380: warning: [out] argument `unknown2' not a pointer
Compiling ./librpc/idl/srvsvc.idl
./librpc/idl/srvsvc.idl:1512: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/srvsvc.idl:59: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:60: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:62: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:73: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:125: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:126: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:128: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:140: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:205: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:206: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:208: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:255: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:256: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:258: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:269: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:362: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:363: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:365: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:558: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:559: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:561: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:572: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:606: warning: [out] argument `type' not a pointer
./librpc/idl/srvsvc.idl:1116: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:1144: warning: [out] argument `info' not a pointer
./librpc/idl/srvsvc.idl:1146: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:1181: warning: [out] argument `stat' not a pointer
./librpc/idl/srvsvc.idl:1265: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:1266: warning: [out] argument `transports' not a pointer
./librpc/idl/srvsvc.idl:1268: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:1303: warning: top-level [out] pointer `info' is not a [ref] pointer
./librpc/idl/srvsvc.idl:1327: warning: [out] argument `pathtype' not a pointer
./librpc/idl/srvsvc.idl:1337: warning: [out] argument `pathtype' not a pointer
./librpc/idl/srvsvc.idl:1387: warning: [out] argument `level' not a pointer
./librpc/idl/srvsvc.idl:1388: warning: [out] argument `ctr' not a pointer
./librpc/idl/srvsvc.idl:1390: warning: [out] argument `totalentries' not a pointer
./librpc/idl/srvsvc.idl:1401: warning: top-level [out] pointer `hnd' is not a [ref] pointer
./librpc/idl/srvsvc.idl:1417: warning: top-level [out] pointer `sd_buf' is not a [ref] pointer
Compiling ./librpc/idl/svcctl.idl
./librpc/idl/svcctl.idl:460: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/svcctl.idl:124: warning: [out] argument `lock' not a pointer
./librpc/idl/svcctl.idl:201: warning: top-level [out] pointer `status' is not a [ref] pointer
./librpc/idl/svcctl.idl:203: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:204: warning: [out] argument `services_returned' not a pointer
./librpc/idl/svcctl.idl:214: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:215: warning: [out] argument `services_returned' not a pointer
./librpc/idl/svcctl.idl:239: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:255: warning: length_is() on non-array element
./librpc/idl/svcctl.idl:261: warning: [out] argument `display_name' not a pointer
./librpc/idl/svcctl.idl:261: warning: top-level [out] pointer `display_name' is not a [ref] pointer
./librpc/idl/svcctl.idl:267: warning: [out] argument `key_name' not a pointer
./librpc/idl/svcctl.idl:267: warning: top-level [out] pointer `key_name' is not a [ref] pointer
./librpc/idl/svcctl.idl:285: warning: [out] argument `tag_id' not a pointer
./librpc/idl/svcctl.idl:302: warning: top-level [out] pointer `TagId' is not a [ref] pointer
./librpc/idl/svcctl.idl:311: warning: top-level [out] pointer `status' is not a [ref] pointer
./librpc/idl/svcctl.idl:313: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:314: warning: [out] argument `services_returned' not a pointer
./librpc/idl/svcctl.idl:324: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:325: warning: [out] argument `services_returned' not a pointer
./librpc/idl/svcctl.idl:349: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:365: warning: length_is() on non-array element
./librpc/idl/svcctl.idl:371: warning: [out] argument `display_name' not a pointer
./librpc/idl/svcctl.idl:371: warning: top-level [out] pointer `display_name' is not a [ref] pointer
./librpc/idl/svcctl.idl:377: warning: [out] argument `key_name' not a pointer
./librpc/idl/svcctl.idl:377: warning: top-level [out] pointer `key_name' is not a [ref] pointer
./librpc/idl/svcctl.idl:408: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:417: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:426: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:437: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:438: warning: [out] argument `service_returned' not a pointer
./librpc/idl/svcctl.idl:440: warning: [out] argument `group_name' not a pointer
./librpc/idl/svcctl.idl:440: warning: top-level [out] pointer `group_name' is not a [ref] pointer
./librpc/idl/svcctl.idl:451: warning: [out] argument `bytes_needed' not a pointer
./librpc/idl/svcctl.idl:452: warning: [out] argument `service_returned' not a pointer
./librpc/idl/svcctl.idl:454: warning: [out] argument `group_name' not a pointer
./librpc/idl/svcctl.idl:454: warning: top-level [out] pointer `group_name' is not a [ref] pointer
Compiling ./librpc/idl/trkwks.idl
Compiling ./librpc/idl/unixinfo.idl
Compiling ./librpc/idl/w32time.idl
Compiling ./librpc/idl/winbind.idl
./librpc/idl/winbind.idl:35: warning: [out] argument `validation' not a pointer
./librpc/idl/winbind.idl:36: warning: [out] argument `authoritative' not a pointer
./librpc/idl/winbind.idl:38: warning: [out] argument `flags' not a pointer
Compiling ./librpc/idl/winreg.idl
./librpc/idl/winreg.idl:366: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/winreg.idl:213: warning: top-level [out] pointer `class_out' is not a [ref] pointer
Compiling ./librpc/idl/wins.idl
Compiling ./librpc/idl/winsrepl.idl
Compiling ./librpc/idl/winstation.idl
Compiling ./librpc/idl/wkssvc.idl
./librpc/idl/wkssvc.idl:395: warning: pointer_default_top() is a pidl extension and should not be used
./librpc/idl/wkssvc.idl:184: warning: top-level [out] pointer `entriesread' is not a [ref] pointer
./librpc/idl/wkssvc.idl:185: warning: top-level [out] pointer `totalentries' is not a [ref] pointer
./librpc/idl/wkssvc.idl:221: warning: [out] argument `level' not a pointer
./librpc/idl/wkssvc.idl:224: warning: [out] argument `totalentries' not a pointer
Compiling ./librpc/idl/wzcsvc.idl
Compiling ./librpc/idl/xattr.idl
Creating libcli/nbt/nbtname.h
Creating param/secrets_proto.h
Generating librpc/gen_ndr/tables.c
mv librpc/gen_ndr/tables.x librpc/gen_ndr/tables.c
Creating librpc/rpc/dcerpc_table.h
Creating lib/cmdline/credentials.h
Creating libcli/smb_composite/proto.h
Creating nbt_server/dgram/proto.h
Creating smb_server/smb2/smb2_proto.h
Creating lib/com/proto.h
Creating torture/raw/proto.h
Creating rpc_server/dcerpc_server_proto.h
Creating ntvfs/simple/proto.h
Creating torture/local/proto.h
Creating wrepl_server/wrepl_server_proto.h
Creating lib/com/dcom/proto.h
Creating torture/auth/proto.h
Creating lib/ldb/samba/ldif_handlers.h
Creating lib/tdr/tdr_proto.h
Creating smbd/pidfile.h
Creating smb_server/smb/smb_proto.h
Creating librpc/rpc/dcerpc_proto.h
Creating dsdb/samdb/samdb_proto.h
Creating rpc_server/samr/proto.h
Creating auth/credentials/credentials_proto.h
Creating auth/auth_proto.h
Creating libnet/libnet_proto.h
Creating param/share_proto.h
Creating torture/ldap/proto.h
Creating libcli/wrepl/winsrepl_proto.h
Creating torture/proto.h
Creating libcli/security/proto.h
Creating libcli/ldap/ldap_proto.h
Creating torture/util.h
Creating ntvfs/cifs_posix_cli/proto.h
Creating rpc_server/srvsvc/proto.h
Creating scripting/ejs/proto.h
Creating ntptr/ntptr_proto.h
Creating lib/db_wrap_proto.h
Creating libcli/resolve/proto.h
Creating libcli/nbt/nbt_proto.h
Creating smbd/service_proto.h
Creating librpc/ndr/ndr_spoolss_buf.h
Creating ldap_server/proto.h
Creating libcli/util/asn1_proto.h
Creating auth/pam_errors.h
Creating lib/util/util_tdb.h
Creating nbt_server/nbt_server_proto.h
Creating torture/rpc/proto.h
Creating smb_server/service_smb_proto.h
Creating web_server/proto.h
Creating ntvfs/ntvfs_proto.h
Creating libcli/raw/raw_proto.h
Creating libcli/libcli_proto.h
Creating auth/gensec/gensec_proto.h
Creating torture/libnet/proto.h
Creating lib/util/wrap_xattr.h
Creating libcli/composite/proto.h
Creating auth/auth_sam.h
Creating torture/smb2/proto.h
Creating winbind/wb_proto.h
Creating auth/ntlmssp/msrpc_parse.h
Creating lib/registry/reg_backend_rpc.h
Creating librpc/ndr/libndr_proto.h
Creating torture/basic/proto.h
Creating lib/cmdline/popt_credentials.h
Creating winbind/wb_helper.h
Creating ntvfs/ipc/proto.h
Creating auth/credentials/credentials_krb5_proto.h
Creating smbd/process_model_proto.h
Creating rpc_server/common/proto.h
Creating libcli/auth/proto.h
Creating lib/util/unix_privs.h
Creating lib/registry/registry_proto.h
Creating libcli/finddcs.h
Creating auth/gensec/schannel_state.h
Creating libcli/smb2/smb2_proto.h
Creating torture/dcom/proto.h
Creating torture/rap/proto.h
Creating libcli/util/clilsa.h
Creating wmi/proto.h
Creating ntvfs/common/proto.h
Creating ntvfs/posix/vfs_posix_proto.h
Creating torture/nbench/proto.h
Creating nbt_server/wins/winsdb_proto.h
Creating smb_server/smb_server_proto.h
Creating utils/net/net_proto.h
Creating lib/socket/netif_proto.h
Creating cldap_server/proto.h
Creating torture/nbt/proto.h
Creating auth/gensec/schannel_proto.h
Creating librpc/ndr/ndr_compression.h
Creating auth/kerberos/proto.h
Creating lib/gencache/gencache.h
Creating auth/gensec/spnego_proto.h
Creating auth/ntlmssp/proto.h
Creating lib/samba3/samba3_proto.h
Creating nbt_server/wins/winsserver_proto.h
Compiling heimdal/lib/roken/getprogname.c with host compiler
Linking bin/static/libheimdal_roken_getprogname_h.a
/usr/bin/ar: bin/static/libheimdal_roken_getprogname_h.a: No such file or directory
make: *** [bin/static/libheimdal_roken_getprogname_h.a] Error 1
- 06-25-2009 #7Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
It looks like the program is trying to link a local file bin/static/libheimdal_roken_getprogname_h.a that doesn't exist. Given the name, it appears to be (possibly) a precompiled header file. Sorry, but without trying to build this myself I am at a loss. I have found any number of source packages that wouldn't build, including the latest version of kaffeine for kde3, because of dependencies that are fulfilled on the package developer's system, but are not built or provided with the package. In my case, it is looking for headers that don't exist for a needed library API. After looking at the latest version of the sources for that library, the problem is still unresolved, which means that I will have to do some munging in the configuration, make files, and possibly source code to get it to work - a real PITA! However, it happens at times. So, either dig in and fix it yourself, if you can, or try to find a prepackaged version of the package for your distribution instead of building it from source, or don't bother to install it if that is an option.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
