[Pkg-samba-maint] Building the package: I give up..:-|

Christian Perrier bubulle at debian.org
Sun Jan 15 17:41:35 UTC 2006


I spent long hours trying to build the 3.0.21a-2 package with the
debian/ directory we have in SVN.

I'm afraid it currently fails and I'm unable to continue debugging
this for lack of time.

This is certainly related to the switch to cdbs and something I fail
to understand.

The current build log I have is:

dpkg-buildpackage: source package is samba
dpkg-buildpackage: source version is 3.0.21a-2
dpkg-buildpackage: source changed by Christian Perrier <bubulle at debian.org>
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Clean first the Samba package
/usr/bin/make -C source distclean
make[1]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[1]: *** No rule to make target `distclean'.  Stop.
make[1]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make: [clean-patched] Error 2 (ignored)
# Delete stuff left after a build that is not deleted by 'make clean'
rm -f source/bin/wbinfo source/bin/winbindd source/bin/debug2html \
		source/bin/libsmbclient.a source/client/mount.cifs \
		source/include/stamp-h
sed -e "s/@libacl@/`type-handling any linux-gnu`/g" \
		< debian/control.in > debian/control
dh_clean
QUILT_PATCHES=debian/patches quilt pop -a -R || test $? = 2 
Aucun patch retiré
rm -rf .pc debian/stamp-patched
 dpkg-source -i(?:^|/).*~$|(?:^|/)\..*\.swp|DEADJOE|(?:/CVS|/RCS|/\.svn|/\.deps|/\{arch\}|/\.arch-ids)(?:$|/) -ICVS -I.svn -b samba-3.0.21a
dpkg-source: building samba using existing samba_3.0.21a.orig.tar.gz
dpkg-source: building samba in samba_3.0.21a-2.diff.gz
dpkg-source: building samba in samba_3.0.21a-2.dsc
 debian/rules build
# quilt exits with 2 as return when there was nothing to do. 
# That's not an error here (but it's usefull to break loops in crude scripts)
QUILT_PATCHES=debian/patches quilt push -a || test $? = 2
Application de cups.patch
patching file source/include/includes.h

Application de documentation.patch
patching file docs/manpages/swat.8

Application de fhs.patch
patching file source/Makefile.in
patching file source/configure.in
patching file source/dynconfig.c
patching file source/groupdb/mapping.c
patching file source/include/dynconfig.h
patching file source/intl/lang_tdb.c
patching file source/lib/util.c
patching file source/lib/util_unistr.c
patching file source/libsmb/samlogon_cache.c
patching file source/nmbd/nmbd_serverlistdb.c
patching file source/nmbd/nmbd_winsserver.c
patching file source/passdb/login_cache.c
patching file source/nsswitch/winbindd_cache.c
patching file source/nsswitch/winbindd_util.c
patching file source/param/loadparm.c
patching file source/passdb/pdb_tdb.c
patching file source/passdb/secrets.c
patching file source/printing/nt_printing.c
patching file source/printing/printing.c
patching file source/printing/printing_db.c
patching file source/rpc_server/srv_srvsvc_nt.c
patching file source/sam/idmap_tdb.c
patching file source/smbd/lanman.c
patching file source/utils/net_idmap.c
patching file source/wrepld/process.c
patching file source/registry/reg_db.c

Application de installswat.sh.patch
patching file source/script/installswat.sh

Application de make-distclean.patch
patching file source/Makefile.in

Application de nmbd-signalling.patch
patching file source/nmbd/nmbd_subnetdb.c

Application de non-linux-ports.patch
patching file source/configure.in

Application de nonpic-libsmbclient.patch
patching file source/Makefile.in

Application de pam-examples.patch
patching file source/pam_smbpass/README

Application de README_nosmbldap-tools.patch
patching file examples/LDAP/README

Application de samba.patch
patching file source/client/smbmount.c
patching file source/web/diagnose.c
patching file source/script/installbin.sh

Application de smbclient-pager.patch
patching file source/include/local.h

Application de smbmount-mtab-flags.patch
patching file source/client/smbmnt.c

Application de smbmount-nomtab.patch
patching file source/client/smbmnt.c
patching file source/client/smbmount.c

Application de smbmount-unix-caps.patch
patching file source/client/smbmount.c

Application de smbstatus-locking.patch
patching file source/utils/status.c

Application de undefined-symbols.patch
patching file source/Makefile.in

Application de VERSION.patch
patching file source/VERSION

Application de adapt_machine_creation_script.patch
patching file docs/manpages/smb.conf.5

Le patch adapt_machine_creation_script.patch est maintenant au sommet
touch debian/stamp-patched
dh_testdir
if [ -f debian/config.cache ]; then \
		cp -f debian/config.cache source/config.cache; \
	fi
[ -f source/Makefile ] || (cd source && CFLAGS="-g -Wall -O2" ./configure --cache-file=./config.cache --with-fhs --enable-shared --enable-static --prefix=/usr --sysconfdir=/etc --libdir=/etc/samba --with-privatedir=/etc/samba --with-piddir=/var/run/samba --localstatedir=/var --with-netatalk --with-pam --with-syslog --with-utmp --with-readline --with-pam_smbpass --with-libsmbclient --with-winbind --with-msdfs --with-automount --with-tdbsam --with-ldap --with-python=python2.3 --with-smbmount --with-acl-support --with-quotas --build i486-linux-gnu)
configure: loading cache ./config.cache
SAMBA VERSION: 3.0.21a
checking for -fPIE... yes
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 gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking for ar... ar
checking if the linker (ld) is GNU ld... yes
checking GNU ld release date... 20051214
checking for library containing strerror... none required
checking whether gcc and cc understand -c and -o together... yes
checking that the C compiler understands -Werror... yes
checking that the C compiler understands volatile... (cached) yes
checking uname -s... Linux
checking uname -r... 2.6.13-1-686
checking uname -m... i686
checking uname -p... unknown
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-linux-gnu
checking config.cache system type... same
checking for LFS support... yes
checking for inline... (cached) inline
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
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 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 aio.h usability... yes
checking aio.h presence... yes
checking for aio.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking rpc/nettype.h usability... no
checking rpc/nettype.h presence... no
checking for rpc/nettype.h... no
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/wait.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/priv.h usability... no
checking sys/priv.h presence... no
checking for sys/priv.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/filsys.h usability... no
checking sys/filsys.h presence... no
checking for sys/filsys.h... no
checking 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 sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/dustat.h usability... no
checking sys/dustat.h presence... no
checking for sys/dustat.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking security/_pam_macros.h usability... yes
checking security/_pam_macros.h presence... yes
checking for security/_pam_macros.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... 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 execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for rpcsvc/yp_prot.h... yes
checking sys/mode.h usability... no
checking sys/mode.h presence... no
checking for sys/mode.h... no
checking CoreFoundation/CFStringEncodingConverter.h usability... no
checking CoreFoundation/CFStringEncodingConverter.h presence... no
checking for CoreFoundation/CFStringEncodingConverter.h... no
checking CFStringEncodingConverter.h usability... no
checking CFStringEncodingConverter.h presence... no
checking for CFStringEncodingConverter.h... no
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.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 nss.h usability... yes
checking nss.h presence... yes
checking for nss.h... yes
checking nss_common.h usability... no
checking nss_common.h presence... no
checking for nss_common.h... no
checking nsswitch.h usability... no
checking nsswitch.h presence... no
checking for nsswitch.h... no
checking ns_api.h usability... no
checking ns_api.h presence... no
checking for ns_api.h... no
checking sys/security.h usability... no
checking sys/security.h presence... no
checking for sys/security.h... no
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking attr/xattr.h usability... yes
checking attr/xattr.h presence... yes
checking for attr/xattr.h... yes
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking sys/extattr.h usability... no
checking sys/extattr.h presence... no
checking for sys/extattr.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for netinet/ip.h... yes
checking for net/if.h... yes
checking for security/pam_modules.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking lastlog.h usability... yes
checking lastlog.h presence... yes
checking for lastlog.h... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for short... yes
checking size of short... 2
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... no
checking whether char is unsigned... no
checking return type of signal handlers... void
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... yes
checking for size_t... (cached) yes
checking for pid_t... (cached) yes
checking for struct stat.st_rdev... yes
checking for d_off in dirent... (cached) yes
checking for ino_t... (cached) yes
checking for loff_t... yes
checking for offset_t... no
checking for ssize_t... yes
checking for wchar_t... yes
checking for cups-config... /usr/bin/cups-config
checking for library containing dlopen... -ldl
checking for immediate structures... yes
checking if the compiler will optimize out function calls... yes
checking for unix domain sockets... yes
checking for socklen_t type... (cached) yes
checking for sig_atomic_t type... yes
checking for struct timespec type... yes
checking for errno declaration... yes
checking for setresuid declaration... yes
checking for setresgid declaration... yes
checking for asprintf declaration... yes
checking for vasprintf declaration... yes
checking for vsnprintf declaration... yes
checking for snprintf declaration... yes
checking for real setresuid... (cached) yes
checking for real setresgid... (cached) yes
checking for working memcmp... yes
checking whether to use readline... yes
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for readline.h... (cached) no
checking for readline/readline.h... (cached) yes
checking for tgetent in -lncurses... yes
checking for rl_callback_handler_install in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking for connect... (cached) yes
checking for library containing yp_get_default_domain... -lnsl
checking for yp_get_default_domain... yes
checking for execl... (cached) yes
checking for dlopen... yes
checking for dlclose... yes
checking for dlsym... yes
checking for dlerror... yes
checking for waitpid... (cached) yes
checking for getcwd... (cached) yes
checking for strdup... (cached) yes
checking for strndup... yes
checking for strnlen... yes
checking for strtoul... (cached) yes
checking for strerror... (cached) yes
checking for chown... (cached) yes
checking for fchown... (cached) yes
checking for chmod... (cached) yes
checking for fchmod... (cached) yes
checking for chroot... (cached) yes
checking for link... yes
checking for mknod... yes
checking for mknod64... no
checking for fstat... (cached) yes
checking for strchr... (cached) yes
checking for utime... (cached) yes
checking for utimes... (cached) yes
checking for getrlimit... yes
checking for fsync... (cached) yes
checking for memset... (cached) yes
checking for strlcpy... no
checking for strlcat... no
checking for setpgid... yes
checking for memmove... (cached) yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking for asprintf... yes
checking for vasprintf... yes
checking for setsid... (cached) yes
checking for glob... (cached) yes
checking for strpbrk... (cached) yes
checking for pipe... (cached) yes
checking for crypt16... (cached) no
checking for getauthuid... (cached) no
checking for strftime... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigblock... (cached) yes
checking for sigaction... (cached) yes
checking for sigset... yes
checking for innetgr... yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for initgroups... (cached) yes
checking for select... (cached) yes
checking for poll... (cached) yes
checking for rdchk... (cached) no
checking for getgrnam... (cached) yes
checking for getgrent... (cached) yes
checking for pathconf... yes
checking for realpath... yes
checking for setpriv... (cached) no
checking for setgidx... (cached) no
checking for setuidx... (cached) no
checking for setgroups... (cached) yes
checking for sysconf... yes
checking for mktime... (cached) yes
checking for rename... (cached) yes
checking for ftruncate... (cached) yes
checking for chsize... no
checking for stat64... yes
checking for fstat64... yes
checking for lstat64... yes
checking for fopen64... yes
checking for atexit... yes
checking for grantpt... (cached) yes
checking for dup2... (cached) yes
checking for lseek64... yes
checking for ftruncate64... yes
checking for fseek64... no
checking for fseeko64... yes
checking for ftell64... no
checking for ftello64... yes
checking for setluid... (cached) no
checking for getpwanam... (cached) no
checking for setlinebuf... yes
checking for opendir64... no
checking for readdir64... yes
checking for seekdir64... no
checking for telldir64... no
checking for rewinddir64... no
checking for closedir64... no
checking for srandom... (cached) yes
checking for random... (cached) yes
checking for srand... (cached) yes
checking for rand... (cached) yes
checking for setenv... (cached) yes
checking for usleep... (cached) yes
checking for strcasecmp... (cached) yes
checking for fcvt... yes
checking for fcvtl... no
checking for symlink... (cached) yes
checking for readlink... (cached) yes
checking for syslog... yes
checking for vsyslog... yes
checking for timegm... yes
checking for setlocale... yes
checking for nl_langinfo... yes
checking for nanosleep... yes
checking for setbuffer... yes
checking for shmget... yes
checking for shm_open... no
checking for backtrace_symbols... yes
checking libexc.h usability... no
checking libexc.h presence... no
checking for libexc.h... no
checking for trace_back_stack in -lexc... no
checking for syscall... yes
checking for _dup... (cached) no
checking for _dup2... (cached) no
checking for _opendir... (cached) no
checking for _readdir... (cached) no
checking for _seekdir... (cached) no
checking for _telldir... (cached) no
checking for _closedir... (cached) no
checking for __dup... (cached) no
checking for __dup2... (cached) no
checking for __opendir... (cached) no
checking for __readdir... (cached) no
checking for __seekdir... (cached) no
checking for __telldir... (cached) no
checking for __closedir... (cached) no
checking for __getcwd... (cached) no
checking for _getcwd... (cached) no
checking for __xstat... (cached) no
checking for __fxstat... (cached) no
checking for __lxstat... (cached) no
checking for _stat... (cached) no
checking for _lstat... (cached) no
checking for _fstat... (cached) no
checking for __stat... (cached) no
checking for __lstat... (cached) no
checking for __fstat... (cached) no
checking for _acl... no
checking for __acl... no
checking for _facl... no
checking for __facl... no
checking for _open... (cached) no
checking for __open... (cached) no
checking for _chdir... (cached) no
checking for __chdir... (cached) no
checking for _close... (cached) no
checking for __close... (cached) no
checking for _fchdir... (cached) no
checking for __fchdir... (cached) no
checking for _fcntl... (cached) no
checking for __fcntl... (cached) no
checking for getdents... no
checking for _getdents... (cached) no
checking for __getdents... (cached) no
checking for _lseek... (cached) no
checking for __lseek... (cached) no
checking for _read... (cached) no
checking for __read... (cached) no
checking for getdirentries... yes
checking for _write... (cached) no
checking for __write... (cached) no
checking for _fork... (cached) no
checking for __fork... (cached) no
checking for _stat64... (cached) no
checking for __stat64... (cached) no
checking for _fstat64... (cached) no
checking for __fstat64... (cached) no
checking for _lstat64... (cached) no
checking for __lstat64... (cached) no
checking for __sys_llseek... (cached) no
checking for llseek... (cached) yes
checking for _llseek... (cached) no
checking for __llseek... (cached) no
checking for readdir64... (cached) yes
checking for _readdir64... (cached) no
checking for __readdir64... (cached) no
checking for pread... (cached) yes
checking for _pread... (cached) no
checking for __pread... (cached) no
checking for pread64... yes
checking for _pread64... (cached) no
checking for __pread64... (cached) no
checking for pwrite... (cached) yes
checking for _pwrite... (cached) no
checking for __pwrite... (cached) no
checking for pwrite64... yes
checking for _pwrite64... (cached) no
checking for __pwrite64... (cached) no
checking for open64... yes
checking for _open64... (cached) no
checking for __open64... (cached) no
checking for creat64... yes
checking for prctl... yes
checking whether struct stat has sub-second timestamps... yes
checking for dn_expand in -lresolv... yes
checking for putprpwnam... (cached) no
checking for putprpwnam in -lsecurity... (cached) no
checking for putprpwnam... (cached) no
checking for putprpwnam... (cached) no
checking for putprpwnam in -lsec... (cached) no
checking for putprpwnam... (cached) no
checking for set_auth_parameters... (cached) no
checking for set_auth_parameters in -lsecurity... (cached) no
checking for set_auth_parameters... (cached) no
checking for set_auth_parameters... (cached) no
checking for set_auth_parameters in -lsec... (cached) no
checking for set_auth_parameters... (cached) no
checking for getspnam... (cached) yes
checking for getspnam... (cached) yes
checking for getspnam... (cached) yes
checking for bigcrypt... (cached) no
checking for bigcrypt in -lsecurity... (cached) no
checking for bigcrypt... (cached) no
checking for bigcrypt... (cached) no
checking for bigcrypt in -lsec... (cached) no
checking for bigcrypt... (cached) no
checking for getprpwnam... (cached) no
checking for getprpwnam in -lsecurity... (cached) no
checking for getprpwnam... (cached) no
checking for getprpwnam... (cached) no
checking for getprpwnam in -lsec... (cached) no
checking for getprpwnam... (cached) no
checking for library containing getxattr... none required
checking for getxattr... yes
checking for lgetxattr... yes
checking for fgetxattr... yes
checking for listxattr... yes
checking for llistxattr... yes
checking for flistxattr... yes
checking for removexattr... yes
checking for lremovexattr... yes
checking for fremovexattr... yes
checking for setxattr... yes
checking for lsetxattr... yes
checking for fsetxattr... yes
checking for attr_get... no
checking for attr_list... no
checking for attr_set... no
checking for attr_remove... no
checking for attr_getf... no
checking for attr_listf... no
checking for attr_setf... no
checking for attr_removef... no
checking for extattr_delete_fd... no
checking for extattr_delete_file... no
checking for extattr_delete_link... no
checking for extattr_get_fd... no
checking for extattr_get_file... no
checking for extattr_get_link... no
checking for extattr_list_fd... no
checking for extattr_list_file... no
checking for extattr_list_link... no
checking for extattr_set_fd... no
checking for extattr_set_file... no
checking for extattr_set_link... no
checking ability to build shared libraries... true
checking linker flags for shared libraries... -shared -Wl,-Bsymbolic
checking compiler flags for position-independent code... -fPIC
checking whether building shared libraries actually works... yes
checking for long long... yes
checking for LL suffix on long long integers... yes
checking for 64 bit off_t... yes
checking for off64_t... no
checking for 64 bit ino_t... yes
checking for ino64_t... no
checking for dev64_t... no
checking for struct dirent64... no
checking for struct dirent64... yes
checking for major macro... yes
checking for minor macro... yes
checking for makedev macro... yes
checking for unsigned char... no
checking for sin_len in sock... no
checking whether seekdir returns void... yes
checking for __FUNCTION__ macro... yes
checking if gettimeofday takes tz argument... yes
checking for va_copy... yes
checking for C99 vsnprintf... yes
checking for broken readdir... no
checking for utimbuf... yes
checking for pututline... yes
checking for pututxline... yes
checking for updwtmp... yes
checking for updwtmpx... yes
checking for getutmpx... yes
checking for ut_name in utmp... yes
checking for ut_user in utmp... yes
checking for ut_id in utmp... yes
checking for ut_host in utmp... yes
checking for ut_time in utmp... yes
checking for ut_tv in utmp... yes
checking for ut_type in utmp... yes
checking for ut_pid in utmp... yes
checking for ut_exit in utmp... yes
checking for ut_addr in utmp... yes
checking whether pututline returns pointer... yes
checking for ut_syslen in utmpx... no
checking for iconv in /usr/lib... yes
checking can we convert from CP850 to UCS2-LE?... CP850
checking can we convert from ASCII to UCS2-LE?... ASCII
checking can we convert from UTF-8 to UCS2-LE?... UTF-8
checking for Linux kernel oplocks... (cached) no
checking for kernel change notify support... (cached) no
checking for kernel share modes... (cached) no
checking for IRIX kernel oplock type definitions... no
checking for irix specific capabilities... no
checking for int16 typedef included by rpc/rpc.h... no
checking for uint16 typedef included by rpc/rpc.h... no
checking for int32 typedef included by rpc/rpc.h... no
checking for uint32 typedef included by rpc/rpc.h... no
checking for conflicting AUTH_ERROR define in rpc/rpc.h... no
checking for test routines... yes
checking for ftruncate extend... yes
checking for AF_LOCAL socket support... yes
checking for broken getgroups... no
checking whether getpass should be replaced... yes
checking for broken inet_ntoa... no
checking for secure mkstemp... yes
checking for sysconf(_SC_NGROUPS_MAX)... yes
checking for sysconf(_SC_NPROC_ONLN)... no
checking for root... no
configure: WARNING: running as non-root will disable some tests
checking for iface AIX... no
checking for iface ifconf... got 4 interfaces:
lo         IP=127.0.0.1 NETMASK=255.0.0.0
vmnet1     IP=192.168.12.1 NETMASK=255.255.255.0
vmnet8     IP=192.168.7.1 NETMASK=255.255.255.0
weth_i     IP=192.168.1.3 NETMASK=255.255.255.0
yes
checking for setresuid... (cached) yes
checking for working mmap... yes
checking for fcntl locking... (cached) yes
checking for broken (glibc2.1/x86) 64 bit fcntl locking... no
checking for 64 bit fcntl locking... yes
checking for st_blocks in struct stat... yes
checking for st_blksize in struct stat... yes
checking for broken RedHat 7.2 system header files... no
checking for broken nisplus include files... no
checking if the realpath function allows a NULL argument... yes
checking whether to use smbwrapper... no
checking whether to use AFS clear-text auth... no
checking whether to use AFS fake-kaserver... no
checking whether to use AFS fake-kaserver... no
checking whether to use DFS clear-text auth... no
checking for LDAP support... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking for ber_scanf in -llber... yes
checking for ldap_init in -lldap... yes
checking for ldap_set_rebind_proc... yes
checking whether ldap_set_rebind_proc takes 3 arguments... 3
checking whether LDAP support is used... yes
checking for Active Directory and krb5 support... auto
checking for ldap_initialize... yes
checking for ldap_domain2hostlist... yes
checking for ldap_add_result_entry... yes
checking for kerberos 5 install path... no krb5-path given
checking for krb5-config... /usr/bin/krb5-config
checking for working krb5-config... yes
checking krb5.h usability... yes
checking krb5.h presence... yes
checking for krb5.h... yes
checking gssapi.h usability... no
checking gssapi.h presence... no
checking for gssapi.h... no
checking gssapi/gssapi_generic.h usability... yes
checking gssapi/gssapi_generic.h presence... yes
checking for gssapi/gssapi_generic.h... yes
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking com_err.h usability... yes
checking com_err.h presence... yes
checking for com_err.h... yes
checking for _et_list in -lcom_err... yes
checking for krb5_encrypt_data in -lk5crypto... yes
checking for des_set_key in -lcrypto... no
checking for copy_Authenticator in -lasn1... no
checking for roken_getaddrinfo_hostspec in -lroken... no
checking for gss_display_status in -lgssapi... no
checking for krb5_mk_req_extended in -lkrb5... yes
checking for krb5_kt_compare in -lkrb5... no
checking for gss_display_status in -lgssapi_krb5... yes
checking for krb5_set_real_time... yes
checking for krb5_set_default_in_tkt_etypes... no
checking for krb5_set_default_tgs_ktypes... yes
checking for krb5_principal2salt... yes
checking for krb5_use_enctype... yes
checking for krb5_string_to_key... yes
checking for krb5_get_pw_salt... no
checking for krb5_string_to_key_salt... no
checking for krb5_auth_con_setkey... no
checking for krb5_auth_con_setuseruserkey... yes
checking for krb5_locate_kdc... yes
checking for krb5_get_permitted_enctypes... yes
checking for krb5_get_default_in_tkt_etypes... no
checking for krb5_free_ktypes... yes
checking for krb5_free_data_contents... yes
checking for krb5_principal_get_comp_string... no
checking for krb5_free_unparsed_name... yes
checking for krb5_free_keytab_entry_contents... yes
checking for krb5_kt_free_entry... yes
checking for krb5_krbhst_get_addrinfo... no
checking for krb5_c_enctype_compare... yes
checking for krb5_enctypes_compatible_keys... no
checking for krb5_crypto_init... no
checking for krb5_crypto_destroy... no
checking for krb5_decode_ap_req... no
checking for decode_krb5_ap_req... yes
checking for krb5_free_ap_req... yes
checking for free_AP_REQ... no
checking for krb5_c_verify_checksum... yes
checking for krb5_principal_compare_any_realm... no
checking for krb5_parse_name_norealm... no
checking for krb5_princ_size... no
checking whether krb5_verify_checksum takes 7 arguments... 7
checking for checksum in krb5_checksum... no
checking for etype in EncryptedData... no
checking for ticket pointer in krb5_ap_req... yes
checking for krb5_crypto type... no
checking for krb5_encrypt_block type... yes
checking for addrtype in krb5_address... yes
checking for addr_type in krb5_address... no
checking for enc_part2 in krb5_ticket... yes
checking for keyblock in krb5_creds... yes
checking for session in krb5_creds... no
checking for keyvalue in krb5_keyblock... no
checking for ENCTYPE_ARCFOUR_HMAC_MD5... no
checking for KEYTYPE_ARCFOUR_56... no
checking for AP_OPTS_USE_SUBKEY... yes
checking for KV5M_KEYTAB... yes
checking for KRB5_KU_OTHER_CKSUM... no
checking for KRB5_KEYUSAGE_APP_DATA_CKSUM... yes
checking for the krb5_princ_component macro... yes
checking for key in krb5_keytab_entry... yes
checking for keyblock in krb5_keytab_entry... no
checking whether Active Directory and krb5 support is used... yes
checking for WRFILE: keytab support... yes
checking for krb5_princ_realm returns krb5_realm or krb5_data... no
checking whether to build experimental passdb libraries... no
checking whether to use automount... yes
checking whether to use smbmount... yes
checking whether to use PAM... yes
checking for pam_get_data in -lpam... yes
checking whether to use pam_smbpass... yes
checking for library containing crypt... -lcrypt
checking whether to use LDAP SAM 2.2 compatible configuration... no
checking whether to use NISPLUS_HOME... no
checking whether to use syslog logging... yes
checking whether to use profiling... no
checking whether to try disk-quotas support... yes
checking whether to try the new lib/sysquotas.c interface... auto
checking whether to try the lib/sysquotas.c interface on linux-gnu... yes
checking whether to use the lib/sysquotas_linux.c builtin support... yes
checking whether to use the lib/sysquotas_xfs.c builtin support... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking sys/fs/vx_quota.h usability... no
checking sys/fs/vx_quota.h presence... no
checking for sys/fs/vx_quota.h... no
checking sys/quota.h usability... yes
checking sys/quota.h presence... yes
checking for sys/quota.h... yes
checking if struct dqblk has .dqb_fsoftlimit... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for setmntent... yes
checking for getmntent... yes
checking for endmntent... yes
checking devnm.h usability... no
checking devnm.h presence... no
checking for devnm.h... no
checking for devnm... no
checking whether the sys_quota interface works... yes
checking whether to use the new lib/sysquotas.c interface... yes
checking whether the sys_quota interface works with XFS... yes
checking whether the old quota support works... yes
checking whether to use the old quota support... no
checking whether to support utmp accounting... yes
checking whether to build the libmsrpc shared library... yes
checking whether to build the libsmbclient shared library... yes
checking whether to build the libsmbsharemodes shared library... yes
configure: checking how to get filesystem space usage...
checking statvfs64 function (SVR4)... yes
checking if large file support can be enabled... yes
checking whether to support ACLs... checking for getxattr in -lattr... yes
checking for acl_get_file in -lacl... yes
checking for ACL support... yes
Using posix ACLs
checking for acl_get_perm_np... no
checking whether to support asynchronous io... no
checking whether to check to support sendfile... yes
checking for linux sendfile64 support... yes
checking for linux sendfile support... yes
checking for broken linux sendfile support... yes
checking whether to build winbind... yes
checking for union nss_XbyY_key.ipnode.af_family... no
checking for struct passwd.pw_comment... no
checking for struct passwd.pw_age... no
checking for struct secmethod_table.method_attrlist... no
checking for struct secmethod_table.method_version... no
checking for poptGetContext in -lpopt... yes
checking whether to use included popt... no
checking how to build pdb_xml... not
checking how to build pdb_mysql... not
checking how to build pdb_pgsql... not
checking how to build pdb_ldap... static
checking how to build pdb_smbpasswd... static
checking how to build pdb_tdbsam... static
checking how to build pdb_guest... static
checking how to build rpc_lsa... static
checking how to build rpc_reg... static
checking how to build rpc_lsa_ds... static
checking how to build rpc_wks... static
checking how to build rpc_svcctl... static
checking how to build rpc_ntsvcs... static
checking how to build rpc_net... static
checking how to build rpc_dfs... static
checking how to build rpc_srv... static
checking how to build rpc_spoolss... static
checking how to build rpc_eventlog... static
checking how to build rpc_samr... static
checking how to build rpc_echo... not
checking how to build idmap_ldap... static
checking how to build idmap_tdb... static
checking how to build idmap_rid... not
checking how to build idmap_ad... not
checking how to build charset_weird... not
checking how to build charset_CP850... shared
checking how to build charset_CP437... shared
checking how to build charset_macosxfs... not
checking how to build auth_rhosts... static
checking how to build auth_sam... static
checking how to build auth_unix... static
checking how to build auth_winbind... static
checking how to build auth_server... static
checking how to build auth_domain... static
checking how to build auth_builtin... static
checking how to build auth_script... shared
checking how to build vfs_recycle... shared
checking how to build vfs_audit... shared
checking how to build vfs_extd_audit... shared
checking how to build vfs_full_audit... shared
checking how to build vfs_netatalk... shared
checking how to build vfs_fake_perms... shared
checking how to build vfs_default_quota... shared
checking how to build vfs_readonly... shared
checking how to build vfs_cap... shared
checking how to build vfs_expand_msdfs... shared
checking how to build vfs_shadow_copy... shared
checking how to build vfs_afsacl... not
checking how to build vfs_catia... not
Using libraries:
    LIBS = -lcrypt -lresolv -lnsl -ldl 
    KRB5_LIBS = -L/usr/lib  -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv
    LDAP_LIBS = -lldap -llber 
    AUTH_LIBS = -lcrypt  -lpam -lpam
checking configure summary... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating include/stamp-h
config.status: creating Makefile
config.status: creating script/findsmb
config.status: creating smbadduser
config.status: creating script/gen-8bit-gap.sh
config.status: creating include/config.h
touch configure-stamp
dh_testdir
/usr/bin/make -C source headers
make[1]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
/usr/bin/make delheaders; \
	/usr/bin/make smbd/build_options.c; \
	/usr/bin/make include/proto.h; \
	/usr/bin/make include/build_env.h; \
	/usr/bin/make include/wrepld_proto.h; \
	/usr/bin/make nsswitch/winbindd_proto.h; \
	/usr/bin/make web/swat_proto.h; \
	/usr/bin/make client/client_proto.h; \
	/usr/bin/make utils/ntlm_auth_proto.h; \
	/usr/bin/make utils/net_proto.h;
make[2]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
Removing prototype headers
make[2]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[2]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
Generating smbd/build_options.c
make[2]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[2]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
Building include/proto.h
creating /home/bubulle/src/debian/samba/samba-3.0.21a/source/include/proto.h
make[2]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[2]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
Building include/build_env.h
make[2]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[2]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
Building include/wrepld_proto.h
creating /home/bubulle/src/debian/samba/samba-3.0.21a/source/include/wrepld_proto.h
make[2]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[2]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
creating /home/bubulle/src/debian/samba/samba-3.0.21a/source/nsswitch/winbindd_proto.h
make[2]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[2]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
creating /home/bubulle/src/debian/samba/samba-3.0.21a/source/web/swat_proto.h
make[2]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[2]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
creating /home/bubulle/src/debian/samba/samba-3.0.21a/source/client/client_proto.h
make[2]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[2]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
creating /home/bubulle/src/debian/samba/samba-3.0.21a/source/utils/ntlm_auth_proto.h
make[2]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[2]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
creating /home/bubulle/src/debian/samba/samba-3.0.21a/source/utils/net_proto.h
make[2]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
make[1]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
/usr/bin/make -C source all nsswitch/libnss_wins.so python_ext
make[1]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
Using FLAGS =  -g -Wall -O2 -D_SAMBA_BUILD_  -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb  -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_    
      LIBS = -lcrypt -lresolv -lnsl -ldl
      LDSHFLAGS = -shared -Wl,-Bsymbolic 
      LDFLAGS = 
      PIE_CFLAGS = -fPIE
      PIE_LDFLAGS = -pie
Compiling dynconfig.c
Compiling param/loadparm.c
Compiling param/params.c
Compiling smbd/files.c
Compiling smbd/chgpasswd.c
Compiling smbd/connection.c
Compiling smbd/utmp.c
Compiling smbd/session.c
Compiling smbd/dfree.c
Compiling smbd/dir.c
Compiling smbd/password.c
Compiling smbd/conn.c
Compiling smbd/fileio.c
Compiling smbd/ipc.c
Compiling smbd/lanman.c
Compiling smbd/negprot.c
Compiling smbd/message.c
smbd/message.c: In function 'msg_deliver':
smbd/message.c:68: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling smbd/nttrans.c
Compiling smbd/pipes.c
Compiling smbd/reply.c
Compiling smbd/sesssetup.c
Compiling smbd/trans2.c
Compiling smbd/uid.c
Compiling smbd/dosmode.c
Compiling smbd/filename.c
Compiling smbd/open.c
Compiling smbd/close.c
Compiling smbd/blocking.c
Compiling smbd/sec_ctx.c
Compiling smbd/srvstr.c
Compiling smbd/vfs.c
Compiling smbd/vfs-wrap.c
Compiling smbd/statcache.c
Compiling smbd/posix_acls.c
Compiling lib/sysacls.c
lib/sysacls.c: In function 'sys_acl_get_perm':
lib/sysacls.c:125: warning: implicit declaration of function 'acl_get_perm'
Compiling lib/server_mutex.c
Compiling smbd/process.c
Compiling smbd/service.c
Compiling smbd/error.c
Compiling printing/printfsp.c
Compiling lib/sysquotas.c
Compiling lib/sysquotas_linux.c
Compiling lib/sysquotas_xfs.c
Compiling lib/sysquotas_4A.c
Compiling smbd/change_trust_pw.c
Compiling smbd/fake_file.c
Compiling smbd/quotas.c
Compiling smbd/ntquotas.c
Compiling lib/afs.c
Compiling smbd/msdfs.c
Compiling lib/afs_settoken.c
Compiling smbd/aio.c
Compiling smbd/statvfs.c
Compiling smbd/mangle.c
Compiling smbd/mangle_hash.c
Compiling smbd/mangle_map.c
Compiling smbd/mangle_hash2.c
Compiling libsmb/clientgen.c
Compiling libsmb/cliconnect.c
Compiling libsmb/clifile.c
Compiling libsmb/clikrb5.c
Compiling libsmb/clispnego.c
Compiling libsmb/asn1.c
Compiling libsmb/clirap.c
Compiling libsmb/clierror.c
Compiling libsmb/climessage.c
libsmb/climessage.c: In function 'cli_message_text_build':
libsmb/climessage.c:88: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling libsmb/clireadwrite.c
Compiling libsmb/clilist.c
Compiling libsmb/cliprint.c
Compiling libsmb/clitrans.c
Compiling libsmb/clisecdesc.c
Compiling libsmb/clidgram.c
Compiling libsmb/clistr.c
Compiling lib/util_seaccess.c
Compiling libsmb/cliquota.c
Compiling libsmb/clifsinfo.c
Compiling libsmb/clidfs.c
Compiling libsmb/smberr.c
Compiling libsmb/credentials.c
Compiling libsmb/pwd_cache.c
Compiling libsmb/clioplock.c
Compiling libsmb/errormap.c
Compiling libsmb/clirap2.c
Compiling libsmb/doserr.c
Compiling rpc_parse/parse_prs.c
Compiling rpc_parse/parse_misc.c
Compiling rpc_parse/parse_sec.c
Compiling libsmb/nterr.c
Compiling libsmb/smbdes.c
Compiling libsmb/smbencrypt.c
Compiling libsmb/ntlm_check.c
Compiling libsmb/ntlmssp.c
Compiling libsmb/ntlmssp_parse.c
Compiling libsmb/ntlmssp_sign.c
Compiling libsmb/unexpected.c
Compiling libsmb/namecache.c
Compiling libsmb/nmblib.c
Compiling libsmb/namequery.c
Compiling libsmb/conncache.c
Compiling rpc_server/srv_lsa.c
Compiling rpc_server/srv_lsa_nt.c
rpc_server/srv_lsa_nt.c: In function '_lsa_enum_trust_dom':
rpc_server/srv_lsa_nt.c:504: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_query_info':
rpc_server/srv_lsa_nt.c:542: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_lookup_sids':
rpc_server/srv_lsa_nt.c:660: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_lookup_names':
rpc_server/srv_lsa_nt.c:709: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_enum_privs':
rpc_server/srv_lsa_nt.c:820: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_priv_get_dispname':
rpc_server/srv_lsa_nt.c:867: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_enum_accounts':
rpc_server/srv_lsa_nt.c:915: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_create_account':
rpc_server/srv_lsa_nt.c:991: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_open_account':
rpc_server/srv_lsa_nt.c:1039: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_enum_privsaccount':
rpc_server/srv_lsa_nt.c:1082: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_getsystemaccount':
rpc_server/srv_lsa_nt.c:1117: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_setsystemaccount':
rpc_server/srv_lsa_nt.c:1148: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_addprivs':
rpc_server/srv_lsa_nt.c:1178: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_removeprivs':
rpc_server/srv_lsa_nt.c:1219: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_query_secobj':
rpc_server/srv_lsa_nt.c:1262: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_add_acct_rights':
rpc_server/srv_lsa_nt.c:1381: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_remove_acct_rights':
rpc_server/srv_lsa_nt.c:1439: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_enum_acct_rights':
rpc_server/srv_lsa_nt.c:1501: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_lsa_nt.c: In function '_lsa_lookup_priv_value':
rpc_server/srv_lsa_nt.c:1542: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling rpc_server/srv_reg.c
Compiling rpc_server/srv_reg_nt.c
rpc_server/srv_reg_nt.c: In function 'find_regkey_index_by_hnd':
rpc_server/srv_reg_nt.c:57: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling registry/regfio.c
Compiling rpc_server/srv_lsa_ds.c
Compiling rpc_server/srv_lsa_ds_nt.c
Compiling rpc_server/srv_wkssvc.c
Compiling rpc_server/srv_wkssvc_nt.c
Compiling rpc_server/srv_svcctl.c
Compiling rpc_server/srv_svcctl_nt.c
rpc_server/srv_svcctl_nt.c: In function 'find_service_info_by_hnd':
rpc_server/srv_svcctl_nt.c:189: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling services/svc_spoolss.c
Compiling services/svc_rcinit.c
Compiling services/services_db.c
Compiling services/svc_netlogon.c
Compiling services/svc_winreg.c
Compiling services/svc_wins.c
Compiling rpc_server/srv_ntsvcs.c
Compiling rpc_server/srv_ntsvcs_nt.c
Compiling rpc_server/srv_netlog.c
Compiling rpc_server/srv_netlog_nt.c
Compiling rpc_server/srv_dfs.c
Compiling rpc_server/srv_dfs_nt.c
Compiling rpc_server/srv_srvsvc.c
Compiling rpc_server/srv_srvsvc_nt.c
Compiling rpc_server/srv_spoolss.c
Compiling rpc_server/srv_spoolss_nt.c
rpc_server/srv_spoolss_nt.c: In function 'find_printer_index_by_hnd':
rpc_server/srv_spoolss_nt.c:270: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling rpc_server/srv_eventlog.c
Compiling rpc_server/srv_eventlog_nt.c
rpc_server/srv_eventlog_nt.c: In function 'find_eventlog_info_by_hnd':
rpc_server/srv_eventlog_nt.c:59: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling rpc_server/srv_eventlog_lib.c
Compiling rpc_server/srv_samr.c
Compiling rpc_server/srv_samr_nt.c
rpc_server/srv_samr_nt.c: In function '_samr_open_domain':
rpc_server/srv_samr_nt.c:576: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_get_usrdom_pwinfo':
rpc_server/srv_samr_nt.c:630: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function 'get_lsa_policy_samr_sid':
rpc_server/srv_samr_nt.c:668: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_enum_dom_users':
rpc_server/srv_samr_nt.c:806: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_enum_dom_groups':
rpc_server/srv_samr_nt.c:939: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_enum_dom_aliases':
rpc_server/srv_samr_nt.c:998: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_query_dispinfo':
rpc_server/srv_samr_nt.c:1064: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_query_userinfo':
rpc_server/srv_samr_nt.c:1860: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_query_dom_info':
rpc_server/srv_samr_nt.c:2097: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c:2168: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_lookup_domain':
rpc_server/srv_samr_nt.c:2590: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_enum_domains':
rpc_server/srv_samr_nt.c:2666: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_query_useraliases':
rpc_server/srv_samr_nt.c:3367: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpc_server/srv_samr_nt.c: In function '_samr_query_domain_info2':
rpc_server/srv_samr_nt.c:4655: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling rpc_server/srv_samr_util.c
Compiling rpc_server/srv_pipe_hnd.c
Compiling rpc_server/srv_pipe.c
Compiling rpc_server/srv_lsa_hnd.c
Compiling rpc_parse/parse_lsa.c
Compiling rpc_parse/parse_net.c
rpc_parse/parse_net.c: In function 'net_io_r_dsr_getdcname':
rpc_parse/parse_net.c:3320: warning: pointer targets in passing argument 4 of 'prs_uint32' differ in signedness
Compiling rpc_parse/parse_reg.c
Compiling rpc_parse/parse_rpc.c
Compiling rpc_parse/parse_samr.c
Compiling rpc_parse/parse_srv.c
Compiling rpc_parse/parse_wks.c
Compiling rpc_parse/parse_ds.c
Compiling rpc_parse/parse_spoolss.c
Compiling rpc_parse/parse_dfs.c
Compiling rpc_parse/parse_echo.c
Compiling rpc_parse/parse_shutdown.c
Compiling rpc_parse/parse_svcctl.c
Compiling rpc_parse/parse_eventlog.c
Compiling rpc_parse/parse_buffer.c
Compiling rpc_parse/parse_ntsvcs.c
Compiling registry/reg_objects.c
Compiling passdb/secrets.c
Compiling passdb/machine_sid.c
Compiling locking/locking.c
Compiling locking/brlock.c
Compiling locking/posix.c
Compiling passdb/pdb_get_set.c
Compiling passdb/passdb.c
Compiling passdb/pdb_interface.c
Compiling passdb/util_sam_sid.c
Compiling passdb/pdb_compat.c
Compiling passdb/lookup_sid.c
Compiling passdb/login_cache.c
Compiling passdb/pdb_ldap.c
Compiling passdb/pdb_nds.c
Compiling passdb/pdb_smbpasswd.c
Compiling passdb/pdb_tdb.c
Compiling passdb/pdb_guest.c
Compiling passdb/pdb_sql.c
Compiling lib/system_smbd.c
Compiling lib/account_pol.c
Compiling lib/privileges.c
Compiling printing/pcap.c
Compiling printing/print_svid.c
Compiling printing/print_aix.c
Compiling printing/print_cups.c
Compiling printing/print_generic.c
Compiling printing/lpq_parse.c
Compiling printing/load.c
Compiling printing/print_iprint.c
Compiling profile/profile.c
Compiling lib/version.c
Compiling lib/charcnv.c
lib/charcnv.c: In function 'unix_strlower':
lib/charcnv.c:784: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling lib/debug.c
Compiling lib/fault.c
Compiling lib/getsmbpass.c
Compiling lib/interface.c
Compiling lib/md4.c
Compiling lib/interfaces.c
Compiling lib/pidfile.c
Compiling lib/replace.c
Compiling lib/replace1.c
Compiling lib/signal.c
Compiling lib/system.c
Compiling lib/sendfile.c
Compiling lib/time.c
Compiling lib/ufc.c
Compiling lib/genrand.c
Compiling lib/username.c
Compiling lib/util_getent.c
Compiling lib/util_pw.c
Compiling lib/access.c
Compiling lib/smbrun.c
Compiling lib/bitmap.c
Compiling lib/crc32.c
lib/crc32.c: In function 'crc32_calc_buffer':
lib/crc32.c:96: warning: pointer targets in assignment differ in signedness
Compiling lib/snprintf.c
Compiling lib/dprintf.c
Compiling lib/xfile.c
Compiling lib/wins_srv.c
Compiling lib/util_str.c
Compiling lib/clobber.c
Compiling lib/util_sid.c
Compiling lib/util_uuid.c
Compiling lib/util_unistr.c
Compiling lib/util_file.c
Compiling lib/data_blob.c
Compiling lib/util.c
Compiling lib/util_sock.c
Compiling lib/sock_exec.c
Compiling lib/util_sec.c
Compiling lib/talloc.c
Compiling lib/substitute.c
Compiling lib/fsusage.c
Compiling lib/ms_fnmatch.c
Compiling lib/select.c
Compiling lib/messages.c
Compiling lib/tallocmsg.c
Compiling lib/dmallocmsg.c
Compiling libsmb/smb_signing.c
Compiling lib/md5.c
Compiling lib/hmacmd5.c
Compiling lib/arc4.c
Compiling lib/iconv.c
Compiling nsswitch/wb_client.c
Compiling nsswitch/wb_common.c
Compiling lib/pam_errors.c
Compiling intl/lang_tdb.c
Compiling lib/adt_tree.c
Compiling lib/gencache.c
Compiling tdb/tdb.c
Compiling tdb/spinlock.c
Compiling tdb/tdbutil.c
Compiling tdb/tdbback.c
Compiling lib/module.c
Compiling lib/ldap_escape.c
Compiling lib/secdesc.c
Compiling lib/secace.c
Compiling lib/secacl.c
Compiling printing/printing.c
Compiling printing/nt_printing.c
Compiling printing/notify.c
Compiling printing/printing_db.c
Compiling smbd/oplock.c
Compiling smbd/oplock_irix.c
Compiling smbd/oplock_linux.c
Compiling smbd/notify.c
Compiling smbd/notify_hash.c
Compiling smbd/notify_kernel.c
Compiling groupdb/mapping.c
Compiling auth/auth.c
Compiling auth/auth_rhosts.c
Compiling auth/auth_sam.c
Compiling auth/auth_unix.c
Compiling auth/auth_winbind.c
Compiling auth/auth_server.c
Compiling auth/auth_domain.c
Compiling auth/auth_builtin.c
Compiling auth/auth_util.c
Compiling auth/auth_compat.c
Compiling auth/auth_ntlmssp.c
Compiling auth/pampass.c
Compiling auth/pass_check.c
Compiling libsmb/samlogon_cache.c
libsmb/samlogon_cache.c: In function 'netsamlogon_cache_store':
libsmb/samlogon_cache.c:153: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling libsmb/namequery_dc.c
Compiling libsmb/trustdom_cache.c
Compiling libsmb/trusts_util.c
Compiling rpc_client/cli_lsarpc.c
Compiling rpc_client/cli_samr.c
Compiling rpc_client/cli_netlogon.c
Compiling rpc_client/cli_srvsvc.c
Compiling rpc_client/cli_wkssvc.c
Compiling rpc_client/cli_dfs.c
Compiling rpc_client/cli_reg.c
Compiling rpc_client/cli_pipe.c
Compiling rpc_client/cli_spoolss.c
Compiling rpc_client/cli_spoolss_notify.c
Compiling rpc_client/cli_ds.c
Compiling rpc_client/cli_echo.c
Compiling rpc_client/cli_shutdown.c
Compiling rpc_client/cli_svcctl.c
Compiling libads/ldap.c
libads/ldap.c: In function 'ads_get_kvno':
libads/ldap.c:1168: warning: dereferencing type-punned pointer will break strict-aliasing rules
libads/ldap.c: In function 'ads_clear_service_principal_names':
libads/ldap.c:1222: warning: dereferencing type-punned pointer will break strict-aliasing rules
libads/ldap.c: In function 'ads_add_service_principal_name':
libads/ldap.c:1290: warning: dereferencing type-punned pointer will break strict-aliasing rules
libads/ldap.c: In function 'ads_add_machine_acct':
libads/ldap.c:1404: warning: dereferencing type-punned pointer will break strict-aliasing rules
libads/ldap.c: In function 'ads_join_realm':
libads/ldap.c:1777: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling libads/ldap_printer.c
Compiling libads/sasl.c
libads/sasl.c: In function 'ads_sasl_gssapi_bind':
libads/sasl.c:298: warning: implicit declaration of function 'krb5_set_default_tgs_ktypes'
Compiling libads/krb5_setpw.c
Compiling libads/ldap_user.c
Compiling libads/ads_struct.c
Compiling libads/kerberos_keytab.c
Compiling libads/disp_sec.c
Compiling libads/ads_utils.c
Compiling libads/ldap_utils.c
Compiling libads/ads_ldap.c
libads/ads_ldap.c: In function 'ads_sid_to_dn':
libads/ads_ldap.c:59: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling libads/authdata.c
Compiling libads/kerberos.c
Compiling libads/ads_status.c
Compiling libads/util.c
Compiling libads/kerberos_verify.c
Compiling registry/reg_frontend.c
Compiling registry/reg_cachehook.c
Compiling registry/reg_printing.c
Compiling registry/reg_db.c
Compiling registry/reg_eventlog.c
Compiling registry/reg_shares.c
Compiling registry/reg_util.c
Compiling registry/reg_dynamic.c
Compiling registry/reg_perfcount.c
Compiling lib/popt_common.c
Compiling smbd/build_options.c
Compiling lib/smbldap.c
Compiling lib/smbldap_util.c
Compiling smbd/server.c
Linking bin/smbd
Compiling nmbd/asyncdns.c
Compiling nmbd/nmbd.c
Compiling nmbd/nmbd_become_dmb.c
Compiling nmbd/nmbd_become_lmb.c
Compiling nmbd/nmbd_browserdb.c
Compiling nmbd/nmbd_browsesync.c
Compiling nmbd/nmbd_elections.c
Compiling nmbd/nmbd_incomingdgrams.c
Compiling nmbd/nmbd_incomingrequests.c
Compiling nmbd/nmbd_lmhosts.c
Compiling nmbd/nmbd_logonnames.c
Compiling nmbd/nmbd_mynames.c
Compiling nmbd/nmbd_namelistdb.c
nmbd/nmbd_namelistdb.c: In function 'update_name_in_namelist':
nmbd/nmbd_namelistdb.c:81: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling nmbd/nmbd_namequery.c
Compiling nmbd/nmbd_nameregister.c
Compiling nmbd/nmbd_namerelease.c
Compiling nmbd/nmbd_nodestatus.c
Compiling nmbd/nmbd_packets.c
Compiling nmbd/nmbd_processlogon.c
Compiling nmbd/nmbd_responserecordsdb.c
Compiling nmbd/nmbd_sendannounce.c
Compiling nmbd/nmbd_serverlistdb.c
Compiling nmbd/nmbd_subnetdb.c
Compiling nmbd/nmbd_winsproxy.c
Compiling nmbd/nmbd_winsserver.c
Compiling nmbd/nmbd_workgroupdb.c
Compiling nmbd/nmbd_synclists.c
Compiling ubiqx/ubi_BinTree.c
Compiling ubiqx/ubi_Cache.c
Compiling ubiqx/ubi_SplayTree.c
Compiling ubiqx/ubi_dLinkList.c
Compiling ubiqx/ubi_sLinkList.c
Compiling lib/dummysmbd.c
Compiling lib/dummyroot.c
Linking bin/nmbd
Compiling web/cgi.c
Compiling web/diagnose.c
Compiling web/startstop.c
Compiling web/statuspage.c
web/statuspage.c: In function 'status_page':
web/statuspage.c:430: warning: passing argument 1 of 'share_mode_forall' from incompatible pointer type
Compiling web/swat.c
Compiling web/neg_lang.c
Compiling libsmb/passchange.c
Linking bin/swat
Compiling nsswitch/winbindd.c
Compiling nsswitch/winbindd_user.c
Compiling nsswitch/winbindd_group.c
Compiling nsswitch/winbindd_util.c
Compiling nsswitch/winbindd_cache.c
Compiling nsswitch/winbindd_pam.c
Compiling nsswitch/winbindd_sid.c
Compiling nsswitch/winbindd_misc.c
Compiling nsswitch/winbindd_cm.c
Compiling nsswitch/winbindd_wins.c
Compiling nsswitch/winbindd_rpc.c
Compiling nsswitch/winbindd_reconnect.c
Compiling nsswitch/winbindd_ads.c
nsswitch/winbindd_ads.c: In function 'lookup_usergroups':
nsswitch/winbindd_ads.c:624: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling nsswitch/winbindd_passdb.c
Compiling nsswitch/winbindd_dual.c
Compiling nsswitch/winbindd_async.c
Compiling sam/idmap.c
Compiling sam/idmap_util.c
Compiling sam/idmap_ldap.c
Compiling sam/idmap_tdb.c
Linking bin/winbindd
Compiling client/client.c
Compiling client/clitar.c
client/clitar.c: In function 'do_tarput':
client/clitar.c:1095: warning: 'finfo.mode' may be used uninitialized in this function
client/clitar.c:1095: warning: 'finfo.ctime' may be used uninitialized in this function
client/clitar.c:1095: warning: 'finfo.mtime' may be used uninitialized in this function
client/clitar.c:1095: warning: 'finfo.atime' may be used uninitialized in this function
client/clitar.c:1095: warning: 'finfo.size' may be used uninitialized in this function
Compiling lib/readline.c
Linking bin/smbclient
Compiling utils/net.c
Compiling utils/net_ads.c
Compiling utils/net_ads_cldap.c
Compiling utils/net_help.c
Compiling utils/net_rap.c
Compiling utils/net_rpc.c
Compiling utils/net_rpc_samsync.c
Compiling utils/net_rpc_join.c
Compiling utils/net_time.c
Compiling utils/net_lookup.c
utils/net_lookup.c: In function 'net_lookup_kdc':
utils/net_lookup.c:214: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling utils/net_cache.c
Compiling utils/net_groupmap.c
Compiling utils/net_idmap.c
Compiling utils/net_status.c
Compiling utils/net_rpc_printer.c
Compiling utils/net_rpc_rights.c
Compiling utils/net_rpc_service.c
Compiling utils/net_rpc_registry.c
Linking bin/net
Compiling client/smbspool.c
Linking bin/smbspool
Compiling utils/testparm.c
Linking bin/testparm
Compiling utils/status.c
Linking bin/smbstatus
Compiling utils/smbget.c
Compiling libsmb/libsmbclient.c
Compiling libsmb/libsmb_compat.c
Compiling libsmb/libsmb_cache.c
Linking bin/smbget
Compiling utils/smbcontrol.c
Linking bin/smbcontrol
Compiling utils/smbtree.c
Linking bin/smbtree
Compiling tdb/tdbbackup.c
Linking bin/tdbbackup
Compiling utils/nmblookup.c
Linking bin/nmblookup
Compiling utils/pdbedit.c
Linking bin/pdbedit
Compiling tdb/tdbdump.c
Linking bin/tdbdump
Compiling tdb/tdbtool.c
Linking bin/tdbtool
Compiling utils/smbpasswd.c
Linking bin/smbpasswd
Compiling rpcclient/rpcclient.c
Compiling rpcclient/cmd_lsarpc.c
Compiling rpcclient/cmd_samr.c
Compiling rpcclient/cmd_spoolss.c
Compiling rpcclient/cmd_netlogon.c
Compiling rpcclient/cmd_srvsvc.c
Compiling rpcclient/cmd_dfs.c
Compiling rpcclient/cmd_reg.c
Compiling rpcclient/display_sec.c
Compiling rpcclient/cmd_ds.c
Compiling rpcclient/cmd_echo.c
Compiling rpcclient/cmd_shutdown.c
Compiling rpcclient/cmd_test.c
Linking bin/rpcclient
Compiling utils/smbcacls.c
Linking bin/smbcacls
Compiling utils/profiles.c
Linking bin/profiles
Compiling utils/ntlm_auth.c
Compiling utils/ntlm_auth_diagnostics.c
Compiling libsmb/spnego.c
Linking bin/ntlm_auth
Compiling utils/smbcquotas.c
utils/smbcquotas.c: In function 'main':
utils/smbcquotas.c:399: warning: 'qtype' may be used uninitialized in this function
Linking bin/smbcquotas
Compiling utils/eventlogadm.c
Linking bin/eventlogadm
Compiling client/smbmount.c
Linking bin/smbmount
Compiling client/smbmnt.c
Linking bin/smbmnt
Compiling client/smbumount.c
Linking bin/smbumount
Compiling nsswitch/wbinfo.c
Linking bin/wbinfo
Compiling pam_smbpass/pam_smb_auth.c with -fPIC
pam_smbpass/pam_smb_auth.c: In function 'pam_sm_setcred':
pam_smbpass/pam_smb_auth.c:166: warning: dereferencing type-punned pointer will break strict-aliasing rules
pam_smbpass/pam_smb_auth.c: In function '_smb_add_user':
pam_smbpass/pam_smb_auth.c:190: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling pam_smbpass/pam_smb_passwd.c with -fPIC
pam_smbpass/pam_smb_passwd.c: In function 'pam_sm_chauthtok':
pam_smbpass/pam_smb_passwd.c:224: warning: dereferencing type-punned pointer will break strict-aliasing rules
pam_smbpass/pam_smb_passwd.c:227: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling pam_smbpass/pam_smb_acct.c with -fPIC
Compiling pam_smbpass/support.c with -fPIC
pam_smbpass/support.c: In function 'converse':
pam_smbpass/support.c:91: warning: dereferencing type-punned pointer will break strict-aliasing rules
pam_smbpass/support.c: In function '_cleanup_failures':
pam_smbpass/support.c:284: warning: dereferencing type-punned pointer will break strict-aliasing rules
pam_smbpass/support.c: In function '_smb_verify_password':
pam_smbpass/support.c:340: warning: dereferencing type-punned pointer will break strict-aliasing rules
pam_smbpass/support.c:374: warning: dereferencing type-punned pointer will break strict-aliasing rules
pam_smbpass/support.c:387: warning: dereferencing type-punned pointer will break strict-aliasing rules
pam_smbpass/support.c:401: warning: pointer targets in passing argument 2 of 'sid_to_uid' differ in signedness
pam_smbpass/support.c: In function '_smb_read_password':
pam_smbpass/support.c:490: warning: dereferencing type-punned pointer will break strict-aliasing rules
pam_smbpass/support.c:584: warning: dereferencing type-punned pointer will break strict-aliasing rules
pam_smbpass/support.c:597: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling dynconfig.c with -fPIC
Compiling param/loadparm.c with -fPIC
Compiling param/params.c with -fPIC
Compiling lib/version.c with -fPIC
Compiling lib/charcnv.c with -fPIC
lib/charcnv.c: In function 'unix_strlower':
lib/charcnv.c:784: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling lib/debug.c with -fPIC
Compiling lib/fault.c with -fPIC
Compiling lib/getsmbpass.c with -fPIC
Compiling lib/interface.c with -fPIC
Compiling lib/md4.c with -fPIC
Compiling lib/interfaces.c with -fPIC
Compiling lib/pidfile.c with -fPIC
Compiling lib/replace.c with -fPIC
Compiling lib/replace1.c with -fPIC
Compiling lib/signal.c with -fPIC
Compiling lib/system.c with -fPIC
Compiling lib/sendfile.c with -fPIC
Compiling lib/time.c with -fPIC
Compiling lib/ufc.c with -fPIC
Compiling lib/genrand.c with -fPIC
Compiling lib/username.c with -fPIC
Compiling lib/util_getent.c with -fPIC
Compiling lib/util_pw.c with -fPIC
Compiling lib/access.c with -fPIC
Compiling lib/smbrun.c with -fPIC
Compiling lib/bitmap.c with -fPIC
Compiling lib/crc32.c with -fPIC
lib/crc32.c: In function 'crc32_calc_buffer':
lib/crc32.c:96: warning: pointer targets in assignment differ in signedness
Compiling lib/snprintf.c with -fPIC
Compiling lib/dprintf.c with -fPIC
Compiling lib/xfile.c with -fPIC
Compiling lib/wins_srv.c with -fPIC
Compiling lib/util_str.c with -fPIC
Compiling lib/clobber.c with -fPIC
Compiling lib/util_sid.c with -fPIC
Compiling lib/util_uuid.c with -fPIC
Compiling lib/util_unistr.c with -fPIC
Compiling lib/util_file.c with -fPIC
Compiling lib/data_blob.c with -fPIC
Compiling lib/util.c with -fPIC
Compiling lib/util_sock.c with -fPIC
Compiling lib/sock_exec.c with -fPIC
Compiling lib/util_sec.c with -fPIC
Compiling lib/talloc.c with -fPIC
Compiling lib/substitute.c with -fPIC
Compiling lib/fsusage.c with -fPIC
Compiling lib/ms_fnmatch.c with -fPIC
Compiling lib/select.c with -fPIC
Compiling lib/messages.c with -fPIC
Compiling lib/tallocmsg.c with -fPIC
Compiling lib/dmallocmsg.c with -fPIC
Compiling libsmb/smb_signing.c with -fPIC
Compiling lib/md5.c with -fPIC
Compiling lib/hmacmd5.c with -fPIC
Compiling lib/arc4.c with -fPIC
Compiling lib/iconv.c with -fPIC
Compiling nsswitch/wb_client.c with -fPIC
Compiling nsswitch/wb_common.c with -fPIC
Compiling lib/pam_errors.c with -fPIC
Compiling intl/lang_tdb.c with -fPIC
Compiling lib/adt_tree.c with -fPIC
Compiling lib/gencache.c with -fPIC
Compiling tdb/tdb.c with -fPIC
Compiling tdb/spinlock.c with -fPIC
Compiling tdb/tdbutil.c with -fPIC
Compiling tdb/tdbback.c with -fPIC
Compiling lib/module.c with -fPIC
Compiling lib/ldap_escape.c with -fPIC
Compiling lib/secdesc.c with -fPIC
Compiling lib/secace.c with -fPIC
Compiling lib/secacl.c with -fPIC
Compiling lib/dummysmbd.c with -fPIC
Compiling lib/dummyroot.c with -fPIC
Compiling passdb/pdb_get_set.c with -fPIC
Compiling passdb/passdb.c with -fPIC
Compiling passdb/pdb_interface.c with -fPIC
Compiling passdb/util_sam_sid.c with -fPIC
Compiling passdb/pdb_compat.c with -fPIC
Compiling passdb/lookup_sid.c with -fPIC
Compiling passdb/login_cache.c with -fPIC
Compiling passdb/pdb_ldap.c with -fPIC
Compiling passdb/pdb_nds.c with -fPIC
Compiling passdb/pdb_smbpasswd.c with -fPIC
Compiling passdb/pdb_tdb.c with -fPIC
Compiling passdb/pdb_guest.c with -fPIC
Compiling passdb/pdb_sql.c with -fPIC
Compiling lib/system_smbd.c with -fPIC
Compiling lib/account_pol.c with -fPIC
Compiling lib/privileges.c with -fPIC
Compiling groupdb/mapping.c with -fPIC
Compiling passdb/secrets.c with -fPIC
Compiling passdb/machine_sid.c with -fPIC
Compiling lib/smbldap.c with -fPIC
Compiling lib/smbldap_util.c with -fPIC
Compiling libsmb/nterr.c with -fPIC
Compiling libsmb/smbdes.c with -fPIC
Compiling libsmb/smbencrypt.c with -fPIC
Compiling libsmb/ntlm_check.c with -fPIC
Compiling libsmb/ntlmssp.c with -fPIC
Compiling libsmb/ntlmssp_parse.c with -fPIC
Compiling libsmb/ntlmssp_sign.c with -fPIC
Linking shared library bin/pam_smbpass.so
Compiling nsswitch/winbind_nss_linux.c with -fPIC
Linking nsswitch/libnss_winbind.so
Compiling nsswitch/wins.c with -fPIC
Compiling libsmb/clientgen.c with -fPIC
Compiling libsmb/cliconnect.c with -fPIC
Compiling libsmb/clifile.c with -fPIC
Compiling libsmb/clikrb5.c with -fPIC
Compiling libsmb/clispnego.c with -fPIC
Compiling libsmb/asn1.c with -fPIC
Compiling libsmb/clirap.c with -fPIC
Compiling libsmb/clierror.c with -fPIC
Compiling libsmb/climessage.c with -fPIC
libsmb/climessage.c: In function 'cli_message_text_build':
libsmb/climessage.c:88: warning: dereferencing type-punned pointer will break strict-aliasing rules
Compiling libsmb/clireadwrite.c with -fPIC
Compiling libsmb/clilist.c with -fPIC
Compiling libsmb/cliprint.c with -fPIC
Compiling libsmb/clitrans.c with -fPIC
Compiling libsmb/clisecdesc.c with -fPIC
Compiling libsmb/clidgram.c with -fPIC
Compiling libsmb/clistr.c with -fPIC
Compiling lib/util_seaccess.c with -fPIC
Compiling libsmb/cliquota.c with -fPIC
Compiling libsmb/clifsinfo.c with -fPIC
Compiling libsmb/clidfs.c with -fPIC
Compiling libsmb/smberr.c with -fPIC
Compiling libsmb/credentials.c with -fPIC
Compiling libsmb/pwd_cache.c with -fPIC
Compiling libsmb/clioplock.c with -fPIC
Compiling libsmb/errormap.c with -fPIC
Compiling libsmb/clirap2.c with -fPIC
Compiling libsmb/doserr.c with -fPIC
Compiling rpc_parse/parse_prs.c with -fPIC
Compiling rpc_parse/parse_misc.c with -fPIC
Compiling rpc_parse/parse_sec.c with -fPIC
Compiling libsmb/unexpected.c with -fPIC
Compiling libsmb/namecache.c with -fPIC
Compiling libsmb/nmblib.c with -fPIC
Compiling libsmb/namequery.c with -fPIC
Compiling libsmb/conncache.c with -fPIC
Compiling libads/kerberos.c with -fPIC
Compiling libads/ads_status.c with -fPIC
Linking nsswitch/libnss_wins.so
Compiling nsswitch/pam_winbind.c with -fPIC
nsswitch/pam_winbind.c: In function 'converse':
nsswitch/pam_winbind.c:71: warning: dereferencing type-punned pointer will break strict-aliasing rules
nsswitch/pam_winbind.c: In function '_winbind_read_password':
nsswitch/pam_winbind.c:329: warning: dereferencing type-punned pointer will break strict-aliasing rules
nsswitch/pam_winbind.c:434: warning: dereferencing type-punned pointer will break strict-aliasing rules
nsswitch/pam_winbind.c: In function 'pam_sm_chauthtok':
nsswitch/pam_winbind.c:691: warning: dereferencing type-punned pointer will break strict-aliasing rules
Linking nsswitch/pam_winbind.so
Linking libsmbclient non-shared library bin/libsmbclient.a
Compiling libsmb/libsmbclient.c with -fPIC
Compiling libsmb/libsmb_compat.c with -fPIC
Compiling libsmb/libsmb_cache.c with -fPIC
Compiling rpc_client/cli_lsarpc.c with -fPIC
Compiling rpc_client/cli_samr.c with -fPIC
Compiling rpc_client/cli_netlogon.c with -fPIC
Compiling rpc_client/cli_srvsvc.c with -fPIC
Compiling rpc_client/cli_wkssvc.c with -fPIC
Compiling rpc_client/cli_dfs.c with -fPIC
Compiling rpc_client/cli_reg.c with -fPIC
Compiling rpc_client/cli_pipe.c with -fPIC
Compiling rpc_client/cli_spoolss.c with -fPIC
Compiling rpc_client/cli_spoolss_notify.c with -fPIC
Compiling rpc_client/cli_ds.c with -fPIC
Compiling rpc_client/cli_echo.c with -fPIC
Compiling rpc_client/cli_shutdown.c with -fPIC
Compiling rpc_client/cli_svcctl.c with -fPIC
Compiling rpc_parse/parse_lsa.c with -fPIC
Compiling rpc_parse/parse_net.c with -fPIC
rpc_parse/parse_net.c: In function 'net_io_r_dsr_getdcname':
rpc_parse/parse_net.c:3320: warning: pointer targets in passing argument 4 of 'prs_uint32' differ in signedness
Compiling rpc_parse/parse_reg.c with -fPIC
Compiling rpc_parse/parse_rpc.c with -fPIC
Compiling rpc_parse/parse_samr.c with -fPIC
Compiling rpc_parse/parse_srv.c with -fPIC
Compiling rpc_parse/parse_wks.c with -fPIC
Compiling rpc_parse/parse_ds.c with -fPIC
Compiling rpc_parse/parse_spoolss.c with -fPIC
Compiling rpc_parse/parse_dfs.c with -fPIC
Compiling rpc_parse/parse_echo.c with -fPIC
Compiling rpc_parse/parse_shutdown.c with -fPIC
Compiling rpc_parse/parse_svcctl.c with -fPIC
Compiling rpc_parse/parse_eventlog.c with -fPIC
Compiling rpc_parse/parse_buffer.c with -fPIC
Compiling rpc_parse/parse_ntsvcs.c with -fPIC
Compiling registry/reg_objects.c with -fPIC
Linking libsmbclient shared library bin/libsmbclient.so
Compiling libsmb/smb_share_modes.c with -fPIC
Linking libsmbsharemodes non-shared library bin/libsmbsharemodes.a
Linking libsmbsharemodes shared library bin/libsmbsharemodes.so
Compiling libmsrpc/libmsrpc.c with -fPIC
Compiling libmsrpc/libmsrpc_internal.c with -fPIC
Compiling libmsrpc/cac_lsarpc.c with -fPIC
Compiling libmsrpc/cac_winreg.c with -fPIC
Compiling libmsrpc/cac_samr.c with -fPIC
Compiling libmsrpc/cac_svcctl.c with -fPIC
Linking libmsrpc shared library bin/libmsrpc.so
Linking libmsrpc non-shared library bin/libmsrpc.a
Compiling modules/vfs_recycle.c with -fPIC
Building plugin bin/recycle.so
Compiling modules/vfs_audit.c with -fPIC
Building plugin bin/audit.so
Compiling modules/vfs_extd_audit.c with -fPIC
Building plugin bin/extd_audit.so
Compiling modules/vfs_full_audit.c with -fPIC
Building plugin bin/full_audit.so
Compiling modules/vfs_netatalk.c with -fPIC
Building plugin bin/netatalk.so
Compiling modules/vfs_fake_perms.c with -fPIC
Building plugin bin/fake_perms.so
Compiling modules/vfs_default_quota.c with -fPIC
Building plugin bin/default_quota.so
Compiling modules/vfs_readonly.c with -fPIC
Compiling modules/getdate.c with -fPIC
getdate.y: In function 'to_hour':
getdate.y:650: warning: implicit declaration of function 'abort'
getdate.y:650: warning: incompatible implicit declaration of built-in function 'abort'
getdate.y: In function 'lookup_zone':
getdate.y:679: warning: implicit declaration of function 'strcmp'
getdate.y: In function 'lookup_word':
getdate.y:736: warning: implicit declaration of function 'strlen'
getdate.y:736: warning: incompatible implicit declaration of built-in function 'strlen'
getdate.y:740: warning: implicit declaration of function 'strncmp'
Building plugin bin/readonly.so
Compiling modules/vfs_cap.c with -fPIC
Building plugin bin/cap.so
Compiling modules/vfs_expand_msdfs.c with -fPIC
Building plugin bin/expand_msdfs.so
Compiling modules/vfs_shadow_copy.c with -fPIC
Building plugin bin/shadow_copy.so
Compiling modules/CP850.c with -fPIC
Building plugin bin/CP850.so
Compiling modules/CP437.c with -fPIC
Building plugin bin/CP437.so
Compiling auth/auth_script.c with -fPIC
Building plugin bin/script.so
make[1]: `nsswitch/libnss_wins.so' is up to date.
PYTHON_OBJS="dynconfig.po param/loadparm.po param/params.po lib/version.po lib/charcnv.po lib/debug.po lib/fault.po lib/getsmbpass.po lib/interface.po lib/md4.po lib/interfaces.po lib/pidfile.po lib/replace.po lib/replace1.po lib/signal.po lib/system.po lib/sendfile.po lib/time.po lib/ufc.po lib/genrand.po lib/username.po lib/util_getent.po lib/util_pw.po lib/access.po lib/smbrun.po lib/bitmap.po lib/crc32.po lib/snprintf.po lib/dprintf.po lib/xfile.po lib/wins_srv.po lib/util_str.po lib/clobber.po lib/util_sid.po lib/util_uuid.po lib/util_unistr.po lib/util_file.po lib/data_blob.po lib/util.po lib/util_sock.po lib/sock_exec.po lib/util_sec.po lib/talloc.po lib/substitute.po lib/fsusage.po lib/ms_fnmatch.po lib/select.po lib/messages.po lib/tallocmsg.po lib/dmallocmsg.po libsmb/smb_signing.po lib/md5.po lib/hmacmd5.po lib/arc4.po lib/iconv.po nsswitch/wb_client.po nsswitch/wb_common.po lib/pam_errors.po intl/lang_tdb.po lib/adt_tree.po lib/gencache.po tdb/tdb.po tdb/spinlock.po tdb/tdbutil.po tdb/tdbback.po lib/module.po lib/ldap_escape.po lib/secdesc.po lib/secace.po lib/secacl.po lib/dummysmbd.po lib/dummyroot.po libsmb/clientgen.po libsmb/cliconnect.po libsmb/clifile.po libsmb/clikrb5.po libsmb/clispnego.po libsmb/asn1.po libsmb/clirap.po libsmb/clierror.po libsmb/climessage.po libsmb/clireadwrite.po libsmb/clilist.po libsmb/cliprint.po libsmb/clitrans.po libsmb/clisecdesc.po libsmb/clidgram.po libsmb/clistr.po lib/util_seaccess.po libsmb/cliquota.po libsmb/clifsinfo.po libsmb/clidfs.po libsmb/smberr.po libsmb/credentials.po libsmb/pwd_cache.po libsmb/clioplock.po libsmb/errormap.po libsmb/clirap2.po libsmb/doserr.po rpc_parse/parse_prs.po rpc_parse/parse_misc.po rpc_parse/parse_sec.po libsmb/nterr.po libsmb/smbdes.po libsmb/smbencrypt.po libsmb/ntlm_check.po libsmb/ntlmssp.po libsmb/ntlmssp_parse.po libsmb/ntlmssp_sign.po libsmb/unexpected.po libsmb/namecache.po libsmb/nmblib.po libsmb/namequery.po libsmb/conncache.po rpc_parse/parse_lsa.po rpc_parse/parse_net.po rpc_parse/parse_reg.po rpc_parse/parse_rpc.po rpc_parse/parse_samr.po rpc_parse/parse_srv.po rpc_parse/parse_wks.po rpc_parse/parse_ds.po rpc_parse/parse_spoolss.po rpc_parse/parse_dfs.po rpc_parse/parse_echo.po rpc_parse/parse_shutdown.po rpc_parse/parse_svcctl.po rpc_parse/parse_eventlog.po rpc_parse/parse_buffer.po rpc_parse/parse_ntsvcs.po registry/reg_objects.po rpc_client/cli_lsarpc.po rpc_client/cli_samr.po rpc_client/cli_netlogon.po rpc_client/cli_srvsvc.po rpc_client/cli_wkssvc.po rpc_client/cli_dfs.po rpc_client/cli_reg.po rpc_client/cli_pipe.po rpc_client/cli_spoolss.po rpc_client/cli_spoolss_notify.po rpc_client/cli_ds.po rpc_client/cli_echo.po rpc_client/cli_shutdown.po rpc_client/cli_svcctl.po passdb/pdb_get_set.po passdb/passdb.po passdb/pdb_interface.po passdb/util_sam_sid.po passdb/pdb_compat.po passdb/lookup_sid.po passdb/login_cache.po passdb/pdb_ldap.po passdb/pdb_nds.po passdb/pdb_smbpasswd.po passdb/pdb_tdb.po passdb/pdb_guest.po passdb/pdb_sql.po lib/system_smbd.po lib/account_pol.po lib/privileges.po groupdb/mapping.po passdb/secrets.po passdb/machine_sid.po libads/kerberos.po libads/ads_status.po lib/smbldap.po lib/smbldap_util.po" \
	PYTHON_CFLAGS="-g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED  -g -Wall -O2 -D_SAMBA_BUILD_  -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb  -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_    " \
	LIBS=" -lcrypt -lresolv -lnsl -ldl -lldap -llber   -L/usr/lib  -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lldap -llber " \
		python2.3 python/setup.py build
