D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/asio-1.12.1-1.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Uak8ay + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf asio-1.12.1 + /usr/bin/bzip2 -dc /home/pterjan/rpmbuild/SOURCES/asio-1.12.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd asio-1.12.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cVHTJ6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd asio-1.12.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 checking whether to enable maintainer-specific portions of Makefiles... no 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 for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '500' is supported by ustar format... yes checking whether GID '1001' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking build system type... x86_64-mageia-linux-gnu checking host system type... x86_64-mageia-linux-gnu checking for style of include used by make... 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 dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ranlib... ranlib checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 boost/noncopyable.hpp usability... yes checking boost/noncopyable.hpp presence... yes checking for boost/noncopyable.hpp... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking whether C++11 is enabled... yes checking whether C++14 is enabled... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating src/tests/Makefile config.status: creating src/examples/cpp03/Makefile config.status: creating src/examples/cpp11/Makefile config.status: creating src/examples/cpp14/Makefile config.status: creating src/examples/cpp17/Makefile config.status: executing depfiles commands + /usr/bin/make -O -j4 Making all in include make[1]: Nothing to be done for 'all'. Making all in src Making all in examples/cpp03 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo buffers/reference_counted.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT buffers/reference_counted.o -MD -MP -MF $depbase.Tpo -c -o buffers/reference_counted.o buffers/reference_counted.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo allocation/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT allocation/server.o -MD -MP -MF $depbase.Tpo -c -o allocation/server.o allocation/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo chat/chat_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT chat/chat_client.o -MD -MP -MF $depbase.Tpo -c -o chat/chat_client.o chat/chat_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo chat/posix_chat_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT chat/posix_chat_client.o -MD -MP -MF $depbase.Tpo -c -o chat/posix_chat_client.o chat/posix_chat_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo echo/async_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/async_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/async_tcp_echo_server.o echo/async_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo echo/async_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/async_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/async_udp_echo_server.o echo/async_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo chat/chat_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT chat/chat_server.o -MD -MP -MF $depbase.Tpo -c -o chat/chat_server.o chat/chat_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo echo/blocking_tcp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_tcp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_tcp_echo_client.o echo/blocking_tcp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo echo/blocking_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_tcp_echo_server.o echo/blocking_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo echo/blocking_udp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_udp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_udp_echo_client.o echo/blocking_udp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo echo/blocking_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_udp_echo_server.o echo/blocking_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/client/async_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/client/async_client.o -MD -MP -MF $depbase.Tpo -c -o http/client/async_client.o http/client/async_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server/connection_manager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/connection_manager.o -MD -MP -MF $depbase.Tpo -c -o http/server/connection_manager.o http/server/connection_manager.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server/mime_types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/mime_types.o -MD -MP -MF $depbase.Tpo -c -o http/server/mime_types.o http/server/mime_types.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/client/sync_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/client/sync_client.o -MD -MP -MF $depbase.Tpo -c -o http/client/sync_client.o http/client/sync_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/connection.o -MD -MP -MF $depbase.Tpo -c -o http/server/connection.o http/server/connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/main.o -MD -MP -MF $depbase.Tpo -c -o http/server/main.o http/server/main.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server/request_parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/request_parser.o -MD -MP -MF $depbase.Tpo -c -o http/server/request_parser.o http/server/request_parser.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server/reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/reply.o -MD -MP -MF $depbase.Tpo -c -o http/server/reply.o http/server/reply.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server/request_handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/request_handler.o -MD -MP -MF $depbase.Tpo -c -o http/server/request_handler.o http/server/request_handler.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/server.o -MD -MP -MF $depbase.Tpo -c -o http/server/server.o http/server/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server2/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server2/connection.o -MD -MP -MF $depbase.Tpo -c -o http/server2/connection.o http/server2/connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server2/mime_types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server2/mime_types.o -MD -MP -MF $depbase.Tpo -c -o http/server2/mime_types.o http/server2/mime_types.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server2/io_context_pool.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server2/io_context_pool.o -MD -MP -MF $depbase.Tpo -c -o http/server2/io_context_pool.o http/server2/io_context_pool.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server2/request_parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server2/request_parser.o -MD -MP -MF $depbase.Tpo -c -o http/server2/request_parser.o http/server2/request_parser.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server2/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server2/main.o -MD -MP -MF $depbase.Tpo -c -o http/server2/main.o http/server2/main.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server2/reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server2/reply.o -MD -MP -MF $depbase.Tpo -c -o http/server2/reply.o http/server2/reply.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server2/request_handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server2/request_handler.o -MD -MP -MF $depbase.Tpo -c -o http/server2/request_handler.o http/server2/request_handler.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server3/mime_types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server3/mime_types.o -MD -MP -MF $depbase.Tpo -c -o http/server3/mime_types.o http/server3/mime_types.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server2/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server2/server.o -MD -MP -MF $depbase.Tpo -c -o http/server2/server.o http/server2/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server3/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server3/connection.o -MD -MP -MF $depbase.Tpo -c -o http/server3/connection.o http/server3/connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server3/request_parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server3/request_parser.o -MD -MP -MF $depbase.Tpo -c -o http/server3/request_parser.o http/server3/request_parser.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server3/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server3/main.o -MD -MP -MF $depbase.Tpo -c -o http/server3/main.o http/server3/main.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server3/reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server3/reply.o -MD -MP -MF $depbase.Tpo -c -o http/server3/reply.o http/server3/reply.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server3/request_handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server3/request_handler.o -MD -MP -MF $depbase.Tpo -c -o http/server3/request_handler.o http/server3/request_handler.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server4/mime_types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server4/mime_types.o -MD -MP -MF $depbase.Tpo -c -o http/server4/mime_types.o http/server4/mime_types.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server4/file_handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server4/file_handler.o -MD -MP -MF $depbase.Tpo -c -o http/server4/file_handler.o http/server4/file_handler.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server3/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server3/server.o -MD -MP -MF $depbase.Tpo -c -o http/server3/server.o http/server3/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server4/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server4/main.o -MD -MP -MF $depbase.Tpo -c -o http/server4/main.o http/server4/main.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server4/reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server4/reply.o -MD -MP -MF $depbase.Tpo -c -o http/server4/reply.o http/server4/reply.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server4/request_parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server4/request_parser.o -MD -MP -MF $depbase.Tpo -c -o http/server4/request_parser.o http/server4/request_parser.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo icmp/ping.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT icmp/ping.o -MD -MP -MF $depbase.Tpo -c -o icmp/ping.o icmp/ping.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo iostreams/daytime_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT iostreams/daytime_client.o -MD -MP -MF $depbase.Tpo -c -o iostreams/daytime_client.o iostreams/daytime_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo http/server4/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server4/server.o -MD -MP -MF $depbase.Tpo -c -o http/server4/server.o http/server4/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo invocation/prioritised_handlers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT invocation/prioritised_handlers.o -MD -MP -MF $depbase.Tpo -c -o invocation/prioritised_handlers.o invocation/prioritised_handlers.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo iostreams/daytime_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT iostreams/daytime_server.o -MD -MP -MF $depbase.Tpo -c -o iostreams/daytime_server.o iostreams/daytime_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo iostreams/http_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT iostreams/http_client.o -MD -MP -MF $depbase.Tpo -c -o iostreams/http_client.o iostreams/http_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo multicast/receiver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT multicast/receiver.o -MD -MP -MF $depbase.Tpo -c -o multicast/receiver.o multicast/receiver.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo multicast/sender.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT multicast/sender.o -MD -MP -MF $depbase.Tpo -c -o multicast/sender.o multicast/sender.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo nonblocking/third_party_lib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT nonblocking/third_party_lib.o -MD -MP -MF $depbase.Tpo -c -o nonblocking/third_party_lib.o nonblocking/third_party_lib.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo porthopper/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT porthopper/server.o -MD -MP -MF $depbase.Tpo -c -o porthopper/server.o porthopper/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/c++/7.3.0/backward/strstream:50:0, from porthopper/protocol.hpp:19, from porthopper/server.cpp:19: /usr/include/c++/7.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] #warning \ ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo porthopper/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT porthopper/client.o -MD -MP -MF $depbase.Tpo -c -o porthopper/client.o porthopper/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/c++/7.3.0/backward/strstream:50:0, from porthopper/protocol.hpp:19, from porthopper/client.cpp:21: /usr/include/c++/7.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] #warning \ ^~~~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo services/daytime_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT services/daytime_client.o -MD -MP -MF $depbase.Tpo -c -o services/daytime_client.o services/daytime_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo services/logger_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT services/logger_service.o -MD -MP -MF $depbase.Tpo -c -o services/logger_service.o services/logger_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo socks4/sync_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT socks4/sync_client.o -MD -MP -MF $depbase.Tpo -c -o socks4/sync_client.o socks4/sync_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo timeouts/async_tcp_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT timeouts/async_tcp_client.o -MD -MP -MF $depbase.Tpo -c -o timeouts/async_tcp_client.o timeouts/async_tcp_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo timeouts/blocking_tcp_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT timeouts/blocking_tcp_client.o -MD -MP -MF $depbase.Tpo -c -o timeouts/blocking_tcp_client.o timeouts/blocking_tcp_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo timeouts/blocking_token_tcp_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT timeouts/blocking_token_tcp_client.o -MD -MP -MF $depbase.Tpo -c -o timeouts/blocking_token_tcp_client.o timeouts/blocking_token_tcp_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo timeouts/blocking_udp_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT timeouts/blocking_udp_client.o -MD -MP -MF $depbase.Tpo -c -o timeouts/blocking_udp_client.o timeouts/blocking_udp_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/timer1/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/timer1/timer.o -MD -MP -MF $depbase.Tpo -c -o tutorial/timer1/timer.o tutorial/timer1/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo timers/time_t_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT timers/time_t_timer.o -MD -MP -MF $depbase.Tpo -c -o timers/time_t_timer.o timers/time_t_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo timeouts/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT timeouts/server.o -MD -MP -MF $depbase.Tpo -c -o timeouts/server.o timeouts/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/timer2/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/timer2/timer.o -MD -MP -MF $depbase.Tpo -c -o tutorial/timer2/timer.o tutorial/timer2/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/timer4/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/timer4/timer.o -MD -MP -MF $depbase.Tpo -c -o tutorial/timer4/timer.o tutorial/timer4/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/timer3/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/timer3/timer.o -MD -MP -MF $depbase.Tpo -c -o tutorial/timer3/timer.o tutorial/timer3/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/timer5/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/timer5/timer.o -MD -MP -MF $depbase.Tpo -c -o tutorial/timer5/timer.o tutorial/timer5/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/daytime1/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/daytime1/client.o -MD -MP -MF $depbase.Tpo -c -o tutorial/daytime1/client.o tutorial/daytime1/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/daytime2/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/daytime2/server.o -MD -MP -MF $depbase.Tpo -c -o tutorial/daytime2/server.o tutorial/daytime2/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/daytime3/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/daytime3/server.o -MD -MP -MF $depbase.Tpo -c -o tutorial/daytime3/server.o tutorial/daytime3/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/daytime4/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/daytime4/client.o -MD -MP -MF $depbase.Tpo -c -o tutorial/daytime4/client.o tutorial/daytime4/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o chat/posix_chat_client chat/posix_chat_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/daytime5/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/daytime5/server.o -MD -MP -MF $depbase.Tpo -c -o tutorial/daytime5/server.o tutorial/daytime5/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/daytime6/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/daytime6/server.o -MD -MP -MF $depbase.Tpo -c -o tutorial/daytime6/server.o tutorial/daytime6/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo fork/daemon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT fork/daemon.o -MD -MP -MF $depbase.Tpo -c -o fork/daemon.o fork/daemon.cpp &&\ mv -f $depbase.Tpo $depbase.Po fork/daemon.cpp: In function 'int main()': fork/daemon.cpp:123:10: warning: ignoring return value of 'int chdir(const char*)', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ~~~~~^~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo tutorial/daytime7/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT tutorial/daytime7/server.o -MD -MP -MF $depbase.Tpo -c -o tutorial/daytime7/server.o tutorial/daytime7/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo fork/process_per_connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT fork/process_per_connection.o -MD -MP -MF $depbase.Tpo -c -o fork/process_per_connection.o fork/process_per_connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo local/connect_pair.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT local/connect_pair.o -MD -MP -MF $depbase.Tpo -c -o local/connect_pair.o local/connect_pair.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo local/iostream_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT local/iostream_client.o -MD -MP -MF $depbase.Tpo -c -o local/iostream_client.o local/iostream_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo local/stream_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT local/stream_client.o -MD -MP -MF $depbase.Tpo -c -o local/stream_client.o local/stream_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o allocation/server allocation/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo local/stream_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT local/stream_server.o -MD -MP -MF $depbase.Tpo -c -o local/stream_server.o local/stream_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o buffers/reference_counted buffers/reference_counted.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o chat/chat_client chat/chat_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o chat/chat_server chat/chat_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/async_tcp_echo_server echo/async_tcp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/async_udp_echo_server echo/async_udp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_tcp_echo_client echo/blocking_tcp_echo_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_tcp_echo_server echo/blocking_tcp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_udp_echo_client echo/blocking_udp_echo_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_udp_echo_server echo/blocking_udp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o http/client/async_client http/client/async_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o http/client/sync_client http/client/sync_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o http/server/http_server http/server/connection.o http/server/connection_manager.o http/server/main.o http/server/mime_types.o http/server/reply.o http/server/request_handler.o http/server/request_parser.o http/server/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o http/server2/http_server http/server2/connection.o http/server2/io_context_pool.o http/server2/main.o http/server2/mime_types.o http/server2/reply.o http/server2/request_handler.o http/server2/request_parser.o http/server2/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o http/server3/http_server http/server3/connection.o http/server3/main.o http/server3/mime_types.o http/server3/reply.o http/server3/request_handler.o http/server3/request_parser.o http/server3/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o http/server4/http_server http/server4/file_handler.o http/server4/main.o http/server4/mime_types.o http/server4/reply.o http/server4/request_parser.o http/server4/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o icmp/ping icmp/ping.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o invocation/prioritised_handlers invocation/prioritised_handlers.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o iostreams/daytime_server iostreams/daytime_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o iostreams/daytime_client iostreams/daytime_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o iostreams/http_client iostreams/http_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o multicast/receiver multicast/receiver.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o multicast/sender multicast/sender.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o nonblocking/third_party_lib nonblocking/third_party_lib.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o porthopper/client porthopper/client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o porthopper/server porthopper/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o services/daytime_client services/daytime_client.o services/logger_service.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o socks4/sync_client socks4/sync_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o timeouts/async_tcp_client timeouts/async_tcp_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o timeouts/blocking_tcp_client timeouts/blocking_tcp_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o timeouts/blocking_token_tcp_client timeouts/blocking_token_tcp_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o timeouts/blocking_udp_client timeouts/blocking_udp_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o timeouts/server timeouts/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o timers/time_t_timer timers/time_t_timer.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/timer1/timer tutorial/timer1/timer.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/timer2/timer tutorial/timer2/timer.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/timer3/timer tutorial/timer3/timer.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/timer4/timer tutorial/timer4/timer.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/timer5/timer tutorial/timer5/timer.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/daytime1/client tutorial/daytime1/client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/daytime3/server tutorial/daytime3/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/daytime2/server tutorial/daytime2/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/daytime5/server tutorial/daytime5/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/daytime4/client tutorial/daytime4/client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/daytime6/server tutorial/daytime6/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o tutorial/daytime7/server tutorial/daytime7/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o fork/daemon fork/daemon.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o fork/process_per_connection fork/process_per_connection.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o local/connect_pair local/connect_pair.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o local/iostream_client local/iostream_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o local/stream_client local/stream_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o local/stream_server local/stream_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo ssl/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT ssl/server.o -MD -MP -MF $depbase.Tpo -c -o ssl/server.o ssl/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o ssl/server ssl/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' depbase=`echo ssl/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT ssl/client.o -MD -MP -MF $depbase.Tpo -c -o ssl/client.o ssl/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o ssl/client ssl/client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' Making all in examples/cpp11 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo allocation/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT allocation/server.o -MD -MP -MF $depbase.Tpo -c -o allocation/server.o allocation/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo buffers/reference_counted.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT buffers/reference_counted.o -MD -MP -MF $depbase.Tpo -c -o buffers/reference_counted.o buffers/reference_counted.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo chat/chat_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT chat/chat_server.o -MD -MP -MF $depbase.Tpo -c -o chat/chat_server.o chat/chat_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo chat/chat_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT chat/chat_client.o -MD -MP -MF $depbase.Tpo -c -o chat/chat_client.o chat/chat_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo echo/async_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/async_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/async_tcp_echo_server.o echo/async_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo echo/async_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/async_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/async_udp_echo_server.o echo/async_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo echo/blocking_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_tcp_echo_server.o echo/blocking_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo echo/blocking_tcp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_tcp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_tcp_echo_client.o echo/blocking_tcp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo executors/bank_account_1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/bank_account_1.o -MD -MP -MF $depbase.Tpo -c -o executors/bank_account_1.o executors/bank_account_1.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo echo/blocking_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_udp_echo_server.o echo/blocking_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo executors/actor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/actor.o -MD -MP -MF $depbase.Tpo -c -o executors/actor.o executors/actor.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo echo/blocking_udp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_udp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_udp_echo_client.o echo/blocking_udp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo executors/bank_account_2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/bank_account_2.o -MD -MP -MF $depbase.Tpo -c -o executors/bank_account_2.o executors/bank_account_2.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo executors/priority_scheduler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/priority_scheduler.o -MD -MP -MF $depbase.Tpo -c -o executors/priority_scheduler.o executors/priority_scheduler.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo executors/fork_join.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/fork_join.o -MD -MP -MF $depbase.Tpo -c -o executors/fork_join.o executors/fork_join.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo executors/pipeline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/pipeline.o -MD -MP -MF $depbase.Tpo -c -o executors/pipeline.o executors/pipeline.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo http/server/connection_manager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/connection_manager.o -MD -MP -MF $depbase.Tpo -c -o http/server/connection_manager.o http/server/connection_manager.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo http/server/mime_types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/mime_types.o -MD -MP -MF $depbase.Tpo -c -o http/server/mime_types.o http/server/mime_types.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo http/server/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/connection.o -MD -MP -MF $depbase.Tpo -c -o http/server/connection.o http/server/connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo http/server/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/main.o -MD -MP -MF $depbase.Tpo -c -o http/server/main.o http/server/main.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo futures/daytime_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT futures/daytime_client.o -MD -MP -MF $depbase.Tpo -c -o futures/daytime_client.o futures/daytime_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo http/server/request_parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/request_parser.o -MD -MP -MF $depbase.Tpo -c -o http/server/request_parser.o http/server/request_parser.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo http/server/reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/reply.o -MD -MP -MF $depbase.Tpo -c -o http/server/reply.o http/server/reply.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo http/server/request_handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/request_handler.o -MD -MP -MF $depbase.Tpo -c -o http/server/request_handler.o http/server/request_handler.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo http/server/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT http/server/server.o -MD -MP -MF $depbase.Tpo -c -o http/server/server.o http/server/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo invocation/prioritised_handlers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT invocation/prioritised_handlers.o -MD -MP -MF $depbase.Tpo -c -o invocation/prioritised_handlers.o invocation/prioritised_handlers.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo iostreams/http_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT iostreams/http_client.o -MD -MP -MF $depbase.Tpo -c -o iostreams/http_client.o iostreams/http_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo multicast/receiver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT multicast/receiver.o -MD -MP -MF $depbase.Tpo -c -o multicast/receiver.o multicast/receiver.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo fork/daemon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT fork/daemon.o -MD -MP -MF $depbase.Tpo -c -o fork/daemon.o fork/daemon.cpp &&\ mv -f $depbase.Tpo $depbase.Po fork/daemon.cpp: In function 'int main()': fork/daemon.cpp:123:10: warning: ignoring return value of 'int chdir(const char*)', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ~~~~~^~~~~ make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo multicast/sender.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT multicast/sender.o -MD -MP -MF $depbase.Tpo -c -o multicast/sender.o multicast/sender.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo nonblocking/third_party_lib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT nonblocking/third_party_lib.o -MD -MP -MF $depbase.Tpo -c -o nonblocking/third_party_lib.o nonblocking/third_party_lib.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo fork/process_per_connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT fork/process_per_connection.o -MD -MP -MF $depbase.Tpo -c -o fork/process_per_connection.o fork/process_per_connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo local/iostream_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT local/iostream_client.o -MD -MP -MF $depbase.Tpo -c -o local/iostream_client.o local/iostream_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o allocation/server allocation/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o buffers/reference_counted buffers/reference_counted.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo local/connect_pair.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT local/connect_pair.o -MD -MP -MF $depbase.Tpo -c -o local/connect_pair.o local/connect_pair.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o chat/chat_server chat/chat_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o chat/chat_client chat/chat_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo local/stream_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT local/stream_client.o -MD -MP -MF $depbase.Tpo -c -o local/stream_client.o local/stream_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/async_udp_echo_server echo/async_udp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/async_tcp_echo_server echo/async_tcp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_tcp_echo_client echo/blocking_tcp_echo_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_udp_echo_client echo/blocking_udp_echo_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_tcp_echo_server echo/blocking_tcp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_udp_echo_server echo/blocking_udp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/bank_account_1 executors/bank_account_1.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/actor executors/actor.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' depbase=`echo local/stream_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT local/stream_server.o -MD -MP -MF $depbase.Tpo -c -o local/stream_server.o local/stream_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/bank_account_2 executors/bank_account_2.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/fork_join executors/fork_join.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/priority_scheduler executors/priority_scheduler.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/pipeline executors/pipeline.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o futures/daytime_client futures/daytime_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o iostreams/http_client iostreams/http_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o invocation/prioritised_handlers invocation/prioritised_handlers.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o multicast/receiver multicast/receiver.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o http/server/http_server http/server/connection.o http/server/connection_manager.o http/server/main.o http/server/mime_types.o http/server/reply.o http/server/request_handler.o http/server/request_parser.o http/server/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o multicast/sender multicast/sender.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o nonblocking/third_party_lib nonblocking/third_party_lib.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o fork/daemon fork/daemon.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o fork/process_per_connection fork/process_per_connection.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o local/connect_pair local/connect_pair.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o local/iostream_client local/iostream_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o local/stream_server local/stream_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o local/stream_client local/stream_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' Making all in examples/cpp14 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo echo/blocking_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_tcp_echo_server.o echo/blocking_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo echo/async_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/async_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/async_udp_echo_server.o echo/async_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo echo/async_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/async_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/async_tcp_echo_server.o echo/async_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo echo/blocking_tcp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_tcp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_tcp_echo_client.o echo/blocking_tcp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo echo/blocking_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_udp_echo_server.o echo/blocking_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo executors/async_1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/async_1.o -MD -MP -MF $depbase.Tpo -c -o executors/async_1.o executors/async_1.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo echo/blocking_udp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT echo/blocking_udp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o echo/blocking_udp_echo_client.o echo/blocking_udp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo executors/actor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/actor.o -MD -MP -MF $depbase.Tpo -c -o executors/actor.o executors/actor.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo executors/bank_account_1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/bank_account_1.o -MD -MP -MF $depbase.Tpo -c -o executors/bank_account_1.o executors/bank_account_1.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo executors/async_2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/async_2.o -MD -MP -MF $depbase.Tpo -c -o executors/async_2.o executors/async_2.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo executors/bank_account_2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/bank_account_2.o -MD -MP -MF $depbase.Tpo -c -o executors/bank_account_2.o executors/bank_account_2.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo executors/priority_scheduler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/priority_scheduler.o -MD -MP -MF $depbase.Tpo -c -o executors/priority_scheduler.o executors/priority_scheduler.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/async_tcp_echo_server echo/async_tcp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/async_udp_echo_server echo/async_udp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo executors/fork_join.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/fork_join.o -MD -MP -MF $depbase.Tpo -c -o executors/fork_join.o executors/fork_join.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_tcp_echo_client echo/blocking_tcp_echo_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_tcp_echo_server echo/blocking_tcp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_udp_echo_client echo/blocking_udp_echo_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o echo/blocking_udp_echo_server echo/blocking_udp_echo_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/actor executors/actor.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/async_1 executors/async_1.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/async_2 executors/async_2.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/bank_account_1 executors/bank_account_1.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/bank_account_2 executors/bank_account_2.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/fork_join executors/fork_join.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/priority_scheduler executors/priority_scheduler.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo executors/pipeline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT executors/pipeline.o -MD -MP -MF $depbase.Tpo -c -o executors/pipeline.o executors/pipeline.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o executors/pipeline executors/pipeline.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' depbase=`echo iostreams/http_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT iostreams/http_client.o -MD -MP -MF $depbase.Tpo -c -o iostreams/http_client.o iostreams/http_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' g++ -I./../../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o iostreams/http_client iostreams/http_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' Making all in tests make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' depbase=`echo latency/udp_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT latency/udp_client.o -MD -MP -MF $depbase.Tpo -c -o latency/udp_client.o latency/udp_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' depbase=`echo latency/udp_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT latency/udp_server.o -MD -MP -MF $depbase.Tpo -c -o latency/udp_server.o latency/udp_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' depbase=`echo latency/tcp_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT latency/tcp_client.o -MD -MP -MF $depbase.Tpo -c -o latency/tcp_client.o latency/tcp_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o latency/tcp_client latency/tcp_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o latency/udp_client latency/udp_client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o latency/udp_server latency/udp_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' depbase=`echo latency/tcp_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT latency/tcp_server.o -MD -MP -MF $depbase.Tpo -c -o latency/tcp_server.o latency/tcp_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o latency/tcp_server latency/tcp_server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' depbase=`echo performance/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT performance/server.o -MD -MP -MF $depbase.Tpo -c -o performance/server.o performance/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o performance/server performance/server.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' depbase=`echo performance/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT performance/client.o -MD -MP -MF $depbase.Tpo -c -o performance/client.o performance/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o performance/client performance/client.o -lssl -lcrypto -lrt make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Nothing to be done for 'all-am'. make[1]: Nothing to be done for 'all-am'. + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OpaBMk + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64 + cd asio-1.12.1 + '[' 1 -eq 1 ']' + echo 'warning: %makeinstall_std is deprecated, try %make_install instead' warning: %makeinstall_std is deprecated, try %make_install instead + make DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64 install Making install in include make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/include' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/include' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail' /usr/bin/install -c -m 644 asio/detail/array_fwd.hpp asio/detail/array.hpp asio/detail/assert.hpp asio/detail/atomic_count.hpp asio/detail/base_from_completion_cond.hpp asio/detail/bind_handler.hpp asio/detail/buffered_stream_storage.hpp asio/detail/buffer_resize_guard.hpp asio/detail/buffer_sequence_adapter.hpp asio/detail/call_stack.hpp asio/detail/chrono.hpp asio/detail/chrono_time_traits.hpp asio/detail/completion_handler.hpp asio/detail/concurrency_hint.hpp asio/detail/conditionally_enabled_event.hpp asio/detail/conditionally_enabled_mutex.hpp asio/detail/config.hpp asio/detail/consuming_buffers.hpp asio/detail/cstddef.hpp asio/detail/cstdint.hpp asio/detail/date_time_fwd.hpp asio/detail/deadline_timer_service.hpp asio/detail/dependent_type.hpp asio/detail/descriptor_ops.hpp asio/detail/descriptor_read_op.hpp asio/detail/descriptor_write_op.hpp asio/detail/dev_poll_reactor.hpp asio/detail/epoll_reactor.hpp asio/detail/eventfd_select_interrupter.hpp asio/detail/event.hpp asio/detail/executor_op.hpp asio/detail/fd_set_adapter.hpp asio/detail/fenced_block.hpp asio/detail/functional.hpp asio/detail/gcc_arm_fenced_block.hpp asio/detail/gcc_hppa_fenced_block.hpp asio/detail/gcc_sync_fenced_block.hpp asio/detail/gcc_x86_fenced_block.hpp asio/detail/global.hpp asio/detail/handler_alloc_helpers.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail/impl' /usr/bin/install -c -m 644 asio/detail/impl/buffer_sequence_adapter.ipp asio/detail/impl/descriptor_ops.ipp asio/detail/impl/dev_poll_reactor.hpp asio/detail/impl/dev_poll_reactor.ipp asio/detail/impl/epoll_reactor.hpp asio/detail/impl/epoll_reactor.ipp asio/detail/impl/eventfd_select_interrupter.ipp asio/detail/impl/handler_tracking.ipp asio/detail/impl/kqueue_reactor.hpp asio/detail/impl/kqueue_reactor.ipp asio/detail/impl/null_event.ipp asio/detail/impl/pipe_select_interrupter.ipp asio/detail/impl/posix_event.ipp asio/detail/impl/posix_mutex.ipp asio/detail/impl/posix_thread.ipp asio/detail/impl/posix_tss_ptr.ipp asio/detail/impl/reactive_descriptor_service.ipp asio/detail/impl/reactive_serial_port_service.ipp asio/detail/impl/reactive_socket_service_base.ipp asio/detail/impl/resolver_service_base.ipp asio/detail/impl/scheduler.ipp asio/detail/impl/select_reactor.hpp asio/detail/impl/select_reactor.ipp asio/detail/impl/service_registry.hpp asio/detail/impl/service_registry.ipp asio/detail/impl/signal_set_service.ipp asio/detail/impl/socket_ops.ipp asio/detail/impl/socket_select_interrupter.ipp asio/detail/impl/strand_executor_service.hpp asio/detail/impl/strand_executor_service.ipp asio/detail/impl/strand_service.hpp asio/detail/impl/strand_service.ipp asio/detail/impl/throw_error.ipp asio/detail/impl/timer_queue_ptime.ipp asio/detail/impl/timer_queue_set.ipp asio/detail/impl/win_event.ipp asio/detail/impl/win_iocp_handle_service.ipp asio/detail/impl/win_iocp_io_context.hpp asio/detail/impl/win_iocp_io_context.ipp asio/detail/impl/win_iocp_serial_port_service.ipp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail/impl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail' /usr/bin/install -c -m 644 asio/detail/handler_cont_helpers.hpp asio/detail/handler_invoke_helpers.hpp asio/detail/handler_tracking.hpp asio/detail/handler_type_requirements.hpp asio/detail/handler_work.hpp asio/detail/hash_map.hpp asio/detail/io_control.hpp asio/detail/is_buffer_sequence.hpp asio/detail/is_executor.hpp asio/detail/keyword_tss_ptr.hpp asio/detail/kqueue_reactor.hpp asio/detail/limits.hpp asio/detail/local_free_on_block_exit.hpp asio/detail/macos_fenced_block.hpp asio/detail/memory.hpp asio/detail/mutex.hpp asio/detail/noncopyable.hpp asio/detail/null_event.hpp asio/detail/null_fenced_block.hpp asio/detail/null_global.hpp asio/detail/null_mutex.hpp asio/detail/null_reactor.hpp asio/detail/null_signal_blocker.hpp asio/detail/null_socket_service.hpp asio/detail/null_static_mutex.hpp asio/detail/null_thread.hpp asio/detail/null_tss_ptr.hpp asio/detail/object_pool.hpp asio/detail/old_win_sdk_compat.hpp asio/detail/operation.hpp asio/detail/op_queue.hpp asio/detail/pipe_select_interrupter.hpp asio/detail/pop_options.hpp asio/detail/posix_event.hpp asio/detail/posix_fd_set_adapter.hpp asio/detail/posix_global.hpp asio/detail/posix_mutex.hpp asio/detail/posix_signal_blocker.hpp asio/detail/posix_static_mutex.hpp asio/detail/posix_thread.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail' /usr/bin/install -c -m 644 asio/detail/posix_tss_ptr.hpp asio/detail/push_options.hpp asio/detail/reactive_descriptor_service.hpp asio/detail/reactive_null_buffers_op.hpp asio/detail/reactive_serial_port_service.hpp asio/detail/reactive_socket_accept_op.hpp asio/detail/reactive_socket_connect_op.hpp asio/detail/reactive_socket_recvfrom_op.hpp asio/detail/reactive_socket_recvmsg_op.hpp asio/detail/reactive_socket_recv_op.hpp asio/detail/reactive_socket_send_op.hpp asio/detail/reactive_socket_sendto_op.hpp asio/detail/reactive_socket_service_base.hpp asio/detail/reactive_socket_service.hpp asio/detail/reactive_wait_op.hpp asio/detail/reactor_fwd.hpp asio/detail/reactor.hpp asio/detail/reactor_op.hpp asio/detail/reactor_op_queue.hpp asio/detail/recycling_allocator.hpp asio/detail/regex_fwd.hpp asio/detail/resolve_endpoint_op.hpp asio/detail/resolve_op.hpp asio/detail/resolve_query_op.hpp asio/detail/resolver_service_base.hpp asio/detail/resolver_service.hpp asio/detail/scheduler.hpp asio/detail/scheduler_operation.hpp asio/detail/scheduler_thread_info.hpp asio/detail/scoped_lock.hpp asio/detail/scoped_ptr.hpp asio/detail/select_interrupter.hpp asio/detail/select_reactor.hpp asio/detail/service_registry.hpp asio/detail/signal_blocker.hpp asio/detail/signal_handler.hpp asio/detail/signal_init.hpp asio/detail/signal_op.hpp asio/detail/signal_set_service.hpp asio/detail/socket_holder.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail' /usr/bin/install -c -m 644 asio/detail/socket_ops.hpp asio/detail/socket_option.hpp asio/detail/socket_select_interrupter.hpp asio/detail/socket_types.hpp asio/detail/solaris_fenced_block.hpp asio/detail/static_mutex.hpp asio/detail/std_event.hpp asio/detail/std_fenced_block.hpp asio/detail/std_global.hpp asio/detail/std_mutex.hpp asio/detail/std_static_mutex.hpp asio/detail/std_thread.hpp asio/detail/strand_executor_service.hpp asio/detail/strand_service.hpp asio/detail/string_view.hpp asio/detail/thread_context.hpp asio/detail/thread_group.hpp asio/detail/thread.hpp asio/detail/thread_info_base.hpp asio/detail/throw_error.hpp asio/detail/throw_exception.hpp asio/detail/timer_queue_base.hpp asio/detail/timer_queue.hpp asio/detail/timer_queue_ptime.hpp asio/detail/timer_queue_set.hpp asio/detail/timer_scheduler_fwd.hpp asio/detail/timer_scheduler.hpp asio/detail/tss_ptr.hpp asio/detail/type_traits.hpp asio/detail/variadic_templates.hpp asio/detail/wait_handler.hpp asio/detail/wait_op.hpp asio/detail/winapp_thread.hpp asio/detail/wince_thread.hpp asio/detail/win_event.hpp asio/detail/win_fd_set_adapter.hpp asio/detail/win_fenced_block.hpp asio/detail/win_global.hpp asio/detail/win_iocp_handle_read_op.hpp asio/detail/win_iocp_handle_service.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio' /usr/bin/install -c -m 644 asio/associated_allocator.hpp asio/associated_executor.hpp asio/async_result.hpp asio/basic_datagram_socket.hpp asio/basic_deadline_timer.hpp asio/basic_io_object.hpp asio/basic_raw_socket.hpp asio/basic_seq_packet_socket.hpp asio/basic_serial_port.hpp asio/basic_signal_set.hpp asio/basic_socket_acceptor.hpp asio/basic_socket.hpp asio/basic_socket_iostream.hpp asio/basic_socket_streambuf.hpp asio/basic_streambuf_fwd.hpp asio/basic_streambuf.hpp asio/basic_stream_socket.hpp asio/basic_waitable_timer.hpp asio/bind_executor.hpp asio/buffered_read_stream_fwd.hpp asio/buffered_read_stream.hpp asio/buffered_stream_fwd.hpp asio/buffered_stream.hpp asio/buffered_write_stream_fwd.hpp asio/buffered_write_stream.hpp asio/buffer.hpp asio/buffers_iterator.hpp asio/completion_condition.hpp asio/connect.hpp asio/coroutine.hpp asio/datagram_socket_service.hpp asio/deadline_timer.hpp asio/deadline_timer_service.hpp asio/defer.hpp asio/dispatch.hpp asio/error_code.hpp asio/error.hpp asio/execution_context.hpp asio/executor.hpp asio/executor_work_guard.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio' /usr/bin/install -c -m 644 asio/experimental.hpp asio/handler_alloc_hook.hpp asio/handler_continuation_hook.hpp asio/handler_invoke_hook.hpp asio/handler_type.hpp asio/high_resolution_timer.hpp asio/io_context.hpp asio/io_context_strand.hpp asio/io_service.hpp asio/io_service_strand.hpp asio/is_executor.hpp asio/is_read_buffered.hpp asio/is_write_buffered.hpp asio/packaged_task.hpp asio/placeholders.hpp asio/post.hpp asio/raw_socket_service.hpp asio/read_at.hpp asio/read.hpp asio/read_until.hpp asio/seq_packet_socket_service.hpp asio/serial_port_base.hpp asio/serial_port.hpp asio/serial_port_service.hpp asio/signal_set.hpp asio/signal_set_service.hpp asio/socket_acceptor_service.hpp asio/socket_base.hpp asio/spawn.hpp asio/ssl.hpp asio/steady_timer.hpp asio/strand.hpp asio/streambuf.hpp asio/stream_socket_service.hpp asio/system_context.hpp asio/system_error.hpp asio/system_executor.hpp asio/system_timer.hpp asio/thread.hpp asio/thread_pool.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio' /usr/bin/install -c -m 644 asio/time_traits.hpp asio/unyield.hpp asio/use_future.hpp asio/uses_executor.hpp asio/version.hpp asio/waitable_timer_service.hpp asio/wait_traits.hpp asio/write_at.hpp asio/write.hpp asio/yield.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ssl/impl' /usr/bin/install -c -m 644 asio/ssl/impl/context.hpp asio/ssl/impl/context.ipp asio/ssl/impl/error.ipp asio/ssl/impl/rfc2818_verification.ipp asio/ssl/impl/src.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ssl/impl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/local/detail/impl' /usr/bin/install -c -m 644 asio/local/detail/impl/endpoint.ipp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/local/detail/impl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ssl' /usr/bin/install -c -m 644 asio/ssl/context_base.hpp asio/ssl/context.hpp asio/ssl/error.hpp asio/ssl/rfc2818_verification.hpp asio/ssl/stream_base.hpp asio/ssl/stream.hpp asio/ssl/verify_context.hpp asio/ssl/verify_mode.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ssl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ip/detail/impl' /usr/bin/install -c -m 644 asio/ip/detail/impl/endpoint.ipp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ip/detail/impl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/generic/detail' /usr/bin/install -c -m 644 asio/generic/detail/endpoint.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/generic/detail' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ip/impl' /usr/bin/install -c -m 644 asio/ip/impl/address.hpp asio/ip/impl/address.ipp asio/ip/impl/address_v4.hpp asio/ip/impl/address_v4.ipp asio/ip/impl/address_v6.hpp asio/ip/impl/address_v6.ipp asio/ip/impl/basic_endpoint.hpp asio/ip/impl/host_name.ipp asio/ip/impl/network_v4.hpp asio/ip/impl/network_v4.ipp asio/ip/impl/network_v6.hpp asio/ip/impl/network_v6.ipp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ip/impl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/generic/detail/impl' /usr/bin/install -c -m 644 asio/generic/detail/impl/endpoint.ipp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/generic/detail/impl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/experimental/impl' /usr/bin/install -c -m 644 asio/experimental/impl/co_spawn.hpp asio/experimental/impl/detached.hpp asio/experimental/impl/redirect_error.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/experimental/impl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail/impl' /usr/bin/install -c -m 644 asio/detail/impl/win_iocp_socket_service_base.ipp asio/detail/impl/win_mutex.ipp asio/detail/impl/win_object_handle_service.ipp asio/detail/impl/winrt_ssocket_service_base.ipp asio/detail/impl/winrt_timer_scheduler.hpp asio/detail/impl/winrt_timer_scheduler.ipp asio/detail/impl/winsock_init.ipp asio/detail/impl/win_static_mutex.ipp asio/detail/impl/win_thread.ipp asio/detail/impl/win_tss_ptr.ipp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail/impl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ip' /usr/bin/install -c -m 644 asio/ip/address.hpp asio/ip/address_v4.hpp asio/ip/address_v4_iterator.hpp asio/ip/address_v4_range.hpp asio/ip/address_v6.hpp asio/ip/address_v6_iterator.hpp asio/ip/address_v6_range.hpp asio/ip/bad_address_cast.hpp asio/ip/basic_endpoint.hpp asio/ip/basic_resolver_entry.hpp asio/ip/basic_resolver.hpp asio/ip/basic_resolver_iterator.hpp asio/ip/basic_resolver_query.hpp asio/ip/basic_resolver_results.hpp asio/ip/host_name.hpp asio/ip/icmp.hpp asio/ip/multicast.hpp asio/ip/network_v4.hpp asio/ip/network_v6.hpp asio/ip/resolver_base.hpp asio/ip/resolver_query_base.hpp asio/ip/resolver_service.hpp asio/ip/tcp.hpp asio/ip/udp.hpp asio/ip/unicast.hpp asio/ip/v6_only.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ip' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/generic' /usr/bin/install -c -m 644 asio/generic/basic_endpoint.hpp asio/generic/datagram_protocol.hpp asio/generic/raw_protocol.hpp asio/generic/seq_packet_protocol.hpp asio/generic/stream_protocol.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/generic' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ts' /usr/bin/install -c -m 644 asio/ts/buffer.hpp asio/ts/executor.hpp asio/ts/internet.hpp asio/ts/io_context.hpp asio/ts/netfwd.hpp asio/ts/net.hpp asio/ts/socket.hpp asio/ts/timer.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ts' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/posix' /usr/bin/install -c -m 644 asio/posix/basic_descriptor.hpp asio/posix/basic_stream_descriptor.hpp asio/posix/descriptor_base.hpp asio/posix/descriptor.hpp asio/posix/stream_descriptor.hpp asio/posix/stream_descriptor_service.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/posix' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/impl' /usr/bin/install -c -m 644 asio/impl/buffered_read_stream.hpp asio/impl/buffered_write_stream.hpp asio/impl/connect.hpp asio/impl/defer.hpp asio/impl/dispatch.hpp asio/impl/error_code.ipp asio/impl/error.ipp asio/impl/execution_context.hpp asio/impl/execution_context.ipp asio/impl/executor.hpp asio/impl/executor.ipp asio/impl/handler_alloc_hook.ipp asio/impl/io_context.hpp asio/impl/io_context.ipp asio/impl/post.hpp asio/impl/read_at.hpp asio/impl/read.hpp asio/impl/read_until.hpp asio/impl/serial_port_base.hpp asio/impl/serial_port_base.ipp asio/impl/spawn.hpp asio/impl/src.cpp asio/impl/src.hpp asio/impl/system_context.hpp asio/impl/system_context.ipp asio/impl/system_executor.hpp asio/impl/thread_pool.hpp asio/impl/thread_pool.ipp asio/impl/use_future.hpp asio/impl/write_at.hpp asio/impl/write.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/impl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/experimental' /usr/bin/install -c -m 644 asio/experimental/co_spawn.hpp asio/experimental/detached.hpp asio/experimental/redirect_error.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/experimental' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail' /usr/bin/install -c -m 644 asio/detail/win_iocp_handle_write_op.hpp asio/detail/win_iocp_io_context.hpp asio/detail/win_iocp_null_buffers_op.hpp asio/detail/win_iocp_operation.hpp asio/detail/win_iocp_overlapped_op.hpp asio/detail/win_iocp_overlapped_ptr.hpp asio/detail/win_iocp_serial_port_service.hpp asio/detail/win_iocp_socket_accept_op.hpp asio/detail/win_iocp_socket_connect_op.hpp asio/detail/win_iocp_socket_recvfrom_op.hpp asio/detail/win_iocp_socket_recvmsg_op.hpp asio/detail/win_iocp_socket_recv_op.hpp asio/detail/win_iocp_socket_send_op.hpp asio/detail/win_iocp_socket_service_base.hpp asio/detail/win_iocp_socket_service.hpp asio/detail/win_iocp_thread_info.hpp asio/detail/win_iocp_wait_op.hpp asio/detail/win_mutex.hpp asio/detail/win_object_handle_service.hpp asio/detail/winrt_async_manager.hpp asio/detail/winrt_async_op.hpp asio/detail/winrt_resolve_op.hpp asio/detail/winrt_resolver_service.hpp asio/detail/winrt_socket_connect_op.hpp asio/detail/winrt_socket_recv_op.hpp asio/detail/winrt_socket_send_op.hpp asio/detail/winrt_ssocket_service_base.hpp asio/detail/winrt_ssocket_service.hpp asio/detail/winrt_timer_scheduler.hpp asio/detail/winrt_utils.hpp asio/detail/winsock_init.hpp asio/detail/win_static_mutex.hpp asio/detail/win_thread.hpp asio/detail/win_tss_ptr.hpp asio/detail/work_dispatcher.hpp asio/detail/wrapped_handler.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/detail' /usr/bin/install -c -m 644 asio.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/.' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ssl/detail/impl' /usr/bin/install -c -m 644 asio/ssl/detail/impl/engine.ipp asio/ssl/detail/impl/openssl_init.ipp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ssl/detail/impl' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/local/detail' /usr/bin/install -c -m 644 asio/local/detail/endpoint.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/local/detail' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/windows' /usr/bin/install -c -m 644 asio/windows/basic_handle.hpp asio/windows/basic_object_handle.hpp asio/windows/basic_random_access_handle.hpp asio/windows/basic_stream_handle.hpp asio/windows/object_handle.hpp asio/windows/object_handle_service.hpp asio/windows/overlapped_handle.hpp asio/windows/overlapped_ptr.hpp asio/windows/random_access_handle.hpp asio/windows/random_access_handle_service.hpp asio/windows/stream_handle.hpp asio/windows/stream_handle_service.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/windows' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ssl/detail' /usr/bin/install -c -m 644 asio/ssl/detail/buffered_handshake_op.hpp asio/ssl/detail/engine.hpp asio/ssl/detail/handshake_op.hpp asio/ssl/detail/io.hpp asio/ssl/detail/openssl_init.hpp asio/ssl/detail/openssl_types.hpp asio/ssl/detail/password_callback.hpp asio/ssl/detail/read_op.hpp asio/ssl/detail/shutdown_op.hpp asio/ssl/detail/stream_core.hpp asio/ssl/detail/verify_callback.hpp asio/ssl/detail/write_op.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ssl/detail' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/local' /usr/bin/install -c -m 644 asio/local/basic_endpoint.hpp asio/local/connect_pair.hpp asio/local/datagram_protocol.hpp asio/local/stream_protocol.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/local' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ip/detail' /usr/bin/install -c -m 644 asio/ip/detail/endpoint.hpp asio/ip/detail/socket_option.hpp '/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/include/asio/ip/detail' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/include' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/include' Making install in src make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src' Making install in examples/cpp03 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' Making install in examples/cpp11 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' Making install in examples/cpp14 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' Making install in tests make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1' + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' -n '' ']' + export DISABLE_DEBUG=1 + DISABLE_DEBUG=1 + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 1.12.1-1.mga7 --unique-debug-suffix -1.12.1-1.mga7.x86_64 --unique-debug-src-base asio-1.12.1-1.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/asio-1.12.1 + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.C7I8mB + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd asio-1.12.1 + '[' 1 -eq 1 ']' + make check Making check in include make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/include' Making check in src make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src' Making check in examples/cpp03 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp03' Making check in examples/cpp11 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp11' Making check in examples/cpp14 make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/examples/cpp14' Making check in tests make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make unit/associated_allocator unit/associated_executor unit/async_result unit/basic_datagram_socket unit/basic_deadline_timer unit/basic_raw_socket unit/basic_seq_packet_socket unit/basic_serial_port unit/basic_signal_set unit/basic_socket_acceptor unit/basic_stream_socket unit/basic_streambuf unit/basic_waitable_timer unit/bind_executor unit/buffered_read_stream unit/buffered_stream unit/buffered_write_stream unit/buffer unit/buffers_iterator unit/completion_condition unit/connect unit/coroutine unit/datagram_socket_service unit/deadline_timer_service unit/deadline_timer unit/defer unit/dispatch unit/error unit/execution_context unit/executor unit/executor_work_guard unit/generic/basic_endpoint unit/generic/datagram_protocol unit/generic/raw_protocol unit/generic/seq_packet_protocol unit/generic/stream_protocol unit/high_resolution_timer unit/io_context unit/ip/address unit/ip/address_v4 unit/ip/address_v4_iterator unit/ip/address_v4_range unit/ip/address_v6 unit/ip/address_v6_iterator unit/ip/address_v6_range unit/ip/basic_endpoint unit/ip/basic_resolver unit/ip/basic_resolver_entry unit/ip/basic_resolver_iterator unit/ip/basic_resolver_query unit/ip/host_name unit/ip/icmp unit/ip/multicast unit/ip/network_v4 unit/ip/network_v6 unit/ip/resolver_query_base unit/ip/resolver_service unit/ip/tcp unit/ip/udp unit/ip/unicast unit/ip/v6_only unit/is_read_buffered unit/is_write_buffered unit/local/basic_endpoint unit/local/connect_pair unit/local/datagram_protocol unit/local/stream_protocol unit/packaged_task unit/placeholders unit/posix/basic_descriptor unit/posix/basic_stream_descriptor unit/posix/descriptor unit/posix/descriptor_base unit/posix/stream_descriptor unit/posix/stream_descriptor_service unit/post unit/raw_socket_service unit/read unit/read_at unit/read_until unit/seq_packet_socket_service unit/serial_port unit/serial_port_base unit/serial_port_service unit/signal_set unit/signal_set_service unit/socket_acceptor_service unit/socket_base unit/steady_timer unit/strand unit/stream_socket_service unit/streambuf unit/system_context unit/system_executor unit/system_timer unit/thread unit/time_traits unit/ts/buffer unit/ts/executor unit/ts/internet unit/ts/io_context unit/ts/net unit/ts/netfwd unit/ts/socket unit/ts/timer unit/use_future unit/uses_executor unit/wait_traits unit/waitable_timer_service unit/windows/basic_handle unit/windows/basic_object_handle unit/windows/basic_random_access_handle unit/windows/basic_stream_handle unit/windows/object_handle unit/windows/object_handle_service unit/windows/overlapped_handle unit/windows/overlapped_ptr unit/windows/random_access_handle unit/windows/random_access_handle_service unit/windows/stream_handle unit/windows/stream_handle_service unit/write unit/write_at unit/ssl/context_base unit/ssl/context unit/ssl/error unit/ssl/rfc2818_verification unit/ssl/stream_base unit/ssl/stream make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' depbase=`echo unit/associated_allocator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/associated_allocator.o -MD -MP -MF $depbase.Tpo -c -o unit/associated_allocator.o unit/associated_allocator.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/associated_allocator unit/associated_allocator.o -lssl -lcrypto -lrt depbase=`echo unit/associated_executor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/associated_executor.o -MD -MP -MF $depbase.Tpo -c -o unit/associated_executor.o unit/associated_executor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/associated_executor unit/associated_executor.o -lssl -lcrypto -lrt depbase=`echo unit/async_result.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/async_result.o -MD -MP -MF $depbase.Tpo -c -o unit/async_result.o unit/async_result.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/async_result unit/async_result.o -lssl -lcrypto -lrt depbase=`echo unit/basic_datagram_socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/basic_datagram_socket.o -MD -MP -MF $depbase.Tpo -c -o unit/basic_datagram_socket.o unit/basic_datagram_socket.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/basic_datagram_socket unit/basic_datagram_socket.o -lssl -lcrypto -lrt depbase=`echo unit/basic_deadline_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/basic_deadline_timer.o -MD -MP -MF $depbase.Tpo -c -o unit/basic_deadline_timer.o unit/basic_deadline_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/basic_deadline_timer unit/basic_deadline_timer.o -lssl -lcrypto -lrt depbase=`echo unit/basic_raw_socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/basic_raw_socket.o -MD -MP -MF $depbase.Tpo -c -o unit/basic_raw_socket.o unit/basic_raw_socket.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/basic_raw_socket unit/basic_raw_socket.o -lssl -lcrypto -lrt depbase=`echo unit/basic_seq_packet_socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/basic_seq_packet_socket.o -MD -MP -MF $depbase.Tpo -c -o unit/basic_seq_packet_socket.o unit/basic_seq_packet_socket.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/basic_seq_packet_socket unit/basic_seq_packet_socket.o -lssl -lcrypto -lrt depbase=`echo unit/basic_serial_port.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/basic_serial_port.o -MD -MP -MF $depbase.Tpo -c -o unit/basic_serial_port.o unit/basic_serial_port.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/basic_serial_port unit/basic_serial_port.o -lssl -lcrypto -lrt depbase=`echo unit/basic_signal_set.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/basic_signal_set.o -MD -MP -MF $depbase.Tpo -c -o unit/basic_signal_set.o unit/basic_signal_set.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/basic_signal_set unit/basic_signal_set.o -lssl -lcrypto -lrt depbase=`echo unit/basic_socket_acceptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/basic_socket_acceptor.o -MD -MP -MF $depbase.Tpo -c -o unit/basic_socket_acceptor.o unit/basic_socket_acceptor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/basic_socket_acceptor unit/basic_socket_acceptor.o -lssl -lcrypto -lrt depbase=`echo unit/basic_stream_socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/basic_stream_socket.o -MD -MP -MF $depbase.Tpo -c -o unit/basic_stream_socket.o unit/basic_stream_socket.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/basic_stream_socket unit/basic_stream_socket.o -lssl -lcrypto -lrt depbase=`echo unit/basic_streambuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/basic_streambuf.o -MD -MP -MF $depbase.Tpo -c -o unit/basic_streambuf.o unit/basic_streambuf.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/basic_streambuf unit/basic_streambuf.o -lssl -lcrypto -lrt depbase=`echo unit/basic_waitable_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/basic_waitable_timer.o -MD -MP -MF $depbase.Tpo -c -o unit/basic_waitable_timer.o unit/basic_waitable_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/basic_waitable_timer unit/basic_waitable_timer.o -lssl -lcrypto -lrt depbase=`echo unit/bind_executor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/bind_executor.o -MD -MP -MF $depbase.Tpo -c -o unit/bind_executor.o unit/bind_executor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/bind_executor unit/bind_executor.o -lssl -lcrypto -lrt depbase=`echo unit/buffered_read_stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/buffered_read_stream.o -MD -MP -MF $depbase.Tpo -c -o unit/buffered_read_stream.o unit/buffered_read_stream.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/buffered_read_stream unit/buffered_read_stream.o -lssl -lcrypto -lrt depbase=`echo unit/buffered_stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/buffered_stream.o -MD -MP -MF $depbase.Tpo -c -o unit/buffered_stream.o unit/buffered_stream.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/buffered_stream unit/buffered_stream.o -lssl -lcrypto -lrt depbase=`echo unit/buffered_write_stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/buffered_write_stream.o -MD -MP -MF $depbase.Tpo -c -o unit/buffered_write_stream.o unit/buffered_write_stream.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/buffered_write_stream unit/buffered_write_stream.o -lssl -lcrypto -lrt depbase=`echo unit/buffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/buffer.o -MD -MP -MF $depbase.Tpo -c -o unit/buffer.o unit/buffer.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/buffer unit/buffer.o -lssl -lcrypto -lrt depbase=`echo unit/buffers_iterator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/buffers_iterator.o -MD -MP -MF $depbase.Tpo -c -o unit/buffers_iterator.o unit/buffers_iterator.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/buffers_iterator unit/buffers_iterator.o -lssl -lcrypto -lrt depbase=`echo unit/completion_condition.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/completion_condition.o -MD -MP -MF $depbase.Tpo -c -o unit/completion_condition.o unit/completion_condition.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/completion_condition unit/completion_condition.o -lssl -lcrypto -lrt depbase=`echo unit/connect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/connect.o -MD -MP -MF $depbase.Tpo -c -o unit/connect.o unit/connect.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/connect unit/connect.o -lssl -lcrypto -lrt depbase=`echo unit/coroutine.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/coroutine.o -MD -MP -MF $depbase.Tpo -c -o unit/coroutine.o unit/coroutine.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/coroutine unit/coroutine.o -lssl -lcrypto -lrt depbase=`echo unit/datagram_socket_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/datagram_socket_service.o -MD -MP -MF $depbase.Tpo -c -o unit/datagram_socket_service.o unit/datagram_socket_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/datagram_socket_service unit/datagram_socket_service.o -lssl -lcrypto -lrt depbase=`echo unit/deadline_timer_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/deadline_timer_service.o -MD -MP -MF $depbase.Tpo -c -o unit/deadline_timer_service.o unit/deadline_timer_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/deadline_timer_service unit/deadline_timer_service.o -lssl -lcrypto -lrt depbase=`echo unit/deadline_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/deadline_timer.o -MD -MP -MF $depbase.Tpo -c -o unit/deadline_timer.o unit/deadline_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/deadline_timer unit/deadline_timer.o -lssl -lcrypto -lrt depbase=`echo unit/defer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/defer.o -MD -MP -MF $depbase.Tpo -c -o unit/defer.o unit/defer.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/defer unit/defer.o -lssl -lcrypto -lrt depbase=`echo unit/dispatch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/dispatch.o -MD -MP -MF $depbase.Tpo -c -o unit/dispatch.o unit/dispatch.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/dispatch unit/dispatch.o -lssl -lcrypto -lrt depbase=`echo unit/error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/error.o -MD -MP -MF $depbase.Tpo -c -o unit/error.o unit/error.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/error unit/error.o -lssl -lcrypto -lrt depbase=`echo unit/execution_context.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/execution_context.o -MD -MP -MF $depbase.Tpo -c -o unit/execution_context.o unit/execution_context.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/execution_context unit/execution_context.o -lssl -lcrypto -lrt depbase=`echo unit/executor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/executor.o -MD -MP -MF $depbase.Tpo -c -o unit/executor.o unit/executor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/executor unit/executor.o -lssl -lcrypto -lrt depbase=`echo unit/executor_work_guard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/executor_work_guard.o -MD -MP -MF $depbase.Tpo -c -o unit/executor_work_guard.o unit/executor_work_guard.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/executor_work_guard unit/executor_work_guard.o -lssl -lcrypto -lrt depbase=`echo unit/generic/basic_endpoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/generic/basic_endpoint.o -MD -MP -MF $depbase.Tpo -c -o unit/generic/basic_endpoint.o unit/generic/basic_endpoint.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/generic/basic_endpoint unit/generic/basic_endpoint.o -lssl -lcrypto -lrt depbase=`echo unit/generic/datagram_protocol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/generic/datagram_protocol.o -MD -MP -MF $depbase.Tpo -c -o unit/generic/datagram_protocol.o unit/generic/datagram_protocol.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/generic/datagram_protocol unit/generic/datagram_protocol.o -lssl -lcrypto -lrt depbase=`echo unit/generic/raw_protocol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/generic/raw_protocol.o -MD -MP -MF $depbase.Tpo -c -o unit/generic/raw_protocol.o unit/generic/raw_protocol.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/generic/raw_protocol unit/generic/raw_protocol.o -lssl -lcrypto -lrt depbase=`echo unit/generic/seq_packet_protocol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/generic/seq_packet_protocol.o -MD -MP -MF $depbase.Tpo -c -o unit/generic/seq_packet_protocol.o unit/generic/seq_packet_protocol.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/generic/seq_packet_protocol unit/generic/seq_packet_protocol.o -lssl -lcrypto -lrt depbase=`echo unit/generic/stream_protocol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/generic/stream_protocol.o -MD -MP -MF $depbase.Tpo -c -o unit/generic/stream_protocol.o unit/generic/stream_protocol.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/generic/stream_protocol unit/generic/stream_protocol.o -lssl -lcrypto -lrt depbase=`echo unit/high_resolution_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/high_resolution_timer.o -MD -MP -MF $depbase.Tpo -c -o unit/high_resolution_timer.o unit/high_resolution_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/high_resolution_timer unit/high_resolution_timer.o -lssl -lcrypto -lrt depbase=`echo unit/io_context.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/io_context.o -MD -MP -MF $depbase.Tpo -c -o unit/io_context.o unit/io_context.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/io_context unit/io_context.o -lssl -lcrypto -lrt depbase=`echo unit/ip/address.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/address.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/address.o unit/ip/address.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/address unit/ip/address.o -lssl -lcrypto -lrt depbase=`echo unit/ip/address_v4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/address_v4.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/address_v4.o unit/ip/address_v4.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/address_v4 unit/ip/address_v4.o -lssl -lcrypto -lrt depbase=`echo unit/ip/address_v4_iterator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/address_v4_iterator.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/address_v4_iterator.o unit/ip/address_v4_iterator.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/address_v4_iterator unit/ip/address_v4_iterator.o -lssl -lcrypto -lrt depbase=`echo unit/ip/address_v4_range.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/address_v4_range.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/address_v4_range.o unit/ip/address_v4_range.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/address_v4_range unit/ip/address_v4_range.o -lssl -lcrypto -lrt depbase=`echo unit/ip/address_v6.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/address_v6.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/address_v6.o unit/ip/address_v6.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/address_v6 unit/ip/address_v6.o -lssl -lcrypto -lrt depbase=`echo unit/ip/address_v6_iterator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/address_v6_iterator.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/address_v6_iterator.o unit/ip/address_v6_iterator.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/address_v6_iterator unit/ip/address_v6_iterator.o -lssl -lcrypto -lrt depbase=`echo unit/ip/address_v6_range.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/address_v6_range.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/address_v6_range.o unit/ip/address_v6_range.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/address_v6_range unit/ip/address_v6_range.o -lssl -lcrypto -lrt depbase=`echo unit/ip/basic_endpoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/basic_endpoint.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/basic_endpoint.o unit/ip/basic_endpoint.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/basic_endpoint unit/ip/basic_endpoint.o -lssl -lcrypto -lrt depbase=`echo unit/ip/basic_resolver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/basic_resolver.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/basic_resolver.o unit/ip/basic_resolver.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/basic_resolver unit/ip/basic_resolver.o -lssl -lcrypto -lrt depbase=`echo unit/ip/basic_resolver_entry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/basic_resolver_entry.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/basic_resolver_entry.o unit/ip/basic_resolver_entry.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/basic_resolver_entry unit/ip/basic_resolver_entry.o -lssl -lcrypto -lrt depbase=`echo unit/ip/basic_resolver_iterator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/basic_resolver_iterator.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/basic_resolver_iterator.o unit/ip/basic_resolver_iterator.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/basic_resolver_iterator unit/ip/basic_resolver_iterator.o -lssl -lcrypto -lrt depbase=`echo unit/ip/basic_resolver_query.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/basic_resolver_query.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/basic_resolver_query.o unit/ip/basic_resolver_query.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/basic_resolver_query unit/ip/basic_resolver_query.o -lssl -lcrypto -lrt depbase=`echo unit/ip/host_name.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/host_name.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/host_name.o unit/ip/host_name.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/host_name unit/ip/host_name.o -lssl -lcrypto -lrt depbase=`echo unit/ip/icmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/icmp.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/icmp.o unit/ip/icmp.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/icmp unit/ip/icmp.o -lssl -lcrypto -lrt depbase=`echo unit/ip/multicast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/multicast.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/multicast.o unit/ip/multicast.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/multicast unit/ip/multicast.o -lssl -lcrypto -lrt depbase=`echo unit/ip/network_v4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/network_v4.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/network_v4.o unit/ip/network_v4.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/network_v4 unit/ip/network_v4.o -lssl -lcrypto -lrt depbase=`echo unit/ip/network_v6.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/network_v6.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/network_v6.o unit/ip/network_v6.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/network_v6 unit/ip/network_v6.o -lssl -lcrypto -lrt depbase=`echo unit/ip/resolver_query_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/resolver_query_base.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/resolver_query_base.o unit/ip/resolver_query_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/resolver_query_base unit/ip/resolver_query_base.o -lssl -lcrypto -lrt depbase=`echo unit/ip/resolver_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/resolver_service.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/resolver_service.o unit/ip/resolver_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/resolver_service unit/ip/resolver_service.o -lssl -lcrypto -lrt depbase=`echo unit/ip/tcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/tcp.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/tcp.o unit/ip/tcp.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/tcp unit/ip/tcp.o -lssl -lcrypto -lrt depbase=`echo unit/ip/udp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/udp.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/udp.o unit/ip/udp.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/udp unit/ip/udp.o -lssl -lcrypto -lrt depbase=`echo unit/ip/unicast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/unicast.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/unicast.o unit/ip/unicast.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/unicast unit/ip/unicast.o -lssl -lcrypto -lrt depbase=`echo unit/ip/v6_only.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ip/v6_only.o -MD -MP -MF $depbase.Tpo -c -o unit/ip/v6_only.o unit/ip/v6_only.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ip/v6_only unit/ip/v6_only.o -lssl -lcrypto -lrt depbase=`echo unit/is_read_buffered.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/is_read_buffered.o -MD -MP -MF $depbase.Tpo -c -o unit/is_read_buffered.o unit/is_read_buffered.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/is_read_buffered unit/is_read_buffered.o -lssl -lcrypto -lrt depbase=`echo unit/is_write_buffered.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/is_write_buffered.o -MD -MP -MF $depbase.Tpo -c -o unit/is_write_buffered.o unit/is_write_buffered.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/is_write_buffered unit/is_write_buffered.o -lssl -lcrypto -lrt depbase=`echo unit/local/basic_endpoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/local/basic_endpoint.o -MD -MP -MF $depbase.Tpo -c -o unit/local/basic_endpoint.o unit/local/basic_endpoint.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/local/basic_endpoint unit/local/basic_endpoint.o -lssl -lcrypto -lrt depbase=`echo unit/local/connect_pair.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/local/connect_pair.o -MD -MP -MF $depbase.Tpo -c -o unit/local/connect_pair.o unit/local/connect_pair.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/local/connect_pair unit/local/connect_pair.o -lssl -lcrypto -lrt depbase=`echo unit/local/datagram_protocol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/local/datagram_protocol.o -MD -MP -MF $depbase.Tpo -c -o unit/local/datagram_protocol.o unit/local/datagram_protocol.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/local/datagram_protocol unit/local/datagram_protocol.o -lssl -lcrypto -lrt depbase=`echo unit/local/stream_protocol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/local/stream_protocol.o -MD -MP -MF $depbase.Tpo -c -o unit/local/stream_protocol.o unit/local/stream_protocol.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/local/stream_protocol unit/local/stream_protocol.o -lssl -lcrypto -lrt depbase=`echo unit/packaged_task.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/packaged_task.o -MD -MP -MF $depbase.Tpo -c -o unit/packaged_task.o unit/packaged_task.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/packaged_task unit/packaged_task.o -lssl -lcrypto -lrt depbase=`echo unit/placeholders.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/placeholders.o -MD -MP -MF $depbase.Tpo -c -o unit/placeholders.o unit/placeholders.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/placeholders unit/placeholders.o -lssl -lcrypto -lrt depbase=`echo unit/posix/basic_descriptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/posix/basic_descriptor.o -MD -MP -MF $depbase.Tpo -c -o unit/posix/basic_descriptor.o unit/posix/basic_descriptor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/posix/basic_descriptor unit/posix/basic_descriptor.o -lssl -lcrypto -lrt depbase=`echo unit/posix/basic_stream_descriptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/posix/basic_stream_descriptor.o -MD -MP -MF $depbase.Tpo -c -o unit/posix/basic_stream_descriptor.o unit/posix/basic_stream_descriptor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/posix/basic_stream_descriptor unit/posix/basic_stream_descriptor.o -lssl -lcrypto -lrt depbase=`echo unit/posix/descriptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/posix/descriptor.o -MD -MP -MF $depbase.Tpo -c -o unit/posix/descriptor.o unit/posix/descriptor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/posix/descriptor unit/posix/descriptor.o -lssl -lcrypto -lrt depbase=`echo unit/posix/descriptor_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/posix/descriptor_base.o -MD -MP -MF $depbase.Tpo -c -o unit/posix/descriptor_base.o unit/posix/descriptor_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/posix/descriptor_base unit/posix/descriptor_base.o -lssl -lcrypto -lrt depbase=`echo unit/posix/stream_descriptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/posix/stream_descriptor.o -MD -MP -MF $depbase.Tpo -c -o unit/posix/stream_descriptor.o unit/posix/stream_descriptor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/posix/stream_descriptor unit/posix/stream_descriptor.o -lssl -lcrypto -lrt depbase=`echo unit/posix/stream_descriptor_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/posix/stream_descriptor_service.o -MD -MP -MF $depbase.Tpo -c -o unit/posix/stream_descriptor_service.o unit/posix/stream_descriptor_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/posix/stream_descriptor_service unit/posix/stream_descriptor_service.o -lssl -lcrypto -lrt depbase=`echo unit/post.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/post.o -MD -MP -MF $depbase.Tpo -c -o unit/post.o unit/post.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/post unit/post.o -lssl -lcrypto -lrt depbase=`echo unit/raw_socket_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/raw_socket_service.o -MD -MP -MF $depbase.Tpo -c -o unit/raw_socket_service.o unit/raw_socket_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/raw_socket_service unit/raw_socket_service.o -lssl -lcrypto -lrt depbase=`echo unit/read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/read.o -MD -MP -MF $depbase.Tpo -c -o unit/read.o unit/read.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/read unit/read.o -lssl -lcrypto -lrt depbase=`echo unit/read_at.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/read_at.o -MD -MP -MF $depbase.Tpo -c -o unit/read_at.o unit/read_at.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/read_at unit/read_at.o -lssl -lcrypto -lrt depbase=`echo unit/read_until.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/read_until.o -MD -MP -MF $depbase.Tpo -c -o unit/read_until.o unit/read_until.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/read_until unit/read_until.o -lssl -lcrypto -lrt depbase=`echo unit/seq_packet_socket_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/seq_packet_socket_service.o -MD -MP -MF $depbase.Tpo -c -o unit/seq_packet_socket_service.o unit/seq_packet_socket_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/seq_packet_socket_service unit/seq_packet_socket_service.o -lssl -lcrypto -lrt depbase=`echo unit/serial_port.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/serial_port.o -MD -MP -MF $depbase.Tpo -c -o unit/serial_port.o unit/serial_port.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/serial_port unit/serial_port.o -lssl -lcrypto -lrt depbase=`echo unit/serial_port_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/serial_port_base.o -MD -MP -MF $depbase.Tpo -c -o unit/serial_port_base.o unit/serial_port_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/serial_port_base unit/serial_port_base.o -lssl -lcrypto -lrt depbase=`echo unit/serial_port_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/serial_port_service.o -MD -MP -MF $depbase.Tpo -c -o unit/serial_port_service.o unit/serial_port_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/serial_port_service unit/serial_port_service.o -lssl -lcrypto -lrt depbase=`echo unit/signal_set.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/signal_set.o -MD -MP -MF $depbase.Tpo -c -o unit/signal_set.o unit/signal_set.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/signal_set unit/signal_set.o -lssl -lcrypto -lrt depbase=`echo unit/signal_set_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/signal_set_service.o -MD -MP -MF $depbase.Tpo -c -o unit/signal_set_service.o unit/signal_set_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/signal_set_service unit/signal_set_service.o -lssl -lcrypto -lrt depbase=`echo unit/socket_acceptor_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/socket_acceptor_service.o -MD -MP -MF $depbase.Tpo -c -o unit/socket_acceptor_service.o unit/socket_acceptor_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/socket_acceptor_service unit/socket_acceptor_service.o -lssl -lcrypto -lrt depbase=`echo unit/socket_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/socket_base.o -MD -MP -MF $depbase.Tpo -c -o unit/socket_base.o unit/socket_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/socket_base unit/socket_base.o -lssl -lcrypto -lrt depbase=`echo unit/steady_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/steady_timer.o -MD -MP -MF $depbase.Tpo -c -o unit/steady_timer.o unit/steady_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/steady_timer unit/steady_timer.o -lssl -lcrypto -lrt depbase=`echo unit/strand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/strand.o -MD -MP -MF $depbase.Tpo -c -o unit/strand.o unit/strand.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/strand unit/strand.o -lssl -lcrypto -lrt depbase=`echo unit/stream_socket_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/stream_socket_service.o -MD -MP -MF $depbase.Tpo -c -o unit/stream_socket_service.o unit/stream_socket_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/stream_socket_service unit/stream_socket_service.o -lssl -lcrypto -lrt depbase=`echo unit/streambuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/streambuf.o -MD -MP -MF $depbase.Tpo -c -o unit/streambuf.o unit/streambuf.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/streambuf unit/streambuf.o -lssl -lcrypto -lrt depbase=`echo unit/system_context.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/system_context.o -MD -MP -MF $depbase.Tpo -c -o unit/system_context.o unit/system_context.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/system_context unit/system_context.o -lssl -lcrypto -lrt depbase=`echo unit/system_executor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/system_executor.o -MD -MP -MF $depbase.Tpo -c -o unit/system_executor.o unit/system_executor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/system_executor unit/system_executor.o -lssl -lcrypto -lrt depbase=`echo unit/system_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/system_timer.o -MD -MP -MF $depbase.Tpo -c -o unit/system_timer.o unit/system_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/system_timer unit/system_timer.o -lssl -lcrypto -lrt depbase=`echo unit/thread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/thread.o -MD -MP -MF $depbase.Tpo -c -o unit/thread.o unit/thread.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/thread unit/thread.o -lssl -lcrypto -lrt depbase=`echo unit/time_traits.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/time_traits.o -MD -MP -MF $depbase.Tpo -c -o unit/time_traits.o unit/time_traits.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/time_traits unit/time_traits.o -lssl -lcrypto -lrt depbase=`echo unit/ts/buffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ts/buffer.o -MD -MP -MF $depbase.Tpo -c -o unit/ts/buffer.o unit/ts/buffer.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ts/buffer unit/ts/buffer.o -lssl -lcrypto -lrt depbase=`echo unit/ts/executor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ts/executor.o -MD -MP -MF $depbase.Tpo -c -o unit/ts/executor.o unit/ts/executor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ts/executor unit/ts/executor.o -lssl -lcrypto -lrt depbase=`echo unit/ts/internet.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ts/internet.o -MD -MP -MF $depbase.Tpo -c -o unit/ts/internet.o unit/ts/internet.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ts/internet unit/ts/internet.o -lssl -lcrypto -lrt depbase=`echo unit/ts/io_context.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ts/io_context.o -MD -MP -MF $depbase.Tpo -c -o unit/ts/io_context.o unit/ts/io_context.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ts/io_context unit/ts/io_context.o -lssl -lcrypto -lrt depbase=`echo unit/ts/net.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ts/net.o -MD -MP -MF $depbase.Tpo -c -o unit/ts/net.o unit/ts/net.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ts/net unit/ts/net.o -lssl -lcrypto -lrt depbase=`echo unit/ts/netfwd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ts/netfwd.o -MD -MP -MF $depbase.Tpo -c -o unit/ts/netfwd.o unit/ts/netfwd.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ts/netfwd unit/ts/netfwd.o -lssl -lcrypto -lrt depbase=`echo unit/ts/socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ts/socket.o -MD -MP -MF $depbase.Tpo -c -o unit/ts/socket.o unit/ts/socket.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ts/socket unit/ts/socket.o -lssl -lcrypto -lrt depbase=`echo unit/ts/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ts/timer.o -MD -MP -MF $depbase.Tpo -c -o unit/ts/timer.o unit/ts/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ts/timer unit/ts/timer.o -lssl -lcrypto -lrt depbase=`echo unit/use_future.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/use_future.o -MD -MP -MF $depbase.Tpo -c -o unit/use_future.o unit/use_future.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/use_future unit/use_future.o -lssl -lcrypto -lrt depbase=`echo unit/uses_executor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/uses_executor.o -MD -MP -MF $depbase.Tpo -c -o unit/uses_executor.o unit/uses_executor.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/uses_executor unit/uses_executor.o -lssl -lcrypto -lrt depbase=`echo unit/wait_traits.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/wait_traits.o -MD -MP -MF $depbase.Tpo -c -o unit/wait_traits.o unit/wait_traits.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/wait_traits unit/wait_traits.o -lssl -lcrypto -lrt depbase=`echo unit/waitable_timer_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/waitable_timer_service.o -MD -MP -MF $depbase.Tpo -c -o unit/waitable_timer_service.o unit/waitable_timer_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/waitable_timer_service unit/waitable_timer_service.o -lssl -lcrypto -lrt depbase=`echo unit/windows/basic_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/basic_handle.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/basic_handle.o unit/windows/basic_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/basic_handle unit/windows/basic_handle.o -lssl -lcrypto -lrt depbase=`echo unit/windows/basic_object_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/basic_object_handle.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/basic_object_handle.o unit/windows/basic_object_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/basic_object_handle unit/windows/basic_object_handle.o -lssl -lcrypto -lrt depbase=`echo unit/windows/basic_random_access_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/basic_random_access_handle.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/basic_random_access_handle.o unit/windows/basic_random_access_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/basic_random_access_handle unit/windows/basic_random_access_handle.o -lssl -lcrypto -lrt depbase=`echo unit/windows/basic_stream_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/basic_stream_handle.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/basic_stream_handle.o unit/windows/basic_stream_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/basic_stream_handle unit/windows/basic_stream_handle.o -lssl -lcrypto -lrt depbase=`echo unit/windows/object_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/object_handle.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/object_handle.o unit/windows/object_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/object_handle unit/windows/object_handle.o -lssl -lcrypto -lrt depbase=`echo unit/windows/object_handle_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/object_handle_service.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/object_handle_service.o unit/windows/object_handle_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/object_handle_service unit/windows/object_handle_service.o -lssl -lcrypto -lrt depbase=`echo unit/windows/overlapped_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/overlapped_handle.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/overlapped_handle.o unit/windows/overlapped_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/overlapped_handle unit/windows/overlapped_handle.o -lssl -lcrypto -lrt depbase=`echo unit/windows/overlapped_ptr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/overlapped_ptr.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/overlapped_ptr.o unit/windows/overlapped_ptr.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/overlapped_ptr unit/windows/overlapped_ptr.o -lssl -lcrypto -lrt depbase=`echo unit/windows/random_access_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/random_access_handle.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/random_access_handle.o unit/windows/random_access_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/random_access_handle unit/windows/random_access_handle.o -lssl -lcrypto -lrt depbase=`echo unit/windows/random_access_handle_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/random_access_handle_service.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/random_access_handle_service.o unit/windows/random_access_handle_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/random_access_handle_service unit/windows/random_access_handle_service.o -lssl -lcrypto -lrt depbase=`echo unit/windows/stream_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/stream_handle.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/stream_handle.o unit/windows/stream_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/stream_handle unit/windows/stream_handle.o -lssl -lcrypto -lrt depbase=`echo unit/windows/stream_handle_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/windows/stream_handle_service.o -MD -MP -MF $depbase.Tpo -c -o unit/windows/stream_handle_service.o unit/windows/stream_handle_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/windows/stream_handle_service unit/windows/stream_handle_service.o -lssl -lcrypto -lrt depbase=`echo unit/write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/write.o -MD -MP -MF $depbase.Tpo -c -o unit/write.o unit/write.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/write unit/write.o -lssl -lcrypto -lrt depbase=`echo unit/write_at.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/write_at.o -MD -MP -MF $depbase.Tpo -c -o unit/write_at.o unit/write_at.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/write_at unit/write_at.o -lssl -lcrypto -lrt depbase=`echo unit/ssl/context_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ssl/context_base.o -MD -MP -MF $depbase.Tpo -c -o unit/ssl/context_base.o unit/ssl/context_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ssl/context_base unit/ssl/context_base.o -lssl -lcrypto -lrt depbase=`echo unit/ssl/context.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ssl/context.o -MD -MP -MF $depbase.Tpo -c -o unit/ssl/context.o unit/ssl/context.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ssl/context unit/ssl/context.o -lssl -lcrypto -lrt depbase=`echo unit/ssl/error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ssl/error.o -MD -MP -MF $depbase.Tpo -c -o unit/ssl/error.o unit/ssl/error.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ssl/error unit/ssl/error.o -lssl -lcrypto -lrt depbase=`echo unit/ssl/rfc2818_verification.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ssl/rfc2818_verification.o -MD -MP -MF $depbase.Tpo -c -o unit/ssl/rfc2818_verification.o unit/ssl/rfc2818_verification.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ssl/rfc2818_verification unit/ssl/rfc2818_verification.o -lssl -lcrypto -lrt depbase=`echo unit/ssl/stream_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ssl/stream_base.o -MD -MP -MF $depbase.Tpo -c -o unit/ssl/stream_base.o unit/ssl/stream_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ssl/stream_base unit/ssl/stream_base.o -lssl -lcrypto -lrt depbase=`echo unit/ssl/stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.12.1\" -DPACKAGE_STRING=\"asio\ 1.12.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.12.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -MT unit/ssl/stream.o -MD -MP -MF $depbase.Tpo -c -o unit/ssl/stream.o unit/ssl/stream.cpp &&\ mv -f $depbase.Tpo $depbase.Po g++ -I./../../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -ftemplate-depth-256 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -pthread -o unit/ssl/stream unit/ssl/stream.o -lssl -lcrypto -lrt make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make check-TESTS make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[4]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' PASS: unit/associated_allocator PASS: unit/associated_executor PASS: unit/async_result PASS: unit/basic_datagram_socket PASS: unit/basic_deadline_timer PASS: unit/basic_raw_socket PASS: unit/basic_seq_packet_socket PASS: unit/basic_serial_port PASS: unit/basic_signal_set PASS: unit/basic_socket_acceptor PASS: unit/basic_stream_socket PASS: unit/basic_streambuf PASS: unit/basic_waitable_timer PASS: unit/bind_executor PASS: unit/buffered_read_stream PASS: unit/buffered_stream PASS: unit/buffered_write_stream PASS: unit/buffer PASS: unit/buffers_iterator PASS: unit/completion_condition PASS: unit/connect PASS: unit/datagram_socket_service PASS: unit/deadline_timer_service PASS: unit/deadline_timer PASS: unit/defer PASS: unit/dispatch PASS: unit/error PASS: unit/execution_context PASS: unit/executor PASS: unit/executor_work_guard PASS: unit/high_resolution_timer PASS: unit/io_context PASS: unit/ip/address PASS: unit/ip/address_v4 PASS: unit/ip/address_v4_iterator PASS: unit/ip/address_v4_range PASS: unit/ip/address_v6 PASS: unit/ip/address_v6_iterator PASS: unit/ip/address_v6_range PASS: unit/ip/basic_endpoint PASS: unit/ip/basic_resolver PASS: unit/ip/basic_resolver_entry PASS: unit/ip/basic_resolver_iterator PASS: unit/ip/basic_resolver_query PASS: unit/ip/host_name PASS: unit/ip/icmp PASS: unit/ip/multicast PASS: unit/ip/network_v4 PASS: unit/ip/network_v6 PASS: unit/ip/resolver_query_base PASS: unit/ip/resolver_service PASS: unit/ip/tcp PASS: unit/ip/udp PASS: unit/ip/unicast PASS: unit/ip/v6_only PASS: unit/is_read_buffered PASS: unit/is_write_buffered PASS: unit/local/basic_endpoint PASS: unit/local/connect_pair PASS: unit/local/datagram_protocol PASS: unit/local/stream_protocol PASS: unit/packaged_task PASS: unit/placeholders PASS: unit/posix/basic_descriptor PASS: unit/posix/basic_stream_descriptor PASS: unit/posix/descriptor PASS: unit/posix/descriptor_base PASS: unit/posix/stream_descriptor PASS: unit/posix/stream_descriptor_service PASS: unit/post PASS: unit/raw_socket_service PASS: unit/read PASS: unit/read_at PASS: unit/read_until PASS: unit/seq_packet_socket_service PASS: unit/serial_port PASS: unit/serial_port_base PASS: unit/serial_port_service PASS: unit/signal_set PASS: unit/signal_set_service PASS: unit/socket_acceptor_service PASS: unit/socket_base PASS: unit/steady_timer PASS: unit/strand PASS: unit/stream_socket_service PASS: unit/streambuf PASS: unit/system_context PASS: unit/system_executor PASS: unit/system_timer PASS: unit/thread PASS: unit/time_traits PASS: unit/ts/buffer PASS: unit/ts/executor PASS: unit/ts/internet PASS: unit/ts/io_context PASS: unit/ts/net PASS: unit/ts/netfwd PASS: unit/ts/socket PASS: unit/ts/timer PASS: unit/use_future PASS: unit/uses_executor PASS: unit/wait_traits PASS: unit/waitable_timer_service PASS: unit/windows/basic_handle PASS: unit/windows/basic_object_handle PASS: unit/windows/basic_random_access_handle PASS: unit/windows/basic_stream_handle PASS: unit/windows/object_handle PASS: unit/windows/object_handle_service PASS: unit/windows/overlapped_handle PASS: unit/windows/overlapped_ptr PASS: unit/windows/random_access_handle PASS: unit/windows/random_access_handle_service PASS: unit/windows/stream_handle PASS: unit/windows/stream_handle_service PASS: unit/write PASS: unit/write_at PASS: unit/ssl/context_base PASS: unit/ssl/context PASS: unit/ssl/error PASS: unit/ssl/rfc2818_verification PASS: unit/ssl/stream_base PASS: unit/ssl/stream ============================================================================ Testsuite summary for asio 1.12.1 ============================================================================ # TOTAL: 123 # PASS: 123 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src/tests' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1/src' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/asio-1.12.1' + exit 0 Processing files: asio-1.12.1-1.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.E6od5y + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd asio-1.12.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/share/doc/asio + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/share/doc/asio + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/share/doc/asio + cp -pr doc/asio doc/asio.png doc/async_op1.png doc/async_op2.png doc/blank.png doc/boostbook.css doc/caution.png doc/draft.png doc/examples doc/home.png doc/important.png doc/index.html doc/next.png doc/next_disabled.png doc/note.png doc/prev.png doc/prev_disabled.png doc/proactor.png doc/standalone_HTML.manifest doc/sync_op.png doc/tip.png doc/up.png doc/up_disabled.png doc/warning.png /home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64/usr/share/doc/asio + exit 0 Provides: asio = 1.12.1-1.mga7 asio(x86-64) = 1.12.1-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/asio-1.12.1-1.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.o4UTZ2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd asio-1.12.1 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/asio-1.12.1-1.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SN1VXw + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf asio-1.12.1 + exit 0 D: [iurt_root_command] Success!