* Package: dev-cpp/pficommon-1.3.1.0 * Repository: gentoo * Maintainer: naota@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking pficommon-1.3.1.0.tar.gz to /var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work >>> Source unpacked in /var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work >>> Preparing source in /var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0 ... * Applying pficommon-1.3.1.0-libdir.patch ... [ ok ] * Applying pficommon-1.3.1.0-soname.patch ... [ ok ] * Applying pficommon-1.3.1.0-postgresql.patch ... [ ok ] * Applying pficommon-1.3.1.0-gcc-4.7.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0 ... CCFLAGS="-march=native -O2 -pipe" LINKFLAGS="-march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed" "/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/waf" --prefix=/usr --libdir=/usr/lib64 --disable-fcgi --disable-magickpp --disable-mprpc --disable-database configure Setting top to : /var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0 Setting out to : /var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build Checking for 'g++' (c++ compiler) : x86_64-pc-linux-gnu-g++ Unpacking gtest : yes Checking for library pthread : yes Checking for library pthread : yes Checking for header stdint.h : yes Checking for header unordered_map : yes Checking for header tr1/unordered_map : yes Checking for header ext/hash_map : yes Checking for header unordered_set : yes Checking for header tr1/unordered_set : yes Checking for header ext/hash_set : yes pficommon has been configured as follows: [Modules] FCGI module: no Database module: no have MySQL lib: no have PostgreSQL lib: no MessagePack RPC module: no [Visualization] Magick++ impl: no [Build information] Package: pficommon-1.3.1 build (compile on): x86_64-linux host endian: little Compiler: g++ Compiler version: 6.2.0 CXXFLAGS: -march=native -O2 -pipe -Wall -g -D_REENTRANT -fno-omit-frame-pointer -D_FORTIFY_SOURCE=1 'configure' finished successfully (3.747s) >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0 ... "/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/waf" build --verbose --jobs=1 Waf: Entering directory `/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build' [ 1/65] subst_pc: pficommon.pc.in -> build/pficommon.pc [ 2/65] cxx: src/empty.cpp -> build/src/empty.cpp.1.o 16:59:44 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '../src/empty.cpp', '-c', '-o', 'src/empty.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [ 3/65] cxx: src/network/cgi/cgi.cpp -> build/src/network/cgi/cgi.cpp.1.o 16:59:44 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/network/cgi', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network/cgi', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/network', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network', '../src/network/cgi/cgi.cpp', '-c', '-o', 'src/network/cgi/cgi.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ../src/network/cgi/../http/../../network/../concurrent/mutex.h:36:0, from ../src/network/cgi/../http/../../network/socket.h:41, from ../src/network/cgi/../http/base.h:43, from ../src/network/cgi/../http.h:34, from ../src/network/cgi/base.h:39, from ../src/network/cgi/cgi.h:34, from ../src/network/cgi/cgi.cpp:32: ../src/network/cgi/../http/../../network/../concurrent/lock.h:61:29: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] explicit scoped_lock(std::auto_ptr p) ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:81:0, from ../src/network/cgi/../http/../../network/../concurrent/lock.h:34, from ../src/network/cgi/../http/../../network/../concurrent/mutex.h:36, from ../src/network/cgi/../http/../../network/socket.h:41, from ../src/network/cgi/../http/base.h:43, from ../src/network/cgi/../http.h:34, from ../src/network/cgi/base.h:39, from ../src/network/cgi/cgi.h:34, from ../src/network/cgi/cgi.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/network/cgi/../http/../../network/../concurrent/mutex.h:36:0, from ../src/network/cgi/../http/../../network/socket.h:41, from ../src/network/cgi/../http/base.h:43, from ../src/network/cgi/../http.h:34, from ../src/network/cgi/base.h:39, from ../src/network/cgi/cgi.h:34, from ../src/network/cgi/cgi.cpp:32: ../src/network/cgi/../http/../../network/../concurrent/lock.h:92:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] mutable std::auto_ptr lp; ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:81:0, from ../src/network/cgi/../http/../../network/../concurrent/lock.h:34, from ../src/network/cgi/../http/../../network/../concurrent/mutex.h:36, from ../src/network/cgi/../http/../../network/socket.h:41, from ../src/network/cgi/../http/base.h:43, from ../src/network/cgi/../http.h:34, from ../src/network/cgi/base.h:39, from ../src/network/cgi/cgi.h:34, from ../src/network/cgi/cgi.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ [ 4/65] cxx: src/text/csv.cpp -> build/src/text/csv.cpp.1.o 16:59:45 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/text', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/text', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/text/json', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/text/json', '../src/text/csv.cpp', '-c', '-o', 'src/text/csv.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ../src/text/csv.h:39:0, from ../src/text/csv.cpp:32: ../src/text/../lang/shared_ptr.h: In instantiation of ‘void pfi::lang::shared_ptr::dec() [with T = pfi::text::csv_parser::parser; TM = pfi::concurrent::threading_model::single_thread]’: ../src/text/../lang/shared_ptr.h:107:8: required from ‘pfi::lang::shared_ptr::~shared_ptr() [with T = pfi::text::csv_parser::parser; TM = pfi::concurrent::threading_model::single_thread]’ ../src/text/csv.h:61:32: required from here ../src/text/../lang/shared_ptr.h:170:9: warning: deleting object of abstract class type ‘pfi::text::csv_parser::parser’ which has non-virtual destructor will cause undefined behavior [-Wdelete-non-virtual-dtor] if (p) delete p; ^~~~~~ [ 5/65] cxx: src/text/json/parser.cpp -> build/src/text/json/parser.cpp.1.o 16:59:46 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/text', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/text', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/text/json', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/text/json', '../src/text/json/parser.cpp', '-c', '-o', 'src/text/json/parser.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [ 6/65] cxx: src/data/string/aho_corasick.cpp -> build/src/data/string/aho_corasick.cpp.1.o 16:59:52 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/sparse_matrix', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/sparse_matrix', '../src/data/string/aho_corasick.cpp', '-c', '-o', 'src/data/string/aho_corasick.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [ 7/65] cxx: src/data/sparse_matrix/sparse_matrix.cpp -> build/src/data/sparse_matrix/sparse_matrix.cpp.1.o 16:59:53 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/sparse_matrix', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/sparse_matrix', '../src/data/sparse_matrix/sparse_matrix.cpp', '-c', '-o', 'src/data/sparse_matrix/sparse_matrix.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [ 8/65] cxx: src/data/code/code.cpp -> build/src/data/code/code.cpp.1.o 16:59:55 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/sparse_matrix', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/sparse_matrix', '../src/data/code/code.cpp', '-c', '-o', 'src/data/code/code.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [ 9/65] cxx: src/data/digest/md5.cpp -> build/src/data/digest/md5.cpp.1.o 16:59:56 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/sparse_matrix', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/sparse_matrix', '../src/data/digest/md5.cpp', '-c', '-o', 'src/data/digest/md5.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ../src/data/digest/../../concurrent/mutex.h:36:0, from ../src/data/digest/md5.cpp:37: ../src/data/digest/../../concurrent/lock.h:61:29: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] explicit scoped_lock(std::auto_ptr p) ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/locale_conv.h:41:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/locale:43, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/iomanip:43, from ../src/data/digest/md5.cpp:34: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/data/digest/../../concurrent/mutex.h:36:0, from ../src/data/digest/md5.cpp:37: ../src/data/digest/../../concurrent/lock.h:92:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] mutable std::auto_ptr lp; ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/locale_conv.h:41:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/locale:43, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/iomanip:43, from ../src/data/digest/md5.cpp:34: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ [10/65] cxx: src/data/encoding/base64.cpp -> build/src/data/encoding/base64.cpp.1.o 16:59:57 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/sparse_matrix', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/sparse_matrix', '../src/data/encoding/base64.cpp', '-c', '-o', 'src/data/encoding/base64.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [11/65] cxx: src/data/config_file.cpp -> build/src/data/config_file.cpp.1.o 16:59:58 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/sparse_matrix', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/sparse_matrix', '../src/data/config_file.cpp', '-c', '-o', 'src/data/config_file.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [12/65] cxx: src/system/sysstat.cpp -> build/src/system/sysstat.cpp.1.o 17:00:00 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/system', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/system', '../src/system/sysstat.cpp', '-c', '-o', 'src/system/sysstat.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [13/65] cxx: src/system/file.cpp -> build/src/system/file.cpp.1.o 17:00:01 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/system', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/system', '../src/system/file.cpp', '-c', '-o', 'src/system/file.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [14/65] cxx: src/system/endian_util.cpp -> build/src/system/endian_util.cpp.1.o 17:00:02 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/system', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/system', '../src/system/endian_util.cpp', '-c', '-o', 'src/system/endian_util.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [15/65] cxx: src/system/mmapper.cpp -> build/src/system/mmapper.cpp.1.o 17:00:02 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/system', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/system', '../src/system/mmapper.cpp', '-c', '-o', 'src/system/mmapper.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [16/65] cxx: src/system/time_util.cpp -> build/src/system/time_util.cpp.1.o 17:00:02 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/system', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/system', '../src/system/time_util.cpp', '-c', '-o', 'src/system/time_util.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [17/65] cxx: src/system/syscall.cpp -> build/src/system/syscall.cpp.1.o 17:00:02 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/system', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/system', '../src/system/syscall.cpp', '-c', '-o', 'src/system/syscall.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [18/65] cxx: src/data/string/ustring.cpp -> build/src/data/string/ustring.cpp.1.o 17:00:03 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/encoding', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/digest', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/string', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/code', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/data/sparse_matrix', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/data/sparse_matrix', '../src/data/string/ustring.cpp', '-c', '-o', 'src/data/string/ustring.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [19/65] cxx: src/text/xhtml.cpp -> build/src/text/xhtml.cpp.1.o 17:00:04 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/text', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/text', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/text/json', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/text/json', '../src/text/xhtml.cpp', '-c', '-o', 'src/text/xhtml.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [20/65] cxx: src/network/cgi/util.cpp -> build/src/network/cgi/util.cpp.1.o 17:00:05 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/network/cgi', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network/cgi', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/network', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network', '../src/network/cgi/util.cpp', '-c', '-o', 'src/network/cgi/util.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [21/65] cxx: src/network/http/base.cpp -> build/src/network/http/base.cpp.1.o 17:00:06 runner ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/network/http', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network/http', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/network', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network', '../src/network/http/base.cpp', '-c', '-o', 'src/network/http/base.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ../src/network/http/../../network/../concurrent/mutex.h:36:0, from ../src/network/http/../../network/socket.h:41, from ../src/network/http/base.h:43, from ../src/network/http/base.cpp:32: ../src/network/http/../../network/../concurrent/lock.h:61:29: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] explicit scoped_lock(std::auto_ptr p) ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:81:0, from ../src/network/http/../../network/../concurrent/lock.h:34, from ../src/network/http/../../network/../concurrent/mutex.h:36, from ../src/network/http/../../network/socket.h:41, from ../src/network/http/base.h:43, from ../src/network/http/base.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/network/http/../../network/../concurrent/mutex.h:36:0, from ../src/network/http/../../network/socket.h:41, from ../src/network/http/base.h:43, from ../src/network/http/base.cpp:32: ../src/network/http/../../network/../concurrent/lock.h:92:16: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] mutable std::auto_ptr lp; ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:81:0, from ../src/network/http/../../network/../concurrent/lock.h:34, from ../src/network/http/../../network/../concurrent/mutex.h:36, from ../src/network/http/../../network/socket.h:41, from ../src/network/http/base.h:43, from ../src/network/http/base.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ ../src/network/http/base.cpp:64:26: error: variable or field ‘read_header’ declared void void header::read_header(function f) ^~~~~~~~ ../src/network/http/base.cpp:64:26: error: reference to ‘function’ is ambiguous In file included from ../src/network/http/base.h:42:0, from ../src/network/http/base.cpp:32: ../src/network/http/../../lang/function.h:41:7: note: candidates are: template class pfi::lang::function class function{}; ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:79:0, from ../src/network/http/../../network/../concurrent/lock.h:34, from ../src/network/http/../../network/../concurrent/mutex.h:36, from ../src/network/http/../../network/socket.h:41, from ../src/network/http/base.h:43, from ../src/network/http/base.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/functional:1535:11: note: template class std::function class function; ^~~~~~~~ ../src/network/http/base.cpp:64:35: error: expected primary-expression before ‘bool’ void header::read_header(function f) ^~~~ ../src/network/http/base.cpp:615:1: error: expected ‘}’ at end of input } // pfi ^ ../src/network/http/base.cpp:615:1: error: expected ‘}’ at end of input ../src/network/http/base.cpp:615:1: error: expected ‘}’ at end of input ../src/network/http/base.cpp:50:13: warning: ‘bool pfi::network::http::cicmp(const string&, const string&)’ defined but not used [-Wunused-function] static bool cicmp(const string &s, const string &t) ^~~~~ In file included from ../src/network/http/base.cpp:38:0: ../src/network/http/../../lang/bind.h:630:20: warning: ‘pfi::lang::_9’ defined but not used [-Wunused-variable] static _bi::arg<9> _9; ^~ ../src/network/http/../../lang/bind.h:629:20: warning: ‘pfi::lang::_8’ defined but not used [-Wunused-variable] static _bi::arg<8> _8; ^~ ../src/network/http/../../lang/bind.h:628:20: warning: ‘pfi::lang::_7’ defined but not used [-Wunused-variable] static _bi::arg<7> _7; ^~ ../src/network/http/../../lang/bind.h:627:20: warning: ‘pfi::lang::_6’ defined but not used [-Wunused-variable] static _bi::arg<6> _6; ^~ ../src/network/http/../../lang/bind.h:626:20: warning: ‘pfi::lang::_5’ defined but not used [-Wunused-variable] static _bi::arg<5> _5; ^~ ../src/network/http/../../lang/bind.h:625:20: warning: ‘pfi::lang::_4’ defined but not used [-Wunused-variable] static _bi::arg<4> _4; ^~ ../src/network/http/../../lang/bind.h:624:20: warning: ‘pfi::lang::_3’ defined but not used [-Wunused-variable] static _bi::arg<3> _3; ^~ ../src/network/http/../../lang/bind.h:623:20: warning: ‘pfi::lang::_2’ defined but not used [-Wunused-variable] static _bi::arg<2> _2; ^~ ../src/network/http/../../lang/bind.h:622:20: warning: ‘pfi::lang::_1’ defined but not used [-Wunused-variable] static _bi::arg<1> _1; ^~ Waf: Leaving directory `/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build' Build failed -> task failed (exit status 1): {task 3793561050832: cxx base.cpp -> base.cpp.1.o} ['x86_64-pc-linux-gnu-g++', '-march=native', '-O2', '-pipe', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/network/http', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network/http', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/build/src/network', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network', '../src/network/http/base.cpp', '-c', '-o', 'src/network/http/base.cpp.1.o'] * ERROR: dev-cpp/pficommon-1.3.1.0::gentoo failed (compile phase): * build failed * * Call stack: * ebuild.sh, line 115: Called src_compile * environment, line 3044: Called waf-utils_src_compile * environment, line 3682: Called die * The specific snippet of code: * "${WAF_BINARY}" ${_mywafconfig} ${jobs} || die "build failed" * * If you need support, post the output of `emerge --info '=dev-cpp/pficommon-1.3.1.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-cpp/pficommon-1.3.1.0::gentoo'`. * The complete build log is located at '/var/log/portage/dev-cpp:pficommon-1.3.1.0:20161012-145936.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0' * S: '/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0'