running build
running build_py
creating build
creating build/lib.linux-i686-2.3
creating build/lib.linux-i686-2.3/samba
copying python/samba/printerdata.py -> build/lib.linux-i686-2.3/samba
copying python/samba/__init__.py -> build/lib.linux-i686-2.3/samba
running build_ext
building 'spoolss' extension
creating build/temp.linux-i686-2.3
creating build/temp.linux-i686-2.3/python
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_jobs_conv.c -o build/temp.linux-i686-2.3/python/py_spoolss_jobs_conv.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_jobs_conv.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_jobs_conv.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_ports_conv.c -o build/temp.linux-i686-2.3/python/py_spoolss_ports_conv.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_ports_conv.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_ports_conv.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_conv.c -o build/temp.linux-i686-2.3/python/py_conv.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from python/py_conv.h:24,
                 from python/py_conv.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from python/py_conv.h:24,
                 from python/py_conv.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_common.c -o build/temp.linux-i686-2.3/python/py_common.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from python/py_common.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from python/py_common.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_common.c: In function 'open_pipe_creds':
python/py_common.c:233: warning: implicit declaration of function 'cli_nt_session_open'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_common.c -o build/temp.linux-i686-2.3/python/py_spoolss_common.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_common.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_common.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_spoolss_common.c: In function 'new_spoolss_policy_hnd_object':
python/py_spoolss_common.c:30: warning: assignment from incompatible pointer type
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_jobs.c -o build/temp.linux-i686-2.3/python/py_spoolss_jobs.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_jobs.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_jobs.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_printers_conv.c -o build/temp.linux-i686-2.3/python/py_spoolss_printers_conv.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_printers_conv.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_printers_conv.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_spoolss_printers_conv.c: In function 'py_from_DEVICEMODE':
python/py_spoolss_printers_conv.c:157: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness
python/py_spoolss_printers_conv.c: In function 'py_to_DEVICEMODE':
python/py_spoolss_printers_conv.c:173: warning: pointer targets in assignment differ in signedness
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_forms.c -o build/temp.linux-i686-2.3/python/py_spoolss_forms.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_forms.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_forms.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_spoolss_forms.c: In function 'spoolss_hnd_addform':
python/py_spoolss_forms.c:47: warning: pointer targets in passing argument 2 of 'get_level_value' differ in signedness
python/py_spoolss_forms.c: In function 'spoolss_hnd_setform':
python/py_spoolss_forms.c:140: warning: pointer targets in passing argument 2 of 'get_level_value' differ in signedness
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_forms_conv.c -o build/temp.linux-i686-2.3/python/py_spoolss_forms_conv.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_forms_conv.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_forms_conv.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_ports.c -o build/temp.linux-i686-2.3/python/py_spoolss_ports.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_ports.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_ports.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_spoolss_ports.c: In function 'spoolss_enumports':
python/py_spoolss_ports.c:71: warning: passing argument 1 of 'rpccli_spoolss_enum_ports' from incompatible pointer type
python/py_spoolss_ports.c:30: warning: unused variable 'needed'
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_ntsec.c -o build/temp.linux-i686-2.3/python/py_ntsec.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from python/py_ntsec.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from python/py_ntsec.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss.c -o build/temp.linux-i686-2.3/python/py_spoolss.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_spoolss.c: In function 'py_policy_hnd_dealloc':
python/py_spoolss.c:307: warning: passing argument 1 of 'cli_shutdown' from incompatible pointer type
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_printerdata.c -o build/temp.linux-i686-2.3/python/py_spoolss_printerdata.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_printerdata.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_printerdata.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_spoolss_printerdata.c: In function 'py_to_printerdata':
python/py_spoolss_printerdata.c:99: warning: pointer targets in assignment differ in signedness
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_drivers_conv.c -o build/temp.linux-i686-2.3/python/py_spoolss_drivers_conv.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_drivers_conv.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_drivers_conv.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_drivers.c -o build/temp.linux-i686-2.3/python/py_spoolss_drivers.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_drivers.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_drivers.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_spoolss_drivers.c: In function 'spoolss_enumprinterdrivers':
python/py_spoolss_drivers.c:74: warning: passing argument 1 of 'rpccli_spoolss_enumprinterdrivers' from incompatible pointer type
python/py_spoolss_drivers.c: In function 'spoolss_getprinterdriverdir':
python/py_spoolss_drivers.c:266: warning: passing argument 1 of 'rpccli_spoolss_getprinterdriverdir' from incompatible pointer type
python/py_spoolss_drivers.c: In function 'spoolss_addprinterdriver':
python/py_spoolss_drivers.c:364: warning: passing argument 1 of 'rpccli_spoolss_addprinterdriver' from incompatible pointer type
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_spoolss_printers.c -o build/temp.linux-i686-2.3/python/py_spoolss_printers.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_printers.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_spoolss.h:24,
                 from python/py_spoolss_printers.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_spoolss_printers.c: In function 'spoolss_openprinter':
