------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/autoconf-wrapper-20131203.txz Installing /packages/All/perl5-5.30.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from perl5-5.30.1: -- 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 pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/automake-1.16.1_2.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> statsite-0.8.0_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> statsite-0.8.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by statsite-0.8.0_2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> statsite-0.8.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by statsite-0.8.0_2 for building => SHA256 Checksum OK for armon-statsite-v0.8.0_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> statsite-0.8.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by statsite-0.8.0_2 for building ===> Extracting for statsite-0.8.0_2 => SHA256 Checksum OK for armon-statsite-v0.8.0_GH0.tar.gz. Extracted Memory Use: 4.43M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for statsite-0.8.0_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> statsite-0.8.0_2 depends on package: autoconf>=2.69 - found ===> statsite-0.8.0_2 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> statsite-0.8.0_2 depends on package: autoconf>=2.69 - found ===> statsite-0.8.0_2 depends on package: automake>=1.16.1 - found ===> Configuring for statsite-0.8.0_2 aclocal: warning: couldn't open directory 'm4': No such file or directory configure.ac:21: installing 'ac_config/compile' configure.ac:23: installing 'ac_config/install-sh' configure.ac:23: installing 'ac_config/missing' Makefile.am: installing 'ac_config/depcomp' configure: loading site script /xports/Templates/config.site 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 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 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 the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of cc... gcc3 checking for clock_gettime in -lrt... yes 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 whether ln -s works... yes ./configure: LT_INIT: not found checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for statsite-0.8.0_2 --- all-recursive --- Making all in deps/ae --- ./ae.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c ./ae.c --- libae.a --- ar rcs libae.a ./ae.o Making all in deps/inih --- ./inih.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c ./inih.c --- libinih.a --- ar rcs libinih.a ./inih.o Making all in deps/murmurhash --- ./MurmurHash3.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c ./MurmurHash3.c --- libmurmur.a --- ar rcs libmurmur.a ./MurmurHash3.o Making all in . --- src/.deps/.dirstamp --- --- src/.dirstamp --- --- src/hashmap.o --- --- src/heap.o --- --- src/radix.o --- --- src/hll_constants.o --- --- src/hll.o --- --- src/set.o --- --- src/cm_quantile.o --- --- src/timer.o --- --- src/counter.o --- --- src/metrics.o --- --- src/set.o --- depbase=`echo src/set.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/set.o -MD -MP -MF $depbase.Tpo -c -o src/set.o src/set.c && mv -f $depbase.Tpo $depbase.Po --- src/hashmap.o --- depbase=`echo src/hashmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/hashmap.o -MD -MP -MF $depbase.Tpo -c -o src/hashmap.o src/hashmap.c && mv -f $depbase.Tpo $depbase.Po --- src/timer.o --- depbase=`echo src/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/timer.o -MD -MP -MF $depbase.Tpo -c -o src/timer.o src/timer.c && mv -f $depbase.Tpo $depbase.Po --- src/counter.o --- depbase=`echo src/counter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/counter.o -MD -MP -MF $depbase.Tpo -c -o src/counter.o src/counter.c && mv -f $depbase.Tpo $depbase.Po --- src/metrics.o --- depbase=`echo src/metrics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/metrics.o -MD -MP -MF $depbase.Tpo -c -o src/metrics.o src/metrics.c && mv -f $depbase.Tpo $depbase.Po --- src/heap.o --- depbase=`echo src/heap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/heap.o -MD -MP -MF $depbase.Tpo -c -o src/heap.o src/heap.c && mv -f $depbase.Tpo $depbase.Po --- src/radix.o --- depbase=`echo src/radix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/radix.o -MD -MP -MF $depbase.Tpo -c -o src/radix.o src/radix.c && mv -f $depbase.Tpo $depbase.Po --- src/hll_constants.o --- depbase=`echo src/hll_constants.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/hll_constants.o -MD -MP -MF $depbase.Tpo -c -o src/hll_constants.o src/hll_constants.c && mv -f $depbase.Tpo $depbase.Po --- src/hll.o --- depbase=`echo src/hll.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/hll.o -MD -MP -MF $depbase.Tpo -c -o src/hll.o src/hll.c && mv -f $depbase.Tpo $depbase.Po --- src/cm_quantile.o --- depbase=`echo src/cm_quantile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/cm_quantile.o -MD -MP -MF $depbase.Tpo -c -o src/cm_quantile.o src/cm_quantile.c && mv -f $depbase.Tpo $depbase.Po --- src/streaming.o --- depbase=`echo src/streaming.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/streaming.o -MD -MP -MF $depbase.Tpo -c -o src/streaming.o src/streaming.c && mv -f $depbase.Tpo $depbase.Po --- src/config.o --- depbase=`echo src/config.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/config.o -MD -MP -MF $depbase.Tpo -c -o src/config.o src/config.c && mv -f $depbase.Tpo $depbase.Po --- src/networking.o --- depbase=`echo src/networking.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/networking.o -MD -MP -MF $depbase.Tpo -c -o src/networking.o src/networking.c && mv -f $depbase.Tpo $depbase.Po --- src/conn_handler.o --- depbase=`echo src/conn_handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/conn_handler.o -MD -MP -MF $depbase.Tpo -c -o src/conn_handler.o src/conn_handler.c && mv -f $depbase.Tpo $depbase.Po --- src/statsite.o --- depbase=`echo src/statsite.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"Statsite\" -DPACKAGE_TARNAME=\"statsite\" -DPACKAGE_VERSION=\"0.7.1\" -DPACKAGE_STRING=\"Statsite\ 0.7.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"statsite\" -DVERSION=\"0.7.1\" -I. -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -MT src/statsite.o -MD -MP -MF $depbase.Tpo -c -o src/statsite.o src/statsite.c && mv -f $depbase.Tpo $depbase.Po --- src/statsite --- cc -g -std=gnu99 -pthread -D_GNU_SOURCE -DLOG_PERROR=0 -O3 -pthread -lm -lrt -Ideps/inih/ -Ideps/ae/ -Isrc/ -pipe -O2 -fno-strict-aliasing -std=gnu99 -o src/statsite src/hashmap.o src/heap.o src/radix.o src/hll_constants.o src/hll.o src/set.o src/cm_quantile.o src/timer.o src/counter.o src/metrics.o src/streaming.o src/config.o src/networking.o src/conn_handler.o src/statsite.o deps/ae/libae.a deps/inih/libinih.a deps/murmurhash/libmurmur.a SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for statsite-0.8.0_2 ===> Generating temporary packing list ===> Creating groups. ===> Creating users Making install in deps/ae Making install in deps/inih Making install in deps/murmurhash Making install in . /bin/mkdir -p '/construction/net-mgmt/statsite/stage/usr/local/bin' install -s -m 555 src/statsite '/construction/net-mgmt/statsite/stage/usr/local/bin' /bin/mkdir -p '/construction/net-mgmt/statsite/stage/usr/local/share/statsite' /bin/mkdir -p '/construction/net-mgmt/statsite/stage/usr/local/share/statsite/sinks' install -m 0644 sinks/__init__.py sinks/binary_sink.py sinks/cloudwatch.sh sinks/gmetric.py sinks/graphite.py sinks/influxdb.py sinks/librato.py sinks/opentsdb.js sinks/statsite_json_sink.rb '/construction/net-mgmt/statsite/stage/usr/local/share/statsite/sinks' install -m 0644 /construction/net-mgmt/statsite/statsite-0.8.0/rpm/statsite.conf.example /construction/net-mgmt/statsite/stage/usr/local/etc/statsite.conf.sample /bin/mkdir -p /construction/net-mgmt/statsite/stage/usr/local/share/doc/statsite install -m 0644 /construction/net-mgmt/statsite/statsite-0.8.0/README.md /construction/net-mgmt/statsite/stage/usr/local/share/doc/statsite ====> 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 statsite-0.8.0_2 file sizes/checksums [13]: 0% file sizes/checksums [13]: 100% packing files [13]: 0% packing files [13]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:20