------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/autoconf-wrapper-20131203.txz Installing /packages/All/perl5-5.30.3.txz ===== Message from perl5-5.30.3: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/autoconf-2.69_3.txz Installing /packages/All/automake-1.16.2.txz Installing /packages/All/libev-4.33,1.txz Installing /packages/All/libconfuse-3.3.txz SUCCEEDED 00:00:15 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> nsca-ng-1.6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> nsca-ng-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nsca-ng-1.6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> nsca-ng-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nsca-ng-1.6 for building => SHA256 Checksum OK for weiss-nsca-ng-v1.6_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> nsca-ng-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nsca-ng-1.6 for building ===> Extracting for nsca-ng-1.6 => SHA256 Checksum OK for weiss-nsca-ng-v1.6_GH0.tar.gz. Extracted Memory Use: 1.29M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for nsca-ng-1.6 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> nsca-ng-1.6 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> nsca-ng-1.6 depends on package: autoconf>=2.69 - found ===> nsca-ng-1.6 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> nsca-ng-1.6 depends on shared library: libev.so - found (/usr/local/lib/libev.so) ===> nsca-ng-1.6 depends on shared library: libconfuse.so - found (/usr/local/lib/libconfuse.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> nsca-ng-1.6 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> nsca-ng-1.6 depends on package: autoconf>=2.69 - found ===> nsca-ng-1.6 depends on package: automake>=1.16.1 - found ===> nsca-ng-1.6 depends on shared library: libev.so - found (/usr/local/lib/libev.so) ===> nsca-ng-1.6 depends on shared library: libconfuse.so - found (/usr/local/lib/libconfuse.so) ===> Configuring for nsca-ng-1.6 configure.ac:95: installing 'build-aux/ar-lib' configure.ac:87: installing 'build-aux/compile' configure.ac:39: installing 'build-aux/install-sh' configure.ac:39: installing 'build-aux/missing' lib/Makefile.am: installing 'build-aux/depcomp' configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking whether the NSCA-ng client should be built... yes checking whether the NSCA-ng server should be built... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking for cc option to accept ISO C99... none needed checking for cc option to accept ISO Standard C... (cached) none needed checking for ranlib... ranlib checking for ar... ar checking the archiver (ar) interface... ar checking for arpa/inet.h... (cached) yes checking for netinet/in.h... (cached) yes checking for sys/socket.h... (cached) yes checking for struct sockaddr_storage... yes checking for struct sockaddr_in6... yes checking for library containing inet_ntop... none required checking for library containing getpeername... none required checking whether libev is desired... yes checking for the location of libev... /usr/local checking ev.h usability... yes checking ev.h presence... yes checking for ev.h... yes checking for ev_version_major in -lev... yes checking for ev_run in -lev... yes checking whether OpenSSL is desired... yes checking for the location of OpenSSL... /usr/local checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for BIO_new in -lcrypto... yes checking for RAND_bytes in -lcrypto... yes checking for SSL_new in -lssl... yes checking for SSL_get_psk_identity in -lssl... yes checking whether libConfuse is desired... yes checking for the location of libConfuse... /usr/local checking confuse.h usability... yes checking confuse.h presence... yes checking for confuse.h... yes checking for cfg_init in -lconfuse... yes checking whether CFGF_NO_TITLE_DUPES is declared... yes checking whether systemd is desired... maybe checking for the location of systemd... not found checking for sys/param.h... (cached) yes checking for bsd/libutil.h... no checking for libutil.h... (cached) yes checking for pidfile_open... no checking for pidfile_open in -lbsd... no checking for pidfile_open in -lutil... yes checking for aio_return... yes checking whether POSIX AIO works... no checking for stdbool.h that conforms to C99... (cached) yes checking for _Bool... (cached) yes checking for inttypes.h... (cached) yes checking for inline... inline checking for C/C++ restrict keyword... __restrict checking for size_t... (cached) yes checking for unsigned long long int... (cached) yes checking for long long int... (cached) yes checking for ssize_t... (cached) yes checking for intmax_t... (cached) yes checking for pid_t... (cached) yes checking for stdarg.h... (cached) yes checking for varargs.h... no checking for vsnprintf... (cached) yes checking whether vsnprintf is C99-compliant... yes checking for snprintf... (cached) yes checking whether snprintf is C99-compliant... yes checking for vasprintf... (cached) yes checking for asprintf... (cached) yes checking whether getprogname is declared... yes checking whether setprogname is declared... yes checking for strdup... (cached) yes checking for strcasecmp... (cached) yes checking for strncasecmp... (cached) yes checking for nanosleep... yes checking for closefrom... (cached) yes checking for daemon... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating build-aux/Makefile config.status: creating contrib/Makefile config.status: creating etc/Makefile config.status: creating lib/Makefile config.status: creating lib/ev/Makefile config.status: creating lib/pidfile/Makefile config.status: creating man/Makefile config.status: creating perl/Makefile config.status: creating python/Makefile config.status: creating src/Makefile config.status: creating src/client/Makefile config.status: creating src/common/Makefile config.status: creating src/server/Makefile config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands configure: summary of build options: Build NSCA-ng client: yes Build NSCA-ng server: yes Use embedded libev: no Compiler: cc SUCCEEDED 00:00:33 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for nsca-ng-1.6 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in lib --- all-recursive --- --- wrappers.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../src/common -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT wrappers.o -MD -MP -MF .deps/wrappers.Tpo -c -o wrappers.o wrappers.c mv -f .deps/wrappers.Tpo .deps/wrappers.Po --- libcompat.a --- rm -f libcompat.a ar cru libcompat.a wrappers.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libcompat.a Making all in src --- all-recursive --- Making all in common --- buffer.o --- --- log.o --- --- tls.o --- --- util.o --- --- buffer.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DNSCA_VERSION=\"`(git describe --tags --match 'v[0-9]*' --dirty 2>/dev/null || echo 1.6) | sed 's/^v//'`\" -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o buffer.c --- log.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DNSCA_VERSION=\"`(git describe --tags --match 'v[0-9]*' --dirty 2>/dev/null || echo 1.6) | sed 's/^v//'`\" -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c --- tls.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DNSCA_VERSION=\"`(git describe --tags --match 'v[0-9]*' --dirty 2>/dev/null || echo 1.6) | sed 's/^v//'`\" -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT tls.o -MD -MP -MF .deps/tls.Tpo -c -o tls.o tls.c --- util.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DNSCA_VERSION=\"`(git describe --tags --match 'v[0-9]*' --dirty 2>/dev/null || echo 1.6) | sed 's/^v//'`\" -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po --- log.o --- mv -f .deps/log.Tpo .deps/log.Po --- tls.o --- mv -f .deps/tls.Tpo .deps/tls.Po --- buffer.o --- mv -f .deps/buffer.Tpo .deps/buffer.Po --- libcommon.a --- rm -f libcommon.a ar cru libcommon.a buffer.o log.o tls.o util.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libcommon.a Making all in client --- auth.o --- --- client.o --- --- conf.o --- --- input.o --- --- parse.o --- --- send_nsca.o --- --- conf.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT conf.o -MD -MP -MF .deps/conf.Tpo -c -o conf.o conf.c --- input.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT input.o -MD -MP -MF .deps/input.Tpo -c -o input.o input.c --- parse.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c --- send_nsca.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT send_nsca.o -MD -MP -MF .deps/send_nsca.Tpo -c -o send_nsca.o send_nsca.c --- auth.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT auth.o -MD -MP -MF .deps/auth.Tpo -c -o auth.o auth.c --- client.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT client.o -MD -MP -MF .deps/client.Tpo -c -o client.o client.c --- input.o --- mv -f .deps/input.Tpo .deps/input.Po --- parse.o --- mv -f .deps/parse.Tpo .deps/parse.Po --- send_nsca.o --- mv -f .deps/send_nsca.Tpo .deps/send_nsca.Po --- conf.o --- mv -f .deps/conf.Tpo .deps/conf.Po --- client.o --- mv -f .deps/client.Tpo .deps/client.Po --- auth.o --- mv -f .deps/auth.Tpo .deps/auth.Po --- send_nsca --- cc -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o send_nsca auth.o client.o conf.o input.o parse.o send_nsca.o ../common/libcommon.a ../../lib/libcompat.a -lev -lssl -lcrypto Making all in server --- auth.o --- --- conf.o --- --- fifo.o --- --- hash.o --- --- nsca-ng.o --- --- server.o --- --- auth.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -DLOCALSTATEDIR='"/var/spool/nagios"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT auth.o -MD -MP -MF .deps/auth.Tpo -c -o auth.o auth.c --- conf.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -DLOCALSTATEDIR='"/var/spool/nagios"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT conf.o -MD -MP -MF .deps/conf.Tpo -c -o conf.o conf.c --- fifo.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -DLOCALSTATEDIR='"/var/spool/nagios"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT fifo.o -MD -MP -MF .deps/fifo.Tpo -c -o fifo.o fifo.c --- nsca-ng.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -DLOCALSTATEDIR='"/var/spool/nagios"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT nsca-ng.o -MD -MP -MF .deps/nsca-ng.Tpo -c -o nsca-ng.o nsca-ng.c --- server.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -DLOCALSTATEDIR='"/var/spool/nagios"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.c --- hash.o --- cc -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR='"/usr/local/etc"' -DLOCALSTATEDIR='"/var/spool/nagios"' -I../../src/common -I../../lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c mv -f .deps/hash.Tpo .deps/hash.Po --- nsca-ng.o --- mv -f .deps/nsca-ng.Tpo .deps/nsca-ng.Po --- auth.o --- mv -f .deps/auth.Tpo .deps/auth.Po --- conf.o --- mv -f .deps/conf.Tpo .deps/conf.Po --- fifo.o --- mv -f .deps/fifo.Tpo .deps/fifo.Po --- server.o --- mv -f .deps/server.Tpo .deps/server.Po --- nsca-ng --- cc -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o nsca-ng auth.o conf.o fifo.o hash.o nsca-ng.o server.o ../common/libcommon.a ../../lib/libcompat.a -lconfuse -lev -lssl -lcrypto -lutil Making all in man --- nsca-ng.cfg.man --- --- send_nsca.cfg.man --- --- nsca-ng.man --- --- send_nsca.man --- --- nsca-ng.cfg.man --- sed -e 's|[@]sysconfdir[@]|/usr/local/etc|g' -e 's|[@]localstatedir[@]|/var/spool/nagios|g' -e 's|[@]version[@]|1.6|g' -e 's|[@]date[@]|March 19, 2019|g' nsca-ng.cfg.in > nsca-ng.cfg.man --- send_nsca.cfg.man --- sed -e 's|[@]sysconfdir[@]|/usr/local/etc|g' -e 's|[@]localstatedir[@]|/var/spool/nagios|g' -e 's|[@]version[@]|1.6|g' -e 's|[@]date[@]|March 19, 2019|g' send_nsca.cfg.in > send_nsca.cfg.man --- nsca-ng.man --- sed -e 's|[@]sysconfdir[@]|/usr/local/etc|g' -e 's|[@]localstatedir[@]|/var/spool/nagios|g' -e 's|[@]version[@]|1.6|g' -e 's|[@]date[@]|March 19, 2019|g' nsca-ng.in > nsca-ng.man --- send_nsca.man --- sed -e 's|[@]sysconfdir[@]|/usr/local/etc|g' -e 's|[@]localstatedir[@]|/var/spool/nagios|g' -e 's|[@]version[@]|1.6|g' -e 's|[@]date[@]|March 19, 2019|g' send_nsca.in > send_nsca.man Making all in etc Making all in build-aux Making all in contrib Making all in perl Making all in python Making all in tests --- test_nsca.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../lib -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT test_nsca.o -MD -MP -MF .deps/test_nsca.Tpo -c -o test_nsca.o test_nsca.c mv -f .deps/test_nsca.Tpo .deps/test_nsca.Po --- test_nsca --- cc -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o test_nsca test_nsca.o ../lib/libcompat.a SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> nsca-ng-1.6 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for nsca-ng-1.6 ===> nsca-ng-1.6 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list Making install in lib Making install in src Making install in common Making install in client /bin/mkdir -p '/construction/net-mgmt/nsca-ng/stage/usr/local/sbin' install -s -m 555 send_nsca '/construction/net-mgmt/nsca-ng/stage/usr/local/sbin' Making install in server /bin/mkdir -p '/construction/net-mgmt/nsca-ng/stage/usr/local/sbin' install -s -m 555 nsca-ng '/construction/net-mgmt/nsca-ng/stage/usr/local/sbin' Making install in man /bin/mkdir -p '/construction/net-mgmt/nsca-ng/stage/usr/local/man/man5' install -m 0644 'nsca-ng.cfg.man' '/construction/net-mgmt/nsca-ng/stage/usr/local/man/man5/nsca-ng.cfg.5' install -m 0644 'send_nsca.cfg.man' '/construction/net-mgmt/nsca-ng/stage/usr/local/man/man5/send_nsca.cfg.5' /bin/mkdir -p '/construction/net-mgmt/nsca-ng/stage/usr/local/man/man8' install -m 0644 'nsca-ng.man' '/construction/net-mgmt/nsca-ng/stage/usr/local/man/man8/nsca-ng.8' install -m 0644 'send_nsca.man' '/construction/net-mgmt/nsca-ng/stage/usr/local/man/man8/send_nsca.8' Making install in etc /bin/mkdir -p '/construction/net-mgmt/nsca-ng/stage/usr/local/etc' if [ -r '/construction/net-mgmt/nsca-ng/stage/usr/local/etc/send_nsca.cfg' ]; then echo 'Preserving the installed send_nsca.cfg file.'; else install -m 0644 './send_nsca.cfg' '/construction/net-mgmt/nsca-ng/stage/usr/local/etc'; fi /bin/mkdir -p '/construction/net-mgmt/nsca-ng/stage/usr/local/etc' if [ -r '/construction/net-mgmt/nsca-ng/stage/usr/local/etc/nsca-ng.cfg' ]; then echo 'Preserving the installed nsca-ng.cfg file.'; else install -m 0644 './nsca-ng.cfg' '/construction/net-mgmt/nsca-ng/stage/usr/local/etc'; fi Making install in build-aux Making install in contrib Making install in perl Making install in python Making install in tests cd /construction/net-mgmt/nsca-ng/stage/usr/local/etc && /bin/mv nsca-ng.cfg nsca-ng.cfg.sample cd /construction/net-mgmt/nsca-ng/stage/usr/local && /bin/rm -f etc/send_nsca.cfg man/man5/send_nsca.cfg.5 man/man8/send_nsca.8 sbin/send_nsca cd /construction/net-mgmt/nsca-ng/nsca-ng-1.6 && install -m 0644 NEWS COPYING README PROTOCOL TODO /construction/net-mgmt/nsca-ng/stage/usr/local/share/doc/nsca-ng ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for nsca-ng-1.6 file sizes/checksums [10]: 0% file sizes/checksums [10]: 100% packing files [10]: 0% packing files [10]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:55