python/py_spoolss_printers.c:73: warning: passing argument 1 of 'rpccli_spoolss_open_printer_ex' from incompatible pointer type
python/py_spoolss_printers.c: In function 'spoolss_enumprinters':
python/py_spoolss_printers.c:330: warning: passing argument 1 of 'rpccli_spoolss_enum_printers' from incompatible pointer type
python/py_spoolss_printers.c: In function 'spoolss_addprinterex':
python/py_spoolss_printers.c:451: warning: passing argument 1 of 'rpccli_spoolss_addprinterex' from incompatible pointer type
gcc -pthread -shared build/temp.linux-i686-2.3/python/py_spoolss.o build/temp.linux-i686-2.3/python/py_common.o build/temp.linux-i686-2.3/python/py_conv.o build/temp.linux-i686-2.3/python/py_ntsec.o build/temp.linux-i686-2.3/python/py_spoolss_common.o build/temp.linux-i686-2.3/python/py_spoolss_forms.o build/temp.linux-i686-2.3/python/py_spoolss_forms_conv.o build/temp.linux-i686-2.3/python/py_spoolss_drivers.o build/temp.linux-i686-2.3/python/py_spoolss_drivers_conv.o build/temp.linux-i686-2.3/python/py_spoolss_printers.o build/temp.linux-i686-2.3/python/py_spoolss_printers_conv.o build/temp.linux-i686-2.3/python/py_spoolss_printerdata.o build/temp.linux-i686-2.3/python/py_spoolss_ports.o build/temp.linux-i686-2.3/python/py_spoolss_ports_conv.o build/temp.linux-i686-2.3/python/py_spoolss_jobs.o build/temp.linux-i686-2.3/python/py_spoolss_jobs_conv.o dynconfig.po param/loadparm.po param/params.po lib/version.po lib/charcnv.po lib/debug.po lib/fault.po lib/getsmbpass.po lib/interface.po lib/md4.po lib/interfaces.po lib/pidfile.po lib/replace.po lib/replace1.po lib/signal.po lib/system.po lib/sendfile.po lib/time.po lib/ufc.po lib/genrand.po lib/username.po lib/util_getent.po lib/util_pw.po lib/access.po lib/smbrun.po lib/bitmap.po lib/crc32.po lib/snprintf.po lib/dprintf.po lib/xfile.po lib/wins_srv.po lib/util_str.po lib/clobber.po lib/util_sid.po lib/util_uuid.po lib/util_unistr.po lib/util_file.po lib/data_blob.po lib/util.po lib/util_sock.po lib/sock_exec.po lib/util_sec.po lib/talloc.po lib/substitute.po lib/fsusage.po lib/ms_fnmatch.po lib/select.po lib/messages.po lib/tallocmsg.po lib/dmallocmsg.po libsmb/smb_signing.po lib/md5.po lib/hmacmd5.po lib/arc4.po lib/iconv.po nsswitch/wb_client.po nsswitch/wb_common.po lib/pam_errors.po intl/lang_tdb.po lib/adt_tree.po lib/gencache.po tdb/tdb.po tdb/spinlock.po tdb/tdbutil.po tdb/tdbback.po lib/module.po lib/ldap_escape.po lib/secdesc.po lib/secace.po lib/secacl.po lib/dummysmbd.po lib/dummyroot.po libsmb/clientgen.po libsmb/cliconnect.po libsmb/clifile.po libsmb/clikrb5.po libsmb/clispnego.po libsmb/asn1.po libsmb/clirap.po libsmb/clierror.po libsmb/climessage.po libsmb/clireadwrite.po libsmb/clilist.po libsmb/cliprint.po libsmb/clitrans.po libsmb/clisecdesc.po libsmb/clidgram.po libsmb/clistr.po lib/util_seaccess.po libsmb/cliquota.po libsmb/clifsinfo.po libsmb/clidfs.po libsmb/smberr.po libsmb/credentials.po libsmb/pwd_cache.po libsmb/clioplock.po libsmb/errormap.po libsmb/clirap2.po libsmb/doserr.po rpc_parse/parse_prs.po rpc_parse/parse_misc.po rpc_parse/parse_sec.po libsmb/nterr.po libsmb/smbdes.po libsmb/smbencrypt.po libsmb/ntlm_check.po libsmb/ntlmssp.po libsmb/ntlmssp_parse.po libsmb/ntlmssp_sign.po libsmb/unexpected.po libsmb/namecache.po libsmb/nmblib.po libsmb/namequery.po libsmb/conncache.po rpc_parse/parse_lsa.po rpc_parse/parse_net.po rpc_parse/parse_reg.po rpc_parse/parse_rpc.po rpc_parse/parse_samr.po rpc_parse/parse_srv.po rpc_parse/parse_wks.po rpc_parse/parse_ds.po rpc_parse/parse_spoolss.po rpc_parse/parse_dfs.po rpc_parse/parse_echo.po rpc_parse/parse_shutdown.po rpc_parse/parse_svcctl.po rpc_parse/parse_eventlog.po rpc_parse/parse_buffer.po rpc_parse/parse_ntsvcs.po registry/reg_objects.po rpc_client/cli_lsarpc.po rpc_client/cli_samr.po rpc_client/cli_netlogon.po rpc_client/cli_srvsvc.po rpc_client/cli_wkssvc.po rpc_client/cli_dfs.po rpc_client/cli_reg.po rpc_client/cli_pipe.po rpc_client/cli_spoolss.po rpc_client/cli_spoolss_notify.po rpc_client/cli_ds.po rpc_client/cli_echo.po rpc_client/cli_shutdown.po rpc_client/cli_svcctl.po passdb/pdb_get_set.po passdb/passdb.po passdb/pdb_interface.po passdb/util_sam_sid.po passdb/pdb_compat.po passdb/lookup_sid.po passdb/login_cache.po passdb/pdb_ldap.po passdb/pdb_nds.po passdb/pdb_smbpasswd.po passdb/pdb_tdb.po passdb/pdb_guest.po passdb/pdb_sql.po lib/system_smbd.po lib/account_pol.po lib/privileges.po groupdb/mapping.po passdb/secrets.po passdb/machine_sid.po libads/kerberos.po libads/ads_status.po lib/smbldap.po lib/smbldap_util.po -L/usr/kerberos/lib -L/usr/lib -L/usr/lib -lcrypt -lresolv -lnsl -ldl -lldap -llber -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lldap -llber -o build/lib.linux-i686-2.3/samba/spoolss.so
building 'lsa' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_lsa.c -o build/temp.linux-i686-2.3/python/py_lsa.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_lsa.h:24,
                 from python/py_lsa.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_lsa.h:24,
                 from python/py_lsa.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_lsa.c: In function 'lsa_open_policy':
