fakeroot debian/rules clean dh_testdir dh_testroot rm -f config-stamp build-stamp rm -rf build-simple build-ldap build-krb5 rm -f config.cache test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub test -r /usr/share/misc/config.guess && \ cp -f /usr/share/misc/config.guess config.guess dh_clean rm -f debian/sudo.substvars rm -f debian/sudo.*.debhelper rm -rf debian/sudo rm -f debian/sudo-ldap.substvars rm -f debian/sudo-ldap.*.debhelper rm -rf debian/sudo-ldap rm -f debian/sudo-krb5.substvars rm -f debian/sudo-krb5.*.debhelper rm -rf debian/sudo-krb5 rm -f debian/files find . \( \( -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o -name core -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \) dpkg-source -i -b sudo-1.6.8p12 dpkg-source: building sudo using existing sudo_1.6.8p12.orig.tar.gz dpkg-source: building sudo in sudo_1.6.8p12-4scanplus1.diff.gz dpkg-source: building sudo in sudo_1.6.8p12-4scanplus1.dsc debian/rules build dh_testdir # simple version mkdir -p build-simple cd build-simple && NROFFPROG=/usr/bin/nroff ../configure \ --prefix=/usr -v \ --with-all-insults \ --with-exempt=sudo --with-pam --with-fqdn \ --with-logging=syslog --with-logfac=authpriv \ --with-env-editor --with-editor=/usr/bin/editor \ --with-timeout=15 --with-password-timeout=0 \ --disable-root-mailer --disable-setresuid \ --with-sendmail=/usr/sbin/sendmail \ --mandir=/usr/share/man --libexecdir=/usr/lib/sudo \ --with-secure-path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" configure: Configuring Sudo version 1.6.8 checking whether to use PAM authentication... yes checking whether to lecture users the first time they run sudo... yes checking whether sudo should log via syslog or to a file by default... syslog checking which syslog facility sudo should log with... authpriv checking at which syslog priority to log commands... notice checking at which syslog priority to log failures... alert checking how long a line in the log file should be... 80 checking whether sudo should ignore '.' or '' in $PATH... no checking whether to send mail when a user is not in sudoers... yes checking whether to send mail when user listed but not for this host... no checking whether to send mail when a user tries a disallowed command... no checking who should get the mail that sudo sends... root checking for bad password prompt... Password: checking for bad password message... Sorry, try again. checking whether to expect fully qualified hosts in sudoers... yes checking for umask programs should be run with... 0022 checking for default user to run commands as... root checking for group to be exempt from password... sudo checking for editor that visudo should use... /usr/bin/editor checking whether to obey EDITOR and VISUAL environment variables... yes checking number of tries a user gets to enter their password... 3 checking time in minutes after which sudo will ask for a password again... 15 checking time in minutes after the password prompt will time out... 0 checking whether to use per-tty ticket files... no checking whether to include insults... no checking whether to override the user's path... /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin checking whether to get ip addresses from the network interfaces... yes checking whether stow should be used... no checking whether to do user authentication by default... yes checking whether to disable running the mailer as root... yes checking whether to disable use of POSIX saved ids... no checking whether to disable shadow password support... no checking whether root should be allowed to use sudo... yes checking whether to log the hostname in the log file... no checking whether to invoke a shell if sudo is given no arguments... no checking whether to set $HOME to target user in shell mode... no checking whether to disable 'command not found' messages... no checking for egrep... egrep checking for gcc... gcc checking for C compiler default output... 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... (cached) no checking for gcc option to accept ANSI C... none needed checking for library containing strerror... none required checking how to run the C preprocessor... gcc -E checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool checking path to sudo_noexec.so... /usr/lib/sudo/sudo_noexec.so checking for uname... uname checking for tr... tr checking for nroff... /usr/bin/nroff checking for getspnam... yes checking whether gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for working volatile... yes checking for bison... bison -y checking for mv... /bin/mv checking for bourne shell... /bin/sh checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking netgroup.h usability... no checking netgroup.h presence... no checking for netgroup.h... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/bsdtypes.h usability... no checking sys/bsdtypes.h presence... no checking for sys/bsdtypes.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking POSIX termios... yes checking for mode_t... yes checking for uid_t in sys/types.h... yes checking for sig_atomic_t... yes checking for sigaction_t... no checking for struct timespec... yes checking for size_t... yes checking for ssize_t... yes checking for dev_t... yes checking for ino_t... yes checking for full void implementation... yes checking max length of uid_t... 10 checking for long long support... yes checking for sa_len field in struct sockaddr... no checking return type of signal handlers... void checking for strchr... yes checking for strrchr... yes checking for memchr... yes checking for memcpy... yes checking for memset... yes checking for sysconf... yes checking for tzset... yes checking for strftime... yes checking for setrlimit... yes checking for initgroups... yes checking for fstat... yes checking for gettimeofday... yes checking for seteuid... yes checking for setreuid... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for getcwd... yes checking for lockf... yes checking for waitpid... yes checking for innetgr... yes checking for getdomainname... yes checking for lsearch... yes checking for utimes... yes checking for futimes... yes checking for working fnmatch with FNM_CASEFOLD... yes checking for isblank... yes checking for strerror... yes checking for strcasecmp... yes checking for sigaction... yes checking for strlcpy... no checking for strlcat... no checking for closefrom... no checking for snprintf... yes checking for vsnprintf... yes checking for asprintf... yes checking for vasprintf... yes checking for struct stat.st_mtim... yes checking for two-parameter timespecsub... no checking for socket... yes checking for inet_addr... yes checking for syslog... yes checking for working alloca.h... yes checking for alloca... yes checking for getprogname... no checking for __progname... yes checking for main in -ldl... yes checking pam/pam_appl.h usability... no checking pam/pam_appl.h presence... no checking for pam/pam_appl.h... no checking for log file location... /var/log/sudo.log checking for timestamp file location... /var/run/sudo configure: creating ./config.status config.status: creating Makefile config.status: creating sudo.man config.status: creating visudo.man config.status: creating sudoers.man config.status: creating config.h config.status: creating pathnames.h configure: You will need to customize sample.pam and install it as /etc/pam.d/sudo # LDAP version mkdir -p build-ldap cd build-ldap && NROFFPROG=/usr/bin/nroff ../configure \ --prefix=/usr -v \ --with-all-insults \ --with-exempt=sudo --with-pam --with-ldap --with-fqdn \ --with-logging=syslog --with-logfac=authpriv \ --with-env-editor --with-editor=/usr/bin/editor \ --with-timeout=15 --with-password-timeout=0 \ --disable-root-mailer --disable-setresuid \ --with-sendmail=/usr/sbin/sendmail \ --with-ldap-conf-file=/etc/ldap/ldap.conf \ --mandir=/usr/share/man --libexecdir=/usr/lib/sudo \ --with-secure-path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" configure: Configuring Sudo version 1.6.8 checking whether to use PAM authentication... yes checking whether to lecture users the first time they run sudo... yes checking whether sudo should log via syslog or to a file by default... syslog checking which syslog facility sudo should log with... authpriv checking at which syslog priority to log commands... notice checking at which syslog priority to log failures... alert checking how long a line in the log file should be... 80 checking whether sudo should ignore '.' or '' in $PATH... no checking whether to send mail when a user is not in sudoers... yes checking whether to send mail when user listed but not for this host... no checking whether to send mail when a user tries a disallowed command... no checking who should get the mail that sudo sends... root checking for bad password prompt... Password: checking for bad password message... Sorry, try again. checking whether to expect fully qualified hosts in sudoers... yes checking for umask programs should be run with... 0022 checking for default user to run commands as... root checking for group to be exempt from password... sudo checking for editor that visudo should use... /usr/bin/editor checking whether to obey EDITOR and VISUAL environment variables... yes checking number of tries a user gets to enter their password... 3 checking time in minutes after which sudo will ask for a password again... 15 checking time in minutes after the password prompt will time out... 0 checking whether to use per-tty ticket files... no checking whether to include insults... no checking whether to use sudoers from LDAP... yes checking whether to override the user's path... /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin checking whether to get ip addresses from the network interfaces... yes checking whether stow should be used... no checking whether to do user authentication by default... yes checking whether to disable running the mailer as root... yes checking whether to disable use of POSIX saved ids... no checking whether to disable shadow password support... no checking whether root should be allowed to use sudo... yes checking whether to log the hostname in the log file... no checking whether to invoke a shell if sudo is given no arguments... no checking whether to set $HOME to target user in shell mode... no checking whether to disable 'command not found' messages... no checking for egrep... egrep checking for gcc... gcc checking for C compiler default output... 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... (cached) no checking for gcc option to accept ANSI C... none needed checking for library containing strerror... none required checking how to run the C preprocessor... gcc -E checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool checking path to sudo_noexec.so... /usr/lib/sudo/sudo_noexec.so checking for uname... uname checking for tr... tr checking for nroff... /usr/bin/nroff checking for getspnam... yes checking whether gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for working volatile... yes checking for bison... bison -y checking for mv... /bin/mv checking for bourne shell... /bin/sh checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking netgroup.h usability... no checking netgroup.h presence... no checking for netgroup.h... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/bsdtypes.h usability... no checking sys/bsdtypes.h presence... no checking for sys/bsdtypes.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking POSIX termios... yes checking for mode_t... yes checking for uid_t in sys/types.h... yes checking for sig_atomic_t... yes checking for sigaction_t... no checking for struct timespec... yes checking for size_t... yes checking for ssize_t... yes checking for dev_t... yes checking for ino_t... yes checking for full void implementation... yes checking max length of uid_t... 10 checking for long long support... yes checking for sa_len field in struct sockaddr... no checking return type of signal handlers... void checking for strchr... yes checking for strrchr... yes checking for memchr... yes checking for memcpy... yes checking for memset... yes checking for sysconf... yes checking for tzset... yes checking for strftime... yes checking for setrlimit... yes checking for initgroups... yes checking for fstat... yes checking for gettimeofday... yes checking for seteuid... yes checking for setreuid... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for getcwd... yes checking for lockf... yes checking for waitpid... yes checking for innetgr... yes checking for getdomainname... yes checking for lsearch... yes checking for utimes... yes checking for futimes... yes checking for working fnmatch with FNM_CASEFOLD... yes checking for isblank... yes checking for strerror... yes checking for strcasecmp... yes checking for sigaction... yes checking for strlcpy... no checking for strlcat... no checking for closefrom... no checking for snprintf... yes checking for vsnprintf... yes checking for asprintf... yes checking for vasprintf... yes checking for struct stat.st_mtim... yes checking for two-parameter timespecsub... no checking for socket... yes checking for inet_addr... yes checking for syslog... yes checking for working alloca.h... yes checking for alloca... yes checking for getprogname... no checking for __progname... yes checking for main in -ldl... yes checking pam/pam_appl.h usability... no checking pam/pam_appl.h presence... no checking for pam/pam_appl.h... no checking for LDAP libraries... -lldap checking whether lber.h is needed... no checking for ldap_initialize... yes checking for ldap_start_tls_s... yes checking for log file location... /var/log/sudo.log checking for timestamp file location... /var/run/sudo configure: creating ./config.status config.status: creating Makefile config.status: creating sudo.man config.status: creating visudo.man config.status: creating sudoers.man config.status: creating config.h config.status: creating pathnames.h configure: You will need to customize sample.pam and install it as /etc/pam.d/sudo # krb5 version mkdir -p build-krb5 cd build-krb5 && NROFFPROG=/usr/bin/nroff ../configure \ --prefix=/usr -v \ --with-all-insults \ --with-exempt=sudo --with-pam --with-kerb5 --with-fqdn \ --with-logging=syslog --with-logfac=authpriv \ --with-env-editor --with-editor=/usr/bin/editor \ --with-timeout=15 --with-password-timeout=0 \ --disable-root-mailer --disable-setresuid \ --with-sendmail=/usr/sbin/sendmail \ --with-ldap-conf-file=/etc/ldap/ldap.conf \ --mandir=/usr/share/man --libexecdir=/usr/lib/sudo \ --with-secure-path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" configure: Configuring Sudo version 1.6.8 checking whether to try Kerberos V authentication... yes checking whether to use PAM authentication... yes checking whether to lecture users the first time they run sudo... yes checking whether sudo should log via syslog or to a file by default... syslog checking which syslog facility sudo should log with... authpriv checking at which syslog priority to log commands... notice checking at which syslog priority to log failures... alert checking how long a line in the log file should be... 80 checking whether sudo should ignore '.' or '' in $PATH... no checking whether to send mail when a user is not in sudoers... yes checking whether to send mail when user listed but not for this host... no checking whether to send mail when a user tries a disallowed command... no checking who should get the mail that sudo sends... root checking for bad password prompt... Password: checking for bad password message... Sorry, try again. checking whether to expect fully qualified hosts in sudoers... yes checking for umask programs should be run with... 0022 checking for default user to run commands as... root checking for group to be exempt from password... sudo checking for editor that visudo should use... /usr/bin/editor checking whether to obey EDITOR and VISUAL environment variables... yes checking number of tries a user gets to enter their password... 3 checking time in minutes after which sudo will ask for a password again... 15 checking time in minutes after the password prompt will time out... 0 checking whether to use per-tty ticket files... no checking whether to include insults... no checking whether to override the user's path... /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin checking whether to get ip addresses from the network interfaces... yes checking whether stow should be used... no checking whether to do user authentication by default... yes checking whether to disable running the mailer as root... yes checking whether to disable use of POSIX saved ids... no checking whether to disable shadow password support... no checking whether root should be allowed to use sudo... yes checking whether to log the hostname in the log file... no checking whether to invoke a shell if sudo is given no arguments... no checking whether to set $HOME to target user in shell mode... no checking whether to disable 'command not found' messages... no checking for egrep... egrep checking for gcc... gcc checking for C compiler default output... 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... (cached) no checking for gcc option to accept ANSI C... none needed checking for library containing strerror... none required checking how to run the C preprocessor... gcc -E checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool checking path to sudo_noexec.so... /usr/lib/sudo/sudo_noexec.so checking for uname... uname checking for tr... tr checking for nroff... /usr/bin/nroff checking for getspnam... yes checking whether gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for working volatile... yes checking for bison... bison -y checking for mv... /bin/mv checking for bourne shell... /bin/sh checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking netgroup.h usability... no checking netgroup.h presence... no checking for netgroup.h... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/bsdtypes.h usability... no checking sys/bsdtypes.h presence... no checking for sys/bsdtypes.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking POSIX termios... yes checking for mode_t... yes checking for uid_t in sys/types.h... yes checking for sig_atomic_t... yes checking for sigaction_t... no checking for struct timespec... yes checking for size_t... yes checking for ssize_t... yes checking for dev_t... yes checking for ino_t... yes checking for full void implementation... yes checking max length of uid_t... 10 checking for long long support... yes checking for sa_len field in struct sockaddr... no checking return type of signal handlers... void checking for strchr... yes checking for strrchr... yes checking for memchr... yes checking for memcpy... yes checking for memset... yes checking for sysconf... yes checking for tzset... yes checking for strftime... yes checking for setrlimit... yes checking for initgroups... yes checking for fstat... yes checking for gettimeofday... yes checking for seteuid... yes checking for setreuid... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for getcwd... yes checking for lockf... yes checking for waitpid... yes checking for innetgr... yes checking for getdomainname... yes checking for lsearch... yes checking for utimes... yes checking for futimes... yes checking for working fnmatch with FNM_CASEFOLD... yes checking for isblank... yes checking for strerror... yes checking for strcasecmp... yes checking for sigaction... yes checking for strlcpy... no checking for strlcat... no checking for closefrom... no checking for snprintf... yes checking for vsnprintf... yes checking for asprintf... yes checking for vasprintf... yes checking for struct stat.st_mtim... yes checking for two-parameter timespecsub... no checking for socket... yes checking for inet_addr... yes checking for syslog... yes checking for working alloca.h... yes checking for alloca... yes checking for getprogname... no checking for __progname... yes checking for krb5-config... yes checking whether we are using Heimdal... checking for main in -ldl... yes checking pam/pam_appl.h usability... no checking pam/pam_appl.h presence... no checking for pam/pam_appl.h... no checking for log file location... /var/log/sudo.log checking for timestamp file location... /var/run/sudo configure: creating ./config.status config.status: creating Makefile config.status: creating sudo.man config.status: creating visudo.man config.status: creating sudoers.man config.status: creating config.h config.status: creating pathnames.h configure: You will need to customize sample.pam and install it as /etc/pam.d/sudo touch config-stamp dh_testdir # ensure our pod changes get picked up rm -f sudoers.man.in sudoers.man sudo.man.in sudo.man /usr/bin/make sudoers.man.in sudo.man.in make[1]: Entering directory `/home/engelhard/sudo-1.6.8p12' make[1]: *** Keine Regel, um »sudoers.man.in« zu erstellen. Schluss. make[1]: Leaving directory `/home/engelhard/sudo-1.6.8p12' make: [build-stamp] Fehler 2 (ignoriert) /usr/bin/make -C build-simple make[1]: Entering directory `/home/engelhard/sudo-1.6.8p12/build-simple' gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../check.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../env.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../getspwuid.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../gettime.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../goodpath.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../fileops.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../find_path.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../interfaces.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../logging.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../parse.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../set_perms.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo_edit.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../tgetpass.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../zero_bytes.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../auth/sudo_auth.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../auth/pam.c rm -f sudo.tab.h sudo.tab.c bison -y -d -b sudo ../parse.yacc gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 sudo.tab.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../lex.yy.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../alloc.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../defaults.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../strlcpy.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../strlcat.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../closefrom.c gcc -o sudo check.o env.o getspwuid.o gettime.o goodpath.o fileops.o find_path.o interfaces.o logging.o parse.o set_perms.o sudo.o sudo_edit.o tgetpass.o zero_bytes.o sudo_auth.o pam.o sudo.tab.o lex.yy.o alloc.o defaults.o strlcpy.o strlcat.o closefrom.o -lpam -ldl gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../visudo.c gcc -o visudo visudo.o fileops.o gettime.o goodpath.o find_path.o sudo.tab.o lex.yy.o alloc.o defaults.o strlcpy.o strlcat.o closefrom.o /bin/sh ./libtool --mode=compile gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo_noexec.c mkdir .libs gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo_noexec.c -fPIC -DPIC -o .libs/sudo_noexec.o /bin/sh ./libtool --mode=link gcc -o sudo_noexec.la sudo_noexec.lo -avoid-version -rpath /usr/lib/sudo gcc -shared .libs/sudo_noexec.o -Wl,-soname -Wl,sudo_noexec.so -o .libs/sudo_noexec.so creating sudo_noexec.la (cd .libs && rm -f sudo_noexec.la && ln -s ../sudo_noexec.la sudo_noexec.la) make[1]: Leaving directory `/home/engelhard/sudo-1.6.8p12/build-simple' /usr/bin/make -C build-ldap make[1]: Entering directory `/home/engelhard/sudo-1.6.8p12/build-ldap' gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../check.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../env.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../getspwuid.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../gettime.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../goodpath.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../fileops.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../find_path.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../interfaces.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../logging.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../parse.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../set_perms.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo_edit.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../tgetpass.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../zero_bytes.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../ldap.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../auth/sudo_auth.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../auth/pam.c rm -f sudo.tab.h sudo.tab.c bison -y -d -b sudo ../parse.yacc gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 sudo.tab.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../lex.yy.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../alloc.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../defaults.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../strlcpy.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../strlcat.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../closefrom.c gcc -o sudo check.o env.o getspwuid.o gettime.o goodpath.o fileops.o find_path.o interfaces.o logging.o parse.o set_perms.o sudo.o sudo_edit.o tgetpass.o zero_bytes.o ldap.o sudo_auth.o pam.o sudo.tab.o lex.yy.o alloc.o defaults.o strlcpy.o strlcat.o closefrom.o -lpam -ldl -lldap gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../visudo.c gcc -o visudo visudo.o fileops.o gettime.o goodpath.o find_path.o sudo.tab.o lex.yy.o alloc.o defaults.o strlcpy.o strlcat.o closefrom.o /bin/sh ./libtool --mode=compile gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo_noexec.c mkdir .libs gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo_noexec.c -fPIC -DPIC -o .libs/sudo_noexec.o /bin/sh ./libtool --mode=link gcc -o sudo_noexec.la sudo_noexec.lo -avoid-version -rpath /usr/lib/sudo gcc -shared .libs/sudo_noexec.o -Wl,-soname -Wl,sudo_noexec.so -o .libs/sudo_noexec.so creating sudo_noexec.la (cd .libs && rm -f sudo_noexec.la && ln -s ../sudo_noexec.la sudo_noexec.la) make[1]: Leaving directory `/home/engelhard/sudo-1.6.8p12/build-ldap' /usr/bin/make -C build-krb5 make[1]: Entering directory `/home/engelhard/sudo-1.6.8p12/build-krb5' gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../check.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../env.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../getspwuid.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../gettime.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../goodpath.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../fileops.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../find_path.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../interfaces.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../logging.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../parse.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../set_perms.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo_edit.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../tgetpass.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../zero_bytes.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../auth/sudo_auth.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../auth/pam.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../auth/kerb5.c ../auth/kerb5.c: In function ‘kerb5_init’: ../auth/kerb5.c:123: warning: implicit declaration of function ‘krb5_cc_register’ rm -f sudo.tab.h sudo.tab.c bison -y -d -b sudo ../parse.yacc gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 sudo.tab.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../lex.yy.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../alloc.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../defaults.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../strlcpy.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../strlcat.c gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../closefrom.c gcc -o sudo check.o env.o getspwuid.o gettime.o goodpath.o fileops.o find_path.o interfaces.o logging.o parse.o set_perms.o sudo.o sudo_edit.o tgetpass.o zero_bytes.o sudo_auth.o pam.o kerb5.o sudo.tab.o lex.yy.o alloc.o defaults.o strlcpy.o strlcat.o closefrom.o -L/usr/lib -O2 -Wall -Wno-comment -lkrb5 -lk5crypto -lcom_err -lkrb5support -lresolv -lpam -ldl gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../visudo.c gcc -o visudo visudo.o fileops.o gettime.o goodpath.o find_path.o sudo.tab.o lex.yy.o alloc.o defaults.o strlcpy.o strlcat.o closefrom.o /bin/sh ./libtool --mode=compile gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo_noexec.c mkdir .libs gcc -c -I. -I.. -O2 -Wall -Wno-comment -D_PATH_SUDOERS=\"/etc/sudoers\" -D_PATH_SUDOERS_TMP=\"/etc/sudoers.tmp\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ../sudo_noexec.c -fPIC -DPIC -o .libs/sudo_noexec.o /bin/sh ./libtool --mode=link gcc -o sudo_noexec.la sudo_noexec.lo -avoid-version -rpath /usr/lib/sudo gcc -shared .libs/sudo_noexec.o -Wl,-soname -Wl,sudo_noexec.so -o .libs/sudo_noexec.so creating sudo_noexec.la (cd .libs && rm -f sudo_noexec.la && ln -s ../sudo_noexec.la sudo_noexec.la) make[1]: Leaving directory `/home/engelhard/sudo-1.6.8p12/build-krb5' touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_clean -k rm -f debian/sudo.substvars rm -f debian/sudo.*.debhelper rm -rf debian/sudo rm -f debian/sudo-ldap.substvars rm -f debian/sudo-ldap.*.debhelper rm -rf debian/sudo-ldap rm -f debian/sudo-krb5.substvars rm -f debian/sudo-krb5.*.debhelper rm -rf debian/sudo-krb5 find . \( \( -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o -name core -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \) dh_installdirs install -d debian/sudo install -d debian/sudo/etc/pam.d debian/sudo/usr/bin debian/sudo/usr/share/man/man8 debian/sudo/usr/share/man/man5 debian/sudo/usr/sbin debian/sudo/usr/share/doc/sudo/examples debian/sudo/usr/share/lintian/overrides install -d debian/sudo-ldap install -d debian/sudo-ldap/etc/pam.d debian/sudo-ldap/usr/bin debian/sudo-ldap/usr/share/man/man8 debian/sudo-ldap/usr/share/man/man5 debian/sudo-ldap/usr/sbin debian/sudo-ldap/usr/share/doc/sudo-ldap/examples debian/sudo-ldap/usr/share/lintian/overrides install -d debian/sudo-krb5 install -d debian/sudo-krb5/etc/pam.d debian/sudo-krb5/usr/bin debian/sudo-krb5/usr/share/man/man8 debian/sudo-krb5/usr/share/man/man5 debian/sudo-krb5/usr/sbin debian/sudo-krb5/usr/share/doc/sudo-krb5/examples debian/sudo-krb5/usr/share/lintian/overrides /usr/bin/make -C build-simple install DESTDIR=/home/engelhard/sudo-1.6.8p12/debian/sudo make[1]: Entering directory `/home/engelhard/sudo-1.6.8p12/build-simple' /bin/sh ../mkinstalldirs /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/bin \ /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/sbin /home/engelhard/sudo-1.6.8p12/debian/sudo/etc \ /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/share/man/man8 /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/share/man/man5 \ /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/lib/sudo mkdir /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/lib mkdir /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/lib/sudo /bin/sh ../install-sh -c -O 0 -G 0 -M 4111 -s sudo /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/bin/sudo rm -f /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/bin/sudoedit ln /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/bin/sudo /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/bin/sudoedit /bin/sh ../install-sh -c -O 0 -G 0 -M 0111 -s visudo /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/sbin/visudo /bin/sh ./libtool --mode=install /bin/sh ../install-sh -c sudo_noexec.la /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/lib/sudo /bin/sh ../install-sh -c .libs/sudo_noexec.so /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/lib/sudo/sudo_noexec.so /bin/sh ../install-sh -c .libs/sudo_noexec.lai /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/lib/sudo/sudo_noexec.la libtool: install: warning: remember to run `libtool --finish /usr/lib/sudo' test -f /home/engelhard/sudo-1.6.8p12/debian/sudo/etc/sudoers || \ /bin/sh ../install-sh -c -O 0 -G 0 -M 0440 \ ../sudoers /home/engelhard/sudo-1.6.8p12/debian/sudo/etc/sudoers /bin/sh ../install-sh -c -O 0 -G 0 -M 0444 ./sudo.man /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/share/man/man8/sudo.8 ln /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/share/man/man8/sudo.8 /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/share/man/man8/sudoedit.8 /bin/sh ../install-sh -c -O 0 -G 0 -M 0444 ./visudo.man /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/share/man/man8/visudo.8 /bin/sh ../install-sh -c -O 0 -G 0 -M 0444 ./sudoers.man /home/engelhard/sudo-1.6.8p12/debian/sudo/usr/share/man/man5/sudoers.5 make[1]: Leaving directory `/home/engelhard/sudo-1.6.8p12/build-simple' /usr/bin/make -C build-ldap install DESTDIR=/home/engelhard/sudo-1.6.8p12/debian/sudo-ldap make[1]: Entering directory `/home/engelhard/sudo-1.6.8p12/build-ldap' /bin/sh ../mkinstalldirs /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/bin \ /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/sbin /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/etc \ /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/share/man/man8 /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/share/man/man5 \ /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/lib/sudo mkdir /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/lib mkdir /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/lib/sudo /bin/sh ../install-sh -c -O 0 -G 0 -M 4111 -s sudo /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/bin/sudo rm -f /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/bin/sudoedit ln /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/bin/sudo /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/bin/sudoedit /bin/sh ../install-sh -c -O 0 -G 0 -M 0111 -s visudo /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/sbin/visudo /bin/sh ./libtool --mode=install /bin/sh ../install-sh -c sudo_noexec.la /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/lib/sudo /bin/sh ../install-sh -c .libs/sudo_noexec.so /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/lib/sudo/sudo_noexec.so /bin/sh ../install-sh -c .libs/sudo_noexec.lai /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/lib/sudo/sudo_noexec.la libtool: install: warning: remember to run `libtool --finish /usr/lib/sudo' test -f /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/etc/sudoers || \ /bin/sh ../install-sh -c -O 0 -G 0 -M 0440 \ ../sudoers /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/etc/sudoers /bin/sh ../install-sh -c -O 0 -G 0 -M 0444 ./sudo.man /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/share/man/man8/sudo.8 ln /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/share/man/man8/sudo.8 /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/share/man/man8/sudoedit.8 /bin/sh ../install-sh -c -O 0 -G 0 -M 0444 ./visudo.man /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/share/man/man8/visudo.8 /bin/sh ../install-sh -c -O 0 -G 0 -M 0444 ./sudoers.man /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/usr/share/man/man5/sudoers.5 make[1]: Leaving directory `/home/engelhard/sudo-1.6.8p12/build-ldap' /usr/bin/make -C build-krb5 install DESTDIR=/home/engelhard/sudo-1.6.8p12/debian/sudo-krb5 make[1]: Entering directory `/home/engelhard/sudo-1.6.8p12/build-krb5' /bin/sh ../mkinstalldirs /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/bin \ /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/sbin /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/etc \ /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/share/man/man8 /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/share/man/man5 \ /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/lib/sudo mkdir /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/lib mkdir /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/lib/sudo /bin/sh ../install-sh -c -O 0 -G 0 -M 4111 -s sudo /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/bin/sudo rm -f /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/bin/sudoedit ln /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/bin/sudo /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/bin/sudoedit /bin/sh ../install-sh -c -O 0 -G 0 -M 0111 -s visudo /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/sbin/visudo /bin/sh ./libtool --mode=install /bin/sh ../install-sh -c sudo_noexec.la /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/lib/sudo /bin/sh ../install-sh -c .libs/sudo_noexec.so /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/lib/sudo/sudo_noexec.so /bin/sh ../install-sh -c .libs/sudo_noexec.lai /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/lib/sudo/sudo_noexec.la libtool: install: warning: remember to run `libtool --finish /usr/lib/sudo' test -f /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/etc/sudoers || \ /bin/sh ../install-sh -c -O 0 -G 0 -M 0440 \ ../sudoers /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/etc/sudoers /bin/sh ../install-sh -c -O 0 -G 0 -M 0444 ./sudo.man /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/share/man/man8/sudo.8 ln /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/share/man/man8/sudo.8 /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/share/man/man8/sudoedit.8 /bin/sh ../install-sh -c -O 0 -G 0 -M 0444 ./visudo.man /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/share/man/man8/visudo.8 /bin/sh ../install-sh -c -O 0 -G 0 -M 0444 ./sudoers.man /home/engelhard/sudo-1.6.8p12/debian/sudo-krb5/usr/share/man/man5/sudoers.5 make[1]: Leaving directory `/home/engelhard/sudo-1.6.8p12/build-krb5' # remove stuff we don't want rm -f /home/engelhard/sudo-1.6.8p12/debian/sudo/etc/sudoers \ /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap/etc/sudoers # and install things we do want that make install doesn't know about install -o root -g root -m 0644 /home/engelhard/sudo-1.6.8p12/debian/sudo.pam \ debian/sudo/etc/pam.d/sudo install -o root -g root -m 0644 /home/engelhard/sudo-1.6.8p12/debian/sudo.pam \ debian/sudo-ldap/etc/pam.d/sudo install -o root -g root -m 0644 /home/engelhard/sudo-1.6.8p12/debian/sudo.pam \ debian/sudo-krb5/etc/pam.d/sudo install -o root -g root -m 0644 /home/engelhard/sudo-1.6.8p12/debian/sudo.lintian \ debian/sudo/usr/share/lintian/overrides/sudo install -o root -g root -m 0644 /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap.lintian \ debian/sudo-ldap/usr/share/lintian/overrides/sudo-ldap install -o root -g root -m 0644 /home/engelhard/sudo-1.6.8p12/debian/sudo-ldap.lintian \ debian/sudo-krb5/usr/share/lintian/overrides/sudo-ldap dh_testdir dh_testroot dh_installdocs cp -a debian/OPTIONS debian/sudo/usr/share/doc/sudo cp -a BUGS debian/sudo/usr/share/doc/sudo cp -a RUNSON debian/sudo/usr/share/doc/sudo cp -a UPGRADE debian/sudo/usr/share/doc/sudo cp -a PORTING debian/sudo/usr/share/doc/sudo cp -a TODO debian/sudo/usr/share/doc/sudo cp -a HISTORY debian/sudo/usr/share/doc/sudo cp -a README debian/sudo/usr/share/doc/sudo cp -a TROUBLESHOOTING debian/sudo/usr/share/doc/sudo chown -R 0:0 debian/sudo/usr/share/doc chmod -R go=rX debian/sudo/usr/share/doc chmod -R u\+rw debian/sudo/usr/share/doc install -g 0 -o 0 -m 644 -p debian/README.Debian debian/sudo/usr/share/doc/sudo/README.Debian install -g 0 -o 0 -m 644 -p debian/copyright debian/sudo/usr/share/doc/sudo/copyright cp -a debian/OPTIONS debian/sudo-ldap/usr/share/doc/sudo-ldap cp -a BUGS debian/sudo-ldap/usr/share/doc/sudo-ldap cp -a RUNSON debian/sudo-ldap/usr/share/doc/sudo-ldap cp -a UPGRADE debian/sudo-ldap/usr/share/doc/sudo-ldap cp -a PORTING debian/sudo-ldap/usr/share/doc/sudo-ldap cp -a TODO debian/sudo-ldap/usr/share/doc/sudo-ldap cp -a HISTORY debian/sudo-ldap/usr/share/doc/sudo-ldap cp -a README debian/sudo-ldap/usr/share/doc/sudo-ldap cp -a README.LDAP debian/sudo-ldap/usr/share/doc/sudo-ldap cp -a TROUBLESHOOTING debian/sudo-ldap/usr/share/doc/sudo-ldap cp -a sudoers2ldif debian/sudo-ldap/usr/share/doc/sudo-ldap chown -R 0:0 debian/sudo-ldap/usr/share/doc chmod -R go=rX debian/sudo-ldap/usr/share/doc chmod -R u\+rw debian/sudo-ldap/usr/share/doc install -g 0 -o 0 -m 644 -p debian/copyright debian/sudo-ldap/usr/share/doc/sudo-ldap/copyright cp -a debian/OPTIONS debian/sudo-krb5/usr/share/doc/sudo-krb5 cp -a BUGS debian/sudo-krb5/usr/share/doc/sudo-krb5 cp -a RUNSON debian/sudo-krb5/usr/share/doc/sudo-krb5 cp -a UPGRADE debian/sudo-krb5/usr/share/doc/sudo-krb5 cp -a PORTING debian/sudo-krb5/usr/share/doc/sudo-krb5 cp -a TODO debian/sudo-krb5/usr/share/doc/sudo-krb5 cp -a HISTORY debian/sudo-krb5/usr/share/doc/sudo-krb5 cp -a README debian/sudo-krb5/usr/share/doc/sudo-krb5 cp -a README.LDAP debian/sudo-krb5/usr/share/doc/sudo-krb5 cp -a TROUBLESHOOTING debian/sudo-krb5/usr/share/doc/sudo-krb5 cp -a sudoers2ldif debian/sudo-krb5/usr/share/doc/sudo-krb5 chown -R 0:0 debian/sudo-krb5/usr/share/doc chmod -R go=rX debian/sudo-krb5/usr/share/doc chmod -R u\+rw debian/sudo-krb5/usr/share/doc install -g 0 -o 0 -m 644 -p debian/copyright debian/sudo-krb5/usr/share/doc/sudo-krb5/copyright dh_installexamples -A sudoers cp -a sudoers debian/sudo/usr/share/doc/sudo/examples cp -a sudoers debian/sudo-ldap/usr/share/doc/sudo-ldap/examples cp -a sudoers debian/sudo-krb5/usr/share/doc/sudo-krb5/examples dh_installinit -psudo -psudo-ldap install -d debian/sudo/etc/init.d install -p -m755 debian/init.d debian/sudo/etc/init.d/sudo echo "# Automatically added by dh_installinit">> debian/sudo.postinst.debhelper sed "s/#SCRIPT#/sudo/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postinst-init >> debian/sudo.postinst.debhelper echo '# End automatically added section' >> debian/sudo.postinst.debhelper echo "# Automatically added by dh_installinit">> debian/sudo.prerm.debhelper sed "s/#SCRIPT#/sudo/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/prerm-init >> debian/sudo.prerm.debhelper echo '# End automatically added section' >> debian/sudo.prerm.debhelper echo "# Automatically added by dh_installinit">> debian/sudo.postrm.debhelper sed "s/#SCRIPT#/sudo/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postrm-init >> debian/sudo.postrm.debhelper echo '# End automatically added section' >> debian/sudo.postrm.debhelper install -d debian/sudo-ldap/etc/init.d install -p -m755 debian/sudo-ldap.init.d debian/sudo-ldap/etc/init.d/sudo-ldap echo "# Automatically added by dh_installinit">> debian/sudo-ldap.postinst.debhelper sed "s/#SCRIPT#/sudo-ldap/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postinst-init >> debian/sudo-ldap.postinst.debhelper echo '# End automatically added section' >> debian/sudo-ldap.postinst.debhelper echo "# Automatically added by dh_installinit">> debian/sudo-ldap.prerm.debhelper sed "s/#SCRIPT#/sudo-ldap/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/prerm-init >> debian/sudo-ldap.prerm.debhelper echo '# End automatically added section' >> debian/sudo-ldap.prerm.debhelper echo "# Automatically added by dh_installinit">> debian/sudo-ldap.postrm.debhelper sed "s/#SCRIPT#/sudo-ldap/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postrm-init >> debian/sudo-ldap.postrm.debhelper echo '# End automatically added section' >> debian/sudo-ldap.postrm.debhelper dh_installmanpages fnmatch.3 dh_installmanpages: This program is deprecated, switch to dh_installman. dh_installinfo -A dh_installchangelogs CHANGES install -o 0 -g 0 -p -m644 debian/changelog debian/sudo/usr/share/doc/sudo/changelog.Debian install -o 0 -g 0 -p -m644 CHANGES debian/sudo/usr/share/doc/sudo/changelog install -o 0 -g 0 -p -m644 debian/changelog debian/sudo-ldap/usr/share/doc/sudo-ldap/changelog.Debian install -o 0 -g 0 -p -m644 CHANGES debian/sudo-ldap/usr/share/doc/sudo-ldap/changelog install -o 0 -g 0 -p -m644 debian/changelog debian/sudo-krb5/usr/share/doc/sudo-krb5/changelog.Debian install -o 0 -g 0 -p -m644 CHANGES debian/sudo-krb5/usr/share/doc/sudo-krb5/changelog dh_strip strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/sudo/usr/lib/sudo/sudo_noexec.so strip --remove-section=.comment --remove-section=.note debian/sudo/usr/sbin/visudo strip --remove-section=.comment --remove-section=.note debian/sudo/usr/bin/sudo strip --remove-section=.comment --remove-section=.note debian/sudo/usr/bin/sudoedit strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/sudo-ldap/usr/lib/sudo/sudo_noexec.so strip --remove-section=.comment --remove-section=.note debian/sudo-ldap/usr/sbin/visudo strip --remove-section=.comment --remove-section=.note debian/sudo-ldap/usr/bin/sudo strip --remove-section=.comment --remove-section=.note debian/sudo-ldap/usr/bin/sudoedit strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/sudo-krb5/usr/lib/sudo/sudo_noexec.so strip --remove-section=.comment --remove-section=.note debian/sudo-krb5/usr/sbin/visudo strip --remove-section=.comment --remove-section=.note debian/sudo-krb5/usr/bin/sudo strip --remove-section=.comment --remove-section=.note debian/sudo-krb5/usr/bin/sudoedit dh_compress cd debian/sudo chmod a-x usr/share/man/man8/sudoedit.8 usr/share/man/man8/visudo.8 usr/share/man/man5/sudoers.5 usr/share/doc/sudo/PORTING usr/share/doc/sudo/TODO usr/share/doc/sudo/changelog usr/share/doc/sudo/RUNSON usr/share/doc/sudo/TROUBLESHOOTING usr/share/doc/sudo/changelog.Debian gzip -9f usr/share/man/man8/sudoedit.8 usr/share/man/man8/visudo.8 usr/share/man/man5/sudoers.5 usr/share/doc/sudo/PORTING usr/share/doc/sudo/TODO usr/share/doc/sudo/changelog usr/share/doc/sudo/RUNSON usr/share/doc/sudo/TROUBLESHOOTING usr/share/doc/sudo/changelog.Debian rm -f usr/share/man/man8/sudo.8 ln usr/share/man/man8/sudoedit.8.gz usr/share/man/man8/sudo.8.gz cd '/home/engelhard/sudo-1.6.8p12' cd debian/sudo-ldap chmod a-x usr/share/man/man8/sudoedit.8 usr/share/man/man8/visudo.8 usr/share/man/man5/sudoers.5 usr/share/doc/sudo-ldap/PORTING usr/share/doc/sudo-ldap/TODO usr/share/doc/sudo-ldap/changelog usr/share/doc/sudo-ldap/README.LDAP usr/share/doc/sudo-ldap/RUNSON usr/share/doc/sudo-ldap/TROUBLESHOOTING usr/share/doc/sudo-ldap/changelog.Debian gzip -9f usr/share/man/man8/sudoedit.8 usr/share/man/man8/visudo.8 usr/share/man/man5/sudoers.5 usr/share/doc/sudo-ldap/PORTING usr/share/doc/sudo-ldap/TODO usr/share/doc/sudo-ldap/changelog usr/share/doc/sudo-ldap/README.LDAP usr/share/doc/sudo-ldap/RUNSON usr/share/doc/sudo-ldap/TROUBLESHOOTING usr/share/doc/sudo-ldap/changelog.Debian rm -f usr/share/man/man8/sudo.8 ln usr/share/man/man8/sudoedit.8.gz usr/share/man/man8/sudo.8.gz cd '/home/engelhard/sudo-1.6.8p12' cd debian/sudo-krb5 chmod a-x usr/share/man/man8/sudoedit.8 usr/share/man/man8/visudo.8 usr/share/man/man5/sudoers.5 usr/share/doc/sudo-krb5/PORTING usr/share/doc/sudo-krb5/TODO usr/share/doc/sudo-krb5/changelog usr/share/doc/sudo-krb5/README.LDAP usr/share/doc/sudo-krb5/RUNSON usr/share/doc/sudo-krb5/TROUBLESHOOTING usr/share/doc/sudo-krb5/changelog.Debian gzip -9f usr/share/man/man8/sudoedit.8 usr/share/man/man8/visudo.8 usr/share/man/man5/sudoers.5 usr/share/doc/sudo-krb5/PORTING usr/share/doc/sudo-krb5/TODO usr/share/doc/sudo-krb5/changelog usr/share/doc/sudo-krb5/README.LDAP usr/share/doc/sudo-krb5/RUNSON usr/share/doc/sudo-krb5/TROUBLESHOOTING usr/share/doc/sudo-krb5/changelog.Debian rm -f usr/share/man/man8/sudo.8 ln usr/share/man/man8/sudoedit.8.gz usr/share/man/man8/sudo.8.gz cd '/home/engelhard/sudo-1.6.8p12' dh_fixperms find debian/sudo -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/sudo ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/sudo/usr/share/doc -type f ! -regex 'debian/sudo/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/sudo/usr/share/man debian/sudo/usr/man/ debian/sudo/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo -perm -5 -type f \( -name '*.so*' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo/usr/include -type f -name '*.h' -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo/usr/lib/perl5 debian/sudo/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/sudo/usr/bin -type f -print0 2>/dev/null | xargs -0r chmod +x find debian/sudo/usr/sbin -type f -print0 2>/dev/null | xargs -0r chmod +x find debian/sudo/etc/init.d -type f -print0 2>/dev/null | xargs -0r chmod +x find debian/sudo-ldap -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/sudo-ldap ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/sudo-ldap/usr/share/doc -type f ! -regex 'debian/sudo-ldap/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo-ldap/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/sudo-ldap/usr/share/man debian/sudo-ldap/usr/man/ debian/sudo-ldap/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo-ldap -perm -5 -type f \( -name '*.so*' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo-ldap/usr/include -type f -name '*.h' -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo-ldap/usr/lib/perl5 debian/sudo-ldap/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/sudo-ldap/usr/bin -type f -print0 2>/dev/null | xargs -0r chmod +x find debian/sudo-ldap/usr/sbin -type f -print0 2>/dev/null | xargs -0r chmod +x find debian/sudo-ldap/etc/init.d -type f -print0 2>/dev/null | xargs -0r chmod +x find debian/sudo-krb5 -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/sudo-krb5 ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/sudo-krb5/usr/share/doc -type f ! -regex 'debian/sudo-krb5/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo-krb5/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/sudo-krb5/usr/share/man debian/sudo-krb5/usr/man/ debian/sudo-krb5/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo-krb5 -perm -5 -type f \( -name '*.so*' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo-krb5/usr/include -type f -name '*.h' -print0 2>/dev/null | xargs -0r chmod 644 find debian/sudo-krb5/usr/lib/perl5 debian/sudo-krb5/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/sudo-krb5/usr/bin -type f -print0 2>/dev/null | xargs -0r chmod +x find debian/sudo-krb5/usr/sbin -type f -print0 2>/dev/null | xargs -0r chmod +x chown root.root debian/sudo/usr/bin/sudo debian/sudo-ldap/usr/bin/sudo \ debian/sudo-krb5/usr/bin/sudo chmod 4755 debian/sudo/usr/bin/sudo debian/sudo-ldap/usr/bin/sudo \ debian/sudo-krb5/usr/bin/sudo dh_installdeb install -o 0 -g 0 -d debian/sudo/DEBIAN perl -pe 's~#DEBHELPER#~qx{cat debian/sudo.postinst.debhelper}~eg' < debian/postinst > debian/sudo/DEBIAN/postinst chown 0:0 debian/sudo/DEBIAN/postinst chmod 755 debian/sudo/DEBIAN/postinst printf '#!/bin/sh set -e ' > debian/sudo/DEBIAN/prerm cat debian/sudo.prerm.debhelper >> debian/sudo/DEBIAN/prerm chown 0:0 debian/sudo/DEBIAN/prerm chmod 755 debian/sudo/DEBIAN/prerm perl -pe 's~#DEBHELPER#~qx{cat debian/sudo.postrm.debhelper}~eg' < debian/postrm > debian/sudo/DEBIAN/postrm chown 0:0 debian/sudo/DEBIAN/postrm chmod 755 debian/sudo/DEBIAN/postrm find debian/sudo/etc -type f -printf '/etc/%P ' >> debian/sudo/DEBIAN/conffiles chmod 644 debian/sudo/DEBIAN/conffiles install -o 0 -g 0 -d debian/sudo-ldap/DEBIAN perl -pe 's~#DEBHELPER#~qx{cat debian/sudo-ldap.postinst.debhelper}~eg' < debian/sudo-ldap.postinst > debian/sudo-ldap/DEBIAN/postinst chown 0:0 debian/sudo-ldap/DEBIAN/postinst chmod 755 debian/sudo-ldap/DEBIAN/postinst printf '#!/bin/sh set -e ' > debian/sudo-ldap/DEBIAN/prerm cat debian/sudo-ldap.prerm.debhelper >> debian/sudo-ldap/DEBIAN/prerm chown 0:0 debian/sudo-ldap/DEBIAN/prerm chmod 755 debian/sudo-ldap/DEBIAN/prerm perl -pe 's~#DEBHELPER#~qx{cat debian/sudo-ldap.postrm.debhelper}~eg' < debian/sudo-ldap.postrm > debian/sudo-ldap/DEBIAN/postrm chown 0:0 debian/sudo-ldap/DEBIAN/postrm chmod 755 debian/sudo-ldap/DEBIAN/postrm find debian/sudo-ldap/etc -type f -printf '/etc/%P ' >> debian/sudo-ldap/DEBIAN/conffiles chmod 644 debian/sudo-ldap/DEBIAN/conffiles install -o 0 -g 0 -d debian/sudo-krb5/DEBIAN sed s/#DEBHELPER#// < debian/sudo-krb5.postinst > debian/sudo-krb5/DEBIAN/postinst chown 0:0 debian/sudo-krb5/DEBIAN/postinst chmod 755 debian/sudo-krb5/DEBIAN/postinst sed s/#DEBHELPER#// < debian/sudo-krb5.postrm > debian/sudo-krb5/DEBIAN/postrm chown 0:0 debian/sudo-krb5/DEBIAN/postrm chmod 755 debian/sudo-krb5/DEBIAN/postrm find debian/sudo-krb5/etc -type f -printf '/etc/%P ' >> debian/sudo-krb5/DEBIAN/conffiles chmod 644 debian/sudo-krb5/DEBIAN/conffiles dh_shlibdeps dpkg-shlibdeps -Tdebian/sudo.substvars debian/sudo/usr/sbin/visudo debian/sudo/usr/bin/sudo debian/sudo/usr/bin/sudoedit debian/sudo/usr/lib/sudo/sudo_noexec.so couldn't open /etc/ld.so.conf: Datei oder Verzeichnis nicht gefunden at /usr/bin/dpkg-shlibdeps line 155. dpkg-shlibdeps -Tdebian/sudo-ldap.substvars debian/sudo-ldap/usr/sbin/visudo debian/sudo-ldap/usr/bin/sudo debian/sudo-ldap/usr/bin/sudoedit debian/sudo-ldap/usr/lib/sudo/sudo_noexec.so couldn't open /etc/ld.so.conf: Datei oder Verzeichnis nicht gefunden at /usr/bin/dpkg-shlibdeps line 155. dpkg-shlibdeps -Tdebian/sudo-krb5.substvars debian/sudo-krb5/usr/sbin/visudo debian/sudo-krb5/usr/bin/sudo debian/sudo-krb5/usr/bin/sudoedit debian/sudo-krb5/usr/lib/sudo/sudo_noexec.so couldn't open /etc/ld.so.conf: Datei oder Verzeichnis nicht gefunden at /usr/bin/dpkg-shlibdeps line 155. dh_gencontrol dpkg-gencontrol -psudo -ldebian/changelog -isp -Tdebian/sudo.substvars -Pdebian/sudo chmod 644 debian/sudo/DEBIAN/control chown 0:0 debian/sudo/DEBIAN/control dpkg-gencontrol -psudo-ldap -ldebian/changelog -isp -Tdebian/sudo-ldap.substvars -Pdebian/sudo-ldap chmod 644 debian/sudo-ldap/DEBIAN/control chown 0:0 debian/sudo-ldap/DEBIAN/control dpkg-gencontrol -psudo-krb5 -ldebian/changelog -isp -Tdebian/sudo-krb5.substvars -Pdebian/sudo-krb5 chmod 644 debian/sudo-krb5/DEBIAN/control chown 0:0 debian/sudo-krb5/DEBIAN/control dh_md5sums (cd debian/sudo >/dev/null ; find . -type f ! -path "./etc/pam.d/sudo" ! -path "./etc/init.d/sudo" ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null chmod 644 debian/sudo/DEBIAN/md5sums chown 0:0 debian/sudo/DEBIAN/md5sums (cd debian/sudo-ldap >/dev/null ; find . -type f ! -path "./etc/pam.d/sudo" ! -path "./etc/init.d/sudo-ldap" ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null chmod 644 debian/sudo-ldap/DEBIAN/md5sums chown 0:0 debian/sudo-ldap/DEBIAN/md5sums (cd debian/sudo-krb5 >/dev/null ; find . -type f ! -path "./etc/pam.d/sudo" ! -path "./etc/sudoers" ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null chmod 644 debian/sudo-krb5/DEBIAN/md5sums chown 0:0 debian/sudo-krb5/DEBIAN/md5sums dh_builddeb dpkg-deb --build debian/sudo .. dpkg-deb: Baue Paket »sudo« in »../sudo_1.6.8p12-4scanplus1_i386.deb«. dpkg-deb --build debian/sudo-ldap .. dpkg-deb: Baue Paket »sudo-ldap« in »../sudo-ldap_1.6.8p12-4scanplus1_i386.deb«. dpkg-deb --build debian/sudo-krb5 .. dpkg-deb: Baue Paket »sudo-krb5« in »../sudo-krb5_1.6.8p12-4scanplus1_i386.deb«. dpkg-genchanges dpkg-genchanges: not including original source code in upload dpkg-buildpackage (debuild emulation): binary and diff upload (original source NOT included) Now signing changes and any dsc files... signfile sudo_1.6.8p12-4scanplus1.dsc F84F1C81 gpg: Invalid passphrase; please try again ... gpg: Invalid passphrase; please try again ... gpg: skipped "F84F1C81": bad passphrase gpg: [stdin]: clearsign failed: bad passphrase debsign: gpg error occurred! Aborting....