------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> sparsehash-2.0.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> sparsehash-2.0.4 depends on file: /usr/local/sbin/pkg - found => sparsehash-sparsehash-sparsehash-2.0.4_GH0.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://codeload.github.com/sparsehash/sparsehash/tar.gz/sparsehash-2.0.4?dummy=/sparsehash-sparsehash-sparsehash-2.0.4_GH0.tar.gz fetch: https://codeload.github.com/sparsehash/sparsehash/tar.gz/sparsehash-2.0.4?dummy=/sparsehash-sparsehash-sparsehash-2.0.4_GH0.tar.gz: size unknown fetch: https://codeload.github.com/sparsehash/sparsehash/tar.gz/sparsehash-2.0.4?dummy=/sparsehash-sparsehash-sparsehash-2.0.4_GH0.tar.gz: size of remote file is not known sparsehash-sparsehash-sparsehash-2.0.4_GH0.tar 0 B 0 Bps sparsehash-sparsehash-sparsehash-2.0.4_GH0.tar 315 kB 2583 kBps 00s ===> Fetching all distfiles required by sparsehash-2.0.4 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> sparsehash-2.0.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sparsehash-2.0.4 for building => SHA256 Checksum OK for sparsehash-sparsehash-sparsehash-2.0.4_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> sparsehash-2.0.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sparsehash-2.0.4 for building ===> Extracting for sparsehash-2.0.4 => SHA256 Checksum OK for sparsehash-sparsehash-sparsehash-2.0.4_GH0.tar.gz. Extracted Memory Use: 1.61M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for sparsehash-2.0.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for sparsehash-2.0.4 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 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 c++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of c++... gcc3 checking for gcc... cc 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 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 memcpy... (cached) yes checking for memmove... (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 uint16_t... yes checking for u_int16_t... (cached) yes checking for __uint16... no checking for long long... (cached) yes checking for sys/resource.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking how to run the C++ preprocessor... c++ -E checking google/malloc_extension.h usability... no checking google/malloc_extension.h presence... no checking for google/malloc_extension.h... no checking whether the compiler implements namespaces... yes checking the location of hash_map... checking how to include hash_fun directly... configure: creating ./config.status config.status: creating Makefile config.status: creating src/config.h config.status: executing depfiles commands SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for sparsehash-2.0.4 --- src/sparsehash/internal/sparseconfig.h --- [ -d src/sparsehash/internal ] || mkdir -p src/sparsehash/internal echo "/*" > src/sparsehash/internal/_sparsehash_config echo " * NOTE: This file is for internal use only." >> src/sparsehash/internal/_sparsehash_config echo " * Do not use these #defines in your own program!" >> src/sparsehash/internal/_sparsehash_config echo " */" >> src/sparsehash/internal/_sparsehash_config /usr/bin/awk '{prevline=currline; currline=$0;} /^#/ {in_second_file = 1;} !in_second_file {if (currline !~ /^ *$/) {inc[currline]=0}}; in_second_file { for (i in inc) { if (index(currline, i) != 0) { print "\n"prevline"\n"currline; delete inc[i]; } } }' ./src/config.h.include ./src/config.h >> src/sparsehash/internal/_sparsehash_config mv -f src/sparsehash/internal/_sparsehash_config src/sparsehash/internal/sparseconfig.h --- all --- /usr/bin/make all-am --- template_util_unittest.o --- --- type_traits_unittest.o --- --- libc_allocator_with_realloc_test.o --- --- sparsetable_unittest.o --- --- hashtable_test.o --- --- simple_test.o --- --- simple_compat_test.o --- --- time_hash_map-time_hash_map.o --- --- libsparsehash.pc --- --- sparsetable_unittest.o --- c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -MT sparsetable_unittest.o -MD -MP -MF .deps/sparsetable_unittest.Tpo -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo './'`src/sparsetable_unittest.cc --- hashtable_test.o --- c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -MT hashtable_test.o -MD -MP -MF .deps/hashtable_test.Tpo -c -o hashtable_test.o `test -f 'src/hashtable_test.cc' || echo './'`src/hashtable_test.cc --- template_util_unittest.o --- c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -MT template_util_unittest.o -MD -MP -MF .deps/template_util_unittest.Tpo -c -o template_util_unittest.o `test -f 'src/template_util_unittest.cc' || echo './'`src/template_util_unittest.cc --- simple_test.o --- c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -MT simple_test.o -MD -MP -MF .deps/simple_test.Tpo -c -o simple_test.o `test -f 'src/simple_test.cc' || echo './'`src/simple_test.cc --- simple_compat_test.o --- c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -MT simple_compat_test.o -MD -MP -MF .deps/simple_compat_test.Tpo -c -o simple_compat_test.o `test -f 'src/simple_compat_test.cc' || echo './'`src/simple_compat_test.cc --- type_traits_unittest.o --- c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -MT type_traits_unittest.o -MD -MP -MF .deps/type_traits_unittest.Tpo -c -o type_traits_unittest.o `test -f 'src/type_traits_unittest.cc' || echo './'`src/type_traits_unittest.cc --- libc_allocator_with_realloc_test.o --- c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -MT libc_allocator_with_realloc_test.o -MD -MP -MF .deps/libc_allocator_with_realloc_test.Tpo -c -o libc_allocator_with_realloc_test.o `test -f 'src/libc_allocator_with_realloc_test.cc' || echo './'`src/libc_allocator_with_realloc_test.cc --- time_hash_map-time_hash_map.o --- c++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -MT time_hash_map-time_hash_map.o -MD -MP -MF .deps/time_hash_map-time_hash_map.Tpo -c -o time_hash_map-time_hash_map.o `test -f 'src/time_hash_map.cc' || echo './'`src/time_hash_map.cc --- libsparsehash.pc --- echo 'prefix=/usr/local' > "libsparsehash.pc".tmp echo 'exec_prefix='`echo '/usr/local' | sed 's@^/usr/local@${prefix}@'` >> "libsparsehash.pc".tmp echo 'libdir='`echo '/usr/local/lib' | sed 's@^/usr/local@${exec_prefix}@'` >> "libsparsehash.pc".tmp echo 'includedir='`echo '/usr/local/include' | sed 's@^/usr/local@${prefix}@'` >> "libsparsehash.pc".tmp echo '' >> "libsparsehash.pc".tmp echo 'Name: sparsehash' >> "libsparsehash.pc".tmp echo 'Version: 2.0.2' >> "libsparsehash.pc".tmp grep '^Summary:' ./packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "libsparsehash.pc".tmp grep '^URL: ' ./packages/rpm/rpm.spec >> "libsparsehash.pc".tmp echo 'Requires:' >> "libsparsehash.pc".tmp echo 'Libs:' >> "libsparsehash.pc".tmp echo 'Cflags: -I${includedir}' >> "libsparsehash.pc".tmp mv -f "libsparsehash.pc".tmp "libsparsehash.pc" --- template_util_unittest.o --- mv -f .deps/template_util_unittest.Tpo .deps/template_util_unittest.Po --- template_util_unittest --- c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -o template_util_unittest template_util_unittest.o --- type_traits_unittest.o --- mv -f .deps/type_traits_unittest.Tpo .deps/type_traits_unittest.Po --- type_traits_unittest --- c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -o type_traits_unittest type_traits_unittest.o --- libc_allocator_with_realloc_test.o --- mv -f .deps/libc_allocator_with_realloc_test.Tpo .deps/libc_allocator_with_realloc_test.Po --- libc_allocator_with_realloc_test --- c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -o libc_allocator_with_realloc_test libc_allocator_with_realloc_test.o --- hashtable_test.o --- src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_SparseHashMap >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_SparseHashMap >]' src/hashtable_test.cc:571:1: required from here src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] typename TypeParam::key_type kt; ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] typename TypeParam::size_type st; ^~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_SparseHashSet >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_SparseHashSet >]' src/hashtable_test.cc:571:1: required from here src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] typename TypeParam::key_type kt; ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] typename TypeParam::size_type st; ^~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_SparseHashtable, {anonymous}::SetKey >, {anonymous}::Hasher, {anonymous}::Alloc >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_SparseHashtable, {anonymous}::SetKey >, {anonymous}::Hasher, {anonymous}::Alloc >]' src/hashtable_test.cc:571:1: required from here src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] typename TypeParam::key_type kt; ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] typename TypeParam::size_type st; ^~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_DenseHashMap >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_DenseHashMap >]' src/hashtable_test.cc:571:1: required from here src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] typename TypeParam::key_type kt; ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] typename TypeParam::size_type st; ^~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_DenseHashSet >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_DenseHashSet >]' src/hashtable_test.cc:571:1: required from here src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] typename TypeParam::key_type kt; ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] typename TypeParam::size_type st; ^~ src/hashtable_test.cc: In instantiation of 'void {anonymous}::TEST_onetype_HashtableIntTest_Typedefs::Run() [with TypeParam = google::HashtableInterface_DenseHashtable, {anonymous}::SetKey >, {anonymous}::Hasher, {anonymous}::Alloc >]': src/hashtable_test.cc:571:1: required from '{anonymous}::TEST_onetype_HashtableIntTest_Typedefs::TEST_onetype_HashtableIntTest_Typedefs() [with TypeParam = google::HashtableInterface_DenseHashtable, {anonymous}::SetKey >, {anonymous}::Hasher, {anonymous}::Alloc >]' src/hashtable_test.cc:571:1: required from here src/hashtable_test.cc:577:32: warning: variable 'kt' set but not used [-Wunused-but-set-variable] typename TypeParam::key_type kt; ^~ src/hashtable_test.cc:583:33: warning: variable 'st' set but not used [-Wunused-but-set-variable] typename TypeParam::size_type st; ^~ --- simple_test.o --- mv -f .deps/simple_test.Tpo .deps/simple_test.Po --- simple_test --- c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -o simple_test simple_test.o --- simple_compat_test.o --- mv -f .deps/simple_compat_test.Tpo .deps/simple_compat_test.Po --- simple_compat_test --- c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -o simple_compat_test simple_compat_test.o --- sparsetable_unittest.o --- mv -f .deps/sparsetable_unittest.Tpo .deps/sparsetable_unittest.Po --- sparsetable_unittest --- c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -o sparsetable_unittest sparsetable_unittest.o --- time_hash_map-time_hash_map.o --- mv -f .deps/time_hash_map-time_hash_map.Tpo .deps/time_hash_map-time_hash_map.Po --- time_hash_map --- c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -o time_hash_map time_hash_map-time_hash_map.o --- hashtable_test.o --- mv -f .deps/hashtable_test.Tpo .deps/hashtable_test.Po --- hashtable_test --- c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -pipe -O2 -fno-strict-aliasing -o hashtable_test hashtable_test.o SUCCEEDED 00:02:24 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for sparsehash-2.0.4 ===> Generating temporary packing list /usr/bin/make install-am test -z "/usr/local/lib" || /bin/mkdir -p "/construction/devel/sparsehash/stage/usr/local/lib" test -z "/usr/local/share/doc/sparsehash" || /bin/mkdir -p "/construction/devel/sparsehash/stage/usr/local/share/doc/sparsehash" install -m 0644 AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt TODO doc/dense_hash_map.html doc/dense_hash_set.html doc/sparse_hash_map.html doc/sparse_hash_set.html doc/sparsetable.html doc/implementation.html doc/performance.html doc/index.html doc/designstyle.css '/construction/devel/sparsehash/stage/usr/local/share/doc/sparsehash' test -z "/usr/local/include/google" || /bin/mkdir -p "/construction/devel/sparsehash/stage/usr/local/include/google" install -m 0644 src/google/dense_hash_map src/google/dense_hash_set src/google/sparse_hash_map src/google/sparse_hash_set src/google/sparsetable src/google/template_util.h src/google/type_traits.h '/construction/devel/sparsehash/stage/usr/local/include/google' test -z "/usr/local/include/google/sparsehash" || /bin/mkdir -p "/construction/devel/sparsehash/stage/usr/local/include/google/sparsehash" install -m 0644 src/google/sparsehash/densehashtable.h src/google/sparsehash/sparsehashtable.h src/google/sparsehash/hashtable-common.h src/google/sparsehash/libc_allocator_with_realloc.h '/construction/devel/sparsehash/stage/usr/local/include/google/sparsehash' test -z "/usr/local/include/sparsehash/internal" || /bin/mkdir -p "/construction/devel/sparsehash/stage/usr/local/include/sparsehash/internal" install -m 0644 src/sparsehash/internal/densehashtable.h src/sparsehash/internal/sparsehashtable.h src/sparsehash/internal/hashtable-common.h src/sparsehash/internal/libc_allocator_with_realloc.h '/construction/devel/sparsehash/stage/usr/local/include/sparsehash/internal' test -z "/usr/local/include/sparsehash/internal" || /bin/mkdir -p "/construction/devel/sparsehash/stage/usr/local/include/sparsehash/internal" install -m 0644 src/sparsehash/internal/sparseconfig.h '/construction/devel/sparsehash/stage/usr/local/include/sparsehash/internal' test -z "/usr/local/libdata/pkgconfig" || /bin/mkdir -p "/construction/devel/sparsehash/stage/usr/local/libdata/pkgconfig" install -m 0644 libsparsehash.pc '/construction/devel/sparsehash/stage/usr/local/libdata/pkgconfig' test -z "/usr/local/include/sparsehash" || /bin/mkdir -p "/construction/devel/sparsehash/stage/usr/local/include/sparsehash" install -m 0644 src/sparsehash/dense_hash_map src/sparsehash/dense_hash_set src/sparsehash/sparse_hash_map src/sparsehash/sparse_hash_set src/sparsehash/sparsetable src/sparsehash/template_util.h src/sparsehash/type_traits.h '/construction/devel/sparsehash/stage/usr/local/include/sparsehash' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for sparsehash-2.0.4 file sizes/checksums [41]: 0% file sizes/checksums [41]: 100% packing files [41]: 0% packing files [41]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:02:33