python/py_lsa.c:93: warning: passing argument 1 of 'rpccli_lsa_open_policy' from incompatible pointer type
python/py_lsa.c: In function 'lsa_close':
python/py_lsa.c:128: warning: passing argument 1 of 'rpccli_lsa_close' from incompatible pointer type
python/py_lsa.c: In function 'lsa_lookup_names':
python/py_lsa.c:190: warning: passing argument 1 of 'rpccli_lsa_lookup_names' from incompatible pointer type
python/py_lsa.c: In function 'lsa_lookup_sids':
python/py_lsa.c:273: warning: passing argument 1 of 'rpccli_lsa_lookup_sids' from incompatible pointer type
python/py_lsa.c: In function 'lsa_enum_trust_dom':
python/py_lsa.c:312: warning: passing argument 1 of 'rpccli_lsa_enum_trust_dom' from incompatible pointer type
gcc -pthread -shared build/temp.linux-i686-2.3/python/py_lsa.o build/temp.linux-i686-2.3/python/py_common.o build/temp.linux-i686-2.3/python/py_ntsec.o dynconfig.po param/loadparm.po param/params.po lib/version.po lib/charcnv.po lib/debug.po lib/fault.po lib/getsmbpass.po lib/interface.po lib/md4.po lib/interfaces.po lib/pidfile.po lib/replace.po lib/replace1.po lib/signal.po lib/system.po lib/sendfile.po lib/time.po lib/ufc.po lib/genrand.po lib/username.po lib/util_getent.po lib/util_pw.po lib/access.po lib/smbrun.po lib/bitmap.po lib/crc32.po lib/snprintf.po lib/dprintf.po lib/xfile.po lib/wins_srv.po lib/util_str.po lib/clobber.po lib/util_sid.po lib/util_uuid.po lib/util_unistr.po lib/util_file.po lib/data_blob.po lib/util.po lib/util_sock.po lib/sock_exec.po lib/util_sec.po lib/talloc.po lib/substitute.po lib/fsusage.po lib/ms_fnmatch.po lib/select.po lib/messages.po lib/tallocmsg.po lib/dmallocmsg.po libsmb/smb_signing.po lib/md5.po lib/hmacmd5.po lib/arc4.po lib/iconv.po nsswitch/wb_client.po nsswitch/wb_common.po lib/pam_errors.po intl/lang_tdb.po lib/adt_tree.po lib/gencache.po tdb/tdb.po tdb/spinlock.po tdb/tdbutil.po tdb/tdbback.po lib/module.po lib/ldap_escape.po lib/secdesc.po lib/secace.po lib/secacl.po lib/dummysmbd.po lib/dummyroot.po libsmb/clientgen.po libsmb/cliconnect.po libsmb/clifile.po libsmb/clikrb5.po libsmb/clispnego.po libsmb/asn1.po libsmb/clirap.po libsmb/clierror.po libsmb/climessage.po libsmb/clireadwrite.po libsmb/clilist.po libsmb/cliprint.po libsmb/clitrans.po libsmb/clisecdesc.po libsmb/clidgram.po libsmb/clistr.po lib/util_seaccess.po libsmb/cliquota.po libsmb/clifsinfo.po libsmb/clidfs.po libsmb/smberr.po libsmb/credentials.po libsmb/pwd_cache.po libsmb/clioplock.po libsmb/errormap.po libsmb/clirap2.po libsmb/doserr.po rpc_parse/parse_prs.po rpc_parse/parse_misc.po rpc_parse/parse_sec.po libsmb/nterr.po libsmb/smbdes.po libsmb/smbencrypt.po libsmb/ntlm_check.po libsmb/ntlmssp.po libsmb/ntlmssp_parse.po libsmb/ntlmssp_sign.po libsmb/unexpected.po libsmb/namecache.po libsmb/nmblib.po libsmb/namequery.po libsmb/conncache.po rpc_parse/parse_lsa.po rpc_parse/parse_net.po rpc_parse/parse_reg.po rpc_parse/parse_rpc.po rpc_parse/parse_samr.po rpc_parse/parse_srv.po rpc_parse/parse_wks.po rpc_parse/parse_ds.po rpc_parse/parse_spoolss.po rpc_parse/parse_dfs.po rpc_parse/parse_echo.po rpc_parse/parse_shutdown.po rpc_parse/parse_svcctl.po rpc_parse/parse_eventlog.po rpc_parse/parse_buffer.po rpc_parse/parse_ntsvcs.po registry/reg_objects.po rpc_client/cli_lsarpc.po rpc_client/cli_samr.po rpc_client/cli_netlogon.po rpc_client/cli_srvsvc.po rpc_client/cli_wkssvc.po rpc_client/cli_dfs.po rpc_client/cli_reg.po rpc_client/cli_pipe.po rpc_client/cli_spoolss.po rpc_client/cli_spoolss_notify.po rpc_client/cli_ds.po rpc_client/cli_echo.po rpc_client/cli_shutdown.po rpc_client/cli_svcctl.po passdb/pdb_get_set.po passdb/passdb.po passdb/pdb_interface.po passdb/util_sam_sid.po passdb/pdb_compat.po passdb/lookup_sid.po passdb/login_cache.po passdb/pdb_ldap.po passdb/pdb_nds.po passdb/pdb_smbpasswd.po passdb/pdb_tdb.po passdb/pdb_guest.po passdb/pdb_sql.po lib/system_smbd.po lib/account_pol.po lib/privileges.po groupdb/mapping.po passdb/secrets.po passdb/machine_sid.po libads/kerberos.po libads/ads_status.po lib/smbldap.po lib/smbldap_util.po -L/usr/kerberos/lib -L/usr/lib -L/usr/lib -lcrypt -lresolv -lnsl -ldl -lldap -llber -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lldap -llber -o build/lib.linux-i686-2.3/samba/lsa.so
building 'samr' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_samr.c -o build/temp.linux-i686-2.3/python/py_samr.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_samr.h:24,
                 from python/py_samr.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_samr.h:24,
                 from python/py_samr.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_samr.c: In function 'samr_set_user_info2':
