devel/google-perftools fails to build on 10-current

From: Chuck Burns <break19_at_gmail.com>
Date: Fri, 9 Dec 2011 17:29:07 -0600
I recently source-up'd to 10-current, and began the slow process of rebuilding 
all my installed ports, devel/google-perftools fails with an undeclared 
"__isthreaded"

The following should be more than enough information.

Thanks,
Chuck Burns

----
root_at_freebeast /usr/src % svn info
Path: .
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 228349
Node Kind: directory
Schedule: normal
Last Changed Author: rmh
Last Changed Rev: 228349
Last Changed Date: 2011-12-08 06:31:47 -0600 (Thu, 08 Dec 2011)

----

if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-maybe_threads.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo" -c -o 
libtcmalloc_minimal_internal_la-maybe_threads.lo `test -f 
'src/maybe_threads.cc' || echo './'`src/maybe_threads.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo" 
".deps/libtcmalloc_minimal_internal_la-maybe_threads.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
maybe_threads.Tpo -c src/maybe_threads.cc  -fPIC -DPIC -o 
.libs/libtcmalloc_minimal_internal_la-maybe_threads.o
src/maybe_threads.cc: In function 'int perftools_pthread_once(pthread_once_t*, 
void (*)())':
src/maybe_threads.cc:118: error: '__isthreaded' was not declared in this scope
*** Error code 1

Stop in /usr/ports/devel/google-perftools/work/google-perftools-1.8.3.
*** Error code 1

Stop in /usr/ports/devel/google-perftools.

----

