* Package: dev-cpp/pficommon-1.3.1.0 * Repository: gentoo * Maintainer: naota@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc imagemagick kernel_linux policykit userland_GNU * FEATURES: network-sandbox 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 ] * Applying pficommon-1.3.1.0-gcc6.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0 ... CCFLAGS="-O2 -pipe -march=native -Wall" LINKFLAGS="-O2 -pipe -march=native -Wall -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-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 Checking for 'Magick++-config' : 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: yes [Build information] Package: pficommon-1.3.1 build (compile on): x86_64-linux host endian: little Compiler: g++ Compiler version: 7.2.0 CXXFLAGS: -O2 -pipe -march=native -Wall -g -D_REENTRANT -fno-omit-frame-pointer -D_FORTIFY_SOURCE=1 'configure' finished successfully (4.144s) >>> 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/67] subst_pc: pficommon.pc.in -> build/pficommon.pc [ 2/67] cxx: src/empty.cpp -> build/src/empty.cpp.1.o 01:59:36 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-fopenmp', '-I/usr/include/ImageMagick-7', '-DMAGICKCORE_HDRI_ENABLE=0', '-DMAGICKCORE_QUANTUM_DEPTH=16', '../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/67] cxx: src/concurrent/mutex.cpp -> build/src/concurrent/mutex.cpp.1.o 01:59:36 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/concurrent', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/concurrent', '../src/concurrent/mutex.cpp', '-c', '-o', 'src/concurrent/mutex.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ../src/concurrent/mutex.h:36:0, from ../src/concurrent/mutex.cpp:32: ../src/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/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/lock.h:34, from ../src/concurrent/mutex.h:36, from ../src/concurrent/mutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/mutex.h:36:0, from ../src/concurrent/mutex.cpp:32: ../src/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/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/lock.h:34, from ../src/concurrent/mutex.h:36, from ../src/concurrent/mutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ [ 4/67] cxx: src/concurrent/internal.cpp -> build/src/concurrent/internal.cpp.1.o 01:59:37 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/concurrent', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/concurrent', '../src/concurrent/internal.cpp', '-c', '-o', 'src/concurrent/internal.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [ 5/67] cxx: src/concurrent/condition.cpp -> build/src/concurrent/condition.cpp.1.o 01:59:38 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/concurrent', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/concurrent', '../src/concurrent/condition.cpp', '-c', '-o', 'src/concurrent/condition.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ../src/concurrent/mutex.h:36:0, from ../src/concurrent/condition.h:35, from ../src/concurrent/condition.cpp:32: ../src/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/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/lock.h:34, from ../src/concurrent/mutex.h:36, from ../src/concurrent/condition.h:35, from ../src/concurrent/condition.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/mutex.h:36:0, from ../src/concurrent/condition.h:35, from ../src/concurrent/condition.cpp:32: ../src/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/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/lock.h:34, from ../src/concurrent/mutex.h:36, from ../src/concurrent/condition.h:35, from ../src/concurrent/condition.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ [ 6/67] cxx: src/system/mmapper.cpp -> build/src/system/mmapper.cpp.1.o 01:59:39 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [ 7/67] cxx: src/system/sysstat.cpp -> build/src/system/sysstat.cpp.1.o 01:59:39 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [ 8/67] cxx: src/system/syscall.cpp -> build/src/system/syscall.cpp.1.o 01:59:40 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [ 9/67] cxx: src/system/file.cpp -> build/src/system/file.cpp.1.o 01:59:41 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [10/67] cxx: src/system/time_util.cpp -> build/src/system/time_util.cpp.1.o 01:59:41 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [11/67] cxx: src/system/endian_util.cpp -> build/src/system/endian_util.cpp.1.o 01:59:41 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [12/67] cxx: src/concurrent/thread.cpp -> build/src/concurrent/thread.cpp.1.o 01:59:41 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/concurrent', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/concurrent', '../src/concurrent/thread.cpp', '-c', '-o', 'src/concurrent/thread.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [13/67] cxx: src/concurrent/rwmutex.cpp -> build/src/concurrent/rwmutex.cpp.1.o 01:59:42 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/concurrent', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/concurrent', '../src/concurrent/rwmutex.cpp', '-c', '-o', 'src/concurrent/rwmutex.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ../src/concurrent/rwmutex.h:38:0, from ../src/concurrent/rwmutex.cpp:32: ../src/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/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/rwmutex.h:34, from ../src/concurrent/rwmutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/rwmutex.h:38:0, from ../src/concurrent/rwmutex.cpp:32: ../src/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/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/rwmutex.h:34, from ../src/concurrent/rwmutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/rwmutex.cpp:32:0: ../src/concurrent/rwmutex.h:124:13: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] inline std::auto_ptr rlock(rw_mutex &m) ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/rwmutex.h:34, from ../src/concurrent/rwmutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/rwmutex.cpp:32:0: ../src/concurrent/rwmutex.h: In function ‘std::auto_ptr pfi::concurrent::rlock(pfi::concurrent::rw_mutex&)’: ../src/concurrent/rwmutex.h:126:15: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] return std::auto_ptr(new rlocker(m)); ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/rwmutex.h:34, from ../src/concurrent/rwmutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/rwmutex.cpp:32:0: ../src/concurrent/rwmutex.h: At global scope: ../src/concurrent/rwmutex.h:129:13: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] inline std::auto_ptr rlock(rw_mutex &m, double sec) ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/rwmutex.h:34, from ../src/concurrent/rwmutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/rwmutex.cpp:32:0: ../src/concurrent/rwmutex.h: In function ‘std::auto_ptr pfi::concurrent::rlock(pfi::concurrent::rw_mutex&, double)’: ../src/concurrent/rwmutex.h:131:15: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] return std::auto_ptr(new rlocker(m,sec)); ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/rwmutex.h:34, from ../src/concurrent/rwmutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/rwmutex.cpp:32:0: ../src/concurrent/rwmutex.h: At global scope: ../src/concurrent/rwmutex.h:134:13: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] inline std::auto_ptr wlock(rw_mutex &m) ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/rwmutex.h:34, from ../src/concurrent/rwmutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/rwmutex.cpp:32:0: ../src/concurrent/rwmutex.h: In function ‘std::auto_ptr pfi::concurrent::wlock(pfi::concurrent::rw_mutex&)’: ../src/concurrent/rwmutex.h:136:15: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] return std::auto_ptr(new wlocker(m)); ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/rwmutex.h:34, from ../src/concurrent/rwmutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/rwmutex.cpp:32:0: ../src/concurrent/rwmutex.h: At global scope: ../src/concurrent/rwmutex.h:139:13: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] inline std::auto_ptr wlock(rw_mutex &m, double sec) ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/rwmutex.h:34, from ../src/concurrent/rwmutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/concurrent/rwmutex.cpp:32:0: ../src/concurrent/rwmutex.h: In function ‘std::auto_ptr pfi::concurrent::wlock(pfi::concurrent::rw_mutex&, double)’: ../src/concurrent/rwmutex.h:141:15: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] return std::auto_ptr(new wlocker(m,sec)); ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/memory:80:0, from ../src/concurrent/rwmutex.h:34, from ../src/concurrent/rwmutex.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ [14/67] cxx: src/network/http/base.cpp -> build/src/network/http/base.cpp.1.o 01:59:43 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/7.2.0/include/g++-v7/memory:80: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/7.2.0/include/g++-v7/bits/unique_ptr.h:51: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/7.2.0/include/g++-v7/memory:80: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/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ 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; ^~ [15/67] cxx: src/network/dns.cpp -> build/src/network/dns.cpp.1.o 01:59:47 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network', '../src/network/dns.cpp', '-c', '-o', 'src/network/dns.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ../src/network/../concurrent/mutex.h:36:0, from ../src/network/dns.cpp:41: ../src/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/7.2.0/include/g++-v7/memory:80:0, from ../src/network/../concurrent/lock.h:34, from ../src/network/../concurrent/mutex.h:36, from ../src/network/dns.cpp:41: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/network/../concurrent/mutex.h:36:0, from ../src/network/dns.cpp:41: ../src/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/7.2.0/include/g++-v7/memory:80:0, from ../src/network/../concurrent/lock.h:34, from ../src/network/../concurrent/mutex.h:36, from ../src/network/dns.cpp:41: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ [16/67] cxx: src/network/uri.cpp -> build/src/network/uri.cpp.1.o 01:59:49 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network', '../src/network/uri.cpp', '-c', '-o', 'src/network/uri.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [17/67] cxx: src/network/socket.cpp -> build/src/network/socket.cpp.1.o 01:59:51 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network', '../src/network/socket.cpp', '-c', '-o', 'src/network/socket.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ../src/network/../concurrent/mutex.h:36:0, from ../src/network/socket.h:41, from ../src/network/socket.cpp:32: ../src/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/7.2.0/include/g++-v7/memory:80:0, from ../src/network/../concurrent/lock.h:34, from ../src/network/../concurrent/mutex.h:36, from ../src/network/socket.h:41, from ../src/network/socket.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/network/../concurrent/mutex.h:36:0, from ../src/network/socket.h:41, from ../src/network/socket.cpp:32: ../src/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/7.2.0/include/g++-v7/memory:80:0, from ../src/network/../concurrent/lock.h:34, from ../src/network/../concurrent/mutex.h:36, from ../src/network/socket.h:41, from ../src/network/socket.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ [18/67] cxx: src/network/ipv4.cpp -> build/src/network/ipv4.cpp.1.o 01:59:52 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network', '../src/network/ipv4.cpp', '-c', '-o', 'src/network/ipv4.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [19/67] cxx: src/network/rpc/base.cpp -> build/src/network/rpc/base.cpp.1.o 01:59:53 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/rpc', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/network/rpc', '-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/rpc/base.cpp', '-c', '-o', 'src/network/rpc/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/rpc/../../concurrent/mutex.h:36:0, from ../src/network/rpc/../../concurrent/threading_model.h:34, from ../src/network/rpc/base.h:42, from ../src/network/rpc/base.cpp:32: ../src/network/rpc/../../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/7.2.0/include/g++-v7/memory:80:0, from ../src/network/rpc/../../concurrent/lock.h:34, from ../src/network/rpc/../../concurrent/mutex.h:36, from ../src/network/rpc/../../concurrent/threading_model.h:34, from ../src/network/rpc/base.h:42, from ../src/network/rpc/base.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/network/rpc/../../concurrent/mutex.h:36:0, from ../src/network/rpc/../../concurrent/threading_model.h:34, from ../src/network/rpc/base.h:42, from ../src/network/rpc/base.cpp:32: ../src/network/rpc/../../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/7.2.0/include/g++-v7/memory:80:0, from ../src/network/rpc/../../concurrent/lock.h:34, from ../src/network/rpc/../../concurrent/mutex.h:36, from ../src/network/rpc/../../concurrent/threading_model.h:34, from ../src/network/rpc/base.h:42, from ../src/network/rpc/base.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/network/rpc/base.h:47:0, from ../src/network/rpc/base.cpp:32: ../src/network/rpc/caller.h:47:13: warning: ‘void pfi::network::rpc::gen_exception(const string&)’ defined but not used [-Wunused-function] static void gen_exception(const std::string &str) ^~~~~~~~~~~~~ In file included from ../src/network/rpc/../../concurrent/../lang/util.h:34:0, from ../src/network/rpc/../../concurrent/lock.h:37, from ../src/network/rpc/../../concurrent/mutex.h:36, from ../src/network/rpc/../../concurrent/threading_model.h:34, from ../src/network/rpc/base.h:42, from ../src/network/rpc/base.cpp:32: ../src/network/rpc/../../concurrent/../lang/cast.h: In member function ‘void pfi::network::rpc::rpc_server::process(pfi::lang::shared_ptr)’: ../src/network/rpc/../../concurrent/../lang/cast.h:70:5: warning: ‘req_ver’ may be used uninitialized in this function [-Wmaybe-uninitialized] ss< build/src/math/random/mersenne_twister.cpp.1.o 01:59:55 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/math', '-I/var/tmp/portage/dev-cpp/pficommon-1.3.1.0/work/pficommon-1.3.1.0/src/math', '../src/math/random/mersenne_twister.cpp', '-c', '-o', 'src/math/random/mersenne_twister.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [21/67] cxx: src/data/config_file.cpp -> build/src/data/config_file.cpp.1.o 01:59:55 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [22/67] cxx: src/data/encoding/base64.cpp -> build/src/data/encoding/base64.cpp.1.o 01:59:57 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [23/67] cxx: src/data/sparse_matrix/sparse_matrix.cpp -> build/src/data/sparse_matrix/sparse_matrix.cpp.1.o 01:59:58 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [24/67] cxx: src/data/string/aho_corasick.cpp -> build/src/data/string/aho_corasick.cpp.1.o 02:00:00 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [25/67] cxx: src/data/code/code.cpp -> build/src/data/code/code.cpp.1.o 02:00:02 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [26/67] cxx: src/data/string/ustring.cpp -> build/src/data/string/ustring.cpp.1.o 02:00:03 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [27/67] cxx: src/data/digest/md5.cpp -> build/src/data/digest/md5.cpp.1.o 02:00:04 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/7.2.0/include/g++-v7/bits/locale_conv.h:41:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/locale:43, from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/iomanip:43, from ../src/data/digest/md5.cpp:34: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51: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/7.2.0/include/g++-v7/bits/locale_conv.h:41:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/locale:43, from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/iomanip:43, from ../src/data/digest/md5.cpp:34: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ [28/67] cxx: src/text/csv.cpp -> build/src/text/csv.cpp.1.o 02:00:05 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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; ^~~~~~ [29/67] cxx: src/text/json/parser.cpp -> build/src/text/json/parser.cpp.1.o 02:00:06 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [30/67] cxx: src/text/xhtml.cpp -> build/src/text/xhtml.cpp.1.o 02:00:11 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [31/67] cxx: src/network/cgi/cgi.cpp -> build/src/network/cgi/cgi.cpp.1.o 02:00:12 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/7.2.0/include/g++-v7/memory:80: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/7.2.0/include/g++-v7/bits/unique_ptr.h:51: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/7.2.0/include/g++-v7/memory:80: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/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ [32/67] cxx: src/network/cgi/inserter.cpp -> build/src/network/cgi/inserter.cpp.1.o 02:00:13 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/inserter.cpp', '-c', '-o', 'src/network/cgi/inserter.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/inserter.h:34, from ../src/network/cgi/inserter.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/7.2.0/include/g++-v7/memory:80: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/inserter.h:34, from ../src/network/cgi/inserter.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51: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/inserter.h:34, from ../src/network/cgi/inserter.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/7.2.0/include/g++-v7/memory:80: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/inserter.h:34, from ../src/network/cgi/inserter.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ [33/67] cxx: src/network/cgi/xhtml_cgi.cpp -> build/src/network/cgi/xhtml_cgi.cpp.1.o 02:00:14 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/xhtml_cgi.cpp', '-c', '-o', 'src/network/cgi/xhtml_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/xhtml_cgi.h:34, from ../src/network/cgi/xhtml_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/7.2.0/include/g++-v7/memory:80: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/xhtml_cgi.h:34, from ../src/network/cgi/xhtml_cgi.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51: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/xhtml_cgi.h:34, from ../src/network/cgi/xhtml_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/7.2.0/include/g++-v7/memory:80: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/xhtml_cgi.h:34, from ../src/network/cgi/xhtml_cgi.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ [34/67] cxx: src/network/cgi/xhtml_builder.cpp -> build/src/network/cgi/xhtml_builder.cpp.1.o 02:00:15 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/xhtml_builder.cpp', '-c', '-o', 'src/network/cgi/xhtml_builder.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [35/67] cxx: src/network/cgi/util.cpp -> build/src/network/cgi/util.cpp.1.o 02:00:17 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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 [36/67] cxx: src/network/cgi/base.cpp -> build/src/network/cgi/base.cpp.1.o 02:00:17 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/base.cpp', '-c', '-o', 'src/network/cgi/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/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/base.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/7.2.0/include/g++-v7/memory:80: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/base.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51: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/base.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/7.2.0/include/g++-v7/memory:80: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/base.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ [37/67] cxx: src/network/cgi/server.cpp -> build/src/network/cgi/server.cpp.1.o 02:00:22 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-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/server.cpp', '-c', '-o', 'src/network/cgi/server.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition ../src/network/cgi/server.cpp:267:31: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] env["SERVER_SIGNATURE"]="pficommon/"PFICOMMON_VERSION" standalone web server"; ^ ../src/network/cgi/server.cpp:268:30: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] env["SERVER_SOFTWARE"]="pficommon/"PFICOMMON_VERSION; ^ 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/server.h:34, from ../src/network/cgi/server.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/7.2.0/include/g++-v7/memory:80: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/server.h:34, from ../src/network/cgi/server.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51: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/server.h:34, from ../src/network/cgi/server.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/7.2.0/include/g++-v7/memory:80: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/server.h:34, from ../src/network/cgi/server.cpp:32: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ../src/network/cgi/server.cpp:41:0: ../src/network/cgi/../../lang/bind.h:630:20: warning: ‘pfi::lang::_9’ defined but not used [-Wunused-variable] static _bi::arg<9> _9; ^~ ../src/network/cgi/../../lang/bind.h:629:20: warning: ‘pfi::lang::_8’ defined but not used [-Wunused-variable] static _bi::arg<8> _8; ^~ ../src/network/cgi/../../lang/bind.h:628:20: warning: ‘pfi::lang::_7’ defined but not used [-Wunused-variable] static _bi::arg<7> _7; ^~ ../src/network/cgi/../../lang/bind.h:627:20: warning: ‘pfi::lang::_6’ defined but not used [-Wunused-variable] static _bi::arg<6> _6; ^~ ../src/network/cgi/../../lang/bind.h:626:20: warning: ‘pfi::lang::_5’ defined but not used [-Wunused-variable] static _bi::arg<5> _5; ^~ ../src/network/cgi/../../lang/bind.h:625:20: warning: ‘pfi::lang::_4’ defined but not used [-Wunused-variable] static _bi::arg<4> _4; ^~ ../src/network/cgi/../../lang/bind.h:624:20: warning: ‘pfi::lang::_3’ defined but not used [-Wunused-variable] static _bi::arg<3> _3; ^~ ../src/network/cgi/../../lang/bind.h:623:20: warning: ‘pfi::lang::_2’ defined but not used [-Wunused-variable] static _bi::arg<2> _2; ^~ ../src/network/cgi/../../lang/bind.h:622:20: warning: ‘pfi::lang::_1’ defined but not used [-Wunused-variable] static _bi::arg<1> _1; ^~ [38/67] cxx: src/visualization/empty.cpp -> build/src/visualization/empty.cpp.1.o 02:00:27 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-fopenmp', '-I/usr/include/ImageMagick-7', '-DMAGICKCORE_HDRI_ENABLE=0', '-DMAGICKCORE_QUANTUM_DEPTH=16', '../src/visualization/empty.cpp', '-c', '-o', 'src/visualization/empty.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition [39/67] cxx: src/visualization/magick.cpp -> build/src/visualization/magick.cpp.1.o 02:00:27 runner ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-fopenmp', '-I/usr/include/ImageMagick-7', '-DMAGICKCORE_HDRI_ENABLE=0', '-DMAGICKCORE_QUANTUM_DEPTH=16', '../src/visualization/magick.cpp', '-c', '-o', 'src/visualization/magick.cpp.1.o'] :0:0: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition ../src/visualization/magick.cpp: In member function ‘void pfi::visualization::ppm::detail::magick_image::impl::pixel(int, int, unsigned char&, unsigned char&, unsigned char&) const’: ../src/visualization/magick.cpp:69:13: error: ‘PixelPacket’ is not a member of ‘Magick’ Magick::PixelPacket c=img.pixelColor(x, y); ^~~~~~~~~~~ ../src/visualization/magick.cpp:69:13: note: suggested alternative: ‘PixelData’ Magick::PixelPacket c=img.pixelColor(x, y); ^~~~~~~~~~~ PixelData ../src/visualization/magick.cpp:76:7: error: ‘c’ was not declared in this scope r=c.red; ^ 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 140595698871824: cxx magick.cpp -> magick.cpp.1.o} ['x86_64-pc-linux-gnu-g++', '-O2', '-pipe', '-march=native', '-Wall', '-g', '-D_REENTRANT', '-fno-omit-frame-pointer', '-D_FORTIFY_SOURCE=1', '-fPIC', '-fopenmp', '-I/usr/include/ImageMagick-7', '-DMAGICKCORE_HDRI_ENABLE=0', '-DMAGICKCORE_QUANTUM_DEPTH=16', '../src/visualization/magick.cpp', '-c', '-o', 'src/visualization/magick.cpp.1.o'] * ERROR: dev-cpp/pficommon-1.3.1.0::gentoo failed (compile phase): * build failed * * Call stack: * ebuild.sh, line 124: Called src_compile * environment, line 3057: Called waf-utils_src_compile * environment, line 3727: 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:20171206-005928.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'