=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for gperftools-2.4nb2 /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -mmmx -fno-omit-frame-pointer -Wno-unused-result -O2 -march=i586 -MT src/libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c -o src/libtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo './'`src/tcmalloc.cc libtool: compile: c++ -DHAVE_CONFIG_H -I. -I./src -DNO_TCMALLOC_SAMPLES -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -mmmx -fno-omit-frame-pointer -Wno-unused-result -O2 -march=i586 -MT src/libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c src/tcmalloc.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_la-tcmalloc.o In file included from src/tcmalloc.cc:133: In file included from ./src/thread_cache.h:48: ./src/maybe_threads.h:46:34: error: unknown type name 'pthread_key_t' int perftools_pthread_key_create(pthread_key_t *key, ^ ./src/maybe_threads.h:48:34: error: unknown type name 'pthread_key_t' int perftools_pthread_key_delete(pthread_key_t key); ^ ./src/maybe_threads.h:49:37: error: unknown type name 'pthread_key_t' void *perftools_pthread_getspecific(pthread_key_t key); ^ ./src/maybe_threads.h:50:35: error: unknown type name 'pthread_key_t' int perftools_pthread_setspecific(pthread_key_t key, void *val); ^ ./src/maybe_threads.h:51:28: error: unknown type name 'pthread_once_t' int perftools_pthread_once(pthread_once_t *ctl, ^ In file included from src/tcmalloc.cc:133: ./src/thread_cache.h:78:13: error: unknown type name 'pthread_t' void Init(pthread_t tid); ^ ./src/thread_cache.h:281:10: error: unknown type name 'pthread_key_t' static pthread_key_t heap_key_; ^ ./src/thread_cache.h:317:3: error: unknown type name 'pthread_t' pthread_t tid_; // Which thread owns it ^ ./src/thread_cache.h:321:31: error: unknown type name 'pthread_t' static ThreadCache* NewHeap(pthread_t tid); ^ In file included from src/tcmalloc.cc:146: In file included from ./src/libc_override.h:84: ./src/libc_override_gcc_and_weak.h:59:6: warning: 'operator delete' is missing exception specification 'throw()' void operator delete(void* p) __THROW ^ throw() /usr/include/c++/new:137:30: note: previous declaration is here _LIBCPP_NEW_DELETE_VIS void operator delete(void* __p) _NOEXCEPT; ^ In file included from src/tcmalloc.cc:146: In file included from ./src/libc_override.h:84: ./src/libc_override_gcc_and_weak.h:63:6: warning: 'operator delete[]' is missing exception specification 'throw()' void operator delete[](void* p) __THROW ^ throw() /usr/include/c++/new:150:30: note: previous declaration is here _LIBCPP_NEW_DELETE_VIS void operator delete[](void* __p) _NOEXCEPT; ^ In file included from src/tcmalloc.cc:146: In file included from ./src/libc_override.h:84: ./src/libc_override_gcc_and_weak.h:65:7: warning: 'operator new' is missing exception specification 'throw()' void* operator new(size_t size, const std::nothrow_t& nt) __THROW ^ throw() /usr/include/c++/new:136:30: note: previous declaration is here _LIBCPP_NEW_DELETE_VIS void* operator new(std::size_t __sz, const std::nothrow_t&) _NOEXCEPT _NOALIAS; ^ In file included from src/tcmalloc.cc:146: In file included from ./src/libc_override.h:84: ./src/libc_override_gcc_and_weak.h:67:7: warning: 'operator new[]' is missing exception specification 'throw()' void* operator new[](size_t size, const std::nothrow_t& nt) __THROW ^ throw() /usr/include/c++/new:149:30: note: previous declaration is here _LIBCPP_NEW_DELETE_VIS void* operator new[](std::size_t __sz, const std::nothrow_t&) _NOEXCEPT _NOALIAS; ^ In file included from src/tcmalloc.cc:146: In file included from ./src/libc_override.h:84: ./src/libc_override_gcc_and_weak.h:69:6: warning: 'operator delete' is missing exception specification 'throw()' void operator delete(void* p, const std::nothrow_t& nt) __THROW ^ throw() /usr/include/c++/new:138:30: note: previous declaration is here _LIBCPP_NEW_DELETE_VIS void operator delete(void* __p, const std::nothrow_t&) _NOEXCEPT; ^ In file included from src/tcmalloc.cc:146: In file included from ./src/libc_override.h:84: ./src/libc_override_gcc_and_weak.h:71:6: warning: 'operator delete[]' is missing exception specification 'throw()' void operator delete[](void* p, const std::nothrow_t& nt) __THROW ^ throw() /usr/include/c++/new:151:30: note: previous declaration is here _LIBCPP_NEW_DELETE_VIS void operator delete[](void* __p, const std::nothrow_t&) _NOEXCEPT; ^ 6 warnings and 9 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/devel/gperftools/work/gperftools-2.4 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/devel/gperftools *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/gperftools