python/py_samr.c:157: warning: pointer targets in passing argument 2 of 'get_level_value' differ in signedness
python/py_samr.c:202: warning: passing argument 1 of 'rpccli_samr_set_userinfo2' from incompatible pointer type
python/py_samr.c:202: warning: passing argument 5 of 'rpccli_samr_set_userinfo2' from incompatible pointer type
python/py_samr.c: In function 'samr_delete_dom_user':
python/py_samr.c:237: warning: passing argument 1 of 'rpccli_samr_delete_dom_user' from incompatible pointer type
python/py_samr.c: In function 'samr_open_domain':
python/py_samr.c:349: warning: passing argument 1 of 'rpccli_samr_open_domain' from incompatible pointer type
python/py_samr.c: In function 'samr_enum_dom_groups':
python/py_samr.c:446: warning: passing argument 1 of 'rpccli_samr_enum_dom_groups' from incompatible pointer type
python/py_samr.c: In function 'samr_create_dom_user':
python/py_samr.c:484: warning: passing argument 1 of 'rpccli_samr_create_dom_user' from incompatible pointer type
python/py_samr.c: In function 'samr_connect':
python/py_samr.c:572: warning: passing argument 1 of 'rpccli_samr_connect' from incompatible pointer type
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_samr_conv.c -o build/temp.linux-i686-2.3/python/py_samr_conv.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_samr.h:24,
                 from python/py_samr_conv.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_samr.h:24,
                 from python/py_samr_conv.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -shared build/temp.linux-i686-2.3/python/py_samr.o build/temp.linux-i686-2.3/python/py_conv.o build/temp.linux-i686-2.3/python/py_samr_conv.o build/temp.linux-i686-2.3/python/py_common.o dynconfig.po param/loadparm.po param/params.po lib/version.po lib/charcnv.po lib/debug.po lib/fault.po lib/getsmbpass.po lib/interface.po lib/md4.po lib/interfaces.po lib/pidfile.po lib/replace.po lib/replace1.po lib/signal.po lib/system.po lib/sendfile.po lib/time.po lib/ufc.po lib/genrand.po lib/username.po lib/util_getent.po lib/util_pw.po lib/access.po lib/smbrun.po lib/bitmap.po lib/crc32.po lib/snprintf.po lib/dprintf.po lib/xfile.po lib/wins_srv.po lib/util_str.po lib/clobber.po lib/util_sid.po lib/util_uuid.po lib/util_unistr.po lib/util_file.po lib/data_blob.po lib/util.po lib/util_sock.po lib/sock_exec.po lib/util_sec.po lib/talloc.po lib/substitute.po lib/fsusage.po lib/ms_fnmatch.po lib/select.po lib/messages.po lib/tallocmsg.po lib/dmallocmsg.po libsmb/smb_signing.po lib/md5.po lib/hmacmd5.po lib/arc4.po lib/iconv.po nsswitch/wb_client.po nsswitch/wb_common.po lib/pam_errors.po intl/lang_tdb.po lib/adt_tree.po lib/gencache.po tdb/tdb.po tdb/spinlock.po tdb/tdbutil.po tdb/tdbback.po lib/module.po lib/ldap_escape.po lib/secdesc.po lib/secace.po lib/secacl.po lib/dummysmbd.po lib/dummyroot.po libsmb/clientgen.po libsmb/cliconnect.po libsmb/clifile.po libsmb/clikrb5.po libsmb/clispnego.po libsmb/asn1.po libsmb/clirap.po libsmb/clierror.po libsmb/climessage.po libsmb/clireadwrite.po libsmb/clilist.po libsmb/cliprint.po libsmb/clitrans.po libsmb/clisecdesc.po libsmb/clidgram.po libsmb/clistr.po lib/util_seaccess.po libsmb/cliquota.po libsmb/clifsinfo.po libsmb/clidfs.po libsmb/smberr.po libsmb/credentials.po libsmb/pwd_cache.po libsmb/clioplock.po libsmb/errormap.po libsmb/clirap2.po libsmb/doserr.po rpc_parse/parse_prs.po rpc_parse/parse_misc.po rpc_parse/parse_sec.po libsmb/nterr.po libsmb/smbdes.po libsmb/smbencrypt.po libsmb/ntlm_check.po libsmb/ntlmssp.po libsmb/ntlmssp_parse.po libsmb/ntlmssp_sign.po libsmb/unexpected.po libsmb/namecache.po libsmb/nmblib.po libsmb/namequery.po libsmb/conncache.po rpc_parse/parse_lsa.po rpc_parse/parse_net.po rpc_parse/parse_reg.po rpc_parse/parse_rpc.po rpc_parse/parse_samr.po rpc_parse/parse_srv.po rpc_parse/parse_wks.po rpc_parse/parse_ds.po rpc_parse/parse_spoolss.po rpc_parse/parse_dfs.po rpc_parse/parse_echo.po rpc_parse/parse_shutdown.po rpc_parse/parse_svcctl.po rpc_parse/parse_eventlog.po rpc_parse/parse_buffer.po rpc_parse/parse_ntsvcs.po registry/reg_objects.po rpc_client/cli_lsarpc.po rpc_client/cli_samr.po rpc_client/cli_netlogon.po rpc_client/cli_srvsvc.po rpc_client/cli_wkssvc.po rpc_client/cli_dfs.po rpc_client/cli_reg.po rpc_client/cli_pipe.po rpc_client/cli_spoolss.po rpc_client/cli_spoolss_notify.po rpc_client/cli_ds.po rpc_client/cli_echo.po rpc_client/cli_shutdown.po rpc_client/cli_svcctl.po passdb/pdb_get_set.po passdb/passdb.po passdb/pdb_interface.po passdb/util_sam_sid.po passdb/pdb_compat.po passdb/lookup_sid.po passdb/login_cache.po passdb/pdb_ldap.po passdb/pdb_nds.po passdb/pdb_smbpasswd.po passdb/pdb_tdb.po passdb/pdb_guest.po passdb/pdb_sql.po lib/system_smbd.po lib/account_pol.po lib/privileges.po groupdb/mapping.po passdb/secrets.po passdb/machine_sid.po libads/kerberos.po libads/ads_status.po lib/smbldap.po lib/smbldap_util.po -L/usr/kerberos/lib -L/usr/lib -L/usr/lib -lcrypt -lresolv -lnsl -ldl -lldap -llber -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lldap -llber -o build/lib.linux-i686-2.3/samba/samr.so
