dpkg-buildpackage -rfakeroot -us -uc dpkg-buildpackage: info: source package monitoring-plugins dpkg-buildpackage: info: source version 2.2-3.drbl1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Steven Shiau dpkg-source --before-build monitoring-plugins-2.2 dpkg-buildpackage: info: host architecture amd64 dpkg-source: info: using options from monitoring-plugins-2.2/debian/source/options: --extend-diff-ignore=^\.travis fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp debian/README.Debian.plugins debian/monitoring-plugins-standard.substvars.in # Add here commands to clean up after the build process. [ ! -f Makefile ] || /usr/bin/make distclean find -type d -name autom4te.cache -print0 | xargs -0 -r rm -rf \; rm -f platform.h auto-include.h find -type d -name build -print0 | xargs -0 -r rm -rf \; find \( -name config.sub -o -name config.guess \) -print0 | xargs -0 -r rm -f \; rm -f /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic.postrm /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard.postrm dh_clean dh_clean: Compatibility levels before 9 are deprecated (level 5 in use) dpkg-source -b monitoring-plugins-2.2 dpkg-source: info: using options from monitoring-plugins-2.2/debian/source/options: --extend-diff-ignore=^\.travis dpkg-source: info: using source format '3.0 (quilt)' dpkg-source: info: building monitoring-plugins using existing ./monitoring-plugins_2.2.orig.tar.gz dpkg-source: warning: ignoring deletion of file build-aux/config.sub, use --include-removal to override dpkg-source: warning: ignoring deletion of file build-aux/config.guess, use --include-removal to override dpkg-source: info: building monitoring-plugins in monitoring-plugins_2.2-3.drbl1.debian.tar.xz dpkg-source: info: building monitoring-plugins in monitoring-plugins_2.2-3.drbl1.dsc debian/rules build export PATH=/bin:/sbin:/usr/bin:/usr/sbin dh_testdir # if /proc is not mounted, check_nagios and check_procs are # silently omitted from build. ln -sf /usr/share/misc/config.sub build-aux ln -sf /usr/share/misc/config.guess build-aux rm -f config.cache # Add here commands to configure the package. # Append 'All warnings', 'Immediate binding' and dpkg-buildflags flags CFLAGS="$(DEB_CFLAGS_MAINT_APPEND='-Wall -Wl,-z,now' dpkg-buildflags --get CFLAGS)" \ PGINCLUDE="-I`pg_config --includedir`" PGLIBS="-lpq -lcrypt" \ ./configure \ --disable-maintainer-mode \ --host=x86_64-linux-gnu \ --build=x86_64-linux-gnu \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --libexecdir=/usr/lib/nagios/plugins \ --with-perl=/usr/bin/perl \ --with-openssl=/usr \ --with-pgsql=/usr \ --with-mysql=/usr \ --with-proc-loadavg=/proc/loadavg \ --with-ps-command="/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime comm args'" \ --with-ps-format="%s %d %d %d %d %d %f %s %s %n" \ --with-ps-cols=10 \ --with-ps-varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos" \ --with-ping-command="/bin/ping -n -U -w %d -c %d %s" --with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s" \ --with-nslookup-command="/usr/bin/nslookup -sil" \ --with-uptime-command="/usr/bin/uptime" \ --with-rpcinfo-command="/usr/sbin/rpcinfo" \ --with-smbclient-command="/usr/bin/smbclient" \ --with-snmpget-command="/usr/bin/snmpget" \ --with-snmpgetnext-command="/usr/bin/snmpgetnext" \ --with-qstat-command="/usr/bin/quakestat" \ --with-fping-command="/usr/bin/fping" \ --with-fping6-command="/usr/bin/fping6" \ --with-ssh-command="/usr/bin/ssh" \ --with-mailq-command="/usr/bin/mailq" \ --with-proc-meminfo="/proc/meminfo" \ --with-dig-command="/usr/bin/dig" \ --with-apt-get-command="/usr/bin/apt-get" \ --enable-extra-opts \ --disable-rpath configure: WARNING: unrecognized options: --with-proc-loadavg checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-linux-gnu-gcc... gcc3 checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for Minix Amsterdam compiler... no checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib checking whether x86_64-linux-gnu-gcc and cc understand -c and -o together... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether x86_64-linux-gnu-gcc needs -traditional... no checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-linux-gnu-ar... (cached) x86_64-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip checking for x86_64-linux-gnu-ranlib... (cached) x86_64-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-linux-gnu-gcc static flag -static works... yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for error_at_line... yes checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for working strtod... yes checking for perl... /usr/bin/perl checking for hostname... /bin/hostname checking for basename... /usr/bin/basename checking for main in -ldce... no checking for main in -lnsl... yes checking for socket in -lsocket... no checking for main in -lresolv... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking for floor in -lm... yes checking mp.h usability... no checking mp.h presence... no checking for mp.h... no checking for pow in -lbsd... no checking for plan_tests in -ltap... no checking for main in -lcrypt... yes checking for PQsetdbLogin in -lpq... yes checking pgsql/libpq-fe.h usability... no checking pgsql/libpq-fe.h presence... no checking for pgsql/libpq-fe.h... no checking postgresql/libpq-fe.h usability... yes checking postgresql/libpq-fe.h presence... yes checking for postgresql/libpq-fe.h... yes checking libpq-fe.h usability... no checking libpq-fe.h presence... no checking for libpq-fe.h... no checking for dbi_initialize in -ldbi... yes checking for rc_read_config in -lradcli... yes checking for main in -lldap... yes checking for ldap_set_option... yes checking for ldap_init... yes checking for ldap_set_option... (cached) yes checking for ldap_get_option... yes checking for ldap_start_tls_s... yes checking linux/hdreg.h usability... yes checking linux/hdreg.h presence... yes checking for linux/hdreg.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking for mysql_init in -lmysqlclient... yes checking utmpx.h usability... yes checking utmpx.h presence... yes checking for utmpx.h... yes checking for wtsapi32.h... no checking for IPv6 support... yes checking krb5.h usability... yes checking krb5.h presence... yes checking for krb5.h... yes checking for dlopen in -ldl... yes checking for shl_load in -ldl... no checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/x509.h usability... yes checking openssl/x509.h presence... yes checking for openssl/x509.h... yes checking openssl/rsa.h usability... yes checking openssl/rsa.h presence... yes checking for openssl/rsa.h... yes checking openssl/pem.h usability... yes checking openssl/pem.h presence... yes checking for openssl/pem.h... yes checking openssl/crypto.h usability... yes checking openssl/crypto.h presence... yes checking for openssl/crypto.h... yes checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking for CRYPTO_new_ex_data in -lcrypto... yes checking for main in -lssl... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking uio.h usability... no checking uio.h presence... no checking for uio.h... no checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... 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/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking sys/unistd.h usability... yes checking sys/unistd.h presence... yes checking for sys/unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for pid_t... yes checking for size_t... yes checking return type of signal handlers... void checking for va_copy... yes checking for memmove... yes checking for select... yes checking for socket... yes checking for strdup... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for floor... no checking for poll... yes checking return type of socket size... int checking for ps... /bin/ps checking for env... /usr/bin/env checking for ps syntax... (command-line) /bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime comm args' checking for ping... /bin/ping checking for ping6... /bin/ping6 checking for ICMP ping syntax... (command-line) /bin/ping -n -U -w %d -c %d %s checking for ICMPv6 ping syntax... (command-line) /bin/ping6 -n -U -w %d -c %d %s configure: Using specific nslookup at /usr/bin/nslookup -sil checking for number of online cpus... sysconf(_SC_NPROCESSORS_ONLN) checking for number of available cpus... sysconf(_SC_NPROCESSORS_CONF) checking for uptime... /usr/bin/uptime checking for rpcinfo... no checking for lmstat... no configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses checking for smbclient... no checking for snmpget... no checking for snmpgetnext... no checking for Net::SNMP perl module... found checking for quakestat... no checking for qstat... no checking for fping... no checking for fping6... no checking for ssh... /usr/bin/ssh checking for sudo... /usr/bin/sudo checking for mailq... /usr/bin/mailq checking for qmail-qstat... no configure: WARNING: Could not find qmail-qstat or eqivalent checking for swap... no checking for swapinfo... no checking for lsps... no checking for sys/stat.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/swap.h... yes checking whether swapctl is declared... no checking for swaptbl_t... no checking for swapent_t... no checking for struct swapent.se_nblks... no checking for /proc/meminfo... (command line) /proc/meminfo checking for dig... /usr/bin/dig checking for apt-get... /usr/bin/apt-get checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for main in -lpthread... yes checking for working alloca.h... yes checking for alloca... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking for features.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking sys/fs_types.h usability... no checking sys/fs_types.h presence... no checking for sys/fs_types.h... no checking for sys/socket.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for math.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for sys/time.h... (cached) yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking for C/C++ restrict keyword... __restrict checking whether uses 'inline' correctly... yes checking for btowc... yes checking for getuid... yes checking for geteuid... yes checking for getresuid... yes checking for getgid... yes checking for getegid... yes checking for getresgid... yes checking for setresuid... yes checking for setreuid... yes checking for seteuid... yes checking for setresgid... yes checking for setregid... yes checking for setegid... yes checking for symlink... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mprotect... yes checking for _set_invalid_parameter_handler... no checking for nl_langinfo... yes checking for isblank... yes checking for iswctype... yes checking for wcscoll... yes checking for setenv... yes checking for snprintf... yes checking for strndup... yes checking for localtime_r... yes checking for timegm... yes checking for vasnprintf... no checking for wcrtomb... yes checking for iswcntrl... yes checking for nl_langinfo and CODESET... yes checking for a traditional french locale... none checking whether byte ordering is bigendian... no checking whether // is distinct from /... no checking if environ is properly declared... yes checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking whether is self-contained... yes checking for shutdown... yes checking whether defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking for struct sockaddr_storage.ss_family... yes checking whether socket is declared without a macro... yes checking whether connect is declared without a macro... yes checking whether accept is declared without a macro... yes checking whether bind is declared without a macro... yes checking whether getpeername is declared without a macro... yes checking whether getsockname is declared without a macro... yes checking whether getsockopt is declared without a macro... yes checking whether listen is declared without a macro... yes checking whether recv is declared without a macro... yes checking whether send is declared without a macro... yes checking whether recvfrom is declared without a macro... yes checking whether sendto is declared without a macro... yes checking whether setsockopt is declared without a macro... yes checking whether shutdown is declared without a macro... yes checking whether accept4 is declared without a macro... yes checking whether getaddrinfo is declared without a macro... yes checking whether freeaddrinfo is declared without a macro... yes checking whether gai_strerror is declared without a macro... yes checking whether getnameinfo is declared without a macro... yes checking for library containing gethostbyname... none required checking for gethostbyname... yes checking for library containing getservbyname... none required checking for getservbyname... yes checking for library containing inet_ntop... none required checking whether inet_ntop is declared... yes checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes checking whether getenv is declared... yes checking for working fcntl.h... yes checking whether getc_unlocked is declared... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for wchar_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking for multithread API to use... posix checking whether malloc, realloc, calloc are POSIX compliant... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for unsigned long long int... yes checking for long long int... yes checking for mbstate_t... yes checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for a french Unicode locale... none checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether alarm is declared... yes checking for inline... inline checking for ssize_t... yes checking whether setenv is declared... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking whether snprintf returns a byte count as in C99... yes checking whether snprintf is declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether stdint.h conforms to C99... yes checking for strcasestr... yes checking whether strcasestr works... yes checking whether strerror(0) succeeds... yes checking whether ffsl is declared without a macro... yes checking whether ffsll is declared without a macro... yes checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... yes checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... yes checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking whether ffs is declared without a macro... yes checking whether strcasecmp is declared without a macro... yes checking whether strncasecmp is declared without a macro... yes checking whether strndup is declared... (cached) yes checking whether strnlen is declared... (cached) yes checking for mode_t... yes checking for struct timespec in ... yes checking whether unsetenv is declared... yes checking for wint_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking where to find the exponent in a 'double'... word 1 bit 20 checking for snprintf... (cached) yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... no checking whether vsnprintf is declared... yes checking for alloca as a compiler built-in... yes checking whether inet_ntop is declared without a macro... yes checking whether inet_pton is declared without a macro... yes checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... guessing yes checking whether // is distinct from /... (cached) no checking for error_at_line... (cached) yes checking whether conversion from 'int' to 'long double' works... yes checking whether floorf is declared... yes checking for sys/mount.h... yes configure: checking how to get file system space usage checking for statvfs function (SVR4)... yes checking whether to use statvfs64... no checking for two-argument statfs with statfs.f_frsize member... yes checking dustat.h usability... no checking dustat.h presence... no checking for dustat.h... no checking sys/fs/s5param.h usability... no checking sys/fs/s5param.h presence... no checking for sys/fs/s5param.h... no checking sys/filsys.h usability... no checking sys/filsys.h presence... no checking for sys/filsys.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking for statfs that truncates block counts... no configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo checking for library containing getaddrinfo... none required checking for getaddrinfo... yes checking whether gai_strerror is declared... (cached) yes checking whether gai_strerrorA is declared... no checking for gai_strerror with POSIX signature... yes checking for struct sockaddr.sa_len... no checking whether getaddrinfo is declared... (cached) yes checking whether freeaddrinfo is declared... (cached) yes checking whether getnameinfo is declared... (cached) yes checking for struct addrinfo... yes checking for gethostname... yes checking for HOST_NAME_MAX... yes checking for getloadavg... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking whether getloadavg is declared... yes checking for library containing gethostbyname... (cached) none required checking for gethostbyname... (cached) yes checking for library containing inet_ntop... (cached) none required checking whether inet_ntop is declared... (cached) yes checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking whether nl_langinfo is declared without a macro... yes checking whether locale.h conforms to POSIX:2001... yes checking whether locale.h defines locale_t... yes checking whether struct lconv is properly defined... yes checking whether setlocale is declared without a macro... yes checking whether duplocale is declared without a macro... yes checking for pthread_rwlock_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking whether acosf is declared without a macro... yes checking whether acosl is declared without a macro... yes checking whether asinf is declared without a macro... yes checking whether asinl is declared without a macro... yes checking whether atanf is declared without a macro... yes checking whether atanl is declared without a macro... yes checking whether cbrt is declared without a macro... yes checking whether cbrtf is declared without a macro... yes checking whether cbrtl is declared without a macro... yes checking whether ceilf is declared without a macro... yes checking whether ceill is declared without a macro... yes checking whether copysign is declared without a macro... yes checking whether copysignf is declared without a macro... yes checking whether copysignl is declared without a macro... yes checking whether cosf is declared without a macro... yes checking whether cosl is declared without a macro... yes checking whether coshf is declared without a macro... yes checking whether expf is declared without a macro... yes checking whether expl is declared without a macro... yes checking whether exp2 is declared without a macro... yes checking whether exp2f is declared without a macro... yes checking whether exp2l is declared without a macro... yes checking whether expm1 is declared without a macro... yes checking whether expm1f is declared without a macro... yes checking whether expm1l is declared without a macro... yes checking whether fabsf is declared without a macro... yes checking whether fabsl is declared without a macro... yes checking whether floorf is declared without a macro... yes checking whether floorl is declared without a macro... yes checking whether fma is declared without a macro... yes checking whether fmaf is declared without a macro... yes checking whether fmal is declared without a macro... yes checking whether fmod is declared without a macro... yes checking whether fmodf is declared without a macro... yes checking whether fmodl is declared without a macro... yes checking whether frexpf is declared without a macro... yes checking whether frexpl is declared without a macro... yes checking whether hypotf is declared without a macro... yes checking whether hypotl is declared without a macro... yes checking whether ilogb is declared without a macro... yes checking whether ilogbf is declared without a macro... yes checking whether ilogbl is declared without a macro... yes checking whether ldexpf is declared without a macro... yes checking whether ldexpl is declared without a macro... yes checking whether log is declared without a macro... yes checking whether logf is declared without a macro... yes checking whether logl is declared without a macro... yes checking whether log10 is declared without a macro... yes checking whether log10f is declared without a macro... yes checking whether log10l is declared without a macro... yes checking whether log1p is declared without a macro... yes checking whether log1pf is declared without a macro... yes checking whether log1pl is declared without a macro... yes checking whether log2 is declared without a macro... yes checking whether log2f is declared without a macro... yes checking whether log2l is declared without a macro... yes checking whether logb is declared without a macro... yes checking whether logbf is declared without a macro... yes checking whether logbl is declared without a macro... yes checking whether modf is declared without a macro... yes checking whether modff is declared without a macro... yes checking whether modfl is declared without a macro... yes checking whether powf is declared without a macro... yes checking whether remainder is declared without a macro... yes checking whether remainderf is declared without a macro... yes checking whether remainderl is declared without a macro... yes checking whether rint is declared without a macro... yes checking whether rintf is declared without a macro... yes checking whether rintl is declared without a macro... yes checking whether round is declared without a macro... yes checking whether roundf is declared without a macro... yes checking whether roundl is declared without a macro... yes checking whether sinf is declared without a macro... yes checking whether sinl is declared without a macro... yes checking whether sinhf is declared without a macro... yes checking whether sqrtf is declared without a macro... yes checking whether sqrtl is declared without a macro... yes checking whether tanf is declared without a macro... yes checking whether tanl is declared without a macro... yes checking whether tanhf is declared without a macro... yes checking whether trunc is declared without a macro... yes checking whether truncf is declared without a macro... yes checking whether truncl is declared without a macro... yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking for working mktime... yes checking for __mktime_internal... no checking for listmntent... no checking for getmntinfo... no checking for sys/ucred.h... no checking for sys/mount.h... (cached) yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking for sys/fs_types.h... (cached) no checking for struct fsstat.f_fstypename... no checking for library containing getmntent... none required checking for getmntent... yes checking for listmntent of Cray/Unicos-9... no checking for mntctl function and struct vmount... no checking for one-argument getmntent function... yes checking sys/mntent.h usability... no checking sys/mntent.h presence... no checking for sys/mntent.h... no checking for struct statfs.f_fstypename... no checking whether getaddrinfo is declared without a macro... (cached) yes checking whether freeaddrinfo is declared without a macro... (cached) yes checking whether gai_strerror is declared without a macro... (cached) yes checking whether getnameinfo is declared without a macro... (cached) yes checking whether is self-contained... yes checking whether YESEXPR works... yes checking for working re_compile_pattern... yes checking for library containing getservbyname... (cached) none required checking for getservbyname... (cached) yes checking whether setenv validates arguments... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes checking whether printf supports POSIX/XSI format strings with positions... yes checking for library containing setsockopt... none needed checking for socklen_t... yes checking for ssize_t... (cached) yes checking for working stdalign.h... yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking whether dprintf is declared without a macro... yes checking whether fpurge is declared without a macro... no checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... yes checking whether getline is declared without a macro... yes checking whether gets is declared without a macro... no checking whether pclose is declared without a macro... yes checking whether popen is declared without a macro... yes checking whether renameat is declared without a macro... yes checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... yes checking whether vsnprintf is declared without a macro... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... yes checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether initstate is declared without a macro... yes checking whether initstate_r is declared without a macro... yes checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... yes checking whether mkostemps is declared without a macro... yes checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... yes checking whether posix_openpt is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether ptsname_r is declared without a macro... yes checking whether random is declared without a macro... yes checking whether random_r is declared without a macro... yes checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... yes checking whether secure_getenv is declared without a macro... yes checking whether setenv is declared without a macro... yes checking whether setstate is declared without a macro... yes checking whether setstate_r is declared without a macro... yes checking whether srandom is declared without a macro... yes checking whether srandom_r is declared without a macro... yes checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for strcasecmp... yes checking for strncasecmp... yes checking whether strncasecmp is declared... (cached) yes checking whether strcasestr works in linear time... yes checking for strcasestr... (cached) yes checking whether strcasestr works... (cached) yes checking for working strerror function... yes checking for working strndup... yes checking for working strnlen... yes checking for strsep... yes checking whether strstr works... yes checking whether is self-contained... (cached) yes checking for shutdown... (cached) yes checking whether defines the SHUT_* macros... (cached) yes checking for struct sockaddr_storage... (cached) yes checking for sa_family_t... (cached) yes checking for struct sockaddr_storage.ss_family... (cached) yes checking whether socket is declared without a macro... (cached) yes checking whether connect is declared without a macro... (cached) yes checking whether accept is declared without a macro... (cached) yes checking whether bind is declared without a macro... (cached) yes checking whether getpeername is declared without a macro... (cached) yes checking whether getsockname is declared without a macro... (cached) yes checking whether getsockopt is declared without a macro... (cached) yes checking whether listen is declared without a macro... (cached) yes checking whether recv is declared without a macro... (cached) yes checking whether send is declared without a macro... (cached) yes checking whether recvfrom is declared without a macro... (cached) yes checking whether sendto is declared without a macro... (cached) yes checking whether setsockopt is declared without a macro... (cached) yes checking whether shutdown is declared without a macro... (cached) yes checking whether accept4 is declared without a macro... (cached) yes checking whether localtime_r is declared... yes checking whether localtime_r is compatible with its POSIX signature... yes checking whether chdir is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... yes checking whether environ is declared without a macro... yes checking whether euidaccess is declared without a macro... yes checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fdatasync is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether group_member is declared without a macro... yes checking whether isatty is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... yes checking whether pipe2 is declared without a macro... yes checking whether pread is declared without a macro... yes checking whether pwrite is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking for ptrdiff_t... yes checking for vasprintf... yes checking for vsnprintf... yes checking whether snprintf respects a size of 1... (cached) yes checking whether printf supports POSIX/XSI format strings with positions... (cached) yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking whether wmemchr is declared without a macro... yes checking whether wmemcmp is declared without a macro... yes checking whether wmemcpy is declared without a macro... yes checking whether wmemmove is declared without a macro... yes checking whether wmemset is declared without a macro... yes checking whether wcslen is declared without a macro... yes checking whether wcsnlen is declared without a macro... yes checking whether wcscpy is declared without a macro... yes checking whether wcpcpy is declared without a macro... yes checking whether wcsncpy is declared without a macro... yes checking whether wcpncpy is declared without a macro... yes checking whether wcscat is declared without a macro... yes checking whether wcsncat is declared without a macro... yes checking whether wcscmp is declared without a macro... yes checking whether wcsncmp is declared without a macro... yes checking whether wcscasecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb return value is correct... guessing yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether wctype is declared without a macro... yes checking whether iswctype is declared without a macro... yes checking whether wctrans is declared without a macro... yes checking whether towctrans is declared without a macro... yes checking for stdint.h... (cached) yes configure: creating ./config.status config.status: creating gl/Makefile config.status: creating Makefile config.status: creating tap/Makefile config.status: creating lib/Makefile config.status: creating plugins/Makefile config.status: creating lib/tests/Makefile config.status: creating plugins-root/Makefile config.status: creating plugins-scripts/Makefile config.status: creating plugins-scripts/utils.pm config.status: creating plugins-scripts/utils.sh config.status: creating test.pl config.status: creating pkg/solaris/pkginfo config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --with-proc-loadavg --with-apt-get-command: /usr/bin/apt-get --with-ping6-command: /bin/ping6 -n -U -w %d -c %d %s --with-ping-command: /bin/ping -n -U -w %d -c %d %s --with-ipv6: yes --with-mysql: /usr/bin/mysql_config --with-openssl: yes --with-gnutls: no --enable-extra-opts: yes --with-perl: /usr/bin/perl --enable-perl-modules: no --with-cgiurl: /nagios/cgi-bin --with-trusted-path: /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin --enable-libtap: no dh_testdir /usr/bin/make make[1]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' /usr/bin/make all-recursive make[2]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' Making all in gl make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' rm -f alloca.h-t alloca.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca.in.h; \ } > alloca.h-t && \ mv -f alloca.h-t alloca.h rm -f c++defs.h-t c++defs.h && \ sed -n -e '/_GL_CXXDEFS/,$p' \ < ../build-aux/snippet/c++defs.h \ > c++defs.h-t && \ mv c++defs.h-t c++defs.h rm -f warn-on-use.h-t warn-on-use.h && \ sed -n -e '/^.ifndef/,$p' \ < ../build-aux/snippet/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/snippet/arg-nonnull.h \ > arg-nonnull.h-t && \ mv arg-nonnull.h-t arg-nonnull.h /bin/mkdir -p arpa rm -f arpa/inet.h-t arpa/inet.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''HAVE_FEATURES_H''@|1|g' \ -e 's|@''NEXT_ARPA_INET_H''@||g' \ -e 's|@''HAVE_ARPA_INET_H''@|1|g' \ -e 's/@''GNULIB_INET_NTOP''@/1/g' \ -e 's/@''GNULIB_INET_PTON''@/0/g' \ -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \ -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \ -e 's|@''REPLACE_INET_NTOP''@|0|g' \ -e 's|@''REPLACE_INET_PTON''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./arpa_inet.in.h; \ } > arpa/inet.h-t && \ mv arpa/inet.h-t arpa/inet.h rm -f configmake.h-t && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#define PREFIX "/usr"'; \ echo '#define EXEC_PREFIX "/usr"'; \ echo '#define BINDIR "/usr/bin"'; \ echo '#define SBINDIR "/usr/sbin"'; \ echo '#define LIBEXECDIR "/usr/lib/nagios/plugins"'; \ echo '#define DATAROOTDIR "/usr/share"'; \ echo '#define DATADIR "/usr/share"'; \ echo '#define SYSCONFDIR "/usr/etc"'; \ echo '#define SHAREDSTATEDIR "/usr/com"'; \ echo '#define LOCALSTATEDIR "/usr/var"'; \ echo '#define INCLUDEDIR "/usr/include"'; \ echo '#define OLDINCLUDEDIR "/usr/include"'; \ echo '#define DOCDIR "/usr/share/doc/monitoring-plugins"'; \ echo '#define INFODIR "/usr/share/info"'; \ echo '#define HTMLDIR "/usr/share/doc/monitoring-plugins"'; \ echo '#define DVIDIR "/usr/share/doc/monitoring-plugins"'; \ echo '#define PDFDIR "/usr/share/doc/monitoring-plugins"'; \ echo '#define PSDIR "/usr/share/doc/monitoring-plugins"'; \ echo '#define LIBDIR "/usr/lib"'; \ echo '#define LISPDIR "/usr/share/emacs/site-lisp"'; \ echo '#define LOCALEDIR "/usr/share/locale"'; \ echo '#define MANDIR "/usr/share/man"'; \ echo '#define MANEXT ""'; \ echo '#define PKGDATADIR "/usr/share/monitoring-plugins"'; \ echo '#define PKGINCLUDEDIR "/usr/include/monitoring-plugins"'; \ echo '#define PKGLIBDIR "/usr/lib/monitoring-plugins"'; \ echo '#define PKGLIBEXECDIR "/usr/lib/nagios/plugins/monitoring-plugins"'; \ } | sed '/""/d' > configmake.h-t && \ mv -f configmake.h-t configmake.h rm -f langinfo.h-t langinfo.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_LANGINFO_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LANGINFO_H''@||g' \ -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \ -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \ -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \ -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \ -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \ -e 's|@''HAVE_NL_LANGINFO''@|1|g' \ -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./langinfo.in.h; \ } > langinfo.h-t && \ mv langinfo.h-t langinfo.h rm -f locale.h-t locale.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LOCALE_H''@||g' \ -e 's/@''GNULIB_LOCALECONV''@/1/g' \ -e 's/@''GNULIB_SETLOCALE''@/0/g' \ -e 's/@''GNULIB_DUPLOCALE''@/0/g' \ -e 's|@''HAVE_DUPLOCALE''@|1|g' \ -e 's|@''HAVE_XLOCALE_H''@|1|g' \ -e 's|@''REPLACE_LOCALECONV''@|0|g' \ -e 's|@''REPLACE_SETLOCALE''@|0|g' \ -e 's|@''REPLACE_DUPLOCALE''@|0|g' \ -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./locale.in.h; \ } > locale.h-t && \ mv locale.h-t locale.h rm -f math.h-t math.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@||g' \ -e 's/@''GNULIB_ACOSF''@/0/g' \ -e 's/@''GNULIB_ACOSL''@/0/g' \ -e 's/@''GNULIB_ASINF''@/0/g' \ -e 's/@''GNULIB_ASINL''@/0/g' \ -e 's/@''GNULIB_ATANF''@/0/g' \ -e 's/@''GNULIB_ATANL''@/0/g' \ -e 's/@''GNULIB_ATAN2F''@/0/g' \ -e 's/@''GNULIB_CBRT''@/0/g' \ -e 's/@''GNULIB_CBRTF''@/0/g' \ -e 's/@''GNULIB_CBRTL''@/0/g' \ -e 's/@''GNULIB_CEIL''@/0/g' \ -e 's/@''GNULIB_CEILF''@/0/g' \ -e 's/@''GNULIB_CEILL''@/0/g' \ -e 's/@''GNULIB_COPYSIGN''@/0/g' \ -e 's/@''GNULIB_COPYSIGNF''@/0/g' \ -e 's/@''GNULIB_COPYSIGNL''@/0/g' \ -e 's/@''GNULIB_COSF''@/0/g' \ -e 's/@''GNULIB_COSL''@/0/g' \ -e 's/@''GNULIB_COSHF''@/0/g' \ -e 's/@''GNULIB_EXPF''@/0/g' \ -e 's/@''GNULIB_EXPL''@/0/g' \ -e 's/@''GNULIB_EXP2''@/0/g' \ -e 's/@''GNULIB_EXP2F''@/0/g' \ -e 's/@''GNULIB_EXP2L''@/0/g' \ -e 's/@''GNULIB_EXPM1''@/0/g' \ -e 's/@''GNULIB_EXPM1F''@/0/g' \ -e 's/@''GNULIB_EXPM1L''@/0/g' \ -e 's/@''GNULIB_FABSF''@/0/g' \ -e 's/@''GNULIB_FABSL''@/0/g' \ -e 's/@''GNULIB_FLOOR''@/0/g' \ -e 's/@''GNULIB_FLOORF''@/1/g' \ -e 's/@''GNULIB_FLOORL''@/0/g' \ -e 's/@''GNULIB_FMA''@/0/g' \ -e 's/@''GNULIB_FMAF''@/0/g' \ -e 's/@''GNULIB_FMAL''@/0/g' \ -e 's/@''GNULIB_FMOD''@/0/g' \ -e 's/@''GNULIB_FMODF''@/0/g' \ -e 's/@''GNULIB_FMODL''@/0/g' \ -e 's/@''GNULIB_FREXPF''@/0/g' \ -e 's/@''GNULIB_FREXP''@/0/g' \ -e 's/@''GNULIB_FREXPL''@/0/g' \ -e 's/@''GNULIB_HYPOT''@/0/g' \ -e 's/@''GNULIB_HYPOTF''@/0/g' \ -e 's/@''GNULIB_HYPOTL''@/0/g' \ < ./math.in.h | \ sed -e 's/@''GNULIB_ILOGB''@/0/g' \ -e 's/@''GNULIB_ILOGBF''@/0/g' \ -e 's/@''GNULIB_ILOGBL''@/0/g' \ -e 's/@''GNULIB_ISFINITE''@/0/g' \ -e 's/@''GNULIB_ISINF''@/0/g' \ -e 's/@''GNULIB_ISNAN''@/0/g' \ -e 's/@''GNULIB_ISNANF''@/0/g' \ -e 's/@''GNULIB_ISNAND''@/0/g' \ -e 's/@''GNULIB_ISNANL''@/0/g' \ -e 's/@''GNULIB_LDEXPF''@/0/g' \ -e 's/@''GNULIB_LDEXPL''@/0/g' \ -e 's/@''GNULIB_LOG''@/0/g' \ -e 's/@''GNULIB_LOGF''@/0/g' \ -e 's/@''GNULIB_LOGL''@/0/g' \ -e 's/@''GNULIB_LOG10''@/0/g' \ -e 's/@''GNULIB_LOG10F''@/0/g' \ -e 's/@''GNULIB_LOG10L''@/0/g' \ -e 's/@''GNULIB_LOG1P''@/0/g' \ -e 's/@''GNULIB_LOG1PF''@/0/g' \ -e 's/@''GNULIB_LOG1PL''@/0/g' \ -e 's/@''GNULIB_LOG2''@/0/g' \ -e 's/@''GNULIB_LOG2F''@/0/g' \ -e 's/@''GNULIB_LOG2L''@/0/g' \ -e 's/@''GNULIB_LOGB''@/0/g' \ -e 's/@''GNULIB_LOGBF''@/0/g' \ -e 's/@''GNULIB_LOGBL''@/0/g' \ -e 's/@''GNULIB_MODF''@/0/g' \ -e 's/@''GNULIB_MODFF''@/0/g' \ -e 's/@''GNULIB_MODFL''@/0/g' \ -e 's/@''GNULIB_POWF''@/0/g' \ -e 's/@''GNULIB_REMAINDER''@/0/g' \ -e 's/@''GNULIB_REMAINDERF''@/0/g' \ -e 's/@''GNULIB_REMAINDERL''@/0/g' \ -e 's/@''GNULIB_RINT''@/0/g' \ -e 's/@''GNULIB_RINTF''@/0/g' \ -e 's/@''GNULIB_RINTL''@/0/g' \ -e 's/@''GNULIB_ROUND''@/0/g' \ -e 's/@''GNULIB_ROUNDF''@/0/g' \ -e 's/@''GNULIB_ROUNDL''@/0/g' \ -e 's/@''GNULIB_SIGNBIT''@/0/g' \ -e 's/@''GNULIB_SINF''@/0/g' \ -e 's/@''GNULIB_SINL''@/0/g' \ -e 's/@''GNULIB_SINHF''@/0/g' \ -e 's/@''GNULIB_SQRTF''@/0/g' \ -e 's/@''GNULIB_SQRTL''@/0/g' \ -e 's/@''GNULIB_TANF''@/0/g' \ -e 's/@''GNULIB_TANL''@/0/g' \ -e 's/@''GNULIB_TANHF''@/0/g' \ -e 's/@''GNULIB_TRUNC''@/0/g' \ -e 's/@''GNULIB_TRUNCF''@/0/g' \ -e 's/@''GNULIB_TRUNCL''@/0/g' \ | \ sed -e 's|@''HAVE_ACOSF''@|1|g' \ -e 's|@''HAVE_ACOSL''@|1|g' \ -e 's|@''HAVE_ASINF''@|1|g' \ -e 's|@''HAVE_ASINL''@|1|g' \ -e 's|@''HAVE_ATANF''@|1|g' \ -e 's|@''HAVE_ATANL''@|1|g' \ -e 's|@''HAVE_ATAN2F''@|1|g' \ -e 's|@''HAVE_CBRT''@|1|g' \ -e 's|@''HAVE_CBRTF''@|1|g' \ -e 's|@''HAVE_CBRTL''@|1|g' \ -e 's|@''HAVE_COPYSIGN''@|1|g' \ -e 's|@''HAVE_COPYSIGNL''@|1|g' \ -e 's|@''HAVE_COSF''@|1|g' \ -e 's|@''HAVE_COSL''@|1|g' \ -e 's|@''HAVE_COSHF''@|1|g' \ -e 's|@''HAVE_EXPF''@|1|g' \ -e 's|@''HAVE_EXPL''@|1|g' \ -e 's|@''HAVE_EXPM1''@|1|g' \ -e 's|@''HAVE_EXPM1F''@|1|g' \ -e 's|@''HAVE_FABSF''@|1|g' \ -e 's|@''HAVE_FABSL''@|1|g' \ -e 's|@''HAVE_FMA''@|1|g' \ -e 's|@''HAVE_FMAF''@|1|g' \ -e 's|@''HAVE_FMAL''@|1|g' \ -e 's|@''HAVE_FMODF''@|1|g' \ -e 's|@''HAVE_FMODL''@|1|g' \ -e 's|@''HAVE_FREXPF''@|1|g' \ -e 's|@''HAVE_HYPOTF''@|1|g' \ -e 's|@''HAVE_HYPOTL''@|1|g' \ -e 's|@''HAVE_ILOGB''@|1|g' \ -e 's|@''HAVE_ILOGBF''@|1|g' \ -e 's|@''HAVE_ILOGBL''@|1|g' \ -e 's|@''HAVE_ISNANF''@|1|g' \ -e 's|@''HAVE_ISNAND''@|1|g' \ -e 's|@''HAVE_ISNANL''@|1|g' \ -e 's|@''HAVE_LDEXPF''@|1|g' \ -e 's|@''HAVE_LOGF''@|1|g' \ -e 's|@''HAVE_LOGL''@|1|g' \ -e 's|@''HAVE_LOG10F''@|1|g' \ -e 's|@''HAVE_LOG10L''@|1|g' \ -e 's|@''HAVE_LOG1P''@|1|g' \ -e 's|@''HAVE_LOG1PF''@|1|g' \ -e 's|@''HAVE_LOG1PL''@|1|g' \ -e 's|@''HAVE_LOGBF''@|1|g' \ -e 's|@''HAVE_LOGBL''@|1|g' \ -e 's|@''HAVE_MODFF''@|1|g' \ -e 's|@''HAVE_MODFL''@|1|g' \ -e 's|@''HAVE_POWF''@|1|g' \ -e 's|@''HAVE_REMAINDER''@|1|g' \ -e 's|@''HAVE_REMAINDERF''@|1|g' \ -e 's|@''HAVE_RINT''@|1|g' \ -e 's|@''HAVE_RINTL''@|1|g' \ -e 's|@''HAVE_SINF''@|1|g' \ -e 's|@''HAVE_SINL''@|1|g' \ -e 's|@''HAVE_SINHF''@|1|g' \ -e 's|@''HAVE_SQRTF''@|1|g' \ -e 's|@''HAVE_SQRTL''@|1|g' \ -e 's|@''HAVE_TANF''@|1|g' \ -e 's|@''HAVE_TANL''@|1|g' \ -e 's|@''HAVE_TANHF''@|1|g' \ -e 's|@''HAVE_DECL_ACOSL''@|1|g' \ -e 's|@''HAVE_DECL_ASINL''@|1|g' \ -e 's|@''HAVE_DECL_ATANL''@|1|g' \ -e 's|@''HAVE_DECL_CBRTF''@|1|g' \ -e 's|@''HAVE_DECL_CBRTL''@|1|g' \ -e 's|@''HAVE_DECL_CEILF''@|1|g' \ -e 's|@''HAVE_DECL_CEILL''@|1|g' \ -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \ -e 's|@''HAVE_DECL_COSL''@|1|g' \ -e 's|@''HAVE_DECL_EXPL''@|1|g' \ -e 's|@''HAVE_DECL_EXP2''@|1|g' \ -e 's|@''HAVE_DECL_EXP2F''@|1|g' \ -e 's|@''HAVE_DECL_EXP2L''@|1|g' \ -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \ -e 's|@''HAVE_DECL_FLOORF''@|1|g' \ -e 's|@''HAVE_DECL_FLOORL''@|1|g' \ -e 's|@''HAVE_DECL_FREXPL''@|1|g' \ -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \ -e 's|@''HAVE_DECL_LOGL''@|1|g' \ -e 's|@''HAVE_DECL_LOG10L''@|1|g' \ -e 's|@''HAVE_DECL_LOG2''@|1|g' \ -e 's|@''HAVE_DECL_LOG2F''@|1|g' \ -e 's|@''HAVE_DECL_LOG2L''@|1|g' \ -e 's|@''HAVE_DECL_LOGB''@|1|g' \ -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \ -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \ -e 's|@''HAVE_DECL_RINTF''@|1|g' \ -e 's|@''HAVE_DECL_ROUND''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \ -e 's|@''HAVE_DECL_SINL''@|1|g' \ -e 's|@''HAVE_DECL_SQRTL''@|1|g' \ -e 's|@''HAVE_DECL_TANL''@|1|g' \ -e 's|@''HAVE_DECL_TRUNC''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \ | \ sed -e 's|@''REPLACE_CBRTF''@|0|g' \ -e 's|@''REPLACE_CBRTL''@|0|g' \ -e 's|@''REPLACE_CEIL''@|0|g' \ -e 's|@''REPLACE_CEILF''@|0|g' \ -e 's|@''REPLACE_CEILL''@|0|g' \ -e 's|@''REPLACE_EXPM1''@|0|g' \ -e 's|@''REPLACE_EXPM1F''@|0|g' \ -e 's|@''REPLACE_EXP2''@|0|g' \ -e 's|@''REPLACE_EXP2L''@|0|g' \ -e 's|@''REPLACE_FABSL''@|0|g' \ -e 's|@''REPLACE_FLOOR''@|0|g' \ -e 's|@''REPLACE_FLOORF''@|0|g' \ -e 's|@''REPLACE_FLOORL''@|0|g' \ -e 's|@''REPLACE_FMA''@|0|g' \ -e 's|@''REPLACE_FMAF''@|0|g' \ -e 's|@''REPLACE_FMAL''@|0|g' \ -e 's|@''REPLACE_FMOD''@|0|g' \ -e 's|@''REPLACE_FMODF''@|0|g' \ -e 's|@''REPLACE_FMODL''@|0|g' \ -e 's|@''REPLACE_FREXPF''@|0|g' \ -e 's|@''REPLACE_FREXP''@|0|g' \ -e 's|@''REPLACE_FREXPL''@|0|g' \ -e 's|@''REPLACE_HUGE_VAL''@|0|g' \ -e 's|@''REPLACE_HYPOT''@|0|g' \ -e 's|@''REPLACE_HYPOTF''@|0|g' \ -e 's|@''REPLACE_HYPOTL''@|0|g' \ -e 's|@''REPLACE_ILOGB''@|0|g' \ -e 's|@''REPLACE_ILOGBF''@|0|g' \ -e 's|@''REPLACE_ISFINITE''@|0|g' \ -e 's|@''REPLACE_ISINF''@|0|g' \ -e 's|@''REPLACE_ISNAN''@|0|g' \ -e 's|@''REPLACE_ITOLD''@|0|g' \ -e 's|@''REPLACE_LDEXPL''@|0|g' \ -e 's|@''REPLACE_LOG''@|0|g' \ -e 's|@''REPLACE_LOGF''@|0|g' \ -e 's|@''REPLACE_LOGL''@|0|g' \ -e 's|@''REPLACE_LOG10''@|0|g' \ -e 's|@''REPLACE_LOG10F''@|0|g' \ -e 's|@''REPLACE_LOG10L''@|0|g' \ -e 's|@''REPLACE_LOG1P''@|0|g' \ -e 's|@''REPLACE_LOG1PF''@|0|g' \ -e 's|@''REPLACE_LOG1PL''@|0|g' \ -e 's|@''REPLACE_LOG2''@|0|g' \ -e 's|@''REPLACE_LOG2F''@|0|g' \ -e 's|@''REPLACE_LOG2L''@|0|g' \ -e 's|@''REPLACE_LOGB''@|0|g' \ -e 's|@''REPLACE_LOGBF''@|0|g' \ -e 's|@''REPLACE_LOGBL''@|0|g' \ -e 's|@''REPLACE_MODF''@|0|g' \ -e 's|@''REPLACE_MODFF''@|0|g' \ -e 's|@''REPLACE_MODFL''@|0|g' \ -e 's|@''REPLACE_NAN''@|0|g' \ -e 's|@''REPLACE_REMAINDER''@|0|g' \ -e 's|@''REPLACE_REMAINDERF''@|0|g' \ -e 's|@''REPLACE_REMAINDERL''@|0|g' \ -e 's|@''REPLACE_ROUND''@|0|g' \ -e 's|@''REPLACE_ROUNDF''@|0|g' \ -e 's|@''REPLACE_ROUNDL''@|0|g' \ -e 's|@''REPLACE_SIGNBIT''@|0|g' \ -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|0|g' \ -e 's|@''REPLACE_SQRTL''@|0|g' \ -e 's|@''REPLACE_TRUNC''@|0|g' \ -e 's|@''REPLACE_TRUNCF''@|0|g' \ -e 's|@''REPLACE_TRUNCL''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > math.h-t && \ mv math.h-t math.h rm -f netdb.h-t netdb.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_NETDB_H''@||g' \ -e 's|@''HAVE_NETDB_H''@|1|g' \ -e 's/@''GNULIB_GETADDRINFO''@/1/g' \ -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \ -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \ -e 's|@''REPLACE_GAI_STRERROR''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./netdb.in.h; \ } > netdb.h-t && \ mv netdb.h-t netdb.h rm -f stdio.h-t stdio.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDIO_H''@||g' \ -e 's/@''GNULIB_DPRINTF''@/0/g' \ -e 's/@''GNULIB_FCLOSE''@/0/g' \ -e 's/@''GNULIB_FDOPEN''@/0/g' \ -e 's/@''GNULIB_FFLUSH''@/0/g' \ -e 's/@''GNULIB_FGETC''@/1/g' \ -e 's/@''GNULIB_FGETS''@/1/g' \ -e 's/@''GNULIB_FOPEN''@/0/g' \ -e 's/@''GNULIB_FPRINTF''@/1/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_FPURGE''@/0/g' \ -e 's/@''GNULIB_FPUTC''@/1/g' \ -e 's/@''GNULIB_FPUTS''@/1/g' \ -e 's/@''GNULIB_FREAD''@/1/g' \ -e 's/@''GNULIB_FREOPEN''@/0/g' \ -e 's/@''GNULIB_FSCANF''@/1/g' \ -e 's/@''GNULIB_FSEEK''@/0/g' \ -e 's/@''GNULIB_FSEEKO''@/0/g' \ -e 's/@''GNULIB_FTELL''@/0/g' \ -e 's/@''GNULIB_FTELLO''@/0/g' \ -e 's/@''GNULIB_FWRITE''@/1/g' \ -e 's/@''GNULIB_GETC''@/1/g' \ -e 's/@''GNULIB_GETCHAR''@/1/g' \ -e 's/@''GNULIB_GETDELIM''@/0/g' \ -e 's/@''GNULIB_GETLINE''@/0/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PCLOSE''@/0/g' \ -e 's/@''GNULIB_PERROR''@/0/g' \ -e 's/@''GNULIB_POPEN''@/0/g' \ -e 's/@''GNULIB_PRINTF''@/1/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PUTC''@/1/g' \ -e 's/@''GNULIB_PUTCHAR''@/1/g' \ -e 's/@''GNULIB_PUTS''@/1/g' \ -e 's/@''GNULIB_REMOVE''@/0/g' \ -e 's/@''GNULIB_RENAME''@/0/g' \ -e 's/@''GNULIB_RENAMEAT''@/0/g' \ -e 's/@''GNULIB_SCANF''@/1/g' \ -e 's/@''GNULIB_SNPRINTF''@/1/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_TMPFILE''@/0/g' \ -e 's/@''GNULIB_VASPRINTF''@/1/g' \ -e 's/@''GNULIB_VDPRINTF''@/0/g' \ -e 's/@''GNULIB_VFPRINTF''@/1/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_VFSCANF''@/0/g' \ -e 's/@''GNULIB_VSCANF''@/0/g' \ -e 's/@''GNULIB_VPRINTF''@/1/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_VSNPRINTF''@/1/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \ < ./stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \ -e 's|@''HAVE_DECL_FTELLO''@|1|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ -e 's|@''HAVE_DECL_GETLINE''@|1|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ -e 's|@''HAVE_DPRINTF''@|1|g' \ -e 's|@''HAVE_FSEEKO''@|1|g' \ -e 's|@''HAVE_FTELLO''@|1|g' \ -e 's|@''HAVE_PCLOSE''@|1|g' \ -e 's|@''HAVE_POPEN''@|1|g' \ -e 's|@''HAVE_RENAMEAT''@|1|g' \ -e 's|@''HAVE_VASPRINTF''@|1|g' \ -e 's|@''HAVE_VDPRINTF''@|1|g' \ -e 's|@''REPLACE_DPRINTF''@|0|g' \ -e 's|@''REPLACE_FCLOSE''@|0|g' \ -e 's|@''REPLACE_FDOPEN''@|0|g' \ -e 's|@''REPLACE_FFLUSH''@|0|g' \ -e 's|@''REPLACE_FOPEN''@|0|g' \ -e 's|@''REPLACE_FPRINTF''@|0|g' \ -e 's|@''REPLACE_FPURGE''@|0|g' \ -e 's|@''REPLACE_FREOPEN''@|0|g' \ -e 's|@''REPLACE_FSEEK''@|0|g' \ -e 's|@''REPLACE_FSEEKO''@|0|g' \ -e 's|@''REPLACE_FTELL''@|0|g' \ -e 's|@''REPLACE_FTELLO''@|0|g' \ -e 's|@''REPLACE_GETDELIM''@|0|g' \ -e 's|@''REPLACE_GETLINE''@|0|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ -e 's|@''REPLACE_PERROR''@|0|g' \ -e 's|@''REPLACE_POPEN''@|0|g' \ -e 's|@''REPLACE_PRINTF''@|0|g' \ -e 's|@''REPLACE_REMOVE''@|0|g' \ -e 's|@''REPLACE_RENAME''@|0|g' \ -e 's|@''REPLACE_RENAMEAT''@|0|g' \ -e 's|@''REPLACE_SNPRINTF''@|0|g' \ -e 's|@''REPLACE_SPRINTF''@|0|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ -e 's|@''REPLACE_TMPFILE''@|0|g' \ -e 's|@''REPLACE_VASPRINTF''@|0|g' \ -e 's|@''REPLACE_VDPRINTF''@|0|g' \ -e 's|@''REPLACE_VFPRINTF''@|0|g' \ -e 's|@''REPLACE_VPRINTF''@|0|g' \ -e 's|@''REPLACE_VSNPRINTF''@|0|g' \ -e 's|@''REPLACE_VSPRINTF''@|0|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@||g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > stdio.h-t && \ mv stdio.h-t stdio.h rm -f stdlib.h-t stdlib.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDLIB_H''@||g' \ -e 's/@''GNULIB__EXIT''@/0/g' \ -e 's/@''GNULIB_ATOLL''@/0/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \ -e 's/@''GNULIB_GETLOADAVG''@/1/g' \ -e 's/@''GNULIB_GETSUBOPT''@/0/g' \ -e 's/@''GNULIB_GRANTPT''@/0/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_MBTOWC''@/1/g' \ -e 's/@''GNULIB_MKDTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ -e 's/@''GNULIB_MKSTEMP''@/0/g' \ -e 's/@''GNULIB_MKSTEMPS''@/0/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \ -e 's/@''GNULIB_PTSNAME''@/0/g' \ -e 's/@''GNULIB_PTSNAME_R''@/0/g' \ -e 's/@''GNULIB_PUTENV''@/0/g' \ -e 's/@''GNULIB_RANDOM''@/0/g' \ -e 's/@''GNULIB_RANDOM_R''@/0/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \ -e 's/@''GNULIB_REALPATH''@/0/g' \ -e 's/@''GNULIB_RPMATCH''@/0/g' \ -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \ -e 's/@''GNULIB_SETENV''@/1/g' \ -e 's/@''GNULIB_STRTOD''@/0/g' \ -e 's/@''GNULIB_STRTOLL''@/0/g' \ -e 's/@''GNULIB_STRTOULL''@/0/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ -e 's/@''GNULIB_UNLOCKPT''@/0/g' \ -e 's/@''GNULIB_UNSETENV''@/1/g' \ -e 's/@''GNULIB_WCTOMB''@/0/g' \ < ./stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|1|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ -e 's|@''HAVE_GETSUBOPT''@|1|g' \ -e 's|@''HAVE_GRANTPT''@|1|g' \ -e 's|@''HAVE_MKDTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ -e 's|@''HAVE_MKSTEMP''@|1|g' \ -e 's|@''HAVE_MKSTEMPS''@|1|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \ -e 's|@''HAVE_PTSNAME''@|1|g' \ -e 's|@''HAVE_PTSNAME_R''@|1|g' \ -e 's|@''HAVE_RANDOM''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|1|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_SECURE_GETENV''@|1|g' \ -e 's|@''HAVE_DECL_SETENV''@|1|g' \ -e 's|@''HAVE_STRTOD''@|1|g' \ -e 's|@''HAVE_STRTOLL''@|1|g' \ -e 's|@''HAVE_STRTOULL''@|1|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ -e 's|@''HAVE_UNLOCKPT''@|1|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ -e 's|@''REPLACE_CALLOC''@|0|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_MALLOC''@|0|g' \ -e 's|@''REPLACE_MBTOWC''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_PTSNAME''@|0|g' \ -e 's|@''REPLACE_PTSNAME_R''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|0|g' \ -e 's|@''REPLACE_RANDOM_R''@|0|g' \ -e 's|@''REPLACE_REALLOC''@|0|g' \ -e 's|@''REPLACE_REALPATH''@|0|g' \ -e 's|@''REPLACE_SETENV''@|0|g' \ -e 's|@''REPLACE_STRTOD''@|0|g' \ -e 's|@''REPLACE_UNSETENV''@|0|g' \ -e 's|@''REPLACE_WCTOMB''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > stdlib.h-t && \ mv stdlib.h-t stdlib.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRING_H''@||g' \ -e 's/@''GNULIB_FFSL''@/0/g' \ -e 's/@''GNULIB_FFSLL''@/0/g' \ -e 's/@''GNULIB_MBSLEN''@/0/g' \ -e 's/@''GNULIB_MBSNLEN''@/0/g' \ -e 's/@''GNULIB_MBSCHR''@/0/g' \ -e 's/@''GNULIB_MBSRCHR''@/0/g' \ -e 's/@''GNULIB_MBSSTR''@/0/g' \ -e 's/@''GNULIB_MBSCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSCASESTR''@/0/g' \ -e 's/@''GNULIB_MBSCSPN''@/0/g' \ -e 's/@''GNULIB_MBSPBRK''@/0/g' \ -e 's/@''GNULIB_MBSSPN''@/0/g' \ -e 's/@''GNULIB_MBSSEP''@/0/g' \ -e 's/@''GNULIB_MBSTOK_R''@/0/g' \ -e 's/@''GNULIB_MEMCHR''@/1/g' \ -e 's/@''GNULIB_MEMMEM''@/0/g' \ -e 's/@''GNULIB_MEMPCPY''@/0/g' \ -e 's/@''GNULIB_MEMRCHR''@/0/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \ -e 's/@''GNULIB_STPCPY''@/0/g' \ -e 's/@''GNULIB_STPNCPY''@/0/g' \ -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ -e 's/@''GNULIB_STRDUP''@/0/g' \ -e 's/@''GNULIB_STRNCAT''@/0/g' \ -e 's/@''GNULIB_STRNDUP''@/1/g' \ -e 's/@''GNULIB_STRNLEN''@/1/g' \ -e 's/@''GNULIB_STRPBRK''@/0/g' \ -e 's/@''GNULIB_STRSEP''@/1/g' \ -e 's/@''GNULIB_STRSTR''@/1/g' \ -e 's/@''GNULIB_STRCASESTR''@/1/g' \ -e 's/@''GNULIB_STRTOK_R''@/0/g' \ -e 's/@''GNULIB_STRERROR''@/1/g' \ -e 's/@''GNULIB_STRERROR_R''@/0/g' \ -e 's/@''GNULIB_STRSIGNAL''@/0/g' \ -e 's/@''GNULIB_STRVERSCMP''@/0/g' \ < ./string.in.h | \ sed -e 's|@''HAVE_FFSL''@|1|g' \ -e 's|@''HAVE_FFSLL''@|1|g' \ -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_MEMCHR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|0|g' \ -e 's|@''REPLACE_STRCHRNUL''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e 's|@''REPLACE_STRERROR_R''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h rm -f strings.h-t strings.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_STRINGS_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRINGS_H''@||g' \ -e 's|@''GNULIB_FFS''@|0|g' \ -e 's|@''HAVE_FFS''@|1|g' \ -e 's|@''HAVE_STRCASECMP''@|1|g' \ -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./strings.in.h; \ } > strings.h-t && \ mv strings.h-t strings.h /bin/mkdir -p sys rm -f sys/socket.h-t sys/socket.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_SOCKET_H''@||g' \ -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \ -e 's/@''GNULIB_CLOSE''@/0/g' \ -e 's/@''GNULIB_SOCKET''@/0/g' \ -e 's/@''GNULIB_CONNECT''@/0/g' \ -e 's/@''GNULIB_ACCEPT''@/0/g' \ -e 's/@''GNULIB_BIND''@/0/g' \ -e 's/@''GNULIB_GETPEERNAME''@/0/g' \ -e 's/@''GNULIB_GETSOCKNAME''@/0/g' \ -e 's/@''GNULIB_GETSOCKOPT''@/0/g' \ -e 's/@''GNULIB_LISTEN''@/0/g' \ -e 's/@''GNULIB_RECV''@/0/g' \ -e 's/@''GNULIB_SEND''@/0/g' \ -e 's/@''GNULIB_RECVFROM''@/0/g' \ -e 's/@''GNULIB_SENDTO''@/0/g' \ -e 's/@''GNULIB_SETSOCKOPT''@/0/g' \ -e 's/@''GNULIB_SHUTDOWN''@/0/g' \ -e 's/@''GNULIB_ACCEPT4''@/0/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \ -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \ -e 's|@''HAVE_ACCEPT4''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_socket.in.h; \ } > sys/socket.h-t && \ mv -f sys/socket.h-t sys/socket.h /bin/mkdir -p sys rm -f sys/types.h-t sys/types.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TYPES_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ < ./sys_types.in.h; \ } > sys/types.h-t && \ mv sys/types.h-t sys/types.h /bin/mkdir -p sys rm -f sys/uio.h-t sys/uio.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_UIO_H''@||g' \ -e 's|@''HAVE_SYS_UIO_H''@|1|g' \ < ./sys_uio.in.h; \ } > sys/uio.h-t && \ mv -f sys/uio.h-t sys/uio.h rm -f time.h-t time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_TIME_H''@||g' \ -e 's/@''GNULIB_MKTIME''@/1/g' \ -e 's/@''GNULIB_NANOSLEEP''@/0/g' \ -e 's/@''GNULIB_STRPTIME''@/0/g' \ -e 's/@''GNULIB_TIMEGM''@/1/g' \ -e 's/@''GNULIB_TIME_R''@/1/g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \ -e 's|@''HAVE_NANOSLEEP''@|1|g' \ -e 's|@''HAVE_STRPTIME''@|1|g' \ -e 's|@''HAVE_TIMEGM''@|1|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \ -e 's|@''REPLACE_MKTIME''@|1|g' \ -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TIMEGM''@|0|g' \ -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./time.in.h; \ } > time.h-t && \ mv time.h-t time.h rm -f unistd.h-t unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_UNISTD_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ -e 's/@''GNULIB_CHDIR''@/0/g' \ -e 's/@''GNULIB_CHOWN''@/0/g' \ -e 's/@''GNULIB_CLOSE''@/0/g' \ -e 's/@''GNULIB_DUP''@/0/g' \ -e 's/@''GNULIB_DUP2''@/0/g' \ -e 's/@''GNULIB_DUP3''@/0/g' \ -e 's/@''GNULIB_ENVIRON''@/1/g' \ -e 's/@''GNULIB_EUIDACCESS''@/0/g' \ -e 's/@''GNULIB_FACCESSAT''@/0/g' \ -e 's/@''GNULIB_FCHDIR''@/0/g' \ -e 's/@''GNULIB_FCHOWNAT''@/0/g' \ -e 's/@''GNULIB_FDATASYNC''@/0/g' \ -e 's/@''GNULIB_FSYNC''@/0/g' \ -e 's/@''GNULIB_FTRUNCATE''@/0/g' \ -e 's/@''GNULIB_GETCWD''@/0/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \ -e 's/@''GNULIB_GETGROUPS''@/0/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/1/g' \ -e 's/@''GNULIB_GETLOGIN''@/0/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ -e 's/@''GNULIB_ISATTY''@/0/g' \ -e 's/@''GNULIB_LCHOWN''@/0/g' \ -e 's/@''GNULIB_LINK''@/0/g' \ -e 's/@''GNULIB_LINKAT''@/0/g' \ -e 's/@''GNULIB_LSEEK''@/0/g' \ -e 's/@''GNULIB_PIPE''@/0/g' \ -e 's/@''GNULIB_PIPE2''@/0/g' \ -e 's/@''GNULIB_PREAD''@/0/g' \ -e 's/@''GNULIB_PWRITE''@/0/g' \ -e 's/@''GNULIB_READ''@/1/g' \ -e 's/@''GNULIB_READLINK''@/0/g' \ -e 's/@''GNULIB_READLINKAT''@/0/g' \ -e 's/@''GNULIB_RMDIR''@/0/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_SLEEP''@/0/g' \ -e 's/@''GNULIB_SYMLINK''@/0/g' \ -e 's/@''GNULIB_SYMLINKAT''@/0/g' \ -e 's/@''GNULIB_TTYNAME_R''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_UNLINK''@/0/g' \ -e 's/@''GNULIB_UNLINKAT''@/0/g' \ -e 's/@''GNULIB_USLEEP''@/0/g' \ -e 's/@''GNULIB_WRITE''@/0/g' \ < ./unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FDATASYNC''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETLOGIN''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_FTRUNCATE''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_ISATTY''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READ''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > unistd.h-t && \ mv unistd.h-t unistd.h rm -f wchar.h-t wchar.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''HAVE_FEATURES_H''@|1|g' \ -e 's|@''NEXT_WCHAR_H''@||g' \ -e 's|@''HAVE_WCHAR_H''@|1|g' \ -e 's/@''GNULIB_BTOWC''@/1/g' \ -e 's/@''GNULIB_WCTOB''@/0/g' \ -e 's/@''GNULIB_MBSINIT''@/1/g' \ -e 's/@''GNULIB_MBRTOWC''@/1/g' \ -e 's/@''GNULIB_MBRLEN''@/0/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \ -e 's/@''GNULIB_WCRTOMB''@/1/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCWIDTH''@/0/g' \ -e 's/@''GNULIB_WMEMCHR''@/0/g' \ -e 's/@''GNULIB_WMEMCMP''@/0/g' \ -e 's/@''GNULIB_WMEMCPY''@/0/g' \ -e 's/@''GNULIB_WMEMMOVE''@/0/g' \ -e 's/@''GNULIB_WMEMSET''@/0/g' \ -e 's/@''GNULIB_WCSLEN''@/0/g' \ -e 's/@''GNULIB_WCSNLEN''@/0/g' \ -e 's/@''GNULIB_WCSCPY''@/0/g' \ -e 's/@''GNULIB_WCPCPY''@/0/g' \ -e 's/@''GNULIB_WCSNCPY''@/0/g' \ -e 's/@''GNULIB_WCPNCPY''@/0/g' \ -e 's/@''GNULIB_WCSCAT''@/0/g' \ -e 's/@''GNULIB_WCSNCAT''@/0/g' \ -e 's/@''GNULIB_WCSCMP''@/0/g' \ -e 's/@''GNULIB_WCSNCMP''@/0/g' \ -e 's/@''GNULIB_WCSCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSCOLL''@/0/g' \ -e 's/@''GNULIB_WCSXFRM''@/0/g' \ -e 's/@''GNULIB_WCSDUP''@/0/g' \ -e 's/@''GNULIB_WCSCHR''@/0/g' \ -e 's/@''GNULIB_WCSRCHR''@/0/g' \ -e 's/@''GNULIB_WCSCSPN''@/0/g' \ -e 's/@''GNULIB_WCSSPN''@/0/g' \ -e 's/@''GNULIB_WCSPBRK''@/0/g' \ -e 's/@''GNULIB_WCSSTR''@/0/g' \ -e 's/@''GNULIB_WCSTOK''@/0/g' \ -e 's/@''GNULIB_WCSWIDTH''@/0/g' \ < ./wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|1|g' \ -e 's|@''HAVE_BTOWC''@|1|g' \ -e 's|@''HAVE_MBSINIT''@|1|g' \ -e 's|@''HAVE_MBRTOWC''@|1|g' \ -e 's|@''HAVE_MBRLEN''@|1|g' \ -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ -e 's|@''HAVE_WCRTOMB''@|1|g' \ -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ -e 's|@''HAVE_WMEMCHR''@|1|g' \ -e 's|@''HAVE_WMEMCMP''@|1|g' \ -e 's|@''HAVE_WMEMCPY''@|1|g' \ -e 's|@''HAVE_WMEMMOVE''@|1|g' \ -e 's|@''HAVE_WMEMSET''@|1|g' \ -e 's|@''HAVE_WCSLEN''@|1|g' \ -e 's|@''HAVE_WCSNLEN''@|1|g' \ -e 's|@''HAVE_WCSCPY''@|1|g' \ -e 's|@''HAVE_WCPCPY''@|1|g' \ -e 's|@''HAVE_WCSNCPY''@|1|g' \ -e 's|@''HAVE_WCPNCPY''@|1|g' \ -e 's|@''HAVE_WCSCAT''@|1|g' \ -e 's|@''HAVE_WCSNCAT''@|1|g' \ -e 's|@''HAVE_WCSCMP''@|1|g' \ -e 's|@''HAVE_WCSNCMP''@|1|g' \ -e 's|@''HAVE_WCSCASECMP''@|1|g' \ -e 's|@''HAVE_WCSNCASECMP''@|1|g' \ -e 's|@''HAVE_WCSCOLL''@|1|g' \ -e 's|@''HAVE_WCSXFRM''@|1|g' \ -e 's|@''HAVE_WCSDUP''@|1|g' \ -e 's|@''HAVE_WCSCHR''@|1|g' \ -e 's|@''HAVE_WCSRCHR''@|1|g' \ -e 's|@''HAVE_WCSCSPN''@|1|g' \ -e 's|@''HAVE_WCSSPN''@|1|g' \ -e 's|@''HAVE_WCSPBRK''@|1|g' \ -e 's|@''HAVE_WCSSTR''@|1|g' \ -e 's|@''HAVE_WCSTOK''@|1|g' \ -e 's|@''HAVE_WCSWIDTH''@|1|g' \ -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ -e 's|@''REPLACE_BTOWC''@|0|g' \ -e 's|@''REPLACE_WCTOB''@|0|g' \ -e 's|@''REPLACE_MBSINIT''@|0|g' \ -e 's|@''REPLACE_MBRTOWC''@|0|g' \ -e 's|@''REPLACE_MBRLEN''@|0|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ -e 's|@''REPLACE_WCRTOMB''@|0|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCWIDTH''@|0|g' \ -e 's|@''REPLACE_WCSWIDTH''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > wchar.h-t && \ mv wchar.h-t wchar.h rm -f wctype.h-t wctype.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_WCTYPE_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_WCTYPE_H''@||g' \ -e 's/@''GNULIB_ISWBLANK''@/0/g' \ -e 's/@''GNULIB_WCTYPE''@/0/g' \ -e 's/@''GNULIB_ISWCTYPE''@/0/g' \ -e 's/@''GNULIB_WCTRANS''@/0/g' \ -e 's/@''GNULIB_TOWCTRANS''@/0/g' \ -e 's/@''HAVE_ISWBLANK''@/1/g' \ -e 's/@''HAVE_ISWCNTRL''@/1/g' \ -e 's/@''HAVE_WCTYPE_T''@/1/g' \ -e 's/@''HAVE_WCTRANS_T''@/1/g' \ -e 's/@''HAVE_WINT_T''@/1/g' \ -e 's/@''REPLACE_ISWBLANK''@/0/g' \ -e 's/@''REPLACE_ISWCNTRL''@/0/g' \ -e 's/@''REPLACE_TOWLOWER''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./wctype.in.h; \ } > wctype.h-t && \ mv wctype.h-t wctype.h /usr/bin/make all-recursive make[4]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' make[5]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' depbase=`echo base64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT base64.o -MD -MP -MF $depbase.Tpo -c -o base64.o base64.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo sha1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT sha1.o -MD -MP -MF $depbase.Tpo -c -o sha1.o sha1.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo dirname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT dirname.o -MD -MP -MF $depbase.Tpo -c -o dirname.o dirname.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo basename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT basename.o -MD -MP -MF $depbase.Tpo -c -o basename.o basename.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo dirname-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT dirname-lgpl.o -MD -MP -MF $depbase.Tpo -c -o dirname-lgpl.o dirname-lgpl.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo basename-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT basename-lgpl.o -MD -MP -MF $depbase.Tpo -c -o basename-lgpl.o basename-lgpl.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo stripslash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT stripslash.o -MD -MP -MF $depbase.Tpo -c -o stripslash.o stripslash.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo exitfail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT exitfail.o -MD -MP -MF $depbase.Tpo -c -o exitfail.o exitfail.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo fd-hook.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT fd-hook.o -MD -MP -MF $depbase.Tpo -c -o fd-hook.o fd-hook.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo full-read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT full-read.o -MD -MP -MF $depbase.Tpo -c -o full-read.o full-read.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo idpriv-droptemp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT idpriv-droptemp.o -MD -MP -MF $depbase.Tpo -c -o idpriv-droptemp.o idpriv-droptemp.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT localcharset.o -MD -MP -MF $depbase.Tpo -c -o localcharset.o localcharset.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo glthread/lock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT glthread/lock.o -MD -MP -MF $depbase.Tpo -c -o glthread/lock.o glthread/lock.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo malloca.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT malloca.o -MD -MP -MF $depbase.Tpo -c -o malloca.o malloca.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo math.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT math.o -MD -MP -MF $depbase.Tpo -c -o math.o math.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo safe-read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT safe-read.o -MD -MP -MF $depbase.Tpo -c -o safe-read.o safe-read.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo sockets.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT sockets.o -MD -MP -MF $depbase.Tpo -c -o sockets.o sockets.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo sys_socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT sys_socket.o -MD -MP -MF $depbase.Tpo -c -o sys_socket.o sys_socket.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo glthread/threadlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT glthread/threadlib.o -MD -MP -MF $depbase.Tpo -c -o glthread/threadlib.o glthread/threadlib.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo unistd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT unistd.o -MD -MP -MF $depbase.Tpo -c -o unistd.o unistd.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo wctype-h.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT wctype-h.o -MD -MP -MF $depbase.Tpo -c -o wctype-h.o wctype-h.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT xmalloc.o -MD -MP -MF $depbase.Tpo -c -o xmalloc.o xmalloc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo xalloc-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT xalloc-die.o -MD -MP -MF $depbase.Tpo -c -o xalloc-die.o xalloc-die.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo xsize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT xsize.o -MD -MP -MF $depbase.Tpo -c -o xsize.o xsize.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo xstrndup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT xstrndup.o -MD -MP -MF $depbase.Tpo -c -o xstrndup.o xstrndup.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo asnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT asnprintf.o -MD -MP -MF $depbase.Tpo -c -o asnprintf.o asnprintf.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo fsusage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT fsusage.o -MD -MP -MF $depbase.Tpo -c -o fsusage.o fsusage.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo mktime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT mktime.o -MD -MP -MF $depbase.Tpo -c -o mktime.o mktime.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo mountlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT mountlist.o -MD -MP -MF $depbase.Tpo -c -o mountlist.o mountlist.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo printf-args.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT printf-args.o -MD -MP -MF $depbase.Tpo -c -o printf-args.o printf-args.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo printf-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT printf-parse.o -MD -MP -MF $depbase.Tpo -c -o printf-parse.o printf-parse.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vasnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT vasnprintf.o -MD -MP -MF $depbase.Tpo -c -o vasnprintf.o vasnprintf.c &&\ mv -f $depbase.Tpo $depbase.Po rm -f libgnu.a x86_64-linux-gnu-ar cru libgnu.a base64.o sha1.o dirname.o basename.o dirname-lgpl.o basename-lgpl.o stripslash.o exitfail.o fd-hook.o full-read.o idpriv-droptemp.o localcharset.o glthread/lock.o malloca.o math.o safe-read.o sockets.o sys_socket.o glthread/threadlib.o unistd.o wctype-h.o xmalloc.o xalloc-die.o xsize.o xstrndup.o asnprintf.o fsusage.o mktime.o mountlist.o printf-args.o printf-parse.o vasnprintf.o x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U') x86_64-linux-gnu-ranlib libgnu.a rm -f t-charset.alias charset.alias && \ /bin/bash ./config.charset 'x86_64-pc-linux-gnu' > t-charset.alias && \ mv t-charset.alias charset.alias rm -f t-ref-add.sed ref-add.sed && \ sed -e '/^#/d' -e 's/@''PACKAGE''@/monitoring-plugins/g' ref-add.sin > t-ref-add.sed && \ mv t-ref-add.sed ref-add.sed rm -f t-ref-del.sed ref-del.sed && \ sed -e '/^#/d' -e 's/@''PACKAGE''@/monitoring-plugins/g' ref-del.sin > t-ref-del.sed && \ mv t-ref-del.sed ref-del.sed make[5]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' make[4]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' Making all in tap make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/tap' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/tap' Making all in lib make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib' Making all in . make[4]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib' x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DNP_STATE_DIR_PREFIX=\"/usr/var\" -I. -I../gl -I../intl -I../plugins -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT utils_base.o -MD -MP -MF .deps/utils_base.Tpo -c -o utils_base.o utils_base.c utils_base.c: In function ‘np_extract_value’: utils_base.c:315:3: warning: statement with no effect [-Wunused-value] for (varlist; isspace(varlist[0]); varlist++); ^~~ utils_base.c:320:4: warning: statement with no effect [-Wunused-value] for (varlist; isspace(varlist[0]); varlist++); ^~~ utils_base.c:326:5: warning: statement with no effect [-Wunused-value] for (varlist; isspace(varlist[0]); varlist++); ^~~ utils_base.c:328:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (tmp = index(varlist, sep)) { ^~ utils_base.c:344:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (tmp = index(varlist, sep)) { ^~ mv -f .deps/utils_base.Tpo .deps/utils_base.Po x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DNP_STATE_DIR_PREFIX=\"/usr/var\" -I. -I../gl -I../intl -I../plugins -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT utils_disk.o -MD -MP -MF .deps/utils_disk.Tpo -c -o utils_disk.o utils_disk.c mv -f .deps/utils_disk.Tpo .deps/utils_disk.Po x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DNP_STATE_DIR_PREFIX=\"/usr/var\" -I. -I../gl -I../intl -I../plugins -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT utils_tcp.o -MD -MP -MF .deps/utils_tcp.Tpo -c -o utils_tcp.o utils_tcp.c mv -f .deps/utils_tcp.Tpo .deps/utils_tcp.Po x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DNP_STATE_DIR_PREFIX=\"/usr/var\" -I. -I../gl -I../intl -I../plugins -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT utils_cmd.o -MD -MP -MF .deps/utils_cmd.Tpo -c -o utils_cmd.o utils_cmd.c utils_cmd.c: In function ‘cmd_run’: utils_cmd.c:296:22: warning: unused variable ‘pfd_err’ [-Wunused-variable] int fd, pfd_out[2], pfd_err[2]; ^~~~~~~ utils_cmd.c:296:10: warning: unused variable ‘pfd_out’ [-Wunused-variable] int fd, pfd_out[2], pfd_err[2]; ^~~~~~~ utils_cmd.c:296:6: warning: unused variable ‘fd’ [-Wunused-variable] int fd, pfd_out[2], pfd_err[2]; ^~ utils_cmd.c: In function ‘_cmd_open’: utils_cmd.c:146:5: warning: nonnull argument ‘argv’ compared to NULL [-Wnonnull-compare] if (argv == NULL) ^ mv -f .deps/utils_cmd.Tpo .deps/utils_cmd.Po x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DNP_STATE_DIR_PREFIX=\"/usr/var\" -I. -I../gl -I../intl -I../plugins -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT parse_ini.o -MD -MP -MF .deps/parse_ini.Tpo -c -o parse_ini.o parse_ini.c mv -f .deps/parse_ini.Tpo .deps/parse_ini.Po x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DNP_STATE_DIR_PREFIX=\"/usr/var\" -I. -I../gl -I../intl -I../plugins -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT extra_opts.o -MD -MP -MF .deps/extra_opts.Tpo -c -o extra_opts.o extra_opts.c extra_opts.c: In function ‘np_extra_opts’: extra_opts.c:96:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while(ea1=ea1->next) ea_num++; ^~~~~ extra_opts.c:103:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while(ea1=ea1->next) ea_num++; ^~~~~ mv -f .deps/extra_opts.Tpo .deps/extra_opts.Po rm -f libmonitoringplug.a x86_64-linux-gnu-ar cru libmonitoringplug.a utils_base.o utils_disk.o utils_tcp.o utils_cmd.o parse_ini.o extra_opts.o x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U') x86_64-linux-gnu-ranlib libmonitoringplug.a make[4]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib' Making all in tests make[4]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib/tests' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib/tests' make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib' Making all in plugins make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins' x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c mv -f .deps/utils.Tpo .deps/utils.Po x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT netutils.o -MD -MP -MF .deps/netutils.Tpo -c -o netutils.o netutils.c mv -f .deps/netutils.Tpo .deps/netutils.Po x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT sslutils.o -MD -MP -MF .deps/sslutils.Tpo -c -o sslutils.o sslutils.c sslutils.c: In function ‘np_net_ssl_init_with_hostname_version_and_cert’: sslutils.c:76:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] method = TLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/ct.h:13:0, from /usr/include/openssl/ssl.h:61, from common.h:158, from sslutils.c:30: /usr/include/openssl/ssl.h:1614:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ ^ sslutils.c:84:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] method = TLSv1_1_client_method(); ^~~~~~ In file included from /usr/include/openssl/ct.h:13:0, from /usr/include/openssl/ssl.h:61, from common.h:158, from sslutils.c:30: /usr/include/openssl/ssl.h:1620:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ ^ sslutils.c:92:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] method = TLSv1_2_client_method(); ^~~~~~ In file included from /usr/include/openssl/ct.h:13:0, from /usr/include/openssl/ssl.h:61, from common.h:158, from sslutils.c:30: /usr/include/openssl/ssl.h:1626:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ ^ mv -f .deps/sslutils.Tpo .deps/sslutils.Po x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT runcmd.o -MD -MP -MF .deps/runcmd.Tpo -c -o runcmd.o runcmd.c runcmd.c: In function ‘np_runcmd_open’: runcmd.c:137:5: warning: nonnull argument ‘cmdstring’ compared to NULL [-Wnonnull-compare] if (cmdstring == NULL) ^ mv -f .deps/runcmd.Tpo .deps/runcmd.Po x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT popen.o -MD -MP -MF .deps/popen.Tpo -c -o popen.o popen.c mv -f .deps/popen.Tpo .deps/popen.Po rm -f libnpcommon.a x86_64-linux-gnu-ar cru libnpcommon.a utils.o netutils.o sslutils.o runcmd.o popen.o runcmd.o x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U') x86_64-linux-gnu-ranlib libnpcommon.a x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_apt.o -MD -MP -MF .deps/check_apt.Tpo -c -o check_apt.o check_apt.c mv -f .deps/check_apt.Tpo .deps/check_apt.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_apt check_apt.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_apt check_apt.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_cluster.o -MD -MP -MF .deps/check_cluster.Tpo -c -o check_cluster.o check_cluster.c mv -f .deps/check_cluster.Tpo .deps/check_cluster.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_cluster check_cluster.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_cluster check_cluster.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_disk.o -MD -MP -MF .deps/check_disk.Tpo -c -o check_disk.o check_disk.c check_disk.c: In function ‘main’: check_disk.c:288:152: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 10 has type ‘uintmax_t {aka long unsigned int}’ [-Wformat=] printf ("For %s, used_pct=%g free_pct=%g used_units=%g free_units=%g total_units=%g used_inodes_pct=%g free_inodes_pct=%g fsp.fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:288:162: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 11 has type ‘uintmax_t {aka long unsigned int}’ [-Wformat=] printf ("For %s, used_pct=%g free_pct=%g used_units=%g free_units=%g total_units=%g used_inodes_pct=%g free_inodes_pct=%g fsp.fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:172:10: warning: unused variable ‘inode_space_pct’ [-Wunused-variable] double inode_space_pct; ^~~~~~~~~~~~~~~ check_disk.c: In function ‘get_stats’: check_disk.c:998:39: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uintmax_t {aka long unsigned int}’ [-Wformat=] printf("Group %s: adding %llu blocks sized %llu, (%s) used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:998:57: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uintmax_t {aka long unsigned int}’ [-Wformat=] printf("Group %s: adding %llu blocks sized %llu, (%s) used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:998:125: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 9 has type ‘uintmax_t {aka long unsigned int}’ [-Wformat=] printf("Group %s: adding %llu blocks sized %llu, (%s) used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:998:135: warning: format ‘%llu’ expects a matching ‘long long unsigned int’ argument [-Wformat=] printf("Group %s: adding %llu blocks sized %llu, (%s) used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:1019:47: warning: format ‘%g’ expects argument of type ‘double’, but argument 3 has type ‘uintmax_t {aka long unsigned int}’ [-Wformat=] printf("Group %s now has: used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:1019:61: warning: format ‘%g’ expects argument of type ‘double’, but argument 4 has type ‘uintmax_t {aka long unsigned int}’ [-Wformat=] printf("Group %s now has: used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:1019:76: warning: format ‘%g’ expects argument of type ‘double’, but argument 5 has type ‘char *’ [-Wformat=] printf("Group %s now has: used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:1019:95: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 6 has type ‘double’ [-Wformat=] printf("Group %s now has: used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:1019:105: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘double’ [-Wformat=] printf("Group %s now has: used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", ^ check_disk.c:1019:16: warning: too many arguments for format [-Wformat-extra-args] printf("Group %s now has: used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/check_disk.Tpo .deps/check_disk.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_disk check_disk.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_disk check_disk.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_dummy.o -MD -MP -MF .deps/check_dummy.Tpo -c -o check_dummy.o check_dummy.c mv -f .deps/check_dummy.Tpo .deps/check_dummy.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_dummy check_dummy.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_dummy check_dummy.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_http.o -MD -MP -MF .deps/check_http.Tpo -c -o check_http.o check_http.c check_http.c: In function ‘check_http’: check_http.c:1044:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (pos = memchr(buffer, '\0', i)) { ^~~~~ check_http.c:918:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&buf, "%s %s:%d HTTP/1.1\r\n%s\r\n", http_method, host_name, HTTPS_PORT, user_agent); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_http.c:919:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&buf, "%sProxy-Connection: keep-alive\r\n", buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_http.c:920:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&buf, "%sHost: %s\r\n", buf, host_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_http.c:922:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&buf, "%s%s", buf, CRLF); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_http.c:928:5: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] read (sd, buffer, MAX_INPUT_BUFFER-1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_http.c:953:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&buf, "%s %s %s\r\n%s\r\n", "GET", server_url, host_name ? "HTTP/1.1" : "HTTP/1.0", user_agent); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_http.c:955:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&buf, "%s %s %s\r\n%s\r\n", http_method, server_url, host_name ? "HTTP/1.1" : "HTTP/1.0", user_agent); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/check_http.Tpo .deps/check_http.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_http check_http.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_http check_http.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_load.o -MD -MP -MF .deps/check_load.Tpo -c -o check_load.o check_load.c In file included from ../gl/gettext.h:25:0, from common.h:209, from check_load.c:35: check_load.c: In function ‘main’: check_load.c:163:13: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘int’ [-Wformat=] printf (_("could not parse load from uptime %s: %s\n"), PATH_TO_UPTIME, result); ^ check_load.c:163:11: note: in expansion of macro ‘_’ printf (_("could not parse load from uptime %s: %s\n"), PATH_TO_UPTIME, result); ^ check_load.c:155:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets (input_buffer, MAX_INPUT_BUFFER - 1, child_process); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/check_load.Tpo .deps/check_load.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_load check_load.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_load check_load.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_mrtg.o -MD -MP -MF .deps/check_mrtg.Tpo -c -o check_mrtg.o check_mrtg.c mv -f .deps/check_mrtg.Tpo .deps/check_mrtg.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_mrtg check_mrtg.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_mrtg check_mrtg.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_mrtgtraf.o -MD -MP -MF .deps/check_mrtgtraf.Tpo -c -o check_mrtgtraf.o check_mrtgtraf.c mv -f .deps/check_mrtgtraf.Tpo .deps/check_mrtgtraf.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_mrtgtraf check_mrtgtraf.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_mrtgtraf check_mrtgtraf.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_ntp.o -MD -MP -MF .deps/check_ntp.Tpo -c -o check_ntp.o check_ntp.c check_ntp.c: In function ‘calc_offset’: check_ntp.c:211:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] client_tx = NTP64asDOUBLE(m->origts); ^~~~~~~~~ check_ntp.c:212:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] peer_rx = NTP64asDOUBLE(m->rxts); ^~~~~~~ check_ntp.c:213:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] peer_tx = NTP64asDOUBLE(m->txts); ^~~~~~~ check_ntp.c: In function ‘print_ntp_message’: check_ntp.c:222:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] NTP64toTV(p->refts,ref); ^~~~~~~~~ check_ntp.c:223:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] NTP64toTV(p->origts,orig); ^~~~~~~~~ check_ntp.c:224:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] NTP64toTV(p->rxts,rx); ^~~~~~~~~ check_ntp.c:225:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] NTP64toTV(p->txts,tx); ^~~~~~~~~ check_ntp.c:235:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\trtdelay = %-.16g\n", NTP32asDOUBLE(p->rtdelay)); ^~~~~~ check_ntp.c:236:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\trtdisp = %-.16g\n", NTP32asDOUBLE(p->rtdisp)); ^~~~~~ check_ntp.c:238:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\trefts = %-.16g\n", NTP64asDOUBLE(p->refts)); ^~~~~~ check_ntp.c:239:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\torigts = %-.16g\n", NTP64asDOUBLE(p->origts)); ^~~~~~ check_ntp.c:240:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\trxts = %-.16g\n", NTP64asDOUBLE(p->rxts)); ^~~~~~ check_ntp.c:241:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\ttxts = %-.16g\n", NTP64asDOUBLE(p->txts)); ^~~~~~ check_ntp.c: In function ‘setup_request’: check_ntp.c:289:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] L16(p->rtdelay)=htons(1); ^~~ check_ntp.c:290:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] L16(p->rtdisp)=htons(1); ^~~ check_ntp.c:293:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] TVtoNTP64(t,p->txts); ^~~~~~~~~ check_ntp.c: In function ‘offset_request’: check_ntp.c:460:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] servers[i].rtdisp=NTP32asDOUBLE(req[i].rtdisp); ^~~~~~~ check_ntp.c:461:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] servers[i].rtdelay=NTP32asDOUBLE(req[i].rtdelay); ^~~~~~~ check_ntp.c:358:11: warning: unused variable ‘j’ [-Wunused-variable] int i=0, j=0, ga_result=0, num_hosts=0, *socklist=NULL, respnum=0; ^ check_ntp.c:431:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(socklist[i], &req[i], sizeof(ntp_message)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_ntp.c:451:5: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] read(ufds[i].fd, &req[i], sizeof(ntp_message)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_ntp.c: In function ‘jitter_request’: check_ntp.c:547:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(conn, &req, SIZEOF_NTPCM(req)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_ntp.c:552:3: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] read(conn, &req, SIZEOF_NTPCM(req)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_ntp.c:607:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(conn, &req, SIZEOF_NTPCM(req)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_ntp.c:612:5: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] read(conn, &req, SIZEOF_NTPCM(req)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/check_ntp.Tpo .deps/check_ntp.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_ntp check_ntp.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_ntp check_ntp.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_ntp_peer.o -MD -MP -MF .deps/check_ntp_peer.Tpo -c -o check_ntp_peer.o check_ntp_peer.c check_ntp_peer.c: In function ‘ntp_request’: check_ntp_peer.c:242:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(conn, &req, SIZEOF_NTPCM(req)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_ntp_peer.c:316:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(conn, &req, SIZEOF_NTPCM(req)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_ntp_peer.c:322:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] read(conn, &req, SIZEOF_NTPCM(req)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_ntp_peer.c: In function ‘main’: check_ntp_peer.c:651:13: warning: ‘jresult’ may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (jresult == STATE_CRITICAL) { ^ check_ntp_peer.c:661:13: warning: ‘sresult’ may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (sresult == STATE_CRITICAL) { ^ check_ntp_peer.c:671:13: warning: ‘tresult’ may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (tresult == STATE_CRITICAL) { ^ mv -f .deps/check_ntp_peer.Tpo .deps/check_ntp_peer.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_ntp_peer check_ntp_peer.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_ntp_peer check_ntp_peer.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_nwstat.o -MD -MP -MF .deps/check_nwstat.Tpo -c -o check_nwstat.o check_nwstat.c mv -f .deps/check_nwstat.Tpo .deps/check_nwstat.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_nwstat check_nwstat.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_nwstat check_nwstat.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_overcr.o -MD -MP -MF .deps/check_overcr.Tpo -c -o check_overcr.o check_overcr.c mv -f .deps/check_overcr.Tpo .deps/check_overcr.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_overcr check_overcr.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_overcr check_overcr.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_ping.o -MD -MP -MF .deps/check_ping.Tpo -c -o check_ping.o check_ping.c mv -f .deps/check_ping.Tpo .deps/check_ping.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_ping check_ping.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_ping check_ping.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_real.o -MD -MP -MF .deps/check_real.Tpo -c -o check_real.o check_real.c mv -f .deps/check_real.Tpo .deps/check_real.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_real check_real.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_real check_real.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_smtp.o -MD -MP -MF .deps/check_smtp.Tpo -c -o check_smtp.o check_smtp.c mv -f .deps/check_smtp.Tpo .deps/check_smtp.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_smtp check_smtp.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_smtp check_smtp.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_ssh.o -MD -MP -MF .deps/check_ssh.Tpo -c -o check_ssh.o check_ssh.c mv -f .deps/check_ssh.Tpo .deps/check_ssh.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_ssh check_ssh.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_ssh check_ssh.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_tcp.o -MD -MP -MF .deps/check_tcp.Tpo -c -o check_tcp.o check_tcp.c mv -f .deps/check_tcp.Tpo .deps/check_tcp.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_tcp check_tcp.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_tcp check_tcp.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_time.o -MD -MP -MF .deps/check_time.Tpo -c -o check_time.o check_time.c mv -f .deps/check_time.Tpo .deps/check_time.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_time check_time.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_time check_time.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_ntp_time.o -MD -MP -MF .deps/check_ntp_time.Tpo -c -o check_ntp_time.o check_ntp_time.c check_ntp_time.c: In function ‘calc_offset’: check_ntp_time.c:194:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] client_tx = NTP64asDOUBLE(m->origts); ^~~~~~~~~ check_ntp_time.c:195:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] peer_rx = NTP64asDOUBLE(m->rxts); ^~~~~~~ check_ntp_time.c:196:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] peer_tx = NTP64asDOUBLE(m->txts); ^~~~~~~ check_ntp_time.c: In function ‘print_ntp_message’: check_ntp_time.c:205:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] NTP64toTV(p->refts,ref); ^~~~~~~~~ check_ntp_time.c:206:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] NTP64toTV(p->origts,orig); ^~~~~~~~~ check_ntp_time.c:207:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] NTP64toTV(p->rxts,rx); ^~~~~~~~~ check_ntp_time.c:208:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] NTP64toTV(p->txts,tx); ^~~~~~~~~ check_ntp_time.c:218:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\trtdelay = %-.16g\n", NTP32asDOUBLE(p->rtdelay)); ^~~~~~ check_ntp_time.c:219:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\trtdisp = %-.16g\n", NTP32asDOUBLE(p->rtdisp)); ^~~~~~ check_ntp_time.c:221:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\trefts = %-.16g\n", NTP64asDOUBLE(p->refts)); ^~~~~~ check_ntp_time.c:222:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\torigts = %-.16g\n", NTP64asDOUBLE(p->origts)); ^~~~~~ check_ntp_time.c:223:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\trxts = %-.16g\n", NTP64asDOUBLE(p->rxts)); ^~~~~~ check_ntp_time.c:224:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("\ttxts = %-.16g\n", NTP64asDOUBLE(p->txts)); ^~~~~~ check_ntp_time.c: In function ‘setup_request’: check_ntp_time.c:236:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] L16(p->rtdelay)=htons(1); ^~~ check_ntp_time.c:237:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] L16(p->rtdisp)=htons(1); ^~~ check_ntp_time.c:240:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] TVtoNTP64(t,p->txts); ^~~~~~~~~ check_ntp_time.c: In function ‘offset_request’: check_ntp_time.c:407:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] servers[i].rtdisp=NTP32asDOUBLE(req[i].rtdisp); ^~~~~~~ check_ntp_time.c:408:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] servers[i].rtdelay=NTP32asDOUBLE(req[i].rtdelay); ^~~~~~~ check_ntp_time.c:378:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(socklist[i], &req[i], sizeof(ntp_message)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_ntp_time.c:398:5: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] read(ufds[i].fd, &req[i], sizeof(ntp_message)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/check_ntp_time.Tpo .deps/check_ntp_time.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_ntp_time check_ntp_time.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_ntp_time check_ntp_time.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lm -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_ups.o -MD -MP -MF .deps/check_ups.Tpo -c -o check_ups.o check_ups.c mv -f .deps/check_ups.Tpo .deps/check_ups.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_ups check_ups.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_ups check_ups.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_users.o -MD -MP -MF .deps/check_users.Tpo -c -o check_users.o check_users.c mv -f .deps/check_users.Tpo .deps/check_users.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_users check_users.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_users check_users.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT negate.o -MD -MP -MF .deps/negate.Tpo -c -o negate.o negate.c mv -f .deps/negate.Tpo .deps/negate.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o negate negate.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o negate negate.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT urlize.o -MD -MP -MF .deps/urlize.Tpo -c -o urlize.o urlize.c mv -f .deps/urlize.Tpo .deps/urlize.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o urlize urlize.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o urlize urlize.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_pgsql.o -MD -MP -MF .deps/check_pgsql.Tpo -c -o check_pgsql.o check_pgsql.c check_pgsql.c: In function ‘main’: check_pgsql.c:183:3: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&conninfo, "%s ", pgparams); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_pgsql.c:185:2: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&conninfo, "%sdbname = '%s'", conninfo ? conninfo : "", dbName); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_pgsql.c:187:3: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&conninfo, "%s host = '%s'", conninfo, pghost); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_pgsql.c:189:3: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&conninfo, "%s port = '%s'", conninfo, pgport); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_pgsql.c:191:3: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&conninfo, "%s options = '%s'", conninfo, pgoptions); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_pgsql.c:194:3: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&conninfo, "%s user = '%s'", conninfo, pguser); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_pgsql.c:201:3: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&conninfo, "%s password = '%s'", conninfo, pgpasswd); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_pgsql.c: In function ‘process_arguments’: check_pgsql.c:363:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&pgparams, "%s %s", pgparams, optarg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_pgsql.c:365:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] asprintf (&pgparams, "%s", optarg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/check_pgsql.Tpo .deps/check_pgsql.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_pgsql check_pgsql.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -L/usr/lib -lpq -lcrypt -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_pgsql check_pgsql.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpq -lcrypt -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_dbi.o -MD -MP -MF .deps/check_dbi.Tpo -c -o check_dbi.o check_dbi.c check_dbi.c: In function ‘main’: check_dbi.c:143:2: warning: ‘dbi_initialize’ is deprecated [-Wdeprecated-declarations] if (dbi_initialize (NULL) < 0) { ^~ In file included from check_dbi.c:51:0: /usr/include/dbi/dbi.h:169:27: note: declared here int LIBDBI_API_DEPRECATED dbi_initialize(const char *driverdir); ^~~~~~~~~~~~~~ check_dbi.c:151:2: warning: ‘dbi_driver_open’ is deprecated [-Wdeprecated-declarations] driver = dbi_driver_open (np_dbi_driver); ^~~~~~ In file included from check_dbi.c:51:0: /usr/include/dbi/dbi.h:180:34: note: declared here dbi_driver LIBDBI_API_DEPRECATED dbi_driver_open(const char *name); /* goes thru linked list until it finds the right one */ ^~~~~~~~~~~~~~~ check_dbi.c:157:3: warning: ‘dbi_driver_list’ is deprecated [-Wdeprecated-declarations] for (driver = dbi_driver_list (NULL); driver; driver = dbi_driver_list (driver)) { ^~~ In file included from check_dbi.c:51:0: /usr/include/dbi/dbi.h:178:34: note: declared here dbi_driver LIBDBI_API_DEPRECATED dbi_driver_list(dbi_driver Current); /* returns next driver. if current is NULL, return first driver. */ ^~~~~~~~~~~~~~~ check_dbi.c:157:3: warning: ‘dbi_driver_list’ is deprecated [-Wdeprecated-declarations] for (driver = dbi_driver_list (NULL); driver; driver = dbi_driver_list (driver)) { ^~~ In file included from check_dbi.c:51:0: /usr/include/dbi/dbi.h:178:34: note: declared here dbi_driver LIBDBI_API_DEPRECATED dbi_driver_list(dbi_driver Current); /* returns next driver. if current is NULL, return first driver. */ ^~~~~~~~~~~~~~~ mv -f .deps/check_dbi.Tpo .deps/check_dbi.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_dbi check_dbi.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -ldbi -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_dbi check_dbi.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -ldbi -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_radius.o -MD -MP -MF .deps/check_radius.Tpo -c -o check_radius.o check_radius.c mv -f .deps/check_radius.Tpo .deps/check_radius.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_radius check_radius.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lradcli -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_radius check_radius.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lradcli -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_ldap.o -MD -MP -MF .deps/check_ldap.Tpo -c -o check_ldap.o check_ldap.c check_ldap.c: In function ‘main’: check_ldap.c:102:15: warning: unused variable ‘next_entry’ [-Wunused-variable] LDAPMessage *next_entry; ^~~~~~~~~~ mv -f .deps/check_ldap.Tpo .deps/check_ldap.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_ldap check_ldap.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lldap -llber -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_ldap check_ldap.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lldap -llber -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_ide_smart.o -MD -MP -MF .deps/check_ide_smart.Tpo -c -o check_ide_smart.o check_ide_smart.c mv -f .deps/check_ide_smart.Tpo .deps/check_ide_smart.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_ide_smart check_ide_smart.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_ide_smart check_ide_smart.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -I/usr/include/mysql -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -I/usr/include/mysql -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_mysql-check_mysql.o -MD -MP -MF .deps/check_mysql-check_mysql.Tpo -c -o check_mysql-check_mysql.o `test -f 'check_mysql.c' || echo './'`check_mysql.c mv -f .deps/check_mysql-check_mysql.Tpo .deps/check_mysql-check_mysql.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -I/usr/include/mysql -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_mysql check_mysql-check_mysql.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -L/usr/lib/x86_64-linux-gnu -lmariadbclient -lpthread -lz -lm -ldl -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -I/usr/include/mysql -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_mysql check_mysql-check_mysql.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -L/usr/lib/x86_64-linux-gnu -lmariadbclient -lz -lm -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -I/usr/include/mysql -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -I/usr/include/mysql -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_mysql_query-check_mysql_query.o -MD -MP -MF .deps/check_mysql_query-check_mysql_query.Tpo -c -o check_mysql_query-check_mysql_query.o `test -f 'check_mysql_query.c' || echo './'`check_mysql_query.c mv -f .deps/check_mysql_query-check_mysql_query.Tpo .deps/check_mysql_query-check_mysql_query.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -I/usr/include/mysql -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_mysql_query check_mysql_query-check_mysql_query.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -L/usr/lib/x86_64-linux-gnu -lmariadbclient -lpthread -lz -lm -ldl -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -I/usr/include/mysql -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_mysql_query check_mysql_query-check_mysql_query.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -L/usr/lib/x86_64-linux-gnu -lmariadbclient -lz -lm -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_procs.o -MD -MP -MF .deps/check_procs.Tpo -c -o check_procs.o check_procs.c check_procs.c: In function ‘main’: check_procs.c:240:14: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] (!usepid && ((ret = stat_exe(procpid, &statbuf) != -1) && statbuf.st_dev == mydev && statbuf.st_ino == myino) || ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/check_procs.Tpo .deps/check_procs.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_procs check_procs.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_procs check_procs.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_nagios.o -MD -MP -MF .deps/check_nagios.Tpo -c -o check_nagios.o check_nagios.c mv -f .deps/check_nagios.Tpo .deps/check_nagios.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_nagios check_nagios.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_nagios check_nagios.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_dns.o -MD -MP -MF .deps/check_dns.Tpo -c -o check_dns.o check_dns.c mv -f .deps/check_dns.Tpo .deps/check_dns.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_dns check_dns.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_dns check_dns.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_hpjd.o -MD -MP -MF .deps/check_hpjd.Tpo -c -o check_hpjd.o check_hpjd.c check_hpjd.c: In function ‘main’: check_hpjd.c:123:55: warning: format ‘%hd’ expects argument of type ‘int’, but argument 6 has type ‘char *’ [-Wformat=] sprintf (command_line, "%s -OQa -m : -v 1 -c %s %s:%hd %s", PATH_TO_SNMPGET, community, ^ check_hpjd.c: In function ‘process_arguments’: check_hpjd.c:349:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion] port = atoi(optarg); ^ check_hpjd.c:383:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] port = atoi (DEFAULT_PORT); ^ mv -f .deps/check_hpjd.Tpo .deps/check_hpjd.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_hpjd check_hpjd.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_hpjd check_hpjd.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_snmp.o -MD -MP -MF .deps/check_snmp.Tpo -c -o check_snmp.o check_snmp.c check_snmp.c: In function ‘main’: check_snmp.c:591:8: warning: the address of ‘type’ will always evaluate as ‘true’ [-Waddress] if (type) ^~~~ mv -f .deps/check_snmp.Tpo .deps/check_snmp.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_snmp check_snmp.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_snmp check_snmp.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_game.o -MD -MP -MF .deps/check_game.Tpo -c -o check_game.o check_game.c mv -f .deps/check_game.Tpo .deps/check_game.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_game check_game.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_game check_game.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_fping.o -MD -MP -MF .deps/check_fping.Tpo -c -o check_fping.o check_fping.c check_fping.c: In function ‘main’: check_fping.c:150:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (result = spclose (child_process)) ^~ mv -f .deps/check_fping.Tpo .deps/check_fping.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_fping check_fping.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_fping check_fping.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_by_ssh.o -MD -MP -MF .deps/check_by_ssh.Tpo -c -o check_by_ssh.o check_by_ssh.c mv -f .deps/check_by_ssh.Tpo .deps/check_by_ssh.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_by_ssh check_by_ssh.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_by_ssh check_by_ssh.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_swap.o -MD -MP -MF .deps/check_swap.Tpo -c -o check_swap.o check_swap.c mv -f .deps/check_swap.Tpo .deps/check_swap.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_swap check_swap.o -lm libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_swap check_swap.o -L. -L/usr/lib -lm libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_dig.o -MD -MP -MF .deps/check_dig.Tpo -c -o check_dig.o check_dig.c mv -f .deps/check_dig.Tpo .deps/check_dig.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_dig check_dig.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_dig check_dig.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/usr/include/postgresql -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_nt.o -MD -MP -MF .deps/check_nt.Tpo -c -o check_nt.o check_nt.c mv -f .deps/check_nt.Tpo .deps/check_nt.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_nt check_nt.o libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_nt check_nt.o -L. -L/usr/lib libnpcommon.a ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl rm -f check_ftp ln -s check_tcp check_ftp rm -f check_imap ln -s check_tcp check_imap rm -f check_nntp ln -s check_tcp check_nntp rm -f check_pop ln -s check_tcp check_pop rm -f check_udp ln -s check_tcp check_udp rm -f check_clamd ln -s check_tcp check_clamd rm -f check_simap ln -s check_tcp check_simap rm -f check_spop ln -s check_tcp check_spop rm -f check_jabber ln -s check_tcp check_jabber rm -f check_nntps ln -s check_tcp check_nntps rm -f check_ssmtp ln -s check_tcp check_ssmtp make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins' Making all in plugins-scripts make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-scripts' sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_breeze.pl > check_breeze chmod +x check_breeze sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_disk_smb.pl > check_disk_smb chmod +x check_disk_smb sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_flexlm.pl > check_flexlm chmod +x check_flexlm sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_ircd.pl > check_ircd chmod +x check_ircd sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_log.sh > check_log chmod +x check_log sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_oracle.sh > check_oracle chmod +x check_oracle sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_rpc.pl > check_rpc chmod +x check_rpc sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_sensors.sh > check_sensors chmod +x check_sensors sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_wave.pl > check_wave chmod +x check_wave sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_ifstatus.pl > check_ifstatus chmod +x check_ifstatus sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_ifoperstatus.pl > check_ifoperstatus chmod +x check_ifoperstatus sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_mailq.pl > check_mailq chmod +x check_mailq sed -e 's|[@]NP_VERSION[@]|2.2|g' -e 's|[@]TRUSTED_PATH[@]|/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin|g' -e 's|[@]PERL[@]|/usr/bin/perl|g' -e 's|[@]libexecdir[@]|/usr/lib/nagios/plugins|g' check_file_age.pl > check_file_age chmod +x check_file_age make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-scripts' Making all in plugins-root make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-root' x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I../plugins -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_dhcp.o -MD -MP -MF .deps/check_dhcp.Tpo -c -o check_dhcp.o check_dhcp.c mv -f .deps/check_dhcp.Tpo .deps/check_dhcp.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_dhcp check_dhcp.o ../plugins/netutils.o ../plugins/utils.o ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_dhcp check_dhcp.o ../plugins/netutils.o ../plugins/utils.o -L. -L/usr/lib ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl x86_64-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I../plugins -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -MT check_icmp.o -MD -MP -MF .deps/check_icmp.Tpo -c -o check_icmp.o check_icmp.c check_icmp.c: In function ‘run_checks’: check_icmp.c:656:14: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] u_int i, t, result; ^~~~~~ check_icmp.c: In function ‘main’: check_icmp.c:406:2: warning: ignoring return value of ‘setuid’, declared with attribute warn_unused_result [-Wunused-result] setuid(getuid()); ^~~~~~~~~~~~~~~~ mv -f .deps/check_icmp.Tpo .deps/check_icmp.Po /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -DNP_VERSION='"2.2"' -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,now -Wl,-z,relro -L. -L/usr/lib -o check_icmp check_icmp.o ../plugins/netutils.o ../plugins/utils.o ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lnsl -lresolv -lpthread -ldl libtool: link: x86_64-linux-gnu-gcc -DNP_VERSION=\"2.2\" -g -O2 -fdebug-prefix-map=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,now -Wl,-z -Wl,relro -o check_icmp check_icmp.o ../plugins/netutils.o ../plugins/utils.o -L. -L/usr/lib ../lib/libmonitoringplug.a ../gl/libgnu.a -lnsl -lresolv -lpthread -ldl make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-root' Making all in po make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/po' test ! -f ./monitoring-plugins.pot || \ test -z "fr.gmo de.gmo" || /usr/bin/make fr.gmo de.gmo make[4]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/po' rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po fr.po:10: warning: header field 'Language' still has the initial default value 787 translated messages, 89 fuzzy translations, 470 untranslated messages. rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po 83 translated messages, 188 fuzzy translations, 1075 untranslated messages. make[4]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/po' touch stamp-po make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/po' make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' make[2]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' make[1]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_prep dh_installdirs dh_installdirs: Compatibility levels before 9 are deprecated (level 5 in use) # Add here commands to install the package into debian/monitoring-plugins. /usr/bin/make install DESTDIR=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic make[1]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' Making install in gl make[2]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' /usr/bin/make install-recursive make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' make[4]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' make[5]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' if test yes = no; then \ case 'linux-gnu' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $need_charset_alias; then \ /bin/bash ../build-aux/mkinstalldirs /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib ; \ fi ; \ if test -f /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/charset.alias; then \ sed -f ref-add.sed /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/charset.alias > /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/charset.tmp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/charset.alias ; \ rm -f /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/charset.tmp ; \ else \ if $need_charset_alias; then \ sed -f ref-add.sed charset.alias > /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/charset.tmp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/charset.alias ; \ rm -f /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/charset.tmp ; \ fi ; \ fi make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' make[4]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' make[2]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/gl' Making install in tap make[2]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/tap' make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/tap' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/tap' make[2]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/tap' Making install in lib make[2]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib' Making install in . make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib' make[4]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib' make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib' Making install in tests make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib/tests' make[4]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib/tests' make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib/tests' make[2]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/lib' Making install in plugins make[2]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins' make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins' /bin/mkdir -p '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins' /bin/bash ../libtool --mode=install /usr/bin/install -c check_apt check_cluster check_disk check_dummy check_http check_load check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_nwstat check_overcr check_ping check_real check_smtp check_ssh check_tcp check_time check_ntp_time check_ups check_users negate urlize check_pgsql check_dbi check_radius check_ldap check_ide_smart check_mysql check_mysql_query check_procs check_nagios check_dns check_hpjd check_snmp check_game check_fping check_by_ssh check_swap check_dig check_apt check_nt '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins' libtool: install: /usr/bin/install -c check_apt /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_apt libtool: install: /usr/bin/install -c check_cluster /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_cluster libtool: install: /usr/bin/install -c check_disk /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_disk libtool: install: /usr/bin/install -c check_dummy /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dummy libtool: install: /usr/bin/install -c check_http /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_http libtool: install: /usr/bin/install -c check_load /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_load libtool: install: /usr/bin/install -c check_mrtg /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_mrtg libtool: install: /usr/bin/install -c check_mrtgtraf /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_mrtgtraf libtool: install: /usr/bin/install -c check_ntp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp libtool: install: /usr/bin/install -c check_ntp_peer /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp_peer libtool: install: /usr/bin/install -c check_nwstat /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_nwstat libtool: install: /usr/bin/install -c check_overcr /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_overcr libtool: install: /usr/bin/install -c check_ping /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ping libtool: install: /usr/bin/install -c check_real /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_real libtool: install: /usr/bin/install -c check_smtp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_smtp libtool: install: /usr/bin/install -c check_ssh /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ssh libtool: install: /usr/bin/install -c check_tcp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_tcp libtool: install: /usr/bin/install -c check_time /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_time libtool: install: /usr/bin/install -c check_ntp_time /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp_time libtool: install: /usr/bin/install -c check_ups /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ups libtool: install: /usr/bin/install -c check_users /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_users libtool: install: /usr/bin/install -c negate /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/negate libtool: install: /usr/bin/install -c urlize /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/urlize libtool: install: /usr/bin/install -c check_pgsql /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_pgsql libtool: install: /usr/bin/install -c check_dbi /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dbi libtool: install: /usr/bin/install -c check_radius /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_radius libtool: install: /usr/bin/install -c check_ldap /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ldap libtool: install: /usr/bin/install -c check_ide_smart /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ide_smart libtool: install: /usr/bin/install -c check_mysql /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_mysql libtool: install: /usr/bin/install -c check_mysql_query /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_mysql_query libtool: install: /usr/bin/install -c check_procs /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_procs libtool: install: /usr/bin/install -c check_nagios /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_nagios libtool: install: /usr/bin/install -c check_dns /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dns libtool: install: /usr/bin/install -c check_hpjd /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_hpjd libtool: install: /usr/bin/install -c check_snmp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_snmp libtool: install: /usr/bin/install -c check_game /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_game libtool: install: /usr/bin/install -c check_fping /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_fping libtool: install: /usr/bin/install -c check_by_ssh /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_by_ssh libtool: install: /usr/bin/install -c check_swap /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_swap libtool: install: /usr/bin/install -c check_dig /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dig libtool: install: /usr/bin/install -c check_apt /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_apt libtool: install: /usr/bin/install -c check_nt /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_nt /usr/bin/make install-exec-hook make[4]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins' cd /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins && \ for i in check_ftp check_imap check_nntp check_pop check_udp check_clamd check_simap check_spop check_jabber check_nntps check_ssmtp ; do rm -f $i; ln -s check_tcp $i ; done ;\ if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi make[4]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins' make[2]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins' Making install in plugins-scripts make[2]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-scripts' make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-scripts' /bin/mkdir -p '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins' /usr/bin/install -c check_breeze check_disk_smb check_flexlm check_ircd check_log check_oracle check_rpc check_sensors check_wave check_ifstatus check_ifoperstatus check_mailq check_file_age utils.sh utils.pm '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-scripts' make[2]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-scripts' Making install in plugins-root make[2]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-root' make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-root' /usr/bin/install -c check_dhcp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dhcp chown root /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dhcp chmod ug=rx,u+s /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dhcp /usr/bin/install -c check_icmp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_icmp chown root /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_icmp chmod ug=rx,u+s /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_icmp make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-root' make[2]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-root' Making install in po make[2]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/po' /bin/mkdir -p /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/share installing fr.gmo as /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/share/locale/fr/LC_MESSAGES/monitoring-plugins.mo installing de.gmo as /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/share/locale/de/LC_MESSAGES/monitoring-plugins.mo if test "monitoring-plugins" = "gettext-tools"; then \ /bin/mkdir -p /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/po' make[2]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' make[3]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' make[2]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' make[1]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' /usr/bin/make install-root DESTDIR=/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic make[1]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' cd plugins-root && /usr/bin/make install-root make[2]: Entering directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-root' /usr/bin/install -c check_dhcp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dhcp chown root /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dhcp chmod ug=rx,u+s /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dhcp /usr/bin/install -c check_icmp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_icmp chown root /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_icmp chmod ug=rx,u+s /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_icmp make[2]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/plugins-root' make[1]: Leaving directory '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2' chmod 644 /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/lib/nagios/plugins/utils.pm # split up basic vs. standard plugins for p in check_breeze check_ifoperstatus check_hpjd check_ifstatus check_rpc check_snmp check_wave check_fping check_game check_radius check_mysql check_mysql_query check_pgsql check_disk_smb check_ldap check_ldaps check_mailq check_dns check_dig check_flexlm check_oracle check_dbi; do \ mv /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic//usr/lib/nagios/plugins/$p /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins; \ done # slit out common files for p in negate urlize utils.pm utils.sh; do \ mv /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic//usr/lib/nagios/plugins/$p /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-common//usr/lib/nagios/plugins; \ done # now do the same for their configs, copying them into seperate # "template" directories outside of /usr/share/doc for ucf to use. for c in apt dhcp disk dummy ftp http load mail news ntp ping procs real ssh tcp_udp telnet users; do \ cp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/pluginconfig/${c}.cfg /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/share/monitoring-plugins/templates-basic; \ done for c in breeze disk-smb dns flexlm fping games hppjd ifstatus ldap mailq mrtg mysql netware nt pgsql radius rpc-nfs snmp; do \ cp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/pluginconfig/${c}.cfg /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard/usr/share/monitoring-plugins/templates-standard; \ done # dynamically create the postrm scripts using a template, so that we # don't have to define the same list of plugin configs over and over. sed -e 's/@BASIC_PLUGINS@/apt dhcp disk dummy ftp http load mail news ntp ping procs real ssh tcp_udp telnet users/' \ < /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic.postrm.in \ > /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic.postrm sed -e 's/@STD_PLUGINS@/breeze disk-smb dns flexlm fping games hppjd ifstatus ldap mailq mrtg mysql netware nt pgsql radius rpc-nfs snmp/' \ < /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard.postrm.in \ > /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard.postrm # copy our dpkg-sourced functions etc into place mkdir -p /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-common/usr/share/monitoring-plugins/dpkg install -t /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-common/usr/share/monitoring-plugins/dpkg \ /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/functions # remove /usr/include from monitoring-plugins-basic (in case its empty and exists) [ ! -d /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/include ] || rmdir /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-basic/usr/include # generate debian/README.Debian.plugins perl ./debian/bin/gen_plugin_deps.pl dpkg-shlibdeps: warning: unknown executable format in file 'debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_breeze' dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_dbi was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_dbi was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_dbi was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_dig was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_dig was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_dig was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: unknown executable format in file 'debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_disk_smb' dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_dns was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_dns was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_dns was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: unknown executable format in file 'debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_flexlm' dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_fping was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_fping was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_fping was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_game was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_hpjd was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_hpjd was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_hpjd was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: unknown executable format in file 'debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_ifoperstatus' dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: unknown executable format in file 'debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_ifstatus' dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_ldap was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_ldap was not linked against liblber-2.4.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_ldap was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_ldap was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_ldaps was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_ldaps was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_ldaps was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_ldaps was not linked against liblber-2.4.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: unknown executable format in file 'debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mailq' dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mysql was not linked against libm.so.6 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mysql was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mysql was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mysql was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mysql was not linked against libz.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mysql_query was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mysql_query was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mysql_query was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mysql_query was not linked against libm.so.6 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_mysql_query was not linked against libz.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: unknown executable format in file 'debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_oracle' dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_pgsql was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_pgsql was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_pgsql was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_pgsql was not linked against libcrypt.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_radius was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_radius was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_radius was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: unknown executable format in file 'debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_rpc' dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_snmp was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: unknown executable format in file 'debian/monitoring-plugins-standard/usr/lib/nagios/plugins//check_wave' dpkg-shlibdeps: warning: binaries to analyze should already be installed in their package's directory dh_testdir -i dh_testroot -i dh_installchangelogs -i dh_installchangelogs: Compatibility levels before 9 are deprecated (level 5 in use) dh_installdocs -i dh_installdocs: Compatibility levels before 9 are deprecated (level 5 in use) dh_link -i dh_link: Compatibility levels before 9 are deprecated (level 5 in use) dh_installexamples -i dh_installexamples: Compatibility levels before 9 are deprecated (level 5 in use) dh_installman -i dh_installman: Compatibility levels before 9 are deprecated (level 5 in use) dh_compress -i dh_fixperms -i dh_installdeb -i dh_installdeb: Compatibility levels before 9 are deprecated (level 5 in use) dh_gencontrol -i dh_md5sums -i dh_builddeb -i dpkg-deb: building package 'nagios-plugins-basic' in '../nagios-plugins-basic_2.2-3.drbl1_all.deb'. dpkg-deb: building package 'monitoring-plugins' in '../monitoring-plugins_2.2-3.drbl1_all.deb'. dpkg-deb: building package 'nagios-plugins-standard' in '../nagios-plugins-standard_2.2-3.drbl1_all.deb'. dpkg-deb: building package 'nagios-plugins' in '../nagios-plugins_2.2-3.drbl1_all.deb'. dpkg-deb: building package 'nagios-plugins-common' in '../nagios-plugins-common_2.2-3.drbl1_all.deb'. dh_testdir -s dh_testdir: Compatibility levels before 9 are deprecated (level 5 in use) dh_testdir: -s/--same-arch is deprecated; please use -a/--arch instead dh_testdir: This feature will be removed in compat 11. dh_testroot -s dh_installchangelogs -p monitoring-plugins-basic -s ChangeLog dh_installchangelogs: Compatibility levels before 9 are deprecated (level 5 in use) dh_installchangelogs: -s/--same-arch is deprecated; please use -a/--arch instead dh_installchangelogs: This feature will be removed in compat 11. dh_installchangelogs -Nmonitoring-plugins-basic dh_installchangelogs: Compatibility levels before 9 are deprecated (level 5 in use) dh_installdocs -s dh_installdocs: Compatibility levels before 9 are deprecated (level 5 in use) dh_installdocs: -s/--same-arch is deprecated; please use -a/--arch instead dh_installdocs: This feature will be removed in compat 11. dh_link -s dh_link: Compatibility levels before 9 are deprecated (level 5 in use) dh_link: -s/--same-arch is deprecated; please use -a/--arch instead dh_link: This feature will be removed in compat 11. dh_installexamples -s dh_installexamples: Compatibility levels before 9 are deprecated (level 5 in use) dh_installexamples: -s/--same-arch is deprecated; please use -a/--arch instead dh_installexamples: This feature will be removed in compat 11. dh_installman -s dh_installman: Compatibility levels before 9 are deprecated (level 5 in use) dh_installman: -s/--same-arch is deprecated; please use -a/--arch instead dh_installman: This feature will be removed in compat 11. dh_strip -s dh_strip: Compatibility levels before 9 are deprecated (level 5 in use) dh_strip: -s/--same-arch is deprecated; please use -a/--arch instead dh_strip: This feature will be removed in compat 11. dh_compress -s dh_compress: Compatibility levels before 9 are deprecated (level 5 in use) dh_compress: -s/--same-arch is deprecated; please use -a/--arch instead dh_compress: This feature will be removed in compat 11. dh_fixperms -s -X utils.pm dh_fixperms: Compatibility levels before 9 are deprecated (level 5 in use) dh_fixperms: -s/--same-arch is deprecated; please use -a/--arch instead dh_fixperms: This feature will be removed in compat 11. dh_installdeb -s dh_installdeb: Compatibility levels before 9 are deprecated (level 5 in use) dh_installdeb: -s/--same-arch is deprecated; please use -a/--arch instead dh_installdeb: This feature will be removed in compat 11. dh_shlibdeps -s -Nmonitoring-plugins-standard dh_shlibdeps: Compatibility levels before 9 are deprecated (level 5 in use) dh_shlibdeps: -s/--same-arch is deprecated; please use -a/--arch instead dh_shlibdeps: This feature will be removed in compat 11. dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-common/usr/lib/nagios/plugins/negate debian/monitoring-plugins-common/usr/lib/nagios/plugins/urlize were not linked against libdl.so.2 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_users debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_real debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_nagios debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_overcr debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dummy debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ups debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_nwstat debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_by_ssh debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_icmp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp_peer debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_http debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_smtp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_mrtgtraf debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_mrtg debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_time debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_disk debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp_time debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ide_smart debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_apt debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_cluster debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_procs debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_load debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_tcp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ping debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dhcp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ssh debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_nt debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_swap were not linked against libdl.so.2 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_real debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_overcr debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ups debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_nwstat debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_by_ssh debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_icmp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp_peer debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_http debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_smtp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_time debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp_time debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_tcp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ping debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dhcp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ssh debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_nt were not linked against libresolv.so.2 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_real debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_overcr debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ups debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_nwstat debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_by_ssh debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_icmp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp_peer debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_http debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_smtp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_time debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ntp_time debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_tcp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ping debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_dhcp debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_ssh debian/monitoring-plugins-basic/usr/lib/nagios/plugins/check_nt were not linked against libnsl.so.1 (they use none of the library's symbols) dpkg-shlibdeps -Tdebian/monitoring-plugins-standard.substvars \ /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dns dpkg-shlibdeps: warning: package could avoid a useless dependency if /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dns was not linked against libresolv.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dns was not linked against libdl.so.2 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dns was not linked against libnsl.so.1 (it uses none of the library's symbols) dpkg-shlibdeps -Tdebian/monitoring-plugins-standard.substvars.in \ -dSuggests /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_* dpkg-shlibdeps: warning: unknown executable format in file '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_breeze' dpkg-shlibdeps: warning: unknown executable format in file '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mailq' dpkg-shlibdeps: warning: unknown executable format in file '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_flexlm' dpkg-shlibdeps: warning: unknown executable format in file '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_wave' dpkg-shlibdeps: warning: unknown executable format in file '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_ifoperstatus' dpkg-shlibdeps: warning: unknown executable format in file '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_disk_smb' dpkg-shlibdeps: warning: unknown executable format in file '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_rpc' dpkg-shlibdeps: warning: unknown executable format in file '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_ifstatus' dpkg-shlibdeps: warning: unknown executable format in file '/home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_oracle' dpkg-shlibdeps: warning: package could avoid a useless dependency if /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_game /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_hpjd /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dbi /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dns /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_ldaps /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mysql_query /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dig /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_ldap /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mysql /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_radius /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_snmp /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_pgsql /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_fping were not linked against libdl.so.2 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_hpjd /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dbi /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dns /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_ldaps /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mysql_query /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dig /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_ldap /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mysql /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_radius /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_pgsql /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_fping were not linked against libresolv.so.2 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_ldaps /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_ldap were not linked against liblber-2.4.so.2 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_hpjd /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dbi /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dns /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_ldaps /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mysql_query /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_dig /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_ldap /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mysql /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_radius /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_pgsql /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_fping were not linked against libnsl.so.1 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mysql_query /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mysql were not linked against libz.so.1 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_pgsql was not linked against libcrypt.so.1 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mysql_query /home/steven/tmp/monitoring-plugins-basic/monitoring-plugins-2.2/debian/monitoring-plugins-standard//usr/lib/nagios/plugins/check_mysql were not linked against libm.so.6 (they use none of the library's symbols) grep shlibs:Suggests debian/monitoring-plugins-standard.substvars.in \ | sed -e 's/shlibs:Suggests/shlibs:Recommends/' \ >> debian/monitoring-plugins-standard.substvars dh_gencontrol -s dh_gencontrol: Compatibility levels before 9 are deprecated (level 5 in use) dh_gencontrol: -s/--same-arch is deprecated; please use -a/--arch instead dh_gencontrol: This feature will be removed in compat 11. dh_md5sums -s dh_md5sums: Compatibility levels before 9 are deprecated (level 5 in use) dh_md5sums: -s/--same-arch is deprecated; please use -a/--arch instead dh_md5sums: This feature will be removed in compat 11. dh_builddeb -s dh_builddeb: Compatibility levels before 9 are deprecated (level 5 in use) dh_builddeb: -s/--same-arch is deprecated; please use -a/--arch instead dh_builddeb: This feature will be removed in compat 11. dpkg-deb: building package 'monitoring-plugins-common' in '../monitoring-plugins-common_2.2-3.drbl1_amd64.deb'. dpkg-deb: building package 'monitoring-plugins-basic-dbgsym' in '../monitoring-plugins-basic-dbgsym_2.2-3.drbl1_amd64.deb'. dpkg-deb: building package 'monitoring-plugins-common-dbgsym' in '../monitoring-plugins-common-dbgsym_2.2-3.drbl1_amd64.deb'. dpkg-deb: building package 'monitoring-plugins-basic' in '../monitoring-plugins-basic_2.2-3.drbl1_amd64.deb'. dpkg-deb: building package 'monitoring-plugins-standard' in '../monitoring-plugins-standard_2.2-3.drbl1_amd64.deb'. dpkg-deb: building package 'monitoring-plugins-standard-dbgsym' in '../monitoring-plugins-standard-dbgsym_2.2-3.drbl1_amd64.deb'. dpkg-genbuildinfo dpkg-genchanges >../monitoring-plugins_2.2-3.drbl1_amd64.changes dpkg-genchanges: info: not including original source code in upload dpkg-source --after-build monitoring-plugins-2.2 dpkg-source: info: using options from monitoring-plugins-2.2/debian/source/options: --extend-diff-ignore=^\.travis dpkg-buildpackage: info: binary and diff upload (original source NOT included) Now running lintian... W: monitoring-plugins source: package-uses-deprecated-debhelper-compat-version 5 W: monitoring-plugins source: out-of-date-standards-version 3.9.8 (current is 4.0.0) W: monitoring-plugins-common: executable-not-elf-or-script usr/share/monitoring-plugins/dpkg/functions Finished running lintian. Now signing changes and any dsc files... signfile dsc monitoring-plugins_2.2-3.drbl1.dsc Steven Shiau gpg: skipped "Steven Shiau ": No secret key gpg: /tmp/debsign.hdOsjYBO/monitoring-plugins_2.2-3.drbl1.dsc: clear-sign failed: No secret key debsign: gpg error occurred! Aborting....