>>> Building on exopi-4 under devel/sparsehash DIST = [devel/sparsehash:sparsehash-sparsehash-2.0.4.tar.gz] FULLPKGNAME = sparsehash-2.0.4 distfiles size=323154 >>> Running patch in devel/sparsehash at 1713769888.60 ===> devel/sparsehash ===> Building from scratch sparsehash-2.0.4 ===> Checking files for sparsehash-2.0.4 `/exopi-cvs/ports/distfiles/sparsehash-sparsehash-2.0.4.tar.gz' is up to date. >> (SHA256) sparsehash-sparsehash-2.0.4.tar.gz: OK ===> Extracting for sparsehash-2.0.4 ===> Patching for sparsehash-2.0.4 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in devel/sparsehash at 1713769889.83 ===> devel/sparsehash ===> Generating configure for sparsehash-2.0.4 ===> Configuring for sparsehash-2.0.4 Using /exopi-obj/pobj/sparsehash-2.0.4/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/sparsehash-2.0.4/config.site checking for a BSD-compatible install... /exopi-obj/pobj/sparsehash-2.0.4/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) 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... (cached) o checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) 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... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E 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... 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 for sys/utsname.h... (cached) 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 configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc >>> Running build in devel/sparsehash at 1713769899.86 ===> devel/sparsehash ===> Building for sparsehash-2.0.4 [ -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 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]; } } }' /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/config.h.include ./src/config.h >> src/sparsehash/internal/_sparsehash_config mv -f src/sparsehash/internal/_sparsehash_config src/sparsehash/internal/sparseconfig.h /usr/bin/make all-am c++ -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4 -I./src -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -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 '/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/'`src/template_util_unittest.cc mv -f .deps/template_util_unittest.Tpo .deps/template_util_unittest.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -o template_util_unittest template_util_unittest.o c++ -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4 -I./src -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -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 '/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/'`src/type_traits_unittest.cc /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/type_traits_unittest.cc:296:28: warning: 'const' qualifier on reference type 'RefFloat' (aka 'float &') has no effect [-Wignored-reference-qualifiers] EXPECT_TRUE(is_reference::value); ^~~~~~ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/testutil.h:51:9: note: expanded from macro 'EXPECT_TRUE' if (!(cond)) { \ ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/type_traits_unittest.cc:297:28: warning: 'volatile' qualifier on reference type 'RefFloat' (aka 'float &') has no effect [-Wignored-reference-qualifiers] EXPECT_TRUE(is_reference::value); ^~~~~~~~~ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/testutil.h:51:9: note: expanded from macro 'EXPECT_TRUE' if (!(cond)) { \ ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/type_traits_unittest.cc:298:28: warning: 'const' qualifier on reference type 'RefFloat' (aka 'float &') has no effect [-Wignored-reference-qualifiers] EXPECT_TRUE(is_reference::value); ^~~~~~ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/testutil.h:51:9: note: expanded from macro 'EXPECT_TRUE' if (!(cond)) { \ ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/type_traits_unittest.cc:298:34: warning: 'volatile' qualifier on reference type 'RefFloat' (aka 'float &') has no effect [-Wignored-reference-qualifiers] EXPECT_TRUE(is_reference::value); ^~~~~~~~~ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/testutil.h:51:9: note: expanded from macro 'EXPECT_TRUE' if (!(cond)) { \ ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/type_traits_unittest.cc:88:7: warning: private field 'n_' is not used [-Wunused-private-field] int n_; ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/type_traits_unittest.cc:98:7: warning: private field 'n_' is not used [-Wunused-private-field] int n_; ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/type_traits_unittest.cc:112:7: warning: private field 'n_' is not used [-Wunused-private-field] int n_; ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/type_traits_unittest.cc:138:7: warning: private field 'n_' is not used [-Wunused-private-field] int n_; ^ 8 warnings generated. mv -f .deps/type_traits_unittest.Tpo .deps/type_traits_unittest.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -o type_traits_unittest type_traits_unittest.o c++ -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4 -I./src -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -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 '/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/'`src/libc_allocator_with_realloc_test.cc mv -f .deps/libc_allocator_with_realloc_test.Tpo .deps/libc_allocator_with_realloc_test.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -o libc_allocator_with_realloc_test libc_allocator_with_realloc_test.o c++ -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4 -I./src -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -MT sparsetable_unittest.o -MD -MP -MF .deps/sparsetable_unittest.Tpo -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo '/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/'`src/sparsetable_unittest.cc In file included from /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:47: /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable:1803:5: warning: definition of implicit copy assignment operator for 'Settings' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] Settings(const Settings& s) ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable:1363:7: note: in implicit copy assignment operator for 'google::sparsetable::Settings' first required here class sparsetable { ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:621:7: note: in implicit copy assignment operator for 'google::sparsetable' first required here y = x; ^ In file included from /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:47: /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable:1365:36: warning: 'rebind' is deprecated [-Wdeprecated-declarations] typedef typename Alloc::template rebind::other value_alloc_type; ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:633:63: note: in instantiation of template class 'google::sparsetable>' requested here sparsetable > u, v; ^ /usr/include/c++/v1/__memory/allocator.h:143:12: note: 'rebind' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { ^ /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:47: /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable:1366:36: warning: 'rebind>>' is deprecated [-Wdeprecated-declarations] typedef typename Alloc::template rebind< ^ /usr/include/c++/v1/__memory/allocator.h:143:12: note: 'rebind>>' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { ^ /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:47: /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable:1803:5: warning: definition of implicit copy assignment operator for 'Settings' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] Settings(const Settings& s) ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable:1363:7: note: in implicit copy assignment operator for 'google::sparsetable>::Settings' first required here class sparsetable { ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:639:7: note: in implicit copy assignment operator for 'google::sparsetable>' first required here v = u; ^ In file included from /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:47: /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable:1803:5: warning: definition of implicit copy assignment operator for 'Settings' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] Settings(const Settings& s) ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable:1363:7: note: in implicit copy assignment operator for 'google::sparsetable::Settings' first required here class sparsetable { ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:657:7: note: in implicit copy assignment operator for 'google::sparsetable' first required here b = a; ^ In file included from /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:47: /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable:805:36: warning: 'rebind' is deprecated [-Wdeprecated-declarations] typedef typename Alloc::template rebind::other value_alloc_type; ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable:1479:35: note: in instantiation of template class 'google::sparsegroup>' requested here groups.resize(num_groups(sz), group_type(settings)); ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsetable_unittest.cc:633:63: note: in instantiation of member function 'google::sparsetable>::sparsetable' requested here sparsetable > u, v; ^ /usr/include/c++/v1/__memory/allocator.h:143:12: note: 'rebind' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { ^ /usr/include/c++/v1/__config:808:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 6 warnings generated. mv -f .deps/sparsetable_unittest.Tpo .deps/sparsetable_unittest.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -o sparsetable_unittest sparsetable_unittest.o c++ -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4 -I./src -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -MT hashtable_test.o -MD -MP -MF .deps/hashtable_test.Tpo -c -o hashtable_test.o `test -f 'src/hashtable_test.cc' || echo '/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/'`src/hashtable_test.cc /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/hashtable_test.cc:1742:3: warning: definition of implicit copy assignment operator for 'Memmove' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] Memmove(const Memmove& that) { this->i = that.i; num_copies++; } ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/hashtable_test.cc:1777:16: note: in implicit copy assignment operator for '(anonymous namespace)::Memmove' first required here memmove[i] = Memmove(i); ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/hashtable_test.cc:1752:3: warning: definition of implicit copy assignment operator for 'NoMemmove' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy] NoMemmove(const NoMemmove& that) { this->i = that.i; num_copies++; } ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/hashtable_test.cc:1783:18: note: in implicit copy assignment operator for '(anonymous namespace)::NoMemmove' first required here nomemmove[i] = NoMemmove(i); ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/hashtable_test.cc:520:1: warning: unused variable 'HashtableCharStarTest_numtypes' [-Wunused-const-variable] TYPED_TEST_CASE_6(HashtableCharStarTest, CharStarHashtables); ^ /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/testutil.h:106:20: note: expanded from macro 'TYPED_TEST_CASE_6' static const int classname##_numtypes = 6; \ ^ :72:1: note: expanded from here HashtableCharStarTest_numtypes ^ 3 warnings generated. mv -f .deps/hashtable_test.Tpo .deps/hashtable_test.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -o hashtable_test hashtable_test.o c++ -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4 -I./src -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -MT simple_test.o -MD -MP -MF .deps/simple_test.Tpo -c -o simple_test.o `test -f 'src/simple_test.cc' || echo '/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/'`src/simple_test.cc mv -f .deps/simple_test.Tpo .deps/simple_test.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -o simple_test simple_test.o c++ -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4 -I./src -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -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 '/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/'`src/simple_compat_test.cc mv -f .deps/simple_compat_test.Tpo .deps/simple_compat_test.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -o simple_compat_test simple_compat_test.o c++ -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4 -I./src -I/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -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 '/exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/'`src/time_hash_map.cc mv -f .deps/time_hash_map-time_hash_map.Tpo .deps/time_hash_map-time_hash_map.Po c++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -O2 -pipe -o time_hash_map time_hash_map-time_hash_map.o time_hash_map.cc(time_hash_map-time_hash_map.o:(void test_all_maps>(int, int))): warning: rand() may return deterministic values, is that what you want? 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:' /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "libsparsehash.pc".tmp grep '^URL: ' /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/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" >>> Running fake in devel/sparsehash at 1713770025.12 ===> devel/sparsehash ===> Faking installation for sparsehash-2.0.4 /usr/bin/make install-am test -z "/usr/local/lib" || mkdir -p "/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/lib" test -z "/usr/local/share/doc/sparsehash" || mkdir -p "/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/share/doc/sparsehash" /exopi-obj/pobj/sparsehash-2.0.4/bin/install -c -m 644 /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/AUTHORS /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/COPYING /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/ChangeLog /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/INSTALL /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/NEWS /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/README /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/README_windows.txt /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/TODO /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/doc/dense_hash_map.html /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/doc/dense_hash_set.html /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/doc/sparse_hash_map.html /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/doc/sparse_hash_set.html /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/doc/sparsetable.html /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/doc/implementation.html /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/doc/performance.html /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/doc/index.html /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/doc/designstyle.css '/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/share/doc/sparsehash' test -z "/usr/local/include/google" || mkdir -p "/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/include/google" /exopi-obj/pobj/sparsehash-2.0.4/bin/install -c -m 644 /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/dense_hash_map /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/dense_hash_set /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/sparse_hash_map /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/sparse_hash_set /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/sparsetable /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/template_util.h /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/type_traits.h '/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/include/google' test -z "/usr/local/include/google/sparsehash" || mkdir -p "/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/include/google/sparsehash" /exopi-obj/pobj/sparsehash-2.0.4/bin/install -c -m 644 /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/sparsehash/densehashtable.h /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/sparsehash/sparsehashtable.h /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/sparsehash/hashtable-common.h /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/google/sparsehash/libc_allocator_with_realloc.h '/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/include/google/sparsehash' test -z "/usr/local/include/sparsehash/internal" || mkdir -p "/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/include/sparsehash/internal" /exopi-obj/pobj/sparsehash-2.0.4/bin/install -c -m 644 /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/internal/densehashtable.h /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/internal/sparsehashtable.h /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/internal/hashtable-common.h /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/internal/libc_allocator_with_realloc.h '/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/include/sparsehash/internal' test -z "/usr/local/include/sparsehash/internal" || mkdir -p "/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/include/sparsehash/internal" /exopi-obj/pobj/sparsehash-2.0.4/bin/install -c -m 644 src/sparsehash/internal/sparseconfig.h '/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/include/sparsehash/internal' test -z "/usr/local/lib/pkgconfig" || mkdir -p "/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/lib/pkgconfig" /exopi-obj/pobj/sparsehash-2.0.4/bin/install -c -m 644 libsparsehash.pc '/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/lib/pkgconfig' test -z "/usr/local/include/sparsehash" || mkdir -p "/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/include/sparsehash" /exopi-obj/pobj/sparsehash-2.0.4/bin/install -c -m 644 /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/dense_hash_map /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/dense_hash_set /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparse_hash_map /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparse_hash_set /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/sparsetable /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/template_util.h /exopi-obj/pobj/sparsehash-2.0.4/sparsehash-sparsehash-2.0.4/src/sparsehash/type_traits.h '/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/usr/local/include/sparsehash' >>> Running package in devel/sparsehash at 1713770026.84 ===> devel/sparsehash `/exopi-obj/pobj/sparsehash-2.0.4/fake-amd64/.fake_done' is up to date. ===> Building package for sparsehash-2.0.4 Create /exopi-cvs/ports/packages/amd64/all/sparsehash-2.0.4.tgz Creating package sparsehash-2.0.4 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|*** | 6% checksumming|***** | 8% checksumming|****** | 9% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 17% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|**************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 55% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****** | 9% archiving|****** | 10% archiving|*************** | 23% archiving|**************** | 24% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|********************* | 33% archiving|*********************** | 36% archiving|************************ | 38% archiving|************************* | 38% archiving|****************************** | 47% archiving|******************************** | 50% archiving|********************************** | 52% archiving|********************************** | 53% archiving|************************************ | 56% archiving|************************************* | 58% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|********************************************* | 71% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|******************************************************** | 87% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sparsehash-2.0.4.tgz >>> Running clean in devel/sparsehash at 1713770028.07 ===> devel/sparsehash ===> Cleaning for sparsehash-2.0.4 >>> Ended at 1713770029.08 max_stuck=83.52/patch=1.23/configure=10.03/build=124.92/fake=1.95/package=1.33/clean=1.04