building 'winbind' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_winbind_conv.c -o build/temp.linux-i686-2.3/python/py_winbind_conv.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from python/py_winbind_conv.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from python/py_winbind_conv.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_winbind.c -o build/temp.linux-i686-2.3/python/py_winbind.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from python/py_winbind.h:24,
                 from python/py_winbind.c:23:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from python/py_winbind.h:24,
                 from python/py_winbind.c:23:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_winbind.c: In function 'py_auth_crap':
python/py_winbind.c:439: warning: pointer targets in passing argument 1 of 'SMBencrypt' differ in signedness
python/py_winbind.c:445: warning: pointer targets in passing argument 1 of 'SMBNTencrypt' differ in signedness
gcc -pthread -shared build/temp.linux-i686-2.3/python/py_winbind.o build/temp.linux-i686-2.3/python/py_winbind_conv.o build/temp.linux-i686-2.3/python/py_conv.o build/temp.linux-i686-2.3/python/py_common.o dynconfig.po param/loadparm.po param/params.po lib/version.po lib/charcnv.po lib/debug.po lib/fault.po lib/getsmbpass.po lib/interface.po lib/md4.po lib/interfaces.po lib/pidfile.po lib/replace.po lib/replace1.po lib/signal.po lib/system.po lib/sendfile.po lib/time.po lib/ufc.po lib/genrand.po lib/username.po lib/util_getent.po lib/util_pw.po lib/access.po lib/smbrun.po lib/bitmap.po lib/crc32.po lib/snprintf.po lib/dprintf.po lib/xfile.po lib/wins_srv.po lib/util_str.po lib/clobber.po lib/util_sid.po lib/util_uuid.po lib/util_unistr.po lib/util_file.po lib/data_blob.po lib/util.po lib/util_sock.po lib/sock_exec.po lib/util_sec.po lib/talloc.po lib/substitute.po lib/fsusage.po lib/ms_fnmatch.po lib/select.po lib/messages.po lib/tallocmsg.po lib/dmallocmsg.po libsmb/smb_signing.po lib/md5.po lib/hmacmd5.po lib/arc4.po lib/iconv.po nsswitch/wb_client.po nsswitch/wb_common.po lib/pam_errors.po intl/lang_tdb.po lib/adt_tree.po lib/gencache.po tdb/tdb.po tdb/spinlock.po tdb/tdbutil.po tdb/tdbback.po lib/module.po lib/ldap_escape.po lib/secdesc.po lib/secace.po lib/secacl.po lib/dummysmbd.po lib/dummyroot.po libsmb/clientgen.po libsmb/cliconnect.po libsmb/clifile.po libsmb/clikrb5.po libsmb/clispnego.po libsmb/asn1.po libsmb/clirap.po libsmb/clierror.po libsmb/climessage.po libsmb/clireadwrite.po libsmb/clilist.po libsmb/cliprint.po libsmb/clitrans.po libsmb/clisecdesc.po libsmb/clidgram.po libsmb/clistr.po lib/util_seaccess.po libsmb/cliquota.po libsmb/clifsinfo.po libsmb/clidfs.po libsmb/smberr.po libsmb/credentials.po libsmb/pwd_cache.po libsmb/clioplock.po libsmb/errormap.po libsmb/clirap2.po libsmb/doserr.po rpc_parse/parse_prs.po rpc_parse/parse_misc.po rpc_parse/parse_sec.po libsmb/nterr.po libsmb/smbdes.po libsmb/smbencrypt.po libsmb/ntlm_check.po libsmb/ntlmssp.po libsmb/ntlmssp_parse.po libsmb/ntlmssp_sign.po libsmb/unexpected.po libsmb/namecache.po libsmb/nmblib.po libsmb/namequery.po libsmb/conncache.po rpc_parse/parse_lsa.po rpc_parse/parse_net.po rpc_parse/parse_reg.po rpc_parse/parse_rpc.po rpc_parse/parse_samr.po rpc_parse/parse_srv.po rpc_parse/parse_wks.po rpc_parse/parse_ds.po rpc_parse/parse_spoolss.po rpc_parse/parse_dfs.po rpc_parse/parse_echo.po rpc_parse/parse_shutdown.po rpc_parse/parse_svcctl.po rpc_parse/parse_eventlog.po rpc_parse/parse_buffer.po rpc_parse/parse_ntsvcs.po registry/reg_objects.po rpc_client/cli_lsarpc.po rpc_client/cli_samr.po rpc_client/cli_netlogon.po rpc_client/cli_srvsvc.po rpc_client/cli_wkssvc.po rpc_client/cli_dfs.po rpc_client/cli_reg.po rpc_client/cli_pipe.po rpc_client/cli_spoolss.po rpc_client/cli_spoolss_notify.po rpc_client/cli_ds.po rpc_client/cli_echo.po rpc_client/cli_shutdown.po rpc_client/cli_svcctl.po passdb/pdb_get_set.po passdb/passdb.po passdb/pdb_interface.po passdb/util_sam_sid.po passdb/pdb_compat.po passdb/lookup_sid.po passdb/login_cache.po passdb/pdb_ldap.po passdb/pdb_nds.po passdb/pdb_smbpasswd.po passdb/pdb_tdb.po passdb/pdb_guest.po passdb/pdb_sql.po lib/system_smbd.po lib/account_pol.po lib/privileges.po groupdb/mapping.po passdb/secrets.po passdb/machine_sid.po libads/kerberos.po libads/ads_status.po lib/smbldap.po lib/smbldap_util.po -L/usr/kerberos/lib -L/usr/lib -L/usr/lib -lcrypt -lresolv -lnsl -ldl -lldap -llber -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lldap -llber -o build/lib.linux-i686-2.3/samba/winbind.so
building 'winreg' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_winreg.c -o build/temp.linux-i686-2.3/python/py_winreg.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_winreg.h:24,
                 from python/py_winreg.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_winreg.h:24,
                 from python/py_winreg.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -shared build/temp.linux-i686-2.3/python/py_winreg.o build/temp.linux-i686-2.3/python/py_common.o dynconfig.po param/loadparm.po param/params.po lib/version.po lib/charcnv.po lib/debug.po lib/fault.po lib/getsmbpass.po lib/interface.po lib/md4.po lib/interfaces.po lib/pidfile.po lib/replace.po lib/replace1.po lib/signal.po lib/system.po lib/sendfile.po lib/time.po lib/ufc.po lib/genrand.po lib/username.po lib/util_getent.po lib/util_pw.po lib/access.po lib/smbrun.po lib/bitmap.po lib/crc32.po lib/snprintf.po lib/dprintf.po lib/xfile.po lib/wins_srv.po lib/util_str.po lib/clobber.po lib/util_sid.po lib/util_uuid.po lib/util_unistr.po lib/util_file.po lib/data_blob.po lib/util.po lib/util_sock.po lib/sock_exec.po lib/util_sec.po lib/talloc.po lib/substitute.po lib/fsusage.po lib/ms_fnmatch.po lib/select.po lib/messages.po lib/tallocmsg.po lib/dmallocmsg.po libsmb/smb_signing.po lib/md5.po lib/hmacmd5.po lib/arc4.po lib/iconv.po nsswitch/wb_client.po nsswitch/wb_common.po lib/pam_errors.po intl/lang_tdb.po lib/adt_tree.po lib/gencache.po tdb/tdb.po tdb/spinlock.po tdb/tdbutil.po tdb/tdbback.po lib/module.po lib/ldap_escape.po lib/secdesc.po lib/secace.po lib/secacl.po lib/dummysmbd.po lib/dummyroot.po libsmb/clientgen.po libsmb/cliconnect.po libsmb/clifile.po libsmb/clikrb5.po libsmb/clispnego.po libsmb/asn1.po libsmb/clirap.po libsmb/clierror.po libsmb/climessage.po libsmb/clireadwrite.po libsmb/clilist.po libsmb/cliprint.po libsmb/clitrans.po libsmb/clisecdesc.po libsmb/clidgram.po libsmb/clistr.po lib/util_seaccess.po libsmb/cliquota.po libsmb/clifsinfo.po libsmb/clidfs.po libsmb/smberr.po libsmb/credentials.po libsmb/pwd_cache.po libsmb/clioplock.po libsmb/errormap.po libsmb/clirap2.po libsmb/doserr.po rpc_parse/parse_prs.po rpc_parse/parse_misc.po rpc_parse/parse_sec.po libsmb/nterr.po libsmb/smbdes.po libsmb/smbencrypt.po libsmb/ntlm_check.po libsmb/ntlmssp.po libsmb/ntlmssp_parse.po libsmb/ntlmssp_sign.po libsmb/unexpected.po libsmb/namecache.po libsmb/nmblib.po libsmb/namequery.po libsmb/conncache.po rpc_parse/parse_lsa.po rpc_parse/parse_net.po rpc_parse/parse_reg.po rpc_parse/parse_rpc.po rpc_parse/parse_samr.po rpc_parse/parse_srv.po rpc_parse/parse_wks.po rpc_parse/parse_ds.po rpc_parse/parse_spoolss.po rpc_parse/parse_dfs.po rpc_parse/parse_echo.po rpc_parse/parse_shutdown.po rpc_parse/parse_svcctl.po rpc_parse/parse_eventlog.po rpc_parse/parse_buffer.po rpc_parse/parse_ntsvcs.po registry/reg_objects.po rpc_client/cli_lsarpc.po rpc_client/cli_samr.po rpc_client/cli_netlogon.po rpc_client/cli_srvsvc.po rpc_client/cli_wkssvc.po rpc_client/cli_dfs.po rpc_client/cli_reg.po rpc_client/cli_pipe.po rpc_client/cli_spoolss.po rpc_client/cli_spoolss_notify.po rpc_client/cli_ds.po rpc_client/cli_echo.po rpc_client/cli_shutdown.po rpc_client/cli_svcctl.po passdb/pdb_get_set.po passdb/passdb.po passdb/pdb_interface.po passdb/util_sam_sid.po passdb/pdb_compat.po passdb/lookup_sid.po passdb/login_cache.po passdb/pdb_ldap.po passdb/pdb_nds.po passdb/pdb_smbpasswd.po passdb/pdb_tdb.po passdb/pdb_guest.po passdb/pdb_sql.po lib/system_smbd.po lib/account_pol.po lib/privileges.po groupdb/mapping.po passdb/secrets.po passdb/machine_sid.po libads/kerberos.po libads/ads_status.po lib/smbldap.po lib/smbldap_util.po -L/usr/kerberos/lib -L/usr/lib -L/usr/lib -lcrypt -lresolv -lnsl -ldl -lldap -llber -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lldap -llber -o build/lib.linux-i686-2.3/samba/winreg.so
