You are not logged in.

#1 2021-09-15 09:14:39

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,933
Website

[SOLVED] ucommon fails to build

I tried to build ucommon as a dependency for twinkle:

0 ✓ build@srv ~/ucommon $ makechrootpkg -cr /var/build/ 
==> Synchronizing chroot copy [/var/build/root] -> [build]...done
==> Making package: ucommon 7.0.0-3 (Wed Sep 15 11:09:40 2021)
==> Retrieving sources...
  -> Downloading ucommon-7.0.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  818k  100  818k    0     0   800k      0  0:00:01  0:00:01 --:--:--  801k
==> Validating source files with sha256sums...
    ucommon-7.0.0.tar.gz ... Passed
==> Making package: ucommon 7.0.0-3 (Wed 15 Sep 2021 11:09:47 AM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ucommon-7.0.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting ucommon-7.0.0.tar.gz with bsdtar
==> Starting build()...
configure: WARNING: unrecognized options: --enable-socks, --enable-atomics
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking for C/C++ restrict keyword... __restrict
checking for working volatile... yes
checking for inline... inline
checking full c++ support and linking model... yes
checking for stdint.h... (cached) yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking mach/clock.h usability... no
checking mach/clock.h presence... no
checking for mach/clock.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/lockf.h usability... no
checking sys/lockf.h presence... no
checking for sys/lockf.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for dlfcn.h... (cached) yes
checking stdatomic.h usability... yes
checking stdatomic.h presence... yes
checking for stdatomic.h... yes
checking stdalign.h usability... yes
checking stdalign.h presence... yes
checking for stdalign.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for regfree in -lregex... no
checking for fopen in -lmsvcrt... no
checking for __modsi3 in -lgcc... no
checking for socketpair in -lc... yes
checking for getaddrinfo in -lc... yes
checking for gethostbyname2 in -lc... yes
checking for inet_ntop in -lc... yes
checking for socket in -lsocket... no
checking for lstat in -lc... yes
checking for strcoll in -lc... yes
checking for strlcpy in -lc... no
checking for stricmp in -lc... no
checking for stristr in -lc... no
checking for sysconf in -lc... yes
checking for posix_memalign in -lc... yes
checking for aligned_alloc in -lc... yes
checking for dlopen in -lc... no
checking for dlopen in -ldl... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for pthread_condattr_setclock in -lpthread... yes
checking for pthread_setconcurrency in -lpthread... yes
checking for pthread_yield in -lpthread... yes
checking for pthread_delay in -lpthread... no
checking for pthread_delay_np in -lpthread... no
checking for pthread_setschedprio in -lpthread... yes
checking for pthread_attr_setinheritsched in -lpthread... yes
checking for ftok... yes
checking for shm_open... no
checking for shm_open in -lposix4... no
checking for shm_open in -lrt... yes
checking for nanosleep... yes
checking for clock_nanosleep... yes
checking for clock_gettime... yes
checking for strerror_r... yes
checking for localtime_r... yes
checking for gmtime_r... yes
checking for posix_fadvise... yes
checking for ftruncate... yes
checking for pwrite... yes
checking for setgroups... yes
checking for setpgrp... yes
checking for setlocale... yes
checking for gettext... yes
checking for execvp... yes
checking for atexit... yes
checking for realpath... yes
checking for symlink... yes
checking for readlink... yes
checking for waitpid... yes
checking for wait4... yes
checking for endgrent... yes
checking for strlcpy... no
checking for strlcpy in -lposix4... no
checking for strlcpy in -lrt... no
checking for strlcpy in -lpthread... no
checking whether g++ supports -mt... no
checking whether g++ supports -pthread... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -finline... yes
checking whether g++ supports visibility... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENSSL... yes
checking for GNUTLS... yes
checking secure library mode... gnutls
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for doxygen... doxygen
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating corelib/Makefile
config.status: creating commoncpp/Makefile
config.status: creating PKGBUILD
config.status: creating openssl/Makefile
config.status: creating gnutls/Makefile
config.status: creating nossl/Makefile
config.status: creating utils/Makefile
config.status: creating Doxyfile
config.status: creating inc/Makefile
config.status: creating inc/ucommon/Makefile
config.status: creating inc/commoncpp/Makefile
config.status: creating test/Makefile
config.status: creating directive
config.status: creating commoncpp.pc
config.status: creating ucommon.pc
config.status: creating ucommon.spec
config.status: creating ucommon-config
config.status: creating commoncpp-config
config.status: creating ucommon-config.h
config.status: executing libtool commands
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --enable-socks, --enable-atomics
make  all-recursive
make[1]: Entering directory '/build/ucommon/src/ucommon-7.0.0'
Making all in corelib
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/corelib'
depbase=`echo object.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT object.lo -MD -MP -MF $depbase.Tpo -c -o object.lo object.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo linked.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT linked.lo -MD -MP -MF $depbase.Tpo -c -o linked.lo linked.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT string.lo -MD -MP -MF $depbase.Tpo -c -o string.lo string.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo mapped.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT mapped.lo -MD -MP -MF $depbase.Tpo -c -o mapped.lo mapped.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo counter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT counter.lo -MD -MP -MF $depbase.Tpo -c -o counter.lo counter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo timer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT timer.lo -MD -MP -MF $depbase.Tpo -c -o timer.lo timer.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp  -fPIC -DPIC -o .libs/timer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT string.lo -MD -MP -MF .deps/string.Tpo -c string.cpp  -fPIC -DPIC -o .libs/string.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.cpp  -fPIC -DPIC -o .libs/object.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT counter.lo -MD -MP -MF .deps/counter.Tpo -c counter.cpp  -fPIC -DPIC -o .libs/counter.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT linked.lo -MD -MP -MF .deps/linked.Tpo -c linked.cpp  -fPIC -DPIC -o .libs/linked.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT mapped.lo -MD -MP -MF .deps/mapped.Tpo -c mapped.cpp  -fPIC -DPIC -o .libs/mapped.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.cpp -o object.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -o timer.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT mapped.lo -MD -MP -MF .deps/mapped.Tpo -c mapped.cpp -o mapped.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT counter.lo -MD -MP -MF .deps/counter.Tpo -c counter.cpp -o counter.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT linked.lo -MD -MP -MF .deps/linked.Tpo -c linked.cpp -o linked.o >/dev/null 2>&1
depbase=`echo memory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT memory.lo -MD -MP -MF $depbase.Tpo -c -o memory.lo memory.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo socket.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT socket.lo -MD -MP -MF $depbase.Tpo -c -o socket.lo socket.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.cpp  -fPIC -DPIC -o .libs/socket.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.cpp  -fPIC -DPIC -o .libs/memory.o
depbase=`echo access.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT access.lo -MD -MP -MF $depbase.Tpo -c -o access.lo access.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT thread.lo -MD -MP -MF $depbase.Tpo -c -o thread.lo thread.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT access.lo -MD -MP -MF .deps/access.Tpo -c access.cpp  -fPIC -DPIC -o .libs/access.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.cpp  -fPIC -DPIC -o .libs/thread.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT string.lo -MD -MP -MF .deps/string.Tpo -c string.cpp -o string.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT access.lo -MD -MP -MF .deps/access.Tpo -c access.cpp -o access.o >/dev/null 2>&1
depbase=`echo fsys.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT fsys.lo -MD -MP -MF $depbase.Tpo -c -o fsys.lo fsys.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.cpp -o memory.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT fsys.lo -MD -MP -MF .deps/fsys.Tpo -c fsys.cpp  -fPIC -DPIC -o .libs/fsys.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.cpp -o thread.o >/dev/null 2>&1
depbase=`echo cpr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT cpr.lo -MD -MP -MF $depbase.Tpo -c -o cpr.lo cpr.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT cpr.lo -MD -MP -MF .deps/cpr.Tpo -c cpr.cpp  -fPIC -DPIC -o .libs/cpr.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.cpp -o socket.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT fsys.lo -MD -MP -MF .deps/fsys.Tpo -c fsys.cpp -o fsys.o >/dev/null 2>&1
depbase=`echo reuse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT reuse.lo -MD -MP -MF $depbase.Tpo -c -o reuse.lo reuse.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT cpr.lo -MD -MP -MF .deps/cpr.Tpo -c cpr.cpp -o cpr.o >/dev/null 2>&1
depbase=`echo stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT stream.lo -MD -MP -MF $depbase.Tpo -c -o stream.lo stream.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT reuse.lo -MD -MP -MF .deps/reuse.Tpo -c reuse.cpp  -fPIC -DPIC -o .libs/reuse.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.cpp  -fPIC -DPIC -o .libs/stream.o
depbase=`echo keydata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT keydata.lo -MD -MP -MF $depbase.Tpo -c -o keydata.lo keydata.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT keydata.lo -MD -MP -MF .deps/keydata.Tpo -c keydata.cpp  -fPIC -DPIC -o .libs/keydata.o
depbase=`echo numbers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT numbers.lo -MD -MP -MF $depbase.Tpo -c -o numbers.lo numbers.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo datetime.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT datetime.lo -MD -MP -MF $depbase.Tpo -c -o datetime.lo datetime.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT datetime.lo -MD -MP -MF .deps/datetime.Tpo -c datetime.cpp  -fPIC -DPIC -o .libs/datetime.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.cpp  -fPIC -DPIC -o .libs/numbers.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT reuse.lo -MD -MP -MF .deps/reuse.Tpo -c reuse.cpp -o reuse.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.cpp -o numbers.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT keydata.lo -MD -MP -MF .deps/keydata.Tpo -c keydata.cpp -o keydata.o >/dev/null 2>&1
depbase=`echo unicode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT unicode.lo -MD -MP -MF $depbase.Tpo -c -o unicode.lo unicode.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo atomic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT atomic.lo -MD -MP -MF $depbase.Tpo -c -o atomic.lo atomic.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c unicode.cpp  -fPIC -DPIC -o .libs/unicode.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c atomic.cpp  -fPIC -DPIC -o .libs/atomic.o
depbase=`echo condition.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT condition.lo -MD -MP -MF $depbase.Tpo -c -o condition.lo condition.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT condition.lo -MD -MP -MF .deps/condition.Tpo -c condition.cpp  -fPIC -DPIC -o .libs/condition.o
depbase=`echo regex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT regex.lo -MD -MP -MF $depbase.Tpo -c -o regex.lo regex.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c atomic.cpp -o atomic.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT datetime.lo -MD -MP -MF .deps/datetime.Tpo -c datetime.cpp -o datetime.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.cpp  -fPIC -DPIC -o .libs/regex.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c unicode.cpp -o unicode.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.cpp -o stream.o >/dev/null 2>&1
depbase=`echo protocols.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT protocols.lo -MD -MP -MF $depbase.Tpo -c -o protocols.lo protocols.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT protocols.lo -MD -MP -MF .deps/protocols.Tpo -c protocols.cpp  -fPIC -DPIC -o .libs/protocols.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT condition.lo -MD -MP -MF .deps/condition.Tpo -c condition.cpp -o condition.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.cpp -o regex.o >/dev/null 2>&1
depbase=`echo shell.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT shell.lo -MD -MP -MF $depbase.Tpo -c -o shell.lo shell.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT shell.lo -MD -MP -MF .deps/shell.Tpo -c shell.cpp  -fPIC -DPIC -o .libs/shell.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT protocols.lo -MD -MP -MF .deps/protocols.Tpo -c protocols.cpp -o protocols.o >/dev/null 2>&1
depbase=`echo typeref.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT typeref.lo -MD -MP -MF $depbase.Tpo -c -o typeref.lo typeref.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo arrayref.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT arrayref.lo -MD -MP -MF $depbase.Tpo -c -o arrayref.lo arrayref.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT arrayref.lo -MD -MP -MF .deps/arrayref.Tpo -c arrayref.cpp  -fPIC -DPIC -o .libs/arrayref.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT typeref.lo -MD -MP -MF .deps/typeref.Tpo -c typeref.cpp  -fPIC -DPIC -o .libs/typeref.o
depbase=`echo mapref.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT mapref.lo -MD -MP -MF $depbase.Tpo -c -o mapref.lo mapref.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT mapref.lo -MD -MP -MF .deps/mapref.Tpo -c mapref.cpp  -fPIC -DPIC -o .libs/mapref.o
depbase=`echo shared.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT shared.lo -MD -MP -MF $depbase.Tpo -c -o shared.lo shared.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT arrayref.lo -MD -MP -MF .deps/arrayref.Tpo -c arrayref.cpp -o arrayref.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT shared.lo -MD -MP -MF .deps/shared.Tpo -c shared.cpp  -fPIC -DPIC -o .libs/shared.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT mapref.lo -MD -MP -MF .deps/mapref.Tpo -c mapref.cpp -o mapref.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT typeref.lo -MD -MP -MF .deps/typeref.Tpo -c typeref.cpp -o typeref.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT shell.lo -MD -MP -MF .deps/shell.Tpo -c shell.cpp -o shell.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT shared.lo -MD -MP -MF .deps/shared.Tpo -c shared.cpp -o shared.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -lrt  -ldl -lpthread -lc -version-info 8:0:0   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libucommon.la -rpath /usr/lib object.lo linked.lo string.lo mapped.lo counter.lo timer.lo memory.lo socket.lo access.lo thread.lo fsys.lo cpr.lo reuse.lo stream.lo keydata.lo numbers.lo datetime.lo unicode.lo atomic.lo condition.lo regex.lo protocols.lo shell.lo typeref.lo arrayref.lo mapref.lo shared.lo  
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o  .libs/object.o .libs/linked.o .libs/string.o .libs/mapped.o .libs/counter.o .libs/timer.o .libs/memory.o .libs/socket.o .libs/access.o .libs/thread.o .libs/fsys.o .libs/cpr.o .libs/reuse.o .libs/stream.o .libs/keydata.o .libs/numbers.o .libs/datetime.o .libs/unicode.o .libs/atomic.o .libs/condition.o .libs/regex.o .libs/protocols.o .libs/shell.o .libs/typeref.o .libs/arrayref.o .libs/mapref.o .libs/shared.o   -lrt -ldl -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o  -pthread -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -pthread -Wl,-soname -Wl,libucommon.so.8 -o .libs/libucommon.so.8.0.0
libtool: link: (cd ".libs" && rm -f "libucommon.so.8" && ln -s "libucommon.so.8.0.0" "libucommon.so.8")
libtool: link: (cd ".libs" && rm -f "libucommon.so" && ln -s "libucommon.so.8.0.0" "libucommon.so")
libtool: link: ar cru .libs/libucommon.a  object.o linked.o string.o mapped.o counter.o timer.o memory.o socket.o access.o thread.o fsys.o cpr.o reuse.o stream.o keydata.o numbers.o datetime.o unicode.o atomic.o condition.o regex.o protocols.o shell.o typeref.o arrayref.o mapref.o shared.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libucommon.a
libtool: link: ( cd ".libs" && rm -f "libucommon.la" && ln -s "../libucommon.la" "libucommon.la" )
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/corelib'
Making all in gnutls
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/gnutls'
depbase=`echo secure.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT secure.lo -MD -MP -MF $depbase.Tpo -c -o secure.lo secure.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo digest.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT digest.lo -MD -MP -MF $depbase.Tpo -c -o digest.lo digest.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo random.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT random.lo -MD -MP -MF $depbase.Tpo -c -o random.lo random.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo cipher.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT cipher.lo -MD -MP -MF $depbase.Tpo -c -o cipher.lo cipher.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo hmac.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT hmac.lo -MD -MP -MF $depbase.Tpo -c -o hmac.lo hmac.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo sstream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT sstream.lo -MD -MP -MF $depbase.Tpo -c -o sstream.lo sstream.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT secure.lo -MD -MP -MF .deps/secure.Tpo -c secure.cpp  -fPIC -DPIC -o .libs/secure.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.cpp  -fPIC -DPIC -o .libs/random.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT cipher.lo -MD -MP -MF .deps/cipher.Tpo -c cipher.cpp  -fPIC -DPIC -o .libs/cipher.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.cpp  -fPIC -DPIC -o .libs/hmac.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT digest.lo -MD -MP -MF .deps/digest.Tpo -c digest.cpp  -fPIC -DPIC -o .libs/digest.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT sstream.lo -MD -MP -MF .deps/sstream.Tpo -c sstream.cpp  -fPIC -DPIC -o .libs/sstream.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.cpp -o hmac.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.cpp -o random.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT digest.lo -MD -MP -MF .deps/digest.Tpo -c digest.cpp -o digest.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT cipher.lo -MD -MP -MF .deps/cipher.Tpo -c cipher.cpp -o cipher.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT sstream.lo -MD -MP -MF .deps/sstream.Tpo -c sstream.cpp -o sstream.o >/dev/null 2>&1
depbase=`echo ../nossl/common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT ../nossl/common.lo -MD -MP -MF $depbase.Tpo -c -o ../nossl/common.lo ../nossl/common.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
secure.cpp: In static member function 'static gnutls_session_int* ucommon::__context::session(ucommon::__context*)':
secure.cpp:132:28: warning: 'gnutls_connection_end_t' is deprecated [-Wdeprecated-declarations]
  132 |         gnutls_init(&ssl, (gnutls_connection_end_t)(ctx->connect));
      |                            ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gnutls/gnutls.h:3600,
                 from local.h:23,
                 from secure.cpp:19:
/usr/include/gnutls/compat.h:51:22: note: declared here
   51 | typedef unsigned int gnutls_connection_end_t _GNUTLS_GCC_ATTR_DEPRECATED;
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT ../nossl/common.lo -MD -MP -MF ../nossl/.deps/common.Tpo -c ../nossl/common.cpp  -fPIC -DPIC -o ../nossl/.libs/common.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT secure.lo -MD -MP -MF .deps/secure.Tpo -c secure.cpp -o secure.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT ../nossl/common.lo -MD -MP -MF ../nossl/.deps/common.Tpo -c ../nossl/common.cpp -o ../nossl/common.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -I/usr/include/p11-kit-1  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc -lgnutls  -version-info 8:0:0 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libusecure.la -rpath /usr/lib secure.lo digest.lo random.lo cipher.lo hmac.lo sstream.lo ../nossl/common.lo  
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o  .libs/secure.o .libs/digest.o .libs/random.o .libs/cipher.o .libs/hmac.o .libs/sstream.o ../nossl/.libs/common.o   -Wl,-rpath -Wl,/build/ucommon/src/ucommon-7.0.0/corelib/.libs ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lgnutls -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o  -pthread -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -pthread -Wl,-soname -Wl,libusecure.so.8 -o .libs/libusecure.so.8.0.0
libtool: link: (cd ".libs" && rm -f "libusecure.so.8" && ln -s "libusecure.so.8.0.0" "libusecure.so.8")
libtool: link: (cd ".libs" && rm -f "libusecure.so" && ln -s "libusecure.so.8.0.0" "libusecure.so")
libtool: link: ar cru .libs/libusecure.a  secure.o digest.o random.o cipher.o hmac.o sstream.o ../nossl/common.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libusecure.a
libtool: link: ( cd ".libs" && rm -f "libusecure.la" && ln -s "../libusecure.la" "libusecure.la" )
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/gnutls'
Making all in commoncpp
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/commoncpp'
depbase=`echo strchar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT strchar.lo -MD -MP -MF $depbase.Tpo -c -o strchar.lo strchar.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo slog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT slog.lo -MD -MP -MF $depbase.Tpo -c -o slog.lo slog.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo exception.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT exception.lo -MD -MP -MF $depbase.Tpo -c -o exception.lo exception.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT thread.lo -MD -MP -MF $depbase.Tpo -c -o thread.lo thread.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo address.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT address.lo -MD -MP -MF $depbase.Tpo -c -o address.lo address.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo socket.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT socket.lo -MD -MP -MF $depbase.Tpo -c -o socket.lo socket.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT slog.lo -MD -MP -MF .deps/slog.Tpo -c slog.cpp  -fPIC -DPIC -o .libs/slog.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT strchar.lo -MD -MP -MF .deps/strchar.Tpo -c strchar.cpp  -fPIC -DPIC -o .libs/strchar.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.cpp  -fPIC -DPIC -o .libs/thread.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT address.lo -MD -MP -MF .deps/address.Tpo -c address.cpp  -fPIC -DPIC -o .libs/address.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT exception.lo -MD -MP -MF .deps/exception.Tpo -c exception.cpp  -fPIC -DPIC -o .libs/exception.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.cpp  -fPIC -DPIC -o .libs/socket.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT strchar.lo -MD -MP -MF .deps/strchar.Tpo -c strchar.cpp -o strchar.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT exception.lo -MD -MP -MF .deps/exception.Tpo -c exception.cpp -o exception.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT slog.lo -MD -MP -MF .deps/slog.Tpo -c slog.cpp -o slog.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT address.lo -MD -MP -MF .deps/address.Tpo -c address.cpp -o address.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.cpp -o socket.o >/dev/null 2>&1
depbase=`echo tcp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT tcp.lo -MD -MP -MF $depbase.Tpo -c -o tcp.lo tcp.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo udp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT udp.lo -MD -MP -MF $depbase.Tpo -c -o udp.lo udp.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT tcp.lo -MD -MP -MF .deps/tcp.Tpo -c tcp.cpp  -fPIC -DPIC -o .libs/tcp.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.cpp -o thread.o >/dev/null 2>&1
depbase=`echo dccp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT dccp.lo -MD -MP -MF $depbase.Tpo -c -o dccp.lo dccp.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT udp.lo -MD -MP -MF .deps/udp.Tpo -c udp.cpp  -fPIC -DPIC -o .libs/udp.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT dccp.lo -MD -MP -MF .deps/dccp.Tpo -c dccp.cpp  -fPIC -DPIC -o .libs/dccp.o
tcp.cpp: In destructor 'virtual ost::TCPStream::~TCPStream()':
tcp.cpp:486:58: warning: 'throw' will always call 'terminate' [-Wterminate]
  486 |         catch( ... ) { if ( ! std::uncaught_exception()) throw;};
      |                                                          ^~~~~
tcp.cpp:486:58: note: in C++11 destructors default to 'noexcept'
depbase=`echo applog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT applog.lo -MD -MP -MF $depbase.Tpo -c -o applog.lo applog.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT applog.lo -MD -MP -MF .deps/applog.Tpo -c applog.cpp  -fPIC -DPIC -o .libs/applog.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT dccp.lo -MD -MP -MF .deps/dccp.Tpo -c dccp.cpp -o dccp.o >/dev/null 2>&1
depbase=`echo mime.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT mime.lo -MD -MP -MF $depbase.Tpo -c -o mime.lo mime.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT udp.lo -MD -MP -MF .deps/udp.Tpo -c udp.cpp -o udp.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT mime.lo -MD -MP -MF .deps/mime.Tpo -c mime.cpp  -fPIC -DPIC -o .libs/mime.o
depbase=`echo process.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT process.lo -MD -MP -MF $depbase.Tpo -c -o process.lo process.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT process.lo -MD -MP -MF .deps/process.Tpo -c process.cpp  -fPIC -DPIC -o .libs/process.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT tcp.lo -MD -MP -MF .deps/tcp.Tpo -c tcp.cpp -o tcp.o >/dev/null 2>&1
depbase=`echo serial.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT serial.lo -MD -MP -MF $depbase.Tpo -c -o serial.lo serial.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c serial.cpp  -fPIC -DPIC -o .libs/serial.o
depbase=`echo tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o tokenizer.lo tokenizer.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT mime.lo -MD -MP -MF .deps/mime.Tpo -c mime.cpp -o mime.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT process.lo -MD -MP -MF .deps/process.Tpo -c process.cpp -o process.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c tokenizer.cpp  -fPIC -DPIC -o .libs/tokenizer.o
depbase=`echo file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT file.lo -MD -MP -MF $depbase.Tpo -c -o file.lo file.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.cpp  -fPIC -DPIC -o .libs/file.o
depbase=`echo dso.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT dso.lo -MD -MP -MF $depbase.Tpo -c -o dso.lo dso.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo linked.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT linked.lo -MD -MP -MF $depbase.Tpo -c -o linked.lo linked.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT dso.lo -MD -MP -MF .deps/dso.Tpo -c dso.cpp  -fPIC -DPIC -o .libs/dso.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT linked.lo -MD -MP -MF .deps/linked.Tpo -c linked.cpp  -fPIC -DPIC -o .libs/linked.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT applog.lo -MD -MP -MF .deps/applog.Tpo -c applog.cpp -o applog.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c serial.cpp -o serial.o >/dev/null 2>&1
In file included from ../inc/ucommon/ucommon.h:112,
                 from ../inc/commoncpp/config.h:42,
                 from tokenizer.cpp:41:
../inc/ucommon/temporary.h:58:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 | #define THROWS(x)   throw(x)
      |                     ^~~~~
../inc/commoncpp/tokenizer.h:178:32: note: in expansion of macro 'THROWS'
  178 |         iterator &operator++() THROWS (NoSuchElementException);
      |                                ^~~~~~
../inc/ucommon/temporary.h:58:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 | #define THROWS(x)   throw(x)
      |                     ^~~~~
../inc/commoncpp/tokenizer.h:188:34: note: in expansion of macro 'THROWS'
  188 |         const char*  operator*() THROWS (NoSuchElementException);
      |                                  ^~~~~~
../inc/ucommon/temporary.h:58:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 | #define THROWS(x)   throw(x)
      |                     ^~~~~
tokenizer.cpp:73:70: note: in expansion of macro 'THROWS'
   73 | StringTokenizer::iterator& StringTokenizer::iterator::operator ++ () THROWS (StringTokenizer::NoSuchElementException)
      |                                                                      ^~~~~~
../inc/ucommon/temporary.h:58:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 | #define THROWS(x)   throw(x)
      |                     ^~~~~
tokenizer.cpp:109:55: note: in expansion of macro 'THROWS'
  109 | const char * StringTokenizer::iterator::operator * () THROWS (StringTokenizer::NoSuchElementException)
      |                                                       ^~~~~~
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c tokenizer.cpp -o tokenizer.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.cpp -o file.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT linked.lo -MD -MP -MF .deps/linked.Tpo -c linked.cpp -o linked.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT dso.lo -MD -MP -MF .deps/dso.Tpo -c dso.cpp -o dso.o >/dev/null 2>&1
depbase=`echo pointer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT pointer.lo -MD -MP -MF $depbase.Tpo -c -o pointer.lo pointer.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT map.lo -MD -MP -MF $depbase.Tpo -c -o map.lo map.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT pointer.lo -MD -MP -MF .deps/pointer.Tpo -c pointer.cpp  -fPIC -DPIC -o .libs/pointer.o
depbase=`echo misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT misc.lo -MD -MP -MF $depbase.Tpo -c -o misc.lo misc.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo dir.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT dir.lo -MD -MP -MF $depbase.Tpo -c -o dir.lo dir.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT map.lo -MD -MP -MF .deps/map.Tpo -c map.cpp  -fPIC -DPIC -o .libs/map.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.cpp  -fPIC -DPIC -o .libs/misc.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT dir.lo -MD -MP -MF .deps/dir.Tpo -c dir.cpp  -fPIC -DPIC -o .libs/dir.o
depbase=`echo persist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT persist.lo -MD -MP -MF $depbase.Tpo -c -o persist.lo persist.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT persist.lo -MD -MP -MF .deps/persist.Tpo -c persist.cpp  -fPIC -DPIC -o .libs/persist.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT pointer.lo -MD -MP -MF .deps/pointer.Tpo -c pointer.cpp -o pointer.o >/dev/null 2>&1
depbase=`echo xml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT xml.lo -MD -MP -MF $depbase.Tpo -c -o xml.lo xml.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT map.lo -MD -MP -MF .deps/map.Tpo -c map.cpp -o map.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.cpp  -fPIC -DPIC -o .libs/xml.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.cpp -o misc.o >/dev/null 2>&1
In file included from persist.cpp:26:
../inc/commoncpp/persist.h:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  213 |     PersistEngine(std::iostream& stream, EngineMode mode) throw(PersistException);
      |                                                           ^~~~~
../inc/commoncpp/persist.h:222:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  222 |     inline void write(const PersistObject &object) throw(PersistException)
      |                                                    ^~~~~
../inc/commoncpp/persist.h:228:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  228 |     void write(const PersistObject *object) throw(PersistException);
      |                                             ^~~~~
../inc/commoncpp/persist.h:233:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  233 |     inline void write(int8_t i) throw(PersistException) { CCXX_ENGINEWRITE_REF(i); }
      |                                 ^~~~~
../inc/commoncpp/persist.h:234:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  234 |     inline void write(uint8_t i) throw(PersistException) { CCXX_ENGINEWRITE_REF(i); }
      |                                  ^~~~~
../inc/commoncpp/persist.h:235:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  235 |     inline void write(int16_t i)  throw(PersistException) { CCXX_ENGINEWRITE_REF(i); }
      |                                   ^~~~~
../inc/commoncpp/persist.h:236:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  236 |     inline void write(uint16_t i) throw(PersistException) { CCXX_ENGINEWRITE_REF(i); }
      |                                   ^~~~~
../inc/commoncpp/persist.h:237:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  237 |     inline void write(int32_t i)  throw(PersistException) { CCXX_ENGINEWRITE_REF(i); }
      |                                   ^~~~~
../inc/commoncpp/persist.h:238:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  238 |     inline void write(uint32_t i) throw(PersistException) { CCXX_ENGINEWRITE_REF(i); }
      |                                   ^~~~~
../inc/commoncpp/persist.h:239:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  239 |     inline void write(float i)  throw(PersistException) { CCXX_ENGINEWRITE_REF(i); }
      |                                 ^~~~~
../inc/commoncpp/persist.h:240:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  240 |     inline void write(double i) throw(PersistException) { CCXX_ENGINEWRITE_REF(i); }
      |                                 ^~~~~
../inc/commoncpp/persist.h:241:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  241 |     inline void write(bool i) throw(PersistException) { CCXX_ENGINEWRITE_REF(i); }
      |                               ^~~~~
../inc/commoncpp/persist.h:244:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  244 |     void write(const std::string& str) throw(PersistException);
      |                                        ^~~~~
../inc/commoncpp/persist.h:247:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  247 |     void writeBinary(const uint8_t* data, const uint32_t size) throw(PersistException);
      |                                                                ^~~~~
../inc/commoncpp/persist.h:254:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  254 |     void read(PersistObject &object) throw(PersistException);
      |                                      ^~~~~
../inc/commoncpp/persist.h:259:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  259 |     void read(PersistObject *&object) throw(PersistException);
      |                                       ^~~~~
../inc/commoncpp/persist.h:264:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  264 |     inline void read(int8_t& i) throw(PersistException) { CCXX_ENGINEREAD_REF(i); }
      |                                 ^~~~~
../inc/commoncpp/persist.h:265:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  265 |     inline void read(uint8_t& i) throw(PersistException) { CCXX_ENGINEREAD_REF(i); }
      |                                  ^~~~~
../inc/commoncpp/persist.h:266:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  266 |     inline void read(int16_t& i) throw(PersistException) { CCXX_ENGINEREAD_REF(i); }
      |                                  ^~~~~
../inc/commoncpp/persist.h:267:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  267 |     inline void read(uint16_t& i) throw(PersistException) { CCXX_ENGINEREAD_REF(i); }
      |                                   ^~~~~
../inc/commoncpp/persist.h:268:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  268 |     inline void read(int32_t& i) throw(PersistException) { CCXX_ENGINEREAD_REF(i); }
      |                                  ^~~~~
../inc/commoncpp/persist.h:269:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  269 |     inline void read(uint32_t& i) throw(PersistException) { CCXX_ENGINEREAD_REF(i); }
      |                                   ^~~~~
../inc/commoncpp/persist.h:270:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  270 |     inline void read(float& i)  throw(PersistException) { CCXX_ENGINEREAD_REF(i); }
      |                                 ^~~~~
../inc/commoncpp/persist.h:271:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  271 |     inline void read(double& i) throw(PersistException) { CCXX_ENGINEREAD_REF(i); }
      |                                 ^~~~~
../inc/commoncpp/persist.h:272:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  272 |     inline void read(bool &i) throw(PersistException) { CCXX_ENGINEREAD_REF(i); }
      |                               ^~~~~
../inc/commoncpp/persist.h:275:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  275 |     void read(std::string& str) throw(PersistException);
      |                                 ^~~~~
../inc/commoncpp/persist.h:278:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  278 |     void readBinary(uint8_t* data, uint32_t size) throw(PersistException);
      |                                                   ^~~~~
../inc/commoncpp/persist.h:285:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  285 |     void readObject(PersistObject* object) throw(PersistException);
      |                                            ^~~~~
../inc/commoncpp/persist.h:290:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  290 |     const std::string readClass() throw(PersistException);
      |                                   ^~~~~
../inc/commoncpp/persist.h:322:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  322 | inline PersistEngine& operator >>( PersistEngine& ar, PersistObject &ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                          ^~~~~
../inc/commoncpp/persist.h:324:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  324 | inline PersistEngine& operator >>( PersistEngine& ar, PersistObject *&ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                           ^~~~~
../inc/commoncpp/persist.h:326:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  326 | inline PersistEngine& operator <<( PersistEngine& ar, PersistObject const &ob) throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                                ^~~~~
../inc/commoncpp/persist.h:328:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  328 | inline PersistEngine& operator <<( PersistEngine& ar, PersistObject const *ob) throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                                ^~~~~
../inc/commoncpp/persist.h:331:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  331 | inline PersistEngine& operator >>( PersistEngine& ar, int8_t& ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                   ^~~~~
../inc/commoncpp/persist.h:333:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  333 | inline PersistEngine& operator <<( PersistEngine& ar, int8_t ob)  throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                   ^~~~~
../inc/commoncpp/persist.h:336:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  336 | inline PersistEngine& operator >>( PersistEngine& ar, uint8_t& ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                    ^~~~~
../inc/commoncpp/persist.h:338:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  338 | inline PersistEngine& operator <<( PersistEngine& ar, uint8_t ob)  throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                    ^~~~~
../inc/commoncpp/persist.h:341:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  341 | inline PersistEngine& operator >>( PersistEngine& ar, int16_t& ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                    ^~~~~
../inc/commoncpp/persist.h:343:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  343 | inline PersistEngine& operator <<( PersistEngine& ar, int16_t ob)  throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                    ^~~~~
../inc/commoncpp/persist.h:346:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  346 | inline PersistEngine& operator >>( PersistEngine& ar, uint16_t& ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                     ^~~~~
../inc/commoncpp/persist.h:348:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  348 | inline PersistEngine& operator <<( PersistEngine& ar, uint16_t ob)  throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                     ^~~~~
../inc/commoncpp/persist.h:351:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  351 | inline PersistEngine& operator >>( PersistEngine& ar, int32_t& ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                    ^~~~~
../inc/commoncpp/persist.h:353:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  353 | inline PersistEngine& operator <<( PersistEngine& ar, int32_t ob)  throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                    ^~~~~
../inc/commoncpp/persist.h:356:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  356 | inline PersistEngine& operator >>( PersistEngine& ar, uint32_t& ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                     ^~~~~
../inc/commoncpp/persist.h:358:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  358 | inline PersistEngine& operator <<( PersistEngine& ar, uint32_t ob)  throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                     ^~~~~
../inc/commoncpp/persist.h:361:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  361 | inline PersistEngine& operator >>( PersistEngine& ar, float& ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                  ^~~~~
../inc/commoncpp/persist.h:363:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  363 | inline PersistEngine& operator <<( PersistEngine& ar, float ob)  throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                  ^~~~~
../inc/commoncpp/persist.h:366:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  366 | inline PersistEngine& operator >>( PersistEngine& ar, double& ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                   ^~~~~
../inc/commoncpp/persist.h:368:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  368 | inline PersistEngine& operator <<( PersistEngine& ar, double ob) throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                  ^~~~~
../inc/commoncpp/persist.h:371:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  371 | inline PersistEngine& operator >>( PersistEngine& ar, std::string& ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                        ^~~~~
../inc/commoncpp/persist.h:373:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  373 | inline PersistEngine& operator <<( PersistEngine& ar, std::string ob) throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                       ^~~~~
../inc/commoncpp/persist.h:376:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  376 | inline PersistEngine& operator >>( PersistEngine& ar, bool& ob) throw(PersistException) {CCXX_RE(ar,ob);}
      |                                                                 ^~~~~
../inc/commoncpp/persist.h:378:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  378 | inline PersistEngine& operator <<( PersistEngine& ar, bool ob)  throw(PersistException) {CCXX_WE(ar,ob);}
      |                                                                 ^~~~~
../inc/commoncpp/persist.h:393:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  393 | PersistEngine& operator <<( PersistEngine& ar, typename std::vector<T> const& ob) throw(PersistException)
      |                                                                                   ^~~~~
../inc/commoncpp/persist.h:407:77: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  407 | PersistEngine& operator >>( PersistEngine& ar, typename std::vector<T>& ob) throw(PersistException)
      |                                                                             ^~~~~
../inc/commoncpp/persist.h:424:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  424 | PersistEngine& operator <<( PersistEngine& ar, typename std::deque<T> const& ob) throw(PersistException)
      |                                                                                  ^~~~~
../inc/commoncpp/persist.h:438:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  438 | PersistEngine& operator >>( PersistEngine& ar, typename std::deque<T>& ob) throw(PersistException)
      |                                                                            ^~~~~
../inc/commoncpp/persist.h:459:89: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  459 | PersistEngine& operator <<( PersistEngine& ar, typename std::map<Key,Value> const & ob) throw(PersistException)
      |                                                                                         ^~~~~
../inc/commoncpp/persist.h:473:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  473 | PersistEngine& operator >>( PersistEngine& ar, typename std::map<Key,Value>& ob) throw(PersistException)
      |                                                                                  ^~~~~
../inc/commoncpp/persist.h:491:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  491 | PersistEngine& operator <<( PersistEngine& ar, std::pair<x,y> &ob) throw(PersistException)
      |                                                                    ^~~~~
../inc/commoncpp/persist.h:502:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  502 | PersistEngine& operator >>(PersistEngine& ar, std::pair<x, y> &ob) throw(PersistException)
      |                                                                    ^~~~~
persist.cpp:117:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  117 | PersistEngine::PersistEngine(std::iostream& stream, EngineMode mode) throw(PersistException) :
      |                                                                      ^~~~~
persist.cpp:128:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  128 | void PersistEngine::writeBinary(const uint8_t* data, const uint32_t size) throw(PersistException)
      |                                                                           ^~~~~
persist.cpp:136:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  136 | void PersistEngine::readBinary(uint8_t* data, uint32_t size) throw(PersistException)
      |                                                              ^~~~~
persist.cpp:143:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  143 | void PersistEngine::write(const PersistObject *object) throw(PersistException)
      |                                                        ^~~~~
persist.cpp:184:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  184 | void PersistEngine::read(PersistObject &object) throw(PersistException)
      |                                                 ^~~~~
persist.cpp:205:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  205 | void PersistEngine::read(PersistObject *&object) throw(PersistException)
      |                                                  ^~~~~
persist.cpp:240:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  240 | void PersistEngine::readObject(PersistObject* object) throw(PersistException)
      |                                                       ^~~~~
persist.cpp:254:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  254 | const std::string PersistEngine::readClass() throw(PersistException)
      |                                              ^~~~~
persist.cpp:272:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  272 | void PersistEngine::write(const std::string& str) throw(PersistException)
      |                                                   ^~~~~
persist.cpp:279:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  279 | void PersistEngine::read(std::string& str) throw(PersistException)
      |                                            ^~~~~
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT dir.lo -MD -MP -MF .deps/dir.Tpo -c dir.cpp -o dir.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.cpp -o xml.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT persist.lo -MD -MP -MF .deps/persist.Tpo -c persist.cpp -o persist.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc -version-info 8:0:0 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libcommoncpp.la -rpath /usr/lib strchar.lo slog.lo exception.lo thread.lo address.lo socket.lo tcp.lo udp.lo dccp.lo applog.lo mime.lo process.lo serial.lo tokenizer.lo file.lo dso.lo linked.lo pointer.lo map.lo misc.lo dir.lo persist.lo xml.lo  
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o  .libs/strchar.o .libs/slog.o .libs/exception.o .libs/thread.o .libs/address.o .libs/socket.o .libs/tcp.o .libs/udp.o .libs/dccp.o .libs/applog.o .libs/mime.o .libs/process.o .libs/serial.o .libs/tokenizer.o .libs/file.o .libs/dso.o .libs/linked.o .libs/pointer.o .libs/map.o .libs/misc.o .libs/dir.o .libs/persist.o .libs/xml.o   -Wl,-rpath -Wl,/build/ucommon/src/ucommon-7.0.0/corelib/.libs ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o  -pthread -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -pthread -Wl,-soname -Wl,libcommoncpp.so.8 -o .libs/libcommoncpp.so.8.0.0
libtool: link: (cd ".libs" && rm -f "libcommoncpp.so.8" && ln -s "libcommoncpp.so.8.0.0" "libcommoncpp.so.8")
libtool: link: (cd ".libs" && rm -f "libcommoncpp.so" && ln -s "libcommoncpp.so.8.0.0" "libcommoncpp.so")
libtool: link: ar cru .libs/libcommoncpp.a  strchar.o slog.o exception.o thread.o address.o socket.o tcp.o udp.o dccp.o applog.o mime.o process.o serial.o tokenizer.o file.o dso.o linked.o pointer.o map.o misc.o dir.o persist.o xml.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcommoncpp.a
libtool: link: ( cd ".libs" && rm -f "libcommoncpp.la" && ln -s "../libcommoncpp.la" "libcommoncpp.la" )
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/commoncpp'
Making all in inc
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/inc'
Making all in ucommon
make[3]: Entering directory '/build/ucommon/src/ucommon-7.0.0/inc/ucommon'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/inc/ucommon'
Making all in commoncpp
make[3]: Entering directory '/build/ucommon/src/ucommon-7.0.0/inc/commoncpp'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/inc/commoncpp'
make[3]: Entering directory '/build/ucommon/src/ucommon-7.0.0/inc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/inc'
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/inc'
Making all in test
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/test'
Making all in utils
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/utils'
depbase=`echo args.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -I../inc  -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT args.o -MD -MP -MF $depbase.Tpo -c -o args.o args.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo scrub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -I../inc  -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT scrub.o -MD -MP -MF $depbase.Tpo -c -o scrub.o scrub.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mdsum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -I../inc  -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT mdsum.o -MD -MP -MF $depbase.Tpo -c -o mdsum.o mdsum.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo zerofill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -I../inc  -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT zerofill.o -MD -MP -MF $depbase.Tpo -c -o zerofill.o zerofill.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo car.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -I../inc  -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT car.o -MD -MP -MF $depbase.Tpo -c -o car.o car.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sockaddr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -I../inc  -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT sockaddr.o -MD -MP -MF $depbase.Tpo -c -o sockaddr.o sockaddr.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pdetach.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -I../inc  -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT pdetach.o -MD -MP -MF $depbase.Tpo -c -o pdetach.o pdetach.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo keywait.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -I../inc  -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT keywait.o -MD -MP -MF $depbase.Tpo -c -o keywait.o keywait.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo urlout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -I../inc  -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT urlout.o -MD -MP -MF $depbase.Tpo -c -o urlout.o urlout.cpp &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o args args.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 ../gnutls/libusecure.la -lgnutls  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o scrub-files scrub.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 ../gnutls/libusecure.la -lgnutls  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o mdsum mdsum.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/args args.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/scrub-files scrub.o  ../gnutls/.libs/libusecure.so -lgnutls ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 ../gnutls/libusecure.la -lgnutls  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o zerofill zerofill.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/mdsum mdsum.o  ../gnutls/.libs/libusecure.so -lgnutls ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 ../gnutls/libusecure.la -lgnutls  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o car car.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o sockaddr sockaddr.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o pdetach pdetach.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/zerofill zerofill.o  ../gnutls/.libs/libusecure.so -lgnutls ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 ../gnutls/libusecure.la -lgnutls  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o urlout urlout.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/sockaddr sockaddr.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/pdetach pdetach.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc  -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o keywait keywait.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/car car.o  ../gnutls/.libs/libusecure.so -lgnutls ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/urlout urlout.o  ../gnutls/.libs/libusecure.so -lgnutls ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/keywait keywait.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/utils'
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0'
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0'
make[1]: Leaving directory '/build/ucommon/src/ucommon-7.0.0'
==> Starting check()...
Making check in corelib
make[1]: Entering directory '/build/ucommon/src/ucommon-7.0.0/corelib'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/corelib'
Making check in gnutls
make[1]: Entering directory '/build/ucommon/src/ucommon-7.0.0/gnutls'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/gnutls'
Making check in commoncpp
make[1]: Entering directory '/build/ucommon/src/ucommon-7.0.0/commoncpp'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/commoncpp'
Making check in inc
make[1]: Entering directory '/build/ucommon/src/ucommon-7.0.0/inc'
Making check in ucommon
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/inc/ucommon'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/inc/ucommon'
Making check in commoncpp
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/inc/commoncpp'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/inc/commoncpp'
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/inc'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/inc'
make[1]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/inc'
Making check in test
make[1]: Entering directory '/build/ucommon/src/ucommon-7.0.0/test'
make  ucommonLinked ucommonSocket ucommonStrings ucommonThreads ucommonMemory ucommonKeydata ucommonStream ucommonUnicode ucommonDatetime ucommonShell ucommonDigest ucommonCipher
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/test'
depbase=`echo linked.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT linked.o -MD -MP -MF $depbase.Tpo -c -o linked.o linked.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT socket.o -MD -MP -MF $depbase.Tpo -c -o socket.o socket.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo string.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT string.o -MD -MP -MF $depbase.Tpo -c -o string.o string.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo thread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT thread.o -MD -MP -MF $depbase.Tpo -c -o thread.o thread.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo memory.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT memory.o -MD -MP -MF $depbase.Tpo -c -o memory.o memory.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo keydata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT keydata.o -MD -MP -MF $depbase.Tpo -c -o keydata.o keydata.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT stream.o -MD -MP -MF $depbase.Tpo -c -o stream.o stream.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo unicode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT unicode.o -MD -MP -MF $depbase.Tpo -c -o unicode.o unicode.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo datetime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT datetime.o -MD -MP -MF $depbase.Tpo -c -o datetime.o datetime.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo shell.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT shell.o -MD -MP -MF $depbase.Tpo -c -o shell.o shell.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo digest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT digest.o -MD -MP -MF $depbase.Tpo -c -o digest.o digest.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo cipher.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..    -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -MT cipher.o -MD -MP -MF $depbase.Tpo -c -o cipher.o cipher.cpp &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonLinked linked.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonSocket socket.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonStrings string.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonLinked linked.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonThreads thread.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonStrings string.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonSocket socket.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonMemory memory.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonKeydata keydata.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonStream stream.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonThreads thread.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonUnicode unicode.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonDatetime datetime.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonMemory memory.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonKeydata keydata.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonStream stream.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonUnicode unicode.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonDatetime datetime.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonShell shell.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 ../gnutls/libusecure.la -lgnutls  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonDigest digest.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 ../gnutls/libusecure.la -lgnutls  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ucommonCipher cipher.o ../corelib/libucommon.la   -lrt  -ldl -lpthread -lc 
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonShell shell.o  ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonDigest digest.o  ../gnutls/.libs/libusecure.so -lgnutls ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
libtool: link: g++ -I../inc -Wno-long-long -pthread -fno-check-new -finline -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=c++14 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/ucommonCipher cipher.o  ../gnutls/.libs/libusecure.so -lgnutls ../corelib/.libs/libucommon.so -lrt -ldl -lpthread -lc -pthread
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/test'
make  check-TESTS
make[2]: Entering directory '/build/ucommon/src/ucommon-7.0.0/test'
make[3]: Entering directory '/build/ucommon/src/ucommon-7.0.0/test'
PASS: ucommonLinked
PASS: ucommonStrings
PASS: ucommonKeydata
PASS: ucommonSocket
PASS: ucommonMemory
PASS: ucommonUnicode
PASS: ucommonDatetime
PASS: ucommonShell
PASS: ucommonDigest
PASS: ucommonCipher
../autoconf/test-driver: line 107:  8943 Aborted                 (core dumped) "$@" > $log_file 2>&1
FAIL: ucommonStream
PASS: ucommonThreads
make[4]: Entering directory '/build/ucommon/src/ucommon-7.0.0/test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/test'
============================================================================
Testsuite summary for ucommon 7.0.0
============================================================================
# TOTAL: 12
# PASS:  11
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See test/test-suite.log
============================================================================
make[3]: *** [Makefile:843: test-suite.log] Error 1
make[3]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/test'
make[2]: *** [Makefile:951: check-TESTS] Error 2
make[2]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/test'
make[1]: *** [Makefile:1099: check-am] Error 2
make[1]: Leaving directory '/build/ucommon/src/ucommon-7.0.0/test'
make: *** [Makefile:641: check-recursive] Error 1
==> ERROR: A failure occurred in check().
    Aborting...
==> ERROR: Build failed, check /var/build/build/build

Unfortunately I have no clue what's causing this error.
Any hint is appreciated.

PS: The tests log file is not there:

# find /var/build/build/ -name test-suite.log
#

Last edited by schard (2021-09-15 14:31:29)

Offline

#2 2021-09-15 12:16:05

seth
Member
Registered: 2012-09-03
Posts: 50,017

Re: [SOLVED] ucommon fails to build

../autoconf/test-driver: line 107:  8943 Aborted                 (core dumped) "$@" > $log_file 2>&1
FAIL: ucommonStream

The testcode seems to try to do some threaded tcp on localhost:9000 and sigabrt's - can you netcat on 9000?

Online

#3 2021-09-15 14:31:16

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,933
Website

Re: [SOLVED] ucommon fails to build

Awesome, thanks. I have SonarQube running on port 9000.
What moron hardcodes such a thing into a unit test?

Offline

#4 2021-09-15 14:44:42

seth
Member
Registered: 2012-09-03
Posts: 50,017

Re: [SOLVED] ucommon fails to build

Unit tests predominantly test the tests…

https://www.gnu.org/software/commoncpp/ wrote:

The current maintainer for this package is <dyfet at gnu dot org>.

Online

Board footer

Powered by FluxBB