The -full- build log follows.
root_at_freebeast ~ % cd /usr/ports/devel/google-perftools 
root_at_freebeast /usr/ports/devel/google-perftools % ls
Makefile   distinfo   files/     pkg-descr  pkg-plist  work/
root_at_freebeast /usr/ports/devel/google-perftools % make clean
===>  Cleaning for google-perftools-1.8.3
root_at_freebeast /usr/ports/devel/google-perftools % ls
Makefile   distinfo   files/     pkg-descr  pkg-plist
root_at_freebeast /usr/ports/devel/google-perftools % make
===>  Vulnerability check disabled, database not found
===>  License BSD accepted by the user
===>  Extracting for google-perftools-1.8.3
=> SHA256 Checksum OK for google-perftools-1.8.3.tar.gz.
===>  Patching for google-perftools-1.8.3
===>  Applying FreeBSD patches for google-perftools-1.8.3
===>  Configuring for google-perftools-1.8.3
checking build system type... amd64-portbld-freebsd10.0
checking host system type... amd64-portbld-freebsd10.0
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 for style of include used by make... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking whether cc understands -c and -o together... yes
checking for objcopy... objcopy
checking if objcopy supports -W... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) gcc3
checking how to run the C++ preprocessor... c++ -E
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd10.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd10.0 ld.so
checking how to hardcode library paths into programs... immediate
checking for inline... inline
checking for __attribute__... yes
checking for ANSI C header files... (cached) yes
checking for __int64... no
checking for struct mallinfo... no
checking for Elf32_Versym... yes
checking for sbrk... yes
checking for geteuid... yes
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking sys/malloc.h usability... yes
checking sys/malloc.h presence... yes
checking for sys/malloc.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking libunwind.h usability... no
checking libunwind.h presence... no
checking for libunwind.h... no
checking unwind.h usability... no
checking unwind.h presence... no
checking for unwind.h... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking conflict-signal.h usability... no
checking conflict-signal.h presence... no
checking for conflict-signal.h... no
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking linux/ptrace.h usability... no
checking linux/ptrace.h presence... no
checking for linux/ptrace.h... no
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking for features.h... (cached) no
checking whether cfree is declared... no
checking whether posix_memalign is declared... no
checking whether memalign is declared... no
checking whether valloc is declared... no
checking whether pvalloc is declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking if int32_t is the same type as intptr_t... no
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking sys/ucontext.h usability... yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking cygwin/signal.h usability... no
checking cygwin/signal.h presence... no
checking for cygwin/signal.h... no
checking how to access the program counter from a struct ucontext... 
uc_mcontext.mc_rip
checking for backtrace in -lunwind... no
checking if the compiler supports -Wno-unused-result... no
checking printf format code for printing a size_t and ssize_t... l
checking for __builtin_stack_pointer()... no
checking for __environ... no
checking for __thread... yes
checking if __malloc_hook is declared volatile... no
checking if nanosleep requires any libraries... no
checking whether uname is declared... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking whether what we have so far is sufficient with -nostdlib... no
checking whether -pthread saves the day... no
configure: WARNING: Impossible to determine how to use pthreads with shared 
libraries and -nostdlib
checking whether the compiler implements namespaces... yes
checking what namespace STL code is in... std
checking for program_invocation_name... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/google/tcmalloc.h
config.status: creating src/windows/google/tcmalloc.h
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
===>  Building for google-perftools-1.8.3
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -D_THREAD_SAFE -pthread -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  -fno-omit-frame-pointer   -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_la-tcmalloc.lo -MD 
-MP -MF ".deps/libtcmalloc_minimal_la-tcmalloc.Tpo" -c -o 
libtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo 
'./'`src/tcmalloc.cc;  then mv -f ".deps/libtcmalloc_minimal_la-tcmalloc.Tpo" 
".deps/libtcmalloc_minimal_la-tcmalloc.Plo"; else rm -f 
".deps/libtcmalloc_minimal_la-tcmalloc.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -D_THREAD_SAFE -pthread -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 
-fno-omit-frame-pointer -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_la-
tcmalloc.Tpo -c src/tcmalloc.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_la-
tcmalloc.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -D_THREAD_SAFE -pthread -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 
-fno-omit-frame-pointer -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_la-
tcmalloc.Tpo -c src/tcmalloc.cc -o libtcmalloc_minimal_la-tcmalloc.o 
>/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-common.Tpo" -c -o 
libtcmalloc_minimal_internal_la-common.lo `test -f 'src/common.cc' || echo 
'./'`src/common.cc;  then mv -f ".deps/libtcmalloc_minimal_internal_la-
common.Tpo" ".deps/libtcmalloc_minimal_internal_la-common.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-common.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
common.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-common.Tpo -c 
src/common.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-common.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
common.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-common.Tpo -c 
src/common.cc -o libtcmalloc_minimal_internal_la-common.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo" -c -o 
libtcmalloc_minimal_internal_la-internal_logging.lo `test -f 
'src/internal_logging.cc' || echo './'`src/internal_logging.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo" 
".deps/libtcmalloc_minimal_internal_la-internal_logging.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
internal_logging.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
internal_logging.Tpo -c src/internal_logging.cc  -fPIC -DPIC -o 
.libs/libtcmalloc_minimal_internal_la-internal_logging.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
internal_logging.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
internal_logging.Tpo -c src/internal_logging.cc -o 
libtcmalloc_minimal_internal_la-internal_logging.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo" -c -o 
libtcmalloc_minimal_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' 
|| echo './'`src/system-alloc.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo" 
".deps/libtcmalloc_minimal_internal_la-system-alloc.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-system-
alloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c 
src/system-alloc.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-
system-alloc.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-system-
alloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c 
src/system-alloc.cc -o libtcmalloc_minimal_internal_la-system-alloc.o 
>/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo" -c -o 
libtcmalloc_minimal_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' 
|| echo './'`src/memfs_malloc.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo" 
".deps/libtcmalloc_minimal_internal_la-memfs_malloc.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
memfs_malloc.Tpo -c src/memfs_malloc.cc  -fPIC -DPIC -o 
.libs/libtcmalloc_minimal_internal_la-memfs_malloc.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
memfs_malloc.Tpo -c src/memfs_malloc.cc -o libtcmalloc_minimal_internal_la-
memfs_malloc.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo" -c -o 
libtcmalloc_minimal_internal_la-central_freelist.lo `test -f 
'src/central_freelist.cc' || echo './'`src/central_freelist.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo" 
".deps/libtcmalloc_minimal_internal_la-central_freelist.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
central_freelist.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
central_freelist.Tpo -c src/central_freelist.cc  -fPIC -DPIC -o 
.libs/libtcmalloc_minimal_internal_la-central_freelist.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
central_freelist.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
central_freelist.Tpo -c src/central_freelist.cc -o 
libtcmalloc_minimal_internal_la-central_freelist.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-page_heap.Tpo" -c -o 
libtcmalloc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || 
echo './'`src/page_heap.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-page_heap.Tpo" 
".deps/libtcmalloc_minimal_internal_la-page_heap.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-page_heap.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
page_heap.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -
c src/page_heap.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-
page_heap.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
page_heap.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -
c src/page_heap.cc -o libtcmalloc_minimal_internal_la-page_heap.o >/dev/null 
2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-sampler.Tpo" -c -o 
libtcmalloc_minimal_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo 
'./'`src/sampler.cc;  then mv -f ".deps/libtcmalloc_minimal_internal_la-
sampler.Tpo" ".deps/libtcmalloc_minimal_internal_la-sampler.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-sampler.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
sampler.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c 
src/sampler.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-sampler.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
sampler.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c 
src/sampler.cc -o libtcmalloc_minimal_internal_la-sampler.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-span.Tpo" -c -o 
libtcmalloc_minimal_internal_la-span.lo `test -f 'src/span.cc' || echo 
'./'`src/span.cc;  then mv -f ".deps/libtcmalloc_minimal_internal_la-span.Tpo" 
".deps/libtcmalloc_minimal_internal_la-span.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-span.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-span.lo 
-MD -MP -MF .deps/libtcmalloc_minimal_internal_la-span.Tpo -c src/span.cc  -
fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-span.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-span.lo 
-MD -MP -MF .deps/libtcmalloc_minimal_internal_la-span.Tpo -c src/span.cc -o 
libtcmalloc_minimal_internal_la-span.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo" -c -o 
libtcmalloc_minimal_internal_la-stack_trace_table.lo `test -f 
'src/stack_trace_table.cc' || echo './'`src/stack_trace_table.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo" 
".deps/libtcmalloc_minimal_internal_la-stack_trace_table.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
stack_trace_table.Tpo -c src/stack_trace_table.cc  -fPIC -DPIC -o 
.libs/libtcmalloc_minimal_internal_la-stack_trace_table.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
stack_trace_table.Tpo -c src/stack_trace_table.cc -o 
libtcmalloc_minimal_internal_la-stack_trace_table.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-static_vars.Tpo" -c -o 
libtcmalloc_minimal_internal_la-static_vars.lo `test -f 'src/static_vars.cc' 
|| echo './'`src/static_vars.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-static_vars.Tpo" 
".deps/libtcmalloc_minimal_internal_la-static_vars.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-static_vars.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
static_vars.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
static_vars.Tpo -c src/static_vars.cc  -fPIC -DPIC -o 
.libs/libtcmalloc_minimal_internal_la-static_vars.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
static_vars.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
static_vars.Tpo -c src/static_vars.cc -o libtcmalloc_minimal_internal_la-
static_vars.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-symbolize.Tpo" -c -o 
libtcmalloc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || 
echo './'`src/symbolize.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-symbolize.Tpo" 
".deps/libtcmalloc_minimal_internal_la-symbolize.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-symbolize.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
symbolize.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -
c src/symbolize.cc  -fPIC -DPIC -o .libs/libtcmalloc_minimal_internal_la-
symbolize.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
symbolize.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -
c src/symbolize.cc -o libtcmalloc_minimal_internal_la-symbolize.o >/dev/null 
2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo" -c -o 
libtcmalloc_minimal_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' 
|| echo './'`src/thread_cache.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo" 
".deps/libtcmalloc_minimal_internal_la-thread_cache.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
thread_cache.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
thread_cache.Tpo -c src/thread_cache.cc  -fPIC -DPIC -o 
.libs/libtcmalloc_minimal_internal_la-thread_cache.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
thread_cache.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
thread_cache.Tpo -c src/thread_cache.cc -o libtcmalloc_minimal_internal_la-
thread_cache.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo" -c -o 
libtcmalloc_minimal_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' 
|| echo './'`src/malloc_hook.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo" 
".deps/libtcmalloc_minimal_internal_la-malloc_hook.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
malloc_hook.Tpo -c src/malloc_hook.cc  -fPIC -DPIC -o 
.libs/libtcmalloc_minimal_internal_la-malloc_hook.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
malloc_hook.Tpo -c src/malloc_hook.cc -o libtcmalloc_minimal_internal_la-
malloc_hook.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo" -c -o 
libtcmalloc_minimal_internal_la-malloc_extension.lo `test -f 
'src/malloc_extension.cc' || echo './'`src/malloc_extension.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo" 
".deps/libtcmalloc_minimal_internal_la-malloc_extension.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
malloc_extension.Tpo -c src/malloc_extension.cc  -fPIC -DPIC -o 
.libs/libtcmalloc_minimal_internal_la-malloc_extension.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
malloc_extension.Tpo -c src/malloc_extension.cc -o 
libtcmalloc_minimal_internal_la-malloc_extension.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -
I./src  -I./src   -DNO_TCMALLOC_SAMPLES  -DNO_HEAP_CHECK  -D_THREAD_SAFE -
pthread -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  -fno-omit-frame-
pointer   -fno-exceptions -O2 -pipe -march=opteron -fno-strict-aliasing -MT 
libtcmalloc_minimal_internal_la-maybe_threads.lo -MD -MP -MF 
".deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo" -c -o 
libtcmalloc_minimal_internal_la-maybe_threads.lo `test -f 
'src/maybe_threads.cc' || echo './'`src/maybe_threads.cc;  then mv -f 
".deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo" 
".deps/libtcmalloc_minimal_internal_la-maybe_threads.Plo"; else rm -f 
".deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo"; exit 1; fi
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -
DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_THREAD_SAFE -pthread -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 -fno-omit-frame-pointer -fno-exceptions -O2 -pipe -
march=opteron -fno-strict-aliasing -MT libtcmalloc_minimal_internal_la-
maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-
maybe_threads.Tpo -c src/maybe_threads.cc  -fPIC -DPIC -o 
.libs/libtcmalloc_minimal_internal_la-maybe_threads.o
src/maybe_threads.cc: In function 'int perftools_pthread_once(pthread_once_t*, 
void (*)())':
src/maybe_threads.cc:118: error: '__isthreaded' was not declared in this scope
*** Error code 1

Stop in /usr/ports/devel/google-perftools/work/google-perftools-1.8.3.
*** Error code 1

Stop in /usr/ports/devel/google-perftools.
Received on Fri Dec 09 2011 - 22:51:53 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:21 UTC