building 'srvsvc' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_srvsvc_conv.c -o build/temp.linux-i686-2.3/python/py_srvsvc_conv.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_srvsvc.h:24,
                 from python/py_srvsvc_conv.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_srvsvc.h:24,
                 from python/py_srvsvc_conv.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_srvsvc.c -o build/temp.linux-i686-2.3/python/py_srvsvc.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_srvsvc.h:24,
                 from python/py_srvsvc.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_srvsvc.h:24,
                 from python/py_srvsvc.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_srvsvc.c: In function 'srvsvc_netservergetinfo':
python/py_srvsvc.c:123: warning: passing argument 1 of 'rpccli_srvsvc_net_srv_get_info' from incompatible pointer type
gcc -pthread -shared build/temp.linux-i686-2.3/python/py_srvsvc.o build/temp.linux-i686-2.3/python/py_conv.o build/temp.linux-i686-2.3/python/py_srvsvc_conv.o build/temp.linux-i686-2.3/python/py_common.o dynconfig.po param/loadparm.po param/params.po lib/version.po lib/charcnv.po lib/debug.po lib/fault.po lib/getsmbpass.po lib/interface.po lib/md4.po lib/interfaces.po lib/pidfile.po lib/replace.po lib/replace1.po lib/signal.po lib/system.po lib/sendfile.po lib/time.po lib/ufc.po lib/genrand.po lib/username.po lib/util_getent.po lib/util_pw.po lib/access.po lib/smbrun.po lib/bitmap.po lib/crc32.po lib/snprintf.po lib/dprintf.po lib/xfile.po lib/wins_srv.po lib/util_str.po lib/clobber.po lib/util_sid.po lib/util_uuid.po lib/util_unistr.po lib/util_file.po lib/data_blob.po lib/util.po lib/util_sock.po lib/sock_exec.po lib/util_sec.po lib/talloc.po lib/substitute.po lib/fsusage.po lib/ms_fnmatch.po lib/select.po lib/messages.po lib/tallocmsg.po lib/dmallocmsg.po libsmb/smb_signing.po lib/md5.po lib/hmacmd5.po lib/arc4.po lib/iconv.po nsswitch/wb_client.po nsswitch/wb_common.po lib/pam_errors.po intl/lang_tdb.po lib/adt_tree.po lib/gencache.po tdb/tdb.po tdb/spinlock.po tdb/tdbutil.po tdb/tdbback.po lib/module.po lib/ldap_escape.po lib/secdesc.po lib/secace.po lib/secacl.po lib/dummysmbd.po lib/dummyroot.po libsmb/clientgen.po libsmb/cliconnect.po libsmb/clifile.po libsmb/clikrb5.po libsmb/clispnego.po libsmb/asn1.po libsmb/clirap.po libsmb/clierror.po libsmb/climessage.po libsmb/clireadwrite.po libsmb/clilist.po libsmb/cliprint.po libsmb/clitrans.po libsmb/clisecdesc.po libsmb/clidgram.po libsmb/clistr.po lib/util_seaccess.po libsmb/cliquota.po libsmb/clifsinfo.po libsmb/clidfs.po libsmb/smberr.po libsmb/credentials.po libsmb/pwd_cache.po libsmb/clioplock.po libsmb/errormap.po libsmb/clirap2.po libsmb/doserr.po rpc_parse/parse_prs.po rpc_parse/parse_misc.po rpc_parse/parse_sec.po libsmb/nterr.po libsmb/smbdes.po libsmb/smbencrypt.po libsmb/ntlm_check.po libsmb/ntlmssp.po libsmb/ntlmssp_parse.po libsmb/ntlmssp_sign.po libsmb/unexpected.po libsmb/namecache.po libsmb/nmblib.po libsmb/namequery.po libsmb/conncache.po rpc_parse/parse_lsa.po rpc_parse/parse_net.po rpc_parse/parse_reg.po rpc_parse/parse_rpc.po rpc_parse/parse_samr.po rpc_parse/parse_srv.po rpc_parse/parse_wks.po rpc_parse/parse_ds.po rpc_parse/parse_spoolss.po rpc_parse/parse_dfs.po rpc_parse/parse_echo.po rpc_parse/parse_shutdown.po rpc_parse/parse_svcctl.po rpc_parse/parse_eventlog.po rpc_parse/parse_buffer.po rpc_parse/parse_ntsvcs.po registry/reg_objects.po rpc_client/cli_lsarpc.po rpc_client/cli_samr.po rpc_client/cli_netlogon.po rpc_client/cli_srvsvc.po rpc_client/cli_wkssvc.po rpc_client/cli_dfs.po rpc_client/cli_reg.po rpc_client/cli_pipe.po rpc_client/cli_spoolss.po rpc_client/cli_spoolss_notify.po rpc_client/cli_ds.po rpc_client/cli_echo.po rpc_client/cli_shutdown.po rpc_client/cli_svcctl.po passdb/pdb_get_set.po passdb/passdb.po passdb/pdb_interface.po passdb/util_sam_sid.po passdb/pdb_compat.po passdb/lookup_sid.po passdb/login_cache.po passdb/pdb_ldap.po passdb/pdb_nds.po passdb/pdb_smbpasswd.po passdb/pdb_tdb.po passdb/pdb_guest.po passdb/pdb_sql.po lib/system_smbd.po lib/account_pol.po lib/privileges.po groupdb/mapping.po passdb/secrets.po passdb/machine_sid.po libads/kerberos.po libads/ads_status.po lib/smbldap.po lib/smbldap_util.po -L/usr/kerberos/lib -L/usr/lib -L/usr/lib -lcrypt -lresolv -lnsl -ldl -lldap -llber -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lldap -llber -o build/lib.linux-i686-2.3/samba/srvsvc.so
building 'tdb' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_tdb.c -o build/temp.linux-i686-2.3/python/py_tdb.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from python/py_tdb.c:34:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from python/py_tdb.c:25:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_tdb.c:337: warning: 'make_lock_list' defined but not used
gcc -pthread -shared build/temp.linux-i686-2.3/python/py_tdb.o dynconfig.po param/loadparm.po param/params.po lib/version.po lib/charcnv.po lib/debug.po lib/fault.po lib/getsmbpass.po lib/interface.po lib/md4.po lib/interfaces.po lib/pidfile.po lib/replace.po lib/replace1.po lib/signal.po lib/system.po lib/sendfile.po lib/time.po lib/ufc.po lib/genrand.po lib/username.po lib/util_getent.po lib/util_pw.po lib/access.po lib/smbrun.po lib/bitmap.po lib/crc32.po lib/snprintf.po lib/dprintf.po lib/xfile.po lib/wins_srv.po lib/util_str.po lib/clobber.po lib/util_sid.po lib/util_uuid.po lib/util_unistr.po lib/util_file.po lib/data_blob.po lib/util.po lib/util_sock.po lib/sock_exec.po lib/util_sec.po lib/talloc.po lib/substitute.po lib/fsusage.po lib/ms_fnmatch.po lib/select.po lib/messages.po lib/tallocmsg.po lib/dmallocmsg.po libsmb/smb_signing.po lib/md5.po lib/hmacmd5.po lib/arc4.po lib/iconv.po nsswitch/wb_client.po nsswitch/wb_common.po lib/pam_errors.po intl/lang_tdb.po lib/adt_tree.po lib/gencache.po tdb/tdb.po tdb/spinlock.po tdb/tdbutil.po tdb/tdbback.po lib/module.po lib/ldap_escape.po lib/secdesc.po lib/secace.po lib/secacl.po lib/dummysmbd.po lib/dummyroot.po libsmb/clientgen.po libsmb/cliconnect.po libsmb/clifile.po libsmb/clikrb5.po libsmb/clispnego.po libsmb/asn1.po libsmb/clirap.po libsmb/clierror.po libsmb/climessage.po libsmb/clireadwrite.po libsmb/clilist.po libsmb/cliprint.po libsmb/clitrans.po libsmb/clisecdesc.po libsmb/clidgram.po libsmb/clistr.po lib/util_seaccess.po libsmb/cliquota.po libsmb/clifsinfo.po libsmb/clidfs.po libsmb/smberr.po libsmb/credentials.po libsmb/pwd_cache.po libsmb/clioplock.po libsmb/errormap.po libsmb/clirap2.po libsmb/doserr.po rpc_parse/parse_prs.po rpc_parse/parse_misc.po rpc_parse/parse_sec.po libsmb/nterr.po libsmb/smbdes.po libsmb/smbencrypt.po libsmb/ntlm_check.po libsmb/ntlmssp.po libsmb/ntlmssp_parse.po libsmb/ntlmssp_sign.po libsmb/unexpected.po libsmb/namecache.po libsmb/nmblib.po libsmb/namequery.po libsmb/conncache.po rpc_parse/parse_lsa.po rpc_parse/parse_net.po rpc_parse/parse_reg.po rpc_parse/parse_rpc.po rpc_parse/parse_samr.po rpc_parse/parse_srv.po rpc_parse/parse_wks.po rpc_parse/parse_ds.po rpc_parse/parse_spoolss.po rpc_parse/parse_dfs.po rpc_parse/parse_echo.po rpc_parse/parse_shutdown.po rpc_parse/parse_svcctl.po rpc_parse/parse_eventlog.po rpc_parse/parse_buffer.po rpc_parse/parse_ntsvcs.po registry/reg_objects.po rpc_client/cli_lsarpc.po rpc_client/cli_samr.po rpc_client/cli_netlogon.po rpc_client/cli_srvsvc.po rpc_client/cli_wkssvc.po rpc_client/cli_dfs.po rpc_client/cli_reg.po rpc_client/cli_pipe.po rpc_client/cli_spoolss.po rpc_client/cli_spoolss_notify.po rpc_client/cli_ds.po rpc_client/cli_echo.po rpc_client/cli_shutdown.po rpc_client/cli_svcctl.po passdb/pdb_get_set.po passdb/passdb.po passdb/pdb_interface.po passdb/util_sam_sid.po passdb/pdb_compat.po passdb/lookup_sid.po passdb/login_cache.po passdb/pdb_ldap.po passdb/pdb_nds.po passdb/pdb_smbpasswd.po passdb/pdb_tdb.po passdb/pdb_guest.po passdb/pdb_sql.po lib/system_smbd.po lib/account_pol.po lib/privileges.po groupdb/mapping.po passdb/secrets.po passdb/machine_sid.po libads/kerberos.po libads/ads_status.po lib/smbldap.po lib/smbldap_util.po -L/usr/kerberos/lib -L/usr/lib -L/usr/lib -lcrypt -lresolv -lnsl -ldl -lldap -llber -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lldap -llber -o build/lib.linux-i686-2.3/samba/tdb.so
building 'smb' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_smb.c -o build/temp.linux-i686-2.3/python/py_smb.o -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -g -Wall -O2 -D_SAMBA_BUILD_ -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_
In file included from /usr/include/python2.3/Python.h:8,
                 from ./python/py_common.h:33,
                 from ./python/py_smb.h:24,
                 from python/py_smb.c:21:
/usr/include/python2.3/pyconfig.h:853:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
                 from include/includes.h:90,
                 from ./python/py_common.h:24,
                 from ./python/py_smb.h:24,
                 from python/py_smb.c:21:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
python/py_smb.c: In function 'py_smb_session_request':
python/py_smb.c:71: warning: assignment discards qualifiers from pointer target type
gcc -pthread -shared build/temp.linux-i686-2.3/python/py_smb.o build/temp.linux-i686-2.3/python/py_common.o build/temp.linux-i686-2.3/python/py_ntsec.o dynconfig.po param/loadparm.po param/params.po lib/version.po lib/charcnv.po lib/debug.po lib/fault.po lib/getsmbpass.po lib/interface.po lib/md4.po lib/interfaces.po lib/pidfile.po lib/replace.po lib/replace1.po lib/signal.po lib/system.po lib/sendfile.po lib/time.po lib/ufc.po lib/genrand.po lib/username.po lib/util_getent.po lib/util_pw.po lib/access.po lib/smbrun.po lib/bitmap.po lib/crc32.po lib/snprintf.po lib/dprintf.po lib/xfile.po lib/wins_srv.po lib/util_str.po lib/clobber.po lib/util_sid.po lib/util_uuid.po lib/util_unistr.po lib/util_file.po lib/data_blob.po lib/util.po lib/util_sock.po lib/sock_exec.po lib/util_sec.po lib/talloc.po lib/substitute.po lib/fsusage.po lib/ms_fnmatch.po lib/select.po lib/messages.po lib/tallocmsg.po lib/dmallocmsg.po libsmb/smb_signing.po lib/md5.po lib/hmacmd5.po lib/arc4.po lib/iconv.po nsswitch/wb_client.po nsswitch/wb_common.po lib/pam_errors.po intl/lang_tdb.po lib/adt_tree.po lib/gencache.po tdb/tdb.po tdb/spinlock.po tdb/tdbutil.po tdb/tdbback.po lib/module.po lib/ldap_escape.po lib/secdesc.po lib/secace.po lib/secacl.po lib/dummysmbd.po lib/dummyroot.po libsmb/clientgen.po libsmb/cliconnect.po libsmb/clifile.po libsmb/clikrb5.po libsmb/clispnego.po libsmb/asn1.po libsmb/clirap.po libsmb/clierror.po libsmb/climessage.po libsmb/clireadwrite.po libsmb/clilist.po libsmb/cliprint.po libsmb/clitrans.po libsmb/clisecdesc.po libsmb/clidgram.po libsmb/clistr.po lib/util_seaccess.po libsmb/cliquota.po libsmb/clifsinfo.po libsmb/clidfs.po libsmb/smberr.po libsmb/credentials.po libsmb/pwd_cache.po libsmb/clioplock.po libsmb/errormap.po libsmb/clirap2.po libsmb/doserr.po rpc_parse/parse_prs.po rpc_parse/parse_misc.po rpc_parse/parse_sec.po libsmb/nterr.po libsmb/smbdes.po libsmb/smbencrypt.po libsmb/ntlm_check.po libsmb/ntlmssp.po libsmb/ntlmssp_parse.po libsmb/ntlmssp_sign.po libsmb/unexpected.po libsmb/namecache.po libsmb/nmblib.po libsmb/namequery.po libsmb/conncache.po rpc_parse/parse_lsa.po rpc_parse/parse_net.po rpc_parse/parse_reg.po rpc_parse/parse_rpc.po rpc_parse/parse_samr.po rpc_parse/parse_srv.po rpc_parse/parse_wks.po rpc_parse/parse_ds.po rpc_parse/parse_spoolss.po rpc_parse/parse_dfs.po rpc_parse/parse_echo.po rpc_parse/parse_shutdown.po rpc_parse/parse_svcctl.po rpc_parse/parse_eventlog.po rpc_parse/parse_buffer.po rpc_parse/parse_ntsvcs.po registry/reg_objects.po rpc_client/cli_lsarpc.po rpc_client/cli_samr.po rpc_client/cli_netlogon.po rpc_client/cli_srvsvc.po rpc_client/cli_wkssvc.po rpc_client/cli_dfs.po rpc_client/cli_reg.po rpc_client/cli_pipe.po rpc_client/cli_spoolss.po rpc_client/cli_spoolss_notify.po rpc_client/cli_ds.po rpc_client/cli_echo.po rpc_client/cli_shutdown.po rpc_client/cli_svcctl.po passdb/pdb_get_set.po passdb/passdb.po passdb/pdb_interface.po passdb/util_sam_sid.po passdb/pdb_compat.po passdb/lookup_sid.po passdb/login_cache.po passdb/pdb_ldap.po passdb/pdb_nds.po passdb/pdb_smbpasswd.po passdb/pdb_tdb.po passdb/pdb_guest.po passdb/pdb_sql.po lib/system_smbd.po lib/account_pol.po lib/privileges.po groupdb/mapping.po passdb/secrets.po passdb/machine_sid.po libads/kerberos.po libads/ads_status.po lib/smbldap.po lib/smbldap_util.po -L/usr/kerberos/lib -L/usr/lib -L/usr/lib -lcrypt -lresolv -lnsl -ldl -lldap -llber -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lldap -llber -o build/lib.linux-i686-2.3/samba/smb.so
building 'tdbpack' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.3 -c python/py_tdbpack.c -o build/temp.linux-i686-2.3/python/py_tdbpack.o -I.
python/py_tdbpack.c: In function 'pytdbpack_number':
python/py_tdbpack.c:293: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness
python/py_tdbpack.c: In function 'pytdbunpack_uint32':
python/py_tdbpack.c:542: warning: pointer targets in assignment differ in signedness
python/py_tdbpack.c: In function 'pytdbunpack_int16':
python/py_tdbpack.c:562: warning: pointer targets in assignment differ in signedness
python/py_tdbpack.c: In function 'pytdbunpack_buffer':
python/py_tdbpack.c:609: warning: pointer targets in assignment differ in signedness
python/py_tdbpack.c:620: warning: pointer targets in assignment differ in signedness
python/py_tdbpack.c:639: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness
gcc -pthread -shared build/temp.linux-i686-2.3/python/py_tdbpack.o -o build/lib.linux-i686-2.3/samba/tdbpack.so
make[1]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
/usr/bin/make -C source client/mount.cifs
make[1]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
gcc -g -Wall -O2 -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED   client/mount.cifs.c   -o client/mount.cifs
make[1]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
touch build-stamp
 fakeroot debian/rules binary
