>>> Building on exopi-6 under databases/libpqxx BDEPENDS = [devel/gmake;lang/python/3.10;databases/postgresql;textproc/xmlto] DIST = [databases/libpqxx:libpqxx-6.4.7.tar.gz] FULLPKGNAME = libpqxx-6.4.7 RDEPENDS = [databases/postgresql] (Junk lock obtained for exopi-6 at 1713378779.85) >>> Running depends in databases/libpqxx at 1713378779.95 last junk was in math/igraph /usr/sbin/pkg_add -aI -Drepair postgresql-client-16.2 xmlto-0.0.28p1 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 postgresql-client-16.2 python-3.10.14p0 xmlto-0.0.28p1 /usr/sbin/pkg_add -aI -Drepair postgresql-client-16.2 xmlto-0.0.28p1 >>> Running show-prepare-results in databases/libpqxx at 1713378788.53 ===> databases/libpqxx ===> Building from scratch libpqxx-6.4.7 ===> libpqxx-6.4.7 depends on: xmlto-* -> xmlto-0.0.28p1 ===> libpqxx-6.4.7 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> libpqxx-6.4.7 depends on: gmake-* -> gmake-4.4.1 ===> libpqxx-6.4.7 depends on: postgresql-client-* -> postgresql-client-16.2 ===> Verifying specs: crypto m pq ssl c++ c++abi pthread ===> found crypto.54.0 m.10.1 pq.6.15 ssl.57.0 c++.10.0 c++abi.7.0 pthread.27.1 gmake-4.4.1 postgresql-client-16.2 python-3.10.14p0 xmlto-0.0.28p1 (Junk lock released for exopi-6 at 1713378790.20) distfiles size=717177 >>> Running patch in databases/libpqxx at 1713378790.29 ===> databases/libpqxx ===> Checking files for libpqxx-6.4.7 `/exopi-cvs/ports/distfiles/libpqxx-6.4.7.tar.gz' is up to date. >> (SHA256) libpqxx-6.4.7.tar.gz: OK ===> Extracting for libpqxx-6.4.7 ===> Patching for libpqxx-6.4.7 ===> Applying OpenBSD patch patch-src_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/Makefile.in |--- src/Makefile.in.orig |+++ src/Makefile.in -------------------------- Patching file src/Makefile.in using Plan A... Hunk #1 succeeded at 399. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in databases/libpqxx at 1713378791.24 ===> databases/libpqxx ===> Generating configure for libpqxx-6.4.7 ===> Configuring for libpqxx-6.4.7 Using /exopi-obj/pobj/libpqxx-6.4.7/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/libpqxx-6.4.7/config.site 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... (cached) o checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking whether c++ supports C++11 features with -std=c++11... yes checking for a BSD-compatible install... /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports the include directive... yes (GNU style) checking whether gmake supports nested variables... yes checking dependency style of c++ -std=c++11... gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ -std=c++11 accepts -g... (cached) yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for gcc... cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... c++ -std=c++11 -E checking for ld used by c++ -std=c++11... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ -std=c++11 linker (/usr/bin/ld) supports shared libraries... error: invalid argument '-std=c++11' not allowed with 'C' yes checking for c++ -std=c++11 option to produce PIC... -fPIC -DPIC checking if c++ -std=c++11 PIC flag -fPIC -DPIC works... yes checking if c++ -std=c++11 static flag -static works... yes checking if c++ -std=c++11 supports -c -o file.o... yes checking if c++ -std=c++11 supports -c -o file.o... (cached) yes checking whether the c++ -std=c++11 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether gmake sets $(MAKE)... (cached) yes checking for mkdir... /bin/mkdir checking for doxygen... no checking for dot... no checking for xmlto... /usr/local/bin/xmlto checking whether to enable maintainer-specific portions of Makefiles... no checking maintainer mode... checking audit... checking g++ visibility attribute... error: invalid argument '-std=c++11' not allowed with 'C' yes checking whether the compiler supports function __attribute__((__const__))... yes checking g++ deprecation attribute... yes checking g++ pure attribute... yes checking C++14 deprecation attribute... yes checking for C++17 std::optional support... no checking for experimental C++17 std::optional support... no checking for C++17 charconv integer conversion... no checking for C++17 charconv floating-point conversion... no checking for poll(2)... yes checking for sys/time.h... (cached) yes checking for pg_config... /usr/local/bin/pg_config checking for pkg-config... /usr/bin/pkg-config configure: using PostgreSQL headers at /usr/local/include/postgresql configure: using PostgreSQL libraries at /usr/local/lib checking /usr/local/include/postgresql/libpq-fe.h usability... yes checking /usr/local/include/postgresql/libpq-fe.h presence... yes checking for /usr/local/include/postgresql/libpq-fe.h... yes checking for ability to compile source files using libpq... yes checking for PQexec in -lpq... yes checking that type of libpq's Oid is as expected... yes checking whether gmake sets $(MAKE)... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating test/unit/Makefile config.status: creating tools/Makefile config.status: creating win32/Makefile config.status: creating include/Makefile config.status: creating include/pqxx/Makefile config.status: creating libpqxx.pc config.status: creating include/pqxx/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing configitems commands Generating b'/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx/config-internal-autotools.h': 7 item(s). Generating b'/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx/config-internal-compiler.h': 5 item(s). Generating b'/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx/config-public-autotools.h': no items--skipping. Generating b'/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx/config-public-compiler.h': 4 item(s). configure: WARNING: unrecognized options: --disable-gtk-doc >>> Running build in databases/libpqxx at 1713378815.22 ===> databases/libpqxx ===> Building for libpqxx-6.4.7 Making all in include gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include' Making all in pqxx gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx' gmake all-am gmake[3]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx' gmake[3]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx' gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx' gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include' gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include' Making all in src gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/src' /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT array.lo -MD -MP -MF .deps/array.Tpo -c -o array.lo array.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT array.lo -MD -MP -MF .deps/array.Tpo -c array.cxx -fPIC -DPIC -o .libs/array.o c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT array.lo -MD -MP -MF .deps/array.Tpo -c array.cxx -o array.o mv -f .deps/array.Tpo .deps/array.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT binarystring.lo -MD -MP -MF .deps/binarystring.Tpo -c -o binarystring.lo binarystring.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT binarystring.lo -MD -MP -MF .deps/binarystring.Tpo -c binarystring.cxx -fPIC -DPIC -o .libs/binarystring.o In file included from binarystring.cxx:22: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT binarystring.lo -MD -MP -MF .deps/binarystring.Tpo -c binarystring.cxx -o binarystring.o In file included from binarystring.cxx:22: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/binarystring.Tpo .deps/binarystring.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT connection_base.lo -MD -MP -MF .deps/connection_base.Tpo -c -o connection_base.lo connection_base.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT connection_base.lo -MD -MP -MF .deps/connection_base.Tpo -c connection_base.cxx -fPIC -DPIC -o .libs/connection_base.o In file included from connection_base.cxx:53: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT connection_base.lo -MD -MP -MF .deps/connection_base.Tpo -c connection_base.cxx -o connection_base.o In file included from connection_base.cxx:53: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/connection_base.Tpo .deps/connection_base.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c -o connection.lo connection.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.cxx -fPIC -DPIC -o .libs/connection.o In file included from connection.cxx:20: In file included from ../include/pqxx/connection:6: In file included from ../include/pqxx/connection.hxx:20: In file included from ../include/pqxx/basic_connection.hxx:23: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.cxx -o connection.o In file included from connection.cxx:20: In file included from ../include/pqxx/connection:6: In file included from ../include/pqxx/connection.hxx:20: In file included from ../include/pqxx/basic_connection.hxx:23: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/connection.Tpo .deps/connection.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT cursor.lo -MD -MP -MF .deps/cursor.Tpo -c -o cursor.lo cursor.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT cursor.lo -MD -MP -MF .deps/cursor.Tpo -c cursor.cxx -fPIC -DPIC -o .libs/cursor.o In file included from cursor.cxx:15: In file included from ../include/pqxx/cursor:6: In file included from ../include/pqxx/cursor.hxx:23: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT cursor.lo -MD -MP -MF .deps/cursor.Tpo -c cursor.cxx -o cursor.o In file included from cursor.cxx:15: In file included from ../include/pqxx/cursor:6: In file included from ../include/pqxx/cursor.hxx:23: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/cursor.Tpo .deps/cursor.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT dbtransaction.lo -MD -MP -MF .deps/dbtransaction.Tpo -c -o dbtransaction.lo dbtransaction.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT dbtransaction.lo -MD -MP -MF .deps/dbtransaction.Tpo -c dbtransaction.cxx -fPIC -DPIC -o .libs/dbtransaction.o In file included from dbtransaction.cxx:13: In file included from ../include/pqxx/dbtransaction:6: In file included from ../include/pqxx/dbtransaction.hxx:19: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT dbtransaction.lo -MD -MP -MF .deps/dbtransaction.Tpo -c dbtransaction.cxx -o dbtransaction.o In file included from dbtransaction.cxx:13: In file included from ../include/pqxx/dbtransaction:6: In file included from ../include/pqxx/dbtransaction.hxx:19: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/dbtransaction.Tpo .deps/dbtransaction.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT encodings.lo -MD -MP -MF .deps/encodings.Tpo -c -o encodings.lo encodings.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT encodings.lo -MD -MP -MF .deps/encodings.Tpo -c encodings.cxx -fPIC -DPIC -o .libs/encodings.o c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT encodings.lo -MD -MP -MF .deps/encodings.Tpo -c encodings.cxx -o encodings.o mv -f .deps/encodings.Tpo .deps/encodings.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT errorhandler.lo -MD -MP -MF .deps/errorhandler.Tpo -c -o errorhandler.lo errorhandler.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT errorhandler.lo -MD -MP -MF .deps/errorhandler.Tpo -c errorhandler.cxx -fPIC -DPIC -o .libs/errorhandler.o In file included from errorhandler.cxx:13: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT errorhandler.lo -MD -MP -MF .deps/errorhandler.Tpo -c errorhandler.cxx -o errorhandler.o In file included from errorhandler.cxx:13: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/errorhandler.Tpo .deps/errorhandler.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT except.lo -MD -MP -MF .deps/except.Tpo -c -o except.lo except.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT except.lo -MD -MP -MF .deps/except.Tpo -c except.cxx -fPIC -DPIC -o .libs/except.o c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT except.lo -MD -MP -MF .deps/except.Tpo -c except.cxx -o except.o mv -f .deps/except.Tpo .deps/except.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT field.lo -MD -MP -MF .deps/field.Tpo -c -o field.lo field.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT field.lo -MD -MP -MF .deps/field.Tpo -c field.cxx -fPIC -DPIC -o .libs/field.o c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT field.lo -MD -MP -MF .deps/field.Tpo -c field.cxx -o field.o mv -f .deps/field.Tpo .deps/field.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT largeobject.lo -MD -MP -MF .deps/largeobject.Tpo -c -o largeobject.lo largeobject.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT largeobject.lo -MD -MP -MF .deps/largeobject.Tpo -c largeobject.cxx -fPIC -DPIC -o .libs/largeobject.o In file included from largeobject.cxx:22: In file included from ../include/pqxx/largeobject:6: In file included from ../include/pqxx/largeobject.hxx:21: In file included from ../include/pqxx/dbtransaction.hxx:19: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT largeobject.lo -MD -MP -MF .deps/largeobject.Tpo -c largeobject.cxx -o largeobject.o In file included from largeobject.cxx:22: In file included from ../include/pqxx/largeobject:6: In file included from ../include/pqxx/largeobject.hxx:21: In file included from ../include/pqxx/dbtransaction.hxx:19: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/largeobject.Tpo .deps/largeobject.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT nontransaction.lo -MD -MP -MF .deps/nontransaction.Tpo -c -o nontransaction.lo nontransaction.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT nontransaction.lo -MD -MP -MF .deps/nontransaction.Tpo -c nontransaction.cxx -fPIC -DPIC -o .libs/nontransaction.o In file included from nontransaction.cxx:13: In file included from ../include/pqxx/nontransaction:6: In file included from ../include/pqxx/nontransaction.hxx:19: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT nontransaction.lo -MD -MP -MF .deps/nontransaction.Tpo -c nontransaction.cxx -o nontransaction.o In file included from nontransaction.cxx:13: In file included from ../include/pqxx/nontransaction:6: In file included from ../include/pqxx/nontransaction.hxx:19: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/nontransaction.Tpo .deps/nontransaction.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT notification.lo -MD -MP -MF .deps/notification.Tpo -c -o notification.lo notification.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT notification.lo -MD -MP -MF .deps/notification.Tpo -c notification.cxx -fPIC -DPIC -o .libs/notification.o In file included from notification.cxx:15: In file included from ../include/pqxx/internal/gates/connection-notification_receiver.hxx:3: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT notification.lo -MD -MP -MF .deps/notification.Tpo -c notification.cxx -o notification.o In file included from notification.cxx:15: In file included from ../include/pqxx/internal/gates/connection-notification_receiver.hxx:3: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/notification.Tpo .deps/notification.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT pipeline.lo -MD -MP -MF .deps/pipeline.Tpo -c -o pipeline.lo pipeline.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT pipeline.lo -MD -MP -MF .deps/pipeline.Tpo -c pipeline.cxx -fPIC -DPIC -o .libs/pipeline.o In file included from pipeline.cxx:15: In file included from ../include/pqxx/dbtransaction:6: In file included from ../include/pqxx/dbtransaction.hxx:19: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT pipeline.lo -MD -MP -MF .deps/pipeline.Tpo -c pipeline.cxx -o pipeline.o In file included from pipeline.cxx:15: In file included from ../include/pqxx/dbtransaction:6: In file included from ../include/pqxx/dbtransaction.hxx:19: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/pipeline.Tpo .deps/pipeline.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT prepared_statement.lo -MD -MP -MF .deps/prepared_statement.Tpo -c -o prepared_statement.lo prepared_statement.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT prepared_statement.lo -MD -MP -MF .deps/prepared_statement.Tpo -c prepared_statement.cxx -fPIC -DPIC -o .libs/prepared_statement.o In file included from prepared_statement.cxx:13: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT prepared_statement.lo -MD -MP -MF .deps/prepared_statement.Tpo -c prepared_statement.cxx -o prepared_statement.o In file included from prepared_statement.cxx:13: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/prepared_statement.Tpo .deps/prepared_statement.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT result.lo -MD -MP -MF .deps/result.Tpo -c -o result.lo result.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT result.lo -MD -MP -MF .deps/result.Tpo -c result.cxx -fPIC -DPIC -o .libs/result.o c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT result.lo -MD -MP -MF .deps/result.Tpo -c result.cxx -o result.o mv -f .deps/result.Tpo .deps/result.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT robusttransaction.lo -MD -MP -MF .deps/robusttransaction.Tpo -c -o robusttransaction.lo robusttransaction.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT robusttransaction.lo -MD -MP -MF .deps/robusttransaction.Tpo -c robusttransaction.cxx -fPIC -DPIC -o .libs/robusttransaction.o In file included from robusttransaction.cxx:15: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT robusttransaction.lo -MD -MP -MF .deps/robusttransaction.Tpo -c robusttransaction.cxx -o robusttransaction.o In file included from robusttransaction.cxx:15: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/robusttransaction.Tpo .deps/robusttransaction.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT sql_cursor.lo -MD -MP -MF .deps/sql_cursor.Tpo -c -o sql_cursor.lo sql_cursor.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT sql_cursor.lo -MD -MP -MF .deps/sql_cursor.Tpo -c sql_cursor.cxx -fPIC -DPIC -o .libs/sql_cursor.o In file included from sql_cursor.cxx:15: In file included from ../include/pqxx/cursor:6: In file included from ../include/pqxx/cursor.hxx:23: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT sql_cursor.lo -MD -MP -MF .deps/sql_cursor.Tpo -c sql_cursor.cxx -o sql_cursor.o In file included from sql_cursor.cxx:15: In file included from ../include/pqxx/cursor:6: In file included from ../include/pqxx/cursor.hxx:23: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/sql_cursor.Tpo .deps/sql_cursor.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT statement_parameters.lo -MD -MP -MF .deps/statement_parameters.Tpo -c -o statement_parameters.lo statement_parameters.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT statement_parameters.lo -MD -MP -MF .deps/statement_parameters.Tpo -c statement_parameters.cxx -fPIC -DPIC -o .libs/statement_parameters.o In file included from statement_parameters.cxx:15: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT statement_parameters.lo -MD -MP -MF .deps/statement_parameters.Tpo -c statement_parameters.cxx -o statement_parameters.o In file included from statement_parameters.cxx:15: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/statement_parameters.Tpo .deps/statement_parameters.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT strconv.lo -MD -MP -MF .deps/strconv.Tpo -c -o strconv.lo strconv.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT strconv.lo -MD -MP -MF .deps/strconv.Tpo -c strconv.cxx -fPIC -DPIC -o .libs/strconv.o c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT strconv.lo -MD -MP -MF .deps/strconv.Tpo -c strconv.cxx -o strconv.o mv -f .deps/strconv.Tpo .deps/strconv.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT stream_base.lo -MD -MP -MF .deps/stream_base.Tpo -c -o stream_base.lo stream_base.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT stream_base.lo -MD -MP -MF .deps/stream_base.Tpo -c stream_base.cxx -fPIC -DPIC -o .libs/stream_base.o In file included from stream_base.cxx:13: In file included from ../include/pqxx/stream_base.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT stream_base.lo -MD -MP -MF .deps/stream_base.Tpo -c stream_base.cxx -o stream_base.o In file included from stream_base.cxx:13: In file included from ../include/pqxx/stream_base.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/stream_base.Tpo .deps/stream_base.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT stream_from.lo -MD -MP -MF .deps/stream_from.Tpo -c -o stream_from.lo stream_from.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT stream_from.lo -MD -MP -MF .deps/stream_from.Tpo -c stream_from.cxx -fPIC -DPIC -o .libs/stream_from.o In file included from stream_from.cxx:13: In file included from ../include/pqxx/stream_from:6: In file included from ../include/pqxx/stream_from.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT stream_from.lo -MD -MP -MF .deps/stream_from.Tpo -c stream_from.cxx -o stream_from.o In file included from stream_from.cxx:13: In file included from ../include/pqxx/stream_from:6: In file included from ../include/pqxx/stream_from.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/stream_from.Tpo .deps/stream_from.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT stream_to.lo -MD -MP -MF .deps/stream_to.Tpo -c -o stream_to.lo stream_to.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT stream_to.lo -MD -MP -MF .deps/stream_to.Tpo -c stream_to.cxx -fPIC -DPIC -o .libs/stream_to.o In file included from stream_to.cxx:13: In file included from ../include/pqxx/stream_to.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT stream_to.lo -MD -MP -MF .deps/stream_to.Tpo -c stream_to.cxx -o stream_to.o In file included from stream_to.cxx:13: In file included from ../include/pqxx/stream_to.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/stream_to.Tpo .deps/stream_to.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT subtransaction.lo -MD -MP -MF .deps/subtransaction.Tpo -c -o subtransaction.lo subtransaction.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT subtransaction.lo -MD -MP -MF .deps/subtransaction.Tpo -c subtransaction.cxx -fPIC -DPIC -o .libs/subtransaction.o In file included from subtransaction.cxx:15: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT subtransaction.lo -MD -MP -MF .deps/subtransaction.Tpo -c subtransaction.cxx -o subtransaction.o In file included from subtransaction.cxx:15: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/subtransaction.Tpo .deps/subtransaction.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT tablereader.lo -MD -MP -MF .deps/tablereader.Tpo -c -o tablereader.lo tablereader.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT tablereader.lo -MD -MP -MF .deps/tablereader.Tpo -c tablereader.cxx -fPIC -DPIC -o .libs/tablereader.o In file included from tablereader.cxx:13: In file included from ../include/pqxx/tablereader:6: In file included from ../include/pqxx/tablereader.hxx:19: In file included from ../include/pqxx/tablestream.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT tablereader.lo -MD -MP -MF .deps/tablereader.Tpo -c tablereader.cxx -o tablereader.o In file included from tablereader.cxx:13: In file included from ../include/pqxx/tablereader:6: In file included from ../include/pqxx/tablereader.hxx:19: In file included from ../include/pqxx/tablestream.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/tablereader.Tpo .deps/tablereader.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT tablestream.lo -MD -MP -MF .deps/tablestream.Tpo -c -o tablestream.lo tablestream.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT tablestream.lo -MD -MP -MF .deps/tablestream.Tpo -c tablestream.cxx -fPIC -DPIC -o .libs/tablestream.o In file included from tablestream.cxx:13: In file included from ../include/pqxx/tablestream:6: In file included from ../include/pqxx/tablestream.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT tablestream.lo -MD -MP -MF .deps/tablestream.Tpo -c tablestream.cxx -o tablestream.o In file included from tablestream.cxx:13: In file included from ../include/pqxx/tablestream:6: In file included from ../include/pqxx/tablestream.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/tablestream.Tpo .deps/tablestream.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT tablewriter.lo -MD -MP -MF .deps/tablewriter.Tpo -c -o tablewriter.lo tablewriter.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT tablewriter.lo -MD -MP -MF .deps/tablewriter.Tpo -c tablewriter.cxx -fPIC -DPIC -o .libs/tablewriter.o In file included from tablewriter.cxx:13: In file included from ../include/pqxx/tablereader:6: In file included from ../include/pqxx/tablereader.hxx:19: In file included from ../include/pqxx/tablestream.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT tablewriter.lo -MD -MP -MF .deps/tablewriter.Tpo -c tablewriter.cxx -o tablewriter.o In file included from tablewriter.cxx:13: In file included from ../include/pqxx/tablereader:6: In file included from ../include/pqxx/tablereader.hxx:19: In file included from ../include/pqxx/tablestream.hxx:18: In file included from ../include/pqxx/transaction_base.hxx:29: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/tablewriter.Tpo .deps/tablewriter.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT transaction.lo -MD -MP -MF .deps/transaction.Tpo -c -o transaction.lo transaction.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT transaction.lo -MD -MP -MF .deps/transaction.Tpo -c transaction.cxx -fPIC -DPIC -o .libs/transaction.o In file included from transaction.cxx:15: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT transaction.lo -MD -MP -MF .deps/transaction.Tpo -c transaction.cxx -o transaction.o In file included from transaction.cxx:15: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/transaction.Tpo .deps/transaction.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT transaction_base.lo -MD -MP -MF .deps/transaction_base.Tpo -c -o transaction_base.lo transaction_base.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT transaction_base.lo -MD -MP -MF .deps/transaction_base.Tpo -c transaction_base.cxx -fPIC -DPIC -o .libs/transaction_base.o In file included from transaction_base.cxx:17: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT transaction_base.lo -MD -MP -MF .deps/transaction_base.Tpo -c transaction_base.cxx -o transaction_base.o In file included from transaction_base.cxx:17: In file included from ../include/pqxx/connection_base:6: In file included from ../include/pqxx/connection_base.hxx:26: In file included from ../include/pqxx/prepared_statement.hxx:18: In file included from ../include/pqxx/internal/statement_parameters.hxx:24: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/transaction_base.Tpo .deps/transaction_base.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT row.lo -MD -MP -MF .deps/row.Tpo -c -o row.lo row.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT row.lo -MD -MP -MF .deps/row.Tpo -c row.cxx -fPIC -DPIC -o .libs/row.o c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT row.lo -MD -MP -MF .deps/row.Tpo -c row.cxx -o row.o mv -f .deps/row.Tpo .deps/row.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cxx -fPIC -DPIC -o .libs/util.o c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cxx -o util.o mv -f .deps/util.Tpo .deps/util.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.cxx c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cxx -fPIC -DPIC -o .libs/version.o c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cxx -o version.o mv -f .deps/version.Tpo .deps/version.Plo /usr/bin/libtool --tag=CXX --mode=link c++ -std=c++11 -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -rpath /usr/local/lib -L/usr/local/lib -o libpqxx.la -rpath /usr/local/lib array.lo binarystring.lo connection_base.lo connection.lo cursor.lo dbtransaction.lo encodings.lo errorhandler.lo except.lo field.lo largeobject.lo nontransaction.lo notification.lo pipeline.lo prepared_statement.lo result.lo robusttransaction.lo sql_cursor.lo statement_parameters.lo strconv.lo stream_base.lo stream_from.lo stream_to.lo subtransaction.lo tablereader.lo tablestream.lo tablewriter.lo transaction.lo transaction_base.lo row.lo util.lo version.lo -lpq libtool: link: c++ -shared -fPIC -DPIC -o .libs/libpqxx.so.3.0 -std=c++11 -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden .libs/array.o .libs/binarystring.o .libs/connection_base.o .libs/connection.o .libs/cursor.o .libs/dbtransaction.o .libs/encodings.o .libs/errorhandler.o .libs/except.o .libs/field.o .libs/largeobject.o .libs/nontransaction.o .libs/notification.o .libs/pipeline.o .libs/prepared_statement.o .libs/result.o .libs/robusttransaction.o .libs/sql_cursor.o .libs/statement_parameters.o .libs/strconv.o .libs/stream_base.o .libs/stream_from.o .libs/stream_to.o .libs/subtransaction.o .libs/tablereader.o .libs/tablestream.o .libs/tablewriter.o .libs/transaction.o .libs/transaction_base.o .libs/row.o .libs/util.o .libs/version.o -L.libs -lpq -lssl -lcrypto -lm -Wl,-soname,libpqxx.so.3.0 libtool: link: ar cru .libs/libpqxx.a array.o binarystring.o connection_base.o connection.o cursor.o dbtransaction.o encodings.o errorhandler.o except.o field.o largeobject.o nontransaction.o notification.o pipeline.o prepared_statement.o result.o robusttransaction.o sql_cursor.o statement_parameters.o strconv.o stream_base.o stream_from.o stream_to.o subtransaction.o tablereader.o tablestream.o tablewriter.o transaction.o transaction_base.o row.o util.o version.o libtool: link: ranlib .libs/libpqxx.a gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/src' Making all in test gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test' Making all in unit gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test/unit' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test/unit' gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test' gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test' Making all in tools gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/tools' c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT rmlo.o -MD -MP -MF .deps/rmlo.Tpo -c -o rmlo.o rmlo.cxx In file included from rmlo.cxx:4: In file included from ../include/pqxx/pqxx:3: In file included from ../include/pqxx/binarystring:4: ../include/pqxx/binarystring.hxx:57:27: warning: 'char_traits' is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations] using value_type = std::char_traits::char_type; ^ /usr/include/c++/v1/__string/char_traits.h:79:8: note: 'char_traits' has been explicitly marked deprecated here struct _LIBCPP_DEPRECATED_("char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it.") ^ /usr/include/c++/v1/__config:782:53: note: expanded from macro '_LIBCPP_DEPRECATED_' # define _LIBCPP_DEPRECATED_(m) __attribute__((deprecated(m))) ^ 1 warning generated. mv -f .deps/rmlo.Tpo .deps/rmlo.Po /usr/bin/libtool --tag=CXX --mode=link c++ -std=c++11 -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -L/usr/local/lib -o rmlo rmlo.o ../src/libpqxx.la -lpq libtool: link: c++ -o .libs/rmlo -std=c++11 -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden rmlo.o -L.libs -lpqxx -lpq -lssl -lcrypto -lm -Wl,-rpath-link,/usr/local/lib c++ -std=c++11 -DHAVE_CONFIG_H -I../include -I../include -I/usr/local/include/postgresql -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -MT pqxxthreadsafety.o -MD -MP -MF .deps/pqxxthreadsafety.Tpo -c -o pqxxthreadsafety.o pqxxthreadsafety.cxx mv -f .deps/pqxxthreadsafety.Tpo .deps/pqxxthreadsafety.Po /usr/bin/libtool --tag=CXX --mode=link c++ -std=c++11 -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden -L/usr/local/lib -o pqxxthreadsafety pqxxthreadsafety.o ../src/libpqxx.la -lpq libtool: link: c++ -o .libs/pqxxthreadsafety -std=c++11 -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden pqxxthreadsafety.o -L.libs -lpqxx -lpq -lssl -lcrypto -lm -Wl,-rpath-link,/usr/local/lib gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/tools' Making all in win32 gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/win32' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/win32' Making all in config gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/config' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/config' Making all in doc gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/doc' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/doc' gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7' gmake[1]: Nothing to be done for 'all-am'. gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7' >>> Running fake in databases/libpqxx at 1713378987.41 ===> databases/libpqxx ===> Faking installation for libpqxx-6.4.7 Making install in include gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include' Making install in pqxx gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx' gmake[3]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx' gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include/pqxx' gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include' gmake[3]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include' gmake[3]: Nothing to be done for 'install-exec-am'. mkdir -p '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include' mkdir -p '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include/pqxx' /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c -m 644 pqxx/pqxx pqxx/array pqxx/array.hxx pqxx/basic_connection pqxx/basic_connection.hxx pqxx/binarystring pqxx/binarystring.hxx pqxx/compiler-public.hxx pqxx/compiler-internal-pre.hxx pqxx/compiler-internal-post.hxx pqxx/connection pqxx/connection.hxx pqxx/connection_base pqxx/connection_base.hxx pqxx/connectionpolicy pqxx/connectionpolicy.hxx pqxx/cursor pqxx/cursor.hxx pqxx/dbtransaction pqxx/dbtransaction.hxx pqxx/errorhandler pqxx/errorhandler.hxx pqxx/except pqxx/except.hxx pqxx/field pqxx/field.hxx pqxx/isolation pqxx/isolation.hxx pqxx/largeobject pqxx/largeobject.hxx pqxx/nontransaction pqxx/nontransaction.hxx pqxx/notification pqxx/notification.hxx pqxx/pipeline pqxx/pipeline.hxx pqxx/prepared_statement pqxx/prepared_statement.hxx pqxx/result pqxx/result.hxx '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include/pqxx' mkdir -p '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include/pqxx/internal/gates' /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c -m 644 pqxx/internal/gates/connection-dbtransaction.hxx pqxx/internal/gates/connection-errorhandler.hxx pqxx/internal/gates/connection-largeobject.hxx pqxx/internal/gates/connection-notification_receiver.hxx pqxx/internal/gates/connection-parameterized_invocation.hxx pqxx/internal/gates/connection-pipeline.hxx pqxx/internal/gates/connection-prepare-invocation.hxx pqxx/internal/gates/connection-reactivation_avoidance_exemption.hxx pqxx/internal/gates/connection-sql_cursor.hxx pqxx/internal/gates/connection-transaction.hxx pqxx/internal/gates/errorhandler-connection.hxx pqxx/internal/gates/icursorstream-icursor_iterator.hxx pqxx/internal/gates/icursor_iterator-icursorstream.hxx pqxx/internal/gates/result-connection.hxx pqxx/internal/gates/result-creation.hxx pqxx/internal/gates/result-row.hxx pqxx/internal/gates/result-sql_cursor.hxx pqxx/internal/gates/transaction-sql_cursor.hxx pqxx/internal/gates/transaction-stream_from.hxx pqxx/internal/gates/transaction-stream_to.hxx pqxx/internal/gates/transaction-subtransaction.hxx pqxx/internal/gates/transaction-tablereader.hxx pqxx/internal/gates/transaction-tablewriter.hxx pqxx/internal/gates/transaction-transactionfocus.hxx '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include/pqxx/internal/gates' mkdir -p '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include/pqxx' /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c -m 644 pqxx/result_iterator.hxx pqxx/robusttransaction pqxx/robusttransaction.hxx pqxx/strconv pqxx/strconv.hxx pqxx/stream_base.hxx pqxx/stream_from pqxx/stream_from.hxx pqxx/stream_to pqxx/stream_to.hxx pqxx/subtransaction pqxx/subtransaction.hxx pqxx/tablereader pqxx/tablereader.hxx pqxx/tablestream pqxx/tablestream.hxx pqxx/tablewriter pqxx/tablewriter.hxx pqxx/transaction pqxx/transaction.hxx pqxx/transaction_base pqxx/transaction_base.hxx pqxx/transactor pqxx/transactor.hxx pqxx/row pqxx/row.hxx pqxx/util pqxx/util.hxx pqxx/types pqxx/types.hxx pqxx/version pqxx/version.hxx '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include/pqxx' mkdir -p '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include/pqxx/internal' /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c -m 644 pqxx/internal/callgate.hxx pqxx/internal/encoding_group.hxx pqxx/internal/encodings.hxx pqxx/internal/libpq-forward.hxx pqxx/internal/sql_cursor.hxx pqxx/internal/statement_parameters.hxx pqxx/internal/type_utils.hxx pqxx/internal/ignore-deprecated-pre.hxx pqxx/internal/ignore-deprecated-post.hxx '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include/pqxx/internal' mkdir -p '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include' mkdir -p '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include/pqxx' /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c -m 644 pqxx/config-public-compiler.h '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/include/pqxx' gmake[3]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include' gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include' gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/include' Making install in src gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/src' gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/src' mkdir -p '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/lib' /usr/bin/libtool --mode=install /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c libpqxx.la '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/lib' libtool: install: /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c -m 644 ./.libs/libpqxx.a /exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/lib/libpqxx.a libtool: install: /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c -m 644 ./.libs/libpqxx.so.3.0 /exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/lib/libpqxx.so.3.0 libtool: install: /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c -m 644 ./.libs/libpqxx.lai /exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/lib/libpqxx.la gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/src' gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/src' Making install in test gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test' Making install in unit gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test/unit' gmake[3]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test/unit' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test/unit' gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test/unit' gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test' gmake[3]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test' gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test' gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/test' Making install in tools gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/tools' gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/tools' gmake[2]: Nothing to be done for 'install-exec-am'. gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/tools' gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/tools' Making install in win32 gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/win32' gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/win32' gmake[2]: Nothing to be done for 'install-exec-am'. gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/win32' gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/win32' Making install in config gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/config' gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/config' gmake[2]: Nothing to be done for 'install-exec-am'. gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/config' gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/config' Making install in doc gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/doc' gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/doc' gmake[2]: Nothing to be done for 'install-exec-am'. gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/doc' gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7/doc' gmake[1]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7' gmake[2]: Entering directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7' gmake[2]: Nothing to be done for 'install-exec-am'. mkdir -p '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/lib/pkgconfig' /exopi-obj/pobj/libpqxx-6.4.7/bin/install -c -m 644 libpqxx.pc '/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/usr/local/lib/pkgconfig' gmake[2]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7' gmake[1]: Leaving directory '/exopi-obj/pobj/libpqxx-6.4.7/libpqxx-6.4.7' >>> Running package in databases/libpqxx at 1713378991.20 ===> databases/libpqxx `/exopi-obj/pobj/libpqxx-6.4.7/fake-amd64/.fake_done' is up to date. ===> Building package for libpqxx-6.4.7 Create /exopi-cvs/ports/packages/amd64/all/libpqxx-6.4.7.tgz Creating package libpqxx-6.4.7 reading plist| checking dependencies| checking dependencies|databases/postgresql,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**************** | 24% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/libpqxx-6.4.7.tgz >>> Running clean in databases/libpqxx at 1713378994.51 ===> databases/libpqxx ===> Cleaning for libpqxx-6.4.7 >>> Ended at 1713378994.88 max_stuck=4.34/depends=8.63/show-prepare-results=1.72/patch=0.98/configure=23.95/build=172.19/fake=3.39/package=3.74/clean=0.42