# quilt exits with 2 as return when there was nothing to do. 
# That's not an error here (but it's usefull to break loops in crude scripts)
QUILT_PATCHES=debian/patches quilt push -a || test $? = 2
La série est complètement appliquée. Le dernier patch est adapt_machine_creation_script.patch.
touch debian/stamp-patched
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
mkdir -p `pwd`/debian/tmp/usr/share/man `pwd`/debian/tmp/usr/lib/samba \
	         `pwd`/debian/tmp/lib/security `pwd`/debian/tmp/sbin \
	         `pwd`/debian/tmp/usr/lib/cups/backend `pwd`/debian/tmp/usr/share/samba \
	         `pwd`/debian/tmp/etc/pam.d `pwd`/debian/tmp/etc/dhcp3/dhclient-enter-hooks.d \
	         `pwd`/debian/tmp/usr/lib/python2.3/site-packages/samba
# Add here commands to install the package into debian/tmp.
/usr/bin/make -C source install DESTDIR=`pwd`/debian/tmp
make[1]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
Using FLAGS =  -g -Wall -O2 -D_SAMBA_BUILD_  -Iinclude -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/include -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/ubiqx -I/home/bubulle/src/debian/samba/samba-3.0.21a/source/tdb  -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED -I/home/bubulle/src/debian/samba/samba-3.0.21a/source -D_SAMBA_BUILD_    
      LIBS = -lcrypt -lresolv -lnsl -ldl
      LDSHFLAGS = -shared -Wl,-Bsymbolic 
      LDFLAGS = 
      PIE_CFLAGS = -fPIE
      PIE_LDFLAGS = -pie
Installing bin/smbd as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/sbin/smbd
Installing bin/nmbd as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/sbin/nmbd
Installing bin/swat as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/sbin/swat
Installing bin/winbindd as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/sbin/winbindd
======================================================================
The binaries are installed. You may restore the old binaries (if there
were any) using the command "make revert". You may uninstall the binaries
using the command "make uninstallbin" or "make uninstall" to uninstall
binaries, man pages and shell scripts.
======================================================================
Installing bin/smbclient as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbclient
Installing bin/net as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/net
Installing bin/smbspool as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbspool
Installing bin/testparm as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/testparm
Installing bin/smbstatus as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbstatus
Installing bin/smbget as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbget
Installing bin/smbcontrol as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbcontrol
Installing bin/smbtree as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbtree
Installing bin/tdbbackup as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/tdbbackup
Installing bin/nmblookup as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/nmblookup
Installing bin/pdbedit as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/pdbedit
Installing bin/tdbdump as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/tdbdump
Installing bin/tdbtool as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/tdbtool
Installing bin/smbpasswd as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbpasswd
Installing bin/rpcclient as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/rpcclient
Installing bin/smbcacls as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbcacls
Installing bin/profiles as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/profiles
Installing bin/ntlm_auth as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/ntlm_auth
Installing bin/smbcquotas as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbcquotas
Installing bin/eventlogadm as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/eventlogadm
Installing bin/smbmount as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbmount
Installing bin/smbmnt as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbmnt
Installing bin/smbumount as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbumount
Installing bin/wbinfo as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/wbinfo
======================================================================
The binaries are installed. You may restore the old binaries (if there
were any) using the command "make revert". You may uninstall the binaries
using the command "make uninstallbin" or "make uninstall" to uninstall
binaries, man pages and shell scripts.
======================================================================
Installing default man pages in /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/man/
======================================================================
The man pages have been installed. You may uninstall them using the command
the command "make uninstallman" or make "uninstall" to uninstall binaries,
man pages and shell scripts.
======================================================================
Installing scripts in /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin
Installing /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/smbtar
Installing /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/bin/findsmb
======================================================================
The scripts have been installed. You may uninstall them using
the command "make uninstallscripts" or "make install" to install binaries,
man pages and shell scripts. You may recover the previous version (if any
by "make revert".
======================================================================
Installing dat files in /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/lowcase.dat
cp: cannot create regular file `/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/lowcase.dat': No such file or directory
Cannot install /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/lowcase.dat. Does have privileges?
chmod: cannot access `/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/lowcase.dat': No such file or directory
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/upcase.dat
cp: cannot create regular file `/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/upcase.dat': No such file or directory
Cannot install /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/upcase.dat. Does have privileges?
chmod: cannot access `/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/upcase.dat': No such file or directory
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/valid.dat
cp: cannot create regular file `/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/valid.dat': No such file or directory
Cannot install /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/valid.dat. Does have privileges?
chmod: cannot access `/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp at codepagedir@/valid.dat': No such file or directory
======================================================================
The dat files have been installed. 
======================================================================
Installing msg files in /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/de.msg
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/en.msg
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/fr.msg
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/it.msg
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/ja.msg
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/nl.msg
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/pl.msg
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/tr.msg
======================================================================
The msg files have been installed. 
======================================================================
Installing SWAT in /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat
Installing the Samba Web Administration Tool
Installing langs are ja tr
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./images/globals.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./images/home.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./images/passwd.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./images/printers.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./images/samba.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./images/shares.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./images/status.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./images/viewconfig.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./images/wizard.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./help/welcome.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./include/footer.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/./include/header.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/lang/ja/help/welcome.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/lang/tr/images/globals.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/lang/tr/images/home.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/lang/tr/images/passwd.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/lang/tr/images/printers.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/lang/tr/images/samba.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/lang/tr/images/shares.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/lang/tr/images/status.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/lang/tr/images/viewconfig.gif
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/lang/tr/help/welcome.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/findsmb.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/index.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/libsmbclient.7.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/lmhosts.5.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/log2pcap.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/mount.cifs.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/net.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/nmbd.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/nmblookup.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/ntlm_auth.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/pam_winbind.7.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/pdbedit.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/profiles.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/rpcclient.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/samba.7.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smb.conf.5.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbcacls.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbclient.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbcontrol.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbcquotas.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbd.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbget.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbgetrc.5.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbmnt.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbmount.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbpasswd.5.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbpasswd.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbsh.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbspool.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbstatus.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbtar.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbtree.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/smbumount.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/swat.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/tdbbackup.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/tdbdump.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/testparm.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/umount.cifs.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/vfstest.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/wbinfo.1.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/manpages/winbindd.8.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/2000users.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/Big500users.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/DMSMig.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/DomApps.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/ExNetworks.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/HA.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/RefSection.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/appendix.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/ch14.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/go01.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/gpl.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/happy.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/index.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/ix01.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/kerberos.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/ntmigration.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/nw4migration.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/pr01.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/pr02.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/pr03.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/preface.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/primer.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/secure.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/simple.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/small.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/unixclients.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/upgrades.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/AccountingNetwork.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/Charity-Network.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/HostAnnouncment.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/NullConnect.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/UNIX-Samba-and-LDAP.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/UserConnect.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/UserMgrNT4.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/WINREPRESSME-Capture.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/WINREPRESSME-Capture2.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/WindowsXP-NullConnection.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/WindowsXP-UserConnection.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/XP-screen001.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/acct2net.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/ch7-dual-additive-LDAP.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/ch7-fail-overLDAP.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/ch7-singleLDAP.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/ch8-migration.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/chap4-net.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/chap5-net.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/chap6-net.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/chap7-idresol.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/chap7-net-Ar.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/chap7-net2-Br.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/chap9-ADSDC.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/chap9-SambaDC.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/imc-usermanager2.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/lam-config.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/lam-group-members.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/lam-groups.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/lam-hosts.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/lam-login.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/lam-users.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/openmag.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/wxpp001.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/wxpp004.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/wxpp006.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/wxpp007.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-ByExample/images/wxpp008.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/CodingSuggestions.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/Packaging.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/architecture.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/contributing.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/debug.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/devprinting.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/index.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/internals.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/modules.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/ntdomain.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/parsing.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/pt01.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/pt02.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/pt03.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/pt04.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/pt05.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/pwencrypt.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/rpc-plugin.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/tracing.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/unix-smb.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/vfs.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-Developers-Guide/wins.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/AccessControls.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/AdvancedNetworkManagement.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/Appendix.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/Backup.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/CUPS-printing.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/ClientConfig.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/DNSDHCP.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/FastStart.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/InterdomainTrusts.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/IntroSMB.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/NT4Migration.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/NetCommand.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/NetworkBrowsing.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/Other-Clients.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/PolicyMgmt.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/Portability.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/ProfileMgmt.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/SWAT.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/SambaHA.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/ServerType.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/StandAloneServer.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/TOSHpreface.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/VFS.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/bugreport.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/cfgsmarts.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/ch-ldap-tls.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/ch45.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/classicalprinting.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/compiling.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/diagnosis.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/domain-member.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/go01.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/gpl.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/groupmapping.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/idmapper.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/index.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/install.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/integrate-ms-networks.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/introduction.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/ix01.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/largefile.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/locking.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/migration.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/msdfs.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/optional.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/pam.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/passdb.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/pr01.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/pr02.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/pr03.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/problems.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/rights.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/samba-bdc.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/samba-pdc.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/securing-samba.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/speed.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/troubleshooting.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/type.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/unicode.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/upgrading-to-3.0.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/winbind.html
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/10small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/11small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/12small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/13small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/14small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/1small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/2small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/3small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/4small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/5small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/6small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/7small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/8small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/9small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WME001.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WME002.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WME003.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WME005.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WME009.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WME010.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WME013.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WME014.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WXPP002.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WXPP003.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WXPP005.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WXPP009.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/WXPP014.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/a_small.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/access1.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/browsing1.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/cups1.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/cups2.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/domain.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/ethereal1.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/ethereal2.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/idmap-gid2sid.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/idmap-sid2gid.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/idmap-sid2uid.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/idmap-store-gid2sid.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/idmap-uid2sid.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/idmap_winbind_no_loop.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/pdftoepsonusb.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/pdftosocket.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/trusts1.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/w2kp001.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/w2kp002.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/w2kp003.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/w2kp004.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/w2kp005.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/wxpp001.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/wxpp004.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/wxpp006.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/wxpp007.png
/home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/share/samba/swat/help/Samba3-HOWTO/images/wxpp008.png
======================================================================
The SWAT files have been installed. Remember to read the documentation
for information on enabling and using SWAT
======================================================================
Installing bin/recycle.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/recycle.so
Installing bin/audit.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/audit.so
Installing bin/extd_audit.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/extd_audit.so
Installing bin/full_audit.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/full_audit.so
Installing bin/netatalk.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/netatalk.so
Installing bin/fake_perms.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/fake_perms.so
Installing bin/default_quota.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/default_quota.so
Installing bin/readonly.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/readonly.so
Installing bin/cap.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/cap.so
Installing bin/expand_msdfs.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/expand_msdfs.so
Installing bin/shadow_copy.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/vfs/shadow_copy.so
Installing bin/CP850.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/charset/CP850.so
Installing bin/CP437.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/charset/CP437.so
Installing bin/script.so as /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba/auth/script.so
/usr/bin/install -c bin/libsmbclient.so /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba
/usr/bin/install -c bin/libsmbclient.a /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba
/usr/bin/install -c /home/bubulle/src/debian/samba/samba-3.0.21a/source/include/libsmbclient.h /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/include
/usr/bin/install -c bin/libmsrpc.so /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba
/usr/bin/install -c bin/libmsrpc.a /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba
/usr/bin/install -c /home/bubulle/src/debian/samba/samba-3.0.21a/source/include/libmsrpc.h /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/include
make[1]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
# libsmbclient files are not installed by the standard
#	'make install' - do it manually.
/usr/bin/make -C source installclientlib DESTDIR=`pwd`/debian/tmp
make[1]: Entering directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
WARNING: you need to rerun ./autogen.sh
/usr/bin/install -c bin/libsmbclient.so /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba
/usr/bin/install -c bin/libsmbclient.a /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/lib/samba
/usr/bin/install -c /home/bubulle/src/debian/samba/samba-3.0.21a/source/include/libsmbclient.h /home/bubulle/src/debian/samba/samba-3.0.21a/debian/tmp/usr/include
make[1]: Leaving directory `/home/bubulle/src/debian/samba/samba-3.0.21a/source'
mv `pwd`/debian/tmp/usr/lib/samba/libsmbclient.so `pwd`/debian/tmp/usr/lib/samba/libsmbclient.so.0.1
ln -s libsmbclient.so.0.1 `pwd`/debian/tmp/usr/lib/samba/libsmbclient.so.0
ln -s libsmbclient.so.0.1 `pwd`/debian/tmp/usr/lib/samba/libsmbclient.so
# Starting with Samba 3.0.6 libsmbclient.so is installed in
# /usr/lib/samba. We don't want it there since it is not in the
# default library path. Here we move it to /usr/lib/.
mv `pwd`/debian/tmp/usr/lib/samba/libsmbclient* \
		`pwd`/debian/tmp/usr/lib/
# Install other stuff not installed by "make install"
install -m 0755 debian/mksmbpasswd.awk `pwd`/debian/tmp/usr/sbin/mksmbpasswd
# Install winbind stuff not installed by 'make install'
install -m 0644 source/nsswitch/libnss_winbind.so \
		`pwd`/debian/tmp/lib/libnss_winbind.so.2
install -m 0644 source/nsswitch/pam_winbind.so \
		`pwd`/debian/tmp/lib/security/
# Install libnss_wins.so, which is not installed by 'make install' either.
install -m 0644 source/nsswitch/libnss_wins.so \
		`pwd`/debian/tmp/lib/libnss_wins.so.2
# pam_smbpass.so isn't being installed by 'make install'.
#	We'll move it here to `pwd`/debian/tmp/lib/security/ and then
#	libpam-smbpass.files will make dh_movefiles move it to the
#	right location in the libpam-smbpass package.
install -m 0644 source/bin/pam_smbpass.so `pwd`/debian/tmp/lib/security/
# Create the symlinks that will allow us to do "mount -t smbfs ..."
# and "mount -t smb ...". Note that the source/script/installbin.sh
# tries to create the first symlink, but we have commented
# that code out and do everything here. We also create
# symlinks for the man pages.
ln -s /usr/bin/smbmount `pwd`/debian/tmp/sbin/mount.smbfs
ln -s /usr/bin/smbmount `pwd`/debian/tmp/sbin/mount.smb
ln -s smbmount.8 `pwd`/debian/tmp/usr/share/man/man8/mount.smb.8
ln -s smbmount.8 `pwd`/debian/tmp/usr/share/man/man8/mount.smbfs.8
# Install mount.cifs and its man page
install -m 04755 source/client/mount.cifs `pwd`/debian/tmp/sbin/
install -m 0644 docs/manpages/mount.cifs.8 `pwd`/debian/tmp/usr/share/man/man8/
# For CUPS to support printing to samba printers, it's necessary
#	to make the following symlink (according to
#	Erich Schubert <debian at vitavonni.de> in #109509):
ln -s ../../../bin/smbspool `pwd`/debian/tmp/usr/lib/cups/backend/smb
# Install man pages for files without man pages in the upstream sources
install -m 0644 debian/mksmbpasswd.8 `pwd`/debian/tmp/usr/share/man/man8/mksmbpasswd.8
# We're not providing findsmb (should we?) so let's remove the man
#	pages.
find debian/ -name 'findsmb*' -exec rm -f {} \;
# Install samba-common's conffiles - they'll get moved later to their
#	correct place by dh_movefiles.
cp debian/smb.conf `pwd`/debian/tmp/usr/share/samba/
install -m755 debian/panic-action `pwd`/debian/tmp/usr/share/samba/
cp debian/gdbcommands `pwd`/debian/tmp/etc/samba/
cp debian/samba.pamd `pwd`/debian/tmp/etc/pam.d/samba
install -m755 debian/samba-common.dhcp `pwd`/debian/tmp/etc/dhcp3/dhclient-enter-hooks.d/samba
# Install the Python modules
#
# Hmmm... need to figure this out. We have lib.linux-i686-2.2
# and lib.linux-i686-2.3 directories. Using only the stuff from
# the 2.3 directory for now. peloy.-
#cp source/build/lib.*/samba/*.so `pwd`/debian/tmp/usr/lib/python2.3/site-packages/
cp source/build/lib.*-*-2.3/samba/*.so `pwd`/debian/tmp/usr/lib/python2.3/site-packages/samba/
cp source/python/samba/* `pwd`/debian/tmp/usr/lib/python2.3/site-packages/samba/
dh_movefiles
dh_movefiles: debian/tmp/usr/share/samba/lowcase.dat not found (supposed to put it in samba-common)
dh_movefiles: debian/tmp/usr/share/samba/upcase.dat not found (supposed to put it in samba-common)
dh_movefiles: debian/tmp/usr/share/samba/valid.dat not found (supposed to put it in samba-common)
make: *** [install] Error 1


-- 







More information about the Pkg-samba-maint mailing list