[23:27:48.368] time ./configure \ [23:27:48.368] --cache gcc.cache \ [23:27:48.368] --enable-dtrace \ [23:27:48.368] ${LINUX_CONFIGURE_FEATURES} \ [23:27:48.368] CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang" [23:27:48.562] configure: creating cache gcc.cache [23:27:48.577] checking build system type... x86_64-pc-linux-gnu [23:27:48.702] checking host system type... x86_64-pc-linux-gnu [23:27:48.702] checking which template to use... linux [23:27:48.703] checking whether NLS is wanted... no [23:27:48.703] checking for default port number... 5432 [23:27:48.710] checking for dtrace... /usr/bin/dtrace [23:27:48.710] checking for block size... 8kB [23:27:48.711] checking for segment size... 1GB [23:27:48.714] checking for WAL block size... 8kB [23:27:48.748] checking whether the C compiler works... yes [23:27:48.857] checking for C compiler default output file name... a.out [23:27:48.858] checking for suffix of executables... [23:27:48.894] checking whether we are cross compiling... no [23:27:48.963] checking for suffix of object files... o [23:27:48.974] checking whether we are using the GNU C compiler... yes [23:27:48.981] checking whether ccache gcc accepts -g... yes [23:27:48.988] checking for ccache gcc option to accept ISO C89... none needed [23:27:48.997] checking for ccache gcc option to accept ISO C11... none needed [23:27:49.043] checking whether we are using the GNU C++ compiler... yes [23:27:49.051] checking whether ccache g++ accepts -g... yes [23:27:49.089] checking for gawk... no [23:27:49.089] checking for mawk... mawk [23:27:49.090] checking for llvm-config... /usr/bin/llvm-config [23:27:49.101] configure: using llvm 19.1.7 [23:27:49.101] checking for CLANG... ccache clang [23:27:49.151] checking whether ccache gcc supports -Wdeclaration-after-statement, for CFLAGS... yes [23:27:49.159] checking whether ccache gcc supports -Werror=vla, for CFLAGS... yes [23:27:49.166] checking whether ccache gcc supports -Werror=unguarded-availability-new, for CFLAGS... no [23:27:49.211] checking whether ccache g++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no [23:27:49.289] checking whether ccache gcc supports -Wendif-labels, for CFLAGS... yes [23:27:49.297] checking whether ccache g++ supports -Wendif-labels, for CXXFLAGS... yes [23:27:49.303] checking whether ccache gcc supports -Wmissing-format-attribute, for CFLAGS... yes [23:27:49.310] checking whether ccache g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes [23:27:49.317] checking whether ccache gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes [23:27:49.324] checking whether ccache g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes [23:27:49.331] checking whether ccache gcc supports -Wcast-function-type, for CFLAGS... yes [23:27:49.338] checking whether ccache g++ supports -Wcast-function-type, for CXXFLAGS... yes [23:27:49.345] checking whether ccache gcc supports -Wshadow=compatible-local, for CFLAGS... yes [23:27:49.352] checking whether ccache g++ supports -Wshadow=compatible-local, for CXXFLAGS... yes [23:27:49.360] checking whether ccache gcc supports -Wformat-security, for CFLAGS... yes [23:27:49.367] checking whether ccache g++ supports -Wformat-security, for CXXFLAGS... yes [23:27:49.374] checking whether ccache gcc supports -Wmissing-variable-declarations, for CFLAGS... yes [23:27:49.381] checking whether ccache gcc supports -fno-strict-aliasing, for CFLAGS... yes [23:27:49.389] checking whether ccache g++ supports -fno-strict-aliasing, for CXXFLAGS... yes [23:27:49.396] checking whether ccache gcc supports -fwrapv, for CFLAGS... yes [23:27:49.403] checking whether ccache g++ supports -fwrapv, for CXXFLAGS... yes [23:27:49.410] checking whether ccache gcc supports -fexcess-precision=standard, for CFLAGS... yes [23:27:49.417] checking whether ccache g++ supports -fexcess-precision=standard, for CXXFLAGS... yes [23:27:49.425] checking whether ccache gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes [23:27:49.432] checking whether ccache gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes [23:27:49.439] checking whether ccache gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no [23:27:49.486] checking whether ccache gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no [23:27:49.537] checking whether ccache gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [23:27:49.544] checking whether ccache gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes [23:27:49.551] checking whether ccache gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no [23:27:49.595] checking whether ccache gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes [23:27:49.603] checking whether ccache g++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes [23:27:49.611] checking whether ccache g++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes [23:27:49.620] checking whether ccache clang supports -fno-strict-aliasing, for BITCODE_CFLAGS... yes [23:27:49.626] checking whether ccache clang -xc++ supports -fno-strict-aliasing, for BITCODE_CXXFLAGS... yes [23:27:49.635] checking whether ccache clang supports -fwrapv, for BITCODE_CFLAGS... yes [23:27:49.643] checking whether ccache clang -xc++ supports -fwrapv, for BITCODE_CXXFLAGS... yes [23:27:49.650] checking whether ccache clang supports -fexcess-precision=standard, for BITCODE_CFLAGS... yes [23:27:49.658] checking whether ccache clang -xc++ supports -fexcess-precision=standard, for BITCODE_CXXFLAGS... yes [23:27:49.666] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CFLAGS... no [23:27:49.679] checking whether ccache clang supports -mno-outline-atomics, for BITCODE_CXXFLAGS... (cached) no [23:27:49.679] checking whether ccache clang supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes [23:27:49.686] checking whether ccache clang supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes [23:27:49.694] checking whether ccache clang supports -Wformat-truncation, for NOT_THE_CFLAGS... yes [23:27:49.702] checking whether ccache clang supports -Wstringop-truncation, for NOT_THE_CFLAGS... no [23:27:49.715] checking whether the C compiler still works... yes [23:27:49.771] checking how to run the C preprocessor... ccache gcc -E [23:27:49.838] checking for pkg-config... /usr/bin/pkg-config [23:27:49.838] checking pkg-config is at least version 0.9.0... yes [23:27:49.848] checking whether to build with ICU support... yes [23:27:49.849] checking for icu-uc icu-i18n... yes [23:27:49.860] checking whether to build with Tcl... yes [23:27:49.860] checking whether to build Perl modules... yes [23:27:49.860] checking whether to build Python modules... yes [23:27:49.860] checking whether to build with GSSAPI support... yes [23:27:49.861] checking whether to build with PAM support... yes [23:27:49.862] checking whether to build with BSD Authentication support... no [23:27:49.862] checking whether to build with LDAP support... yes [23:27:49.862] checking whether to build with Bonjour support... no [23:27:49.862] checking whether to build with SELinux support... yes [23:27:49.862] checking whether to build with systemd support... yes [23:27:49.862] checking whether to build with liburing support... no [23:27:49.862] checking whether to build with libcurl support... yes [23:27:49.863] checking for libcurl >= 7.61.0... yes [23:27:49.885] checking whether to build with libnuma support... no [23:27:49.885] checking whether to build with XML support... yes [23:27:49.885] checking for libxml-2.0 >= 2.6.23... yes [23:27:49.894] checking whether to build with LZ4 support... yes [23:27:49.894] checking for liblz4... yes [23:27:49.904] checking whether to build with ZSTD support... yes [23:27:49.904] checking for libzstd >= 1.4.0... yes [23:27:49.912] checking for strip... strip [23:27:49.912] checking whether it is possible to strip libraries... yes [23:27:49.916] checking for ar... ar [23:27:49.916] checking for a BSD-compatible install... /usr/bin/install -c [23:27:49.927] checking for tar... /usr/bin/tar [23:27:49.928] checking whether ln -s works... yes [23:27:49.928] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [23:27:49.930] checking for bison... /usr/bin/bison [23:27:49.936] configure: using bison (GNU Bison) 3.8.2 [23:27:49.940] checking for flex... /usr/bin/flex [23:27:49.944] configure: using flex 2.6.4 [23:27:49.945] checking for perl... /usr/bin/perl [23:27:49.968] configure: using perl 5.40.1 [23:27:49.970] checking for Perl archlibexp... /usr/lib/x86_64-linux-gnu/perl/5.40 [23:27:49.981] checking for Perl privlibexp... /usr/share/perl/5.40 [23:27:49.986] checking for Perl useshrplib... true [23:27:49.996] checking for CFLAGS recommended by Perl... -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 [23:27:50.002] checking for CFLAGS to compile embedded Perl... -DDEBIAN [23:27:50.008] checking for flags to link embedded Perl... -L/usr/lib/x86_64-linux-gnu/perl/5.40/CORE -lperl -ldl -lm -lpthread -lc -lcrypt [23:27:50.143] checking for python3... /usr/bin/python3 [23:27:50.156] configure: using python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] [23:27:50.164] checking for Python sysconfig module... yes [23:27:50.180] checking Python configuration directory... /usr/lib/python3.13/config-3.13-x86_64-linux-gnu [23:27:50.197] checking Python include directory... -I/usr/include/python3.13 [23:27:50.213] checking how to link an embedded Python application... -L/usr/lib/x86_64-linux-gnu -lpython3.13 -ldl -lm [23:27:50.268] checking for a sed that does not truncate output... /usr/bin/sed [23:27:50.273] checking for grep that handles long lines and -e... /usr/bin/grep [23:27:50.276] checking for egrep... /usr/bin/grep -E [23:27:50.278] checking for ANSI C header files... yes [23:27:50.397] checking for sys/types.h... yes [23:27:50.413] checking for sys/stat.h... yes [23:27:50.434] checking for stdlib.h... yes [23:27:50.449] checking for string.h... yes [23:27:50.466] checking for memory.h... yes [23:27:50.482] checking for strings.h... yes [23:27:50.497] checking for inttypes.h... yes [23:27:50.513] checking for stdint.h... yes [23:27:50.528] checking for unistd.h... yes [23:27:50.542] checking whether ccache gcc is Clang... no [23:27:50.553] checking whether pthreads work with -pthread... yes [23:27:50.617] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [23:27:50.661] checking whether more special flags are required for pthreads... no [23:27:50.661] checking for PTHREAD_PRIO_INHERIT... yes [23:27:50.710] checking pthread.h usability... yes [23:27:50.718] checking pthread.h presence... yes [23:27:50.734] checking for pthread.h... yes [23:27:50.734] checking for strerror_r... yes [23:27:50.777] checking whether strerror_r returns int... no [23:27:50.806] checking for main in -lm... yes [23:27:50.854] checking for library containing setproctitle... no [23:27:50.950] checking for library containing dlsym... none required [23:27:50.993] checking for library containing socket... none required [23:27:51.036] checking for library containing getopt_long... none required [23:27:51.081] checking for library containing shm_open... none required [23:27:51.124] checking for library containing shm_unlink... none required [23:27:51.168] checking for library containing clock_gettime... none required [23:27:51.212] checking for library containing shmget... none required [23:27:51.256] checking for library containing backtrace_symbols... none required [23:27:51.299] checking for library containing pthread_barrier_wait... none required [23:27:51.343] checking for library containing readline... -lreadline [23:27:51.394] checking for inflate in -lz... yes [23:27:51.439] checking curl/curl.h usability... yes [23:27:51.449] checking curl/curl.h presence... yes [23:27:51.484] checking for curl/curl.h... yes [23:27:51.484] checking for curl_multi_init in -lcurl... yes [23:27:51.614] checking for curl_global_init thread safety... yes [23:27:51.720] checking for curl support for asynchronous DNS... yes [23:27:51.825] checking for library containing gss_store_cred_into... -lgssapi_krb5 [23:27:51.918] checking for CRYPTO_new_ex_data in -lcrypto... yes [23:27:51.985] checking for SSL_new in -lssl... yes [23:27:52.052] checking for SSL_CTX_set_ciphersuites... yes [23:27:52.119] checking for SSL_CTX_set_cert_cb... yes [23:27:52.192] checking for X509_get_signature_info... yes [23:27:52.275] checking for SSL_CTX_set_num_tickets... yes [23:27:52.349] checking for SSL_CTX_set_keylog_callback... yes [23:27:52.423] checking for pam_start in -lpam... yes [23:27:52.480] checking for xmlSaveToBuffer in -lxml2... yes [23:27:52.546] checking for xsltCleanupGlobals in -lxslt... yes [23:27:52.609] checking for LZ4_compress_default in -llz4... yes [23:27:52.672] checking for ZSTD_compress in -lzstd... yes [23:27:52.729] checking for ldap_bind in -lldap... yes [23:27:52.805] checking for ldap_initialize... yes [23:27:52.884] checking for ldap_verify_credentials... yes [23:27:52.961] checking for security_compute_create_name in -lselinux... yes [23:27:53.018] checking for uuid_export in -lossp-uuid... yes [23:27:53.079] checking atomic.h usability... no [23:27:53.136] checking atomic.h presence... no [23:27:53.152] checking for atomic.h... no [23:27:53.156] checking copyfile.h usability... no [23:27:53.201] checking copyfile.h presence... no [23:27:53.217] checking for copyfile.h... no [23:27:53.221] checking execinfo.h usability... yes [23:27:53.230] checking execinfo.h presence... yes [23:27:53.242] checking for execinfo.h... yes [23:27:53.251] checking getopt.h usability... yes [23:27:53.260] checking getopt.h presence... yes [23:27:53.274] checking for getopt.h... yes [23:27:53.282] checking ifaddrs.h usability... yes [23:27:53.291] checking ifaddrs.h presence... yes [23:27:53.308] checking for ifaddrs.h... yes [23:27:53.316] checking mbarrier.h usability... no [23:27:53.363] checking mbarrier.h presence... no [23:27:53.380] checking for mbarrier.h... no [23:27:53.384] checking sys/epoll.h usability... yes [23:27:53.392] checking sys/epoll.h presence... yes [23:27:53.411] checking for sys/epoll.h... yes [23:27:53.419] checking sys/event.h usability... no [23:27:53.467] checking sys/event.h presence... no [23:27:53.482] checking for sys/event.h... no [23:27:53.485] checking sys/personality.h usability... yes [23:27:53.493] checking sys/personality.h presence... yes [23:27:53.505] checking for sys/personality.h... yes [23:27:53.513] checking sys/prctl.h usability... yes [23:27:53.522] checking sys/prctl.h presence... yes [23:27:53.536] checking for sys/prctl.h... yes [23:27:53.543] checking sys/procctl.h usability... no [23:27:53.590] checking sys/procctl.h presence... no [23:27:53.606] checking for sys/procctl.h... no [23:27:53.609] checking sys/signalfd.h usability... yes [23:27:53.617] checking sys/signalfd.h presence... yes [23:27:53.631] checking for sys/signalfd.h... yes [23:27:53.638] checking sys/ucred.h usability... no [23:27:53.684] checking sys/ucred.h presence... no [23:27:53.701] checking for sys/ucred.h... no [23:27:53.704] checking termios.h usability... yes [23:27:53.713] checking termios.h presence... yes [23:27:53.730] checking for termios.h... yes [23:27:53.737] checking uchar.h usability... yes [23:27:53.745] checking uchar.h presence... yes [23:27:53.760] checking for uchar.h... yes [23:27:53.767] checking ucred.h usability... no [23:27:53.816] checking ucred.h presence... no [23:27:53.833] checking for ucred.h... no [23:27:53.837] checking xlocale.h usability... no [23:27:53.884] checking xlocale.h presence... no [23:27:53.902] checking for xlocale.h... no [23:27:53.903] checking readline/readline.h usability... yes [23:27:53.912] checking readline/readline.h presence... yes [23:27:53.931] checking for readline/readline.h... yes [23:27:53.932] checking readline/history.h usability... yes [23:27:53.940] checking readline/history.h presence... yes [23:27:53.957] checking for readline/history.h... yes [23:27:53.960] checking zlib.h usability... yes [23:27:53.969] checking zlib.h presence... yes [23:27:53.987] checking for zlib.h... yes [23:27:53.988] checking for lz4... /usr/bin/lz4 [23:27:53.988] checking lz4.h usability... yes [23:27:53.998] checking lz4.h presence... yes [23:27:54.013] checking for lz4.h... yes [23:27:54.013] checking for zstd... /usr/bin/zstd [23:27:54.014] checking zstd.h usability... yes [23:27:54.023] checking zstd.h presence... yes [23:27:54.039] checking for zstd.h... yes [23:27:54.040] checking gssapi/gssapi.h usability... yes [23:27:54.050] checking gssapi/gssapi.h presence... yes [23:27:54.066] checking for gssapi/gssapi.h... yes [23:27:54.068] checking gssapi/gssapi_ext.h usability... yes [23:27:54.077] checking gssapi/gssapi_ext.h presence... yes [23:27:54.093] checking for gssapi/gssapi_ext.h... yes [23:27:54.094] checking for openssl... /usr/bin/openssl [23:27:54.105] configure: using openssl: OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025) [23:27:54.105] checking openssl/ssl.h usability... yes [23:27:54.116] checking openssl/ssl.h presence... yes [23:27:54.198] checking for openssl/ssl.h... yes [23:27:54.199] checking openssl/err.h usability... yes [23:27:54.208] checking openssl/err.h presence... yes [23:27:54.239] checking for openssl/err.h... yes [23:27:54.239] checking security/pam_appl.h usability... yes [23:27:54.249] checking security/pam_appl.h presence... yes [23:27:54.262] checking for security/pam_appl.h... yes [23:27:54.264] checking systemd/sd-daemon.h usability... yes [23:27:54.273] checking systemd/sd-daemon.h presence... yes [23:27:54.292] checking for systemd/sd-daemon.h... yes [23:27:54.292] checking libxml/parser.h usability... yes [23:27:54.302] checking libxml/parser.h presence... yes [23:27:54.335] checking for libxml/parser.h... yes [23:27:54.336] checking libxslt/xslt.h usability... yes [23:27:54.345] checking libxslt/xslt.h presence... yes [23:27:54.368] checking for libxslt/xslt.h... yes [23:27:54.368] checking ldap.h usability... yes [23:27:54.376] checking ldap.h presence... yes [23:27:54.396] checking for ldap.h... yes [23:27:54.396] checking for compatible LDAP implementation... yes [23:27:54.405] checking ossp/uuid.h usability... yes [23:27:54.414] checking ossp/uuid.h presence... yes [23:27:54.430] checking for ossp/uuid.h... yes [23:27:54.448] checking whether byte ordering is bigendian... no [23:27:54.536] checking for inline... inline [23:27:54.544] checking for printf format archetype... gnu_printf [23:27:54.553] checking for _Static_assert... yes [23:27:54.609] checking for typeof... typeof [23:27:54.616] checking for __builtin_types_compatible_p... yes [23:27:54.628] checking for __builtin_constant_p... yes [23:27:54.640] checking for __builtin_mul_overflow... yes [23:27:54.706] checking for __builtin_unreachable... yes [23:27:54.763] checking for computed goto support... yes [23:27:54.772] checking for struct tm.tm_zone... yes [23:27:54.783] checking for union semun... no [23:27:54.820] checking for socklen_t... yes [23:27:54.866] checking for struct sockaddr.sa_len... no [23:27:54.942] checking for C/C++ restrict keyword... __restrict [23:27:54.955] checking for struct option... yes [23:27:54.994] checking whether assembler supports x86_64 popcntq... yes [23:27:55.002] checking for special C compiler options needed for large files... no [23:27:55.002] checking for _FILE_OFFSET_BITS value needed for large files... no [23:27:55.014] checking size of off_t... 8 [23:27:55.087] checking for int timezone... yes [23:27:55.156] checking for backtrace_symbols... yes [23:27:55.220] checking for copyfile... no [23:27:55.284] checking for copy_file_range... yes [23:27:55.348] checking for elf_aux_info... no [23:27:55.413] checking for getauxval... yes [23:27:55.476] checking for getifaddrs... yes [23:27:55.543] checking for getpeerucred... no [23:27:55.608] checking for inet_pton... yes [23:27:55.670] checking for kqueue... no [23:27:55.737] checking for localeconv_l... no [23:27:55.802] checking for mbstowcs_l... no [23:27:55.867] checking for posix_fallocate... yes [23:27:55.932] checking for ppoll... yes [23:27:55.995] checking for pthread_is_threaded_np... no [23:27:56.060] checking for setproctitle... no [23:27:56.126] checking for setproctitle_fast... no [23:27:56.191] checking for strsignal... yes [23:27:56.254] checking for syncfs... yes [23:27:56.317] checking for sync_file_range... yes [23:27:56.381] checking for uselocale... yes [23:27:56.447] checking for wcstombs_l... no [23:27:56.510] checking for __builtin_bswap16... yes [23:27:56.575] checking for __builtin_bswap32... yes [23:27:56.636] checking for __builtin_bswap64... yes [23:27:56.697] checking for __builtin_clz... yes [23:27:56.757] checking for __builtin_ctz... yes [23:27:56.817] checking for __builtin_popcount... yes [23:27:56.878] checking for __builtin_frame_address... yes [23:27:56.939] checking for _LARGEFILE_SOURCE value needed for large files... no [23:27:57.000] checking how ccache gcc reports undeclared, standard C functions... error [23:27:57.025] checking for posix_fadvise... yes [23:27:57.087] checking whether posix_fadvise is declared... yes [23:27:57.102] checking whether fdatasync is declared... yes [23:27:57.116] checking whether strlcat is declared... yes [23:27:57.131] checking whether strlcpy is declared... yes [23:27:57.145] checking whether strnlen is declared... yes [23:27:57.161] checking whether strsep is declared... yes [23:27:57.176] checking whether timingsafe_bcmp is declared... no [23:27:57.231] checking whether preadv is declared... yes [23:27:57.246] checking whether pwritev is declared... yes [23:27:57.261] checking whether strchrnul is declared... yes [23:27:57.275] checking whether memset_s is declared... no [23:27:57.313] checking whether F_FULLFSYNC is declared... no [23:27:57.348] checking for explicit_bzero... yes [23:27:57.406] checking for getopt... yes [23:27:57.461] checking for getpeereid... no [23:27:57.522] checking for inet_aton... yes [23:27:57.579] checking for mkdtemp... yes [23:27:57.635] checking for strlcat... yes [23:27:57.690] checking for strlcpy... yes [23:27:57.745] checking for strnlen... yes [23:27:57.804] checking for strsep... yes [23:27:57.863] checking for timingsafe_bcmp... no [23:27:57.926] checking for pthread_barrier_wait... yes [23:27:57.984] checking for getopt_long... yes [23:27:58.041] checking for syslog... yes [23:27:58.099] checking syslog.h usability... yes [23:27:58.107] checking syslog.h presence... yes [23:27:58.122] checking for syslog.h... yes [23:27:58.122] checking for opterr... yes [23:27:58.180] checking for optreset... no [23:27:58.243] checking unicode/ucol.h usability... yes [23:27:58.255] checking unicode/ucol.h presence... yes [23:27:58.294] checking for unicode/ucol.h... yes [23:27:58.299] checking whether LLVMCreateGDBRegistrationListener is declared... yes [23:27:58.317] checking whether LLVMCreatePerfJITEventListener is declared... yes [23:27:58.327] checking for rl_completion_suppress_quote... yes [23:27:58.390] checking for rl_filename_quote_characters... yes [23:27:58.455] checking for rl_filename_quoting_function... yes [23:27:58.521] checking for append_history... yes [23:27:58.587] checking for history_truncate_file... yes [23:27:58.654] checking for rl_completion_matches... yes [23:27:58.720] checking for rl_filename_completion_function... yes [23:27:58.790] checking for rl_reset_screen_size... yes [23:27:58.856] checking for rl_variable_bind... yes [23:27:58.919] checking test program... ok [23:27:58.975] checking size of void *... 8 [23:27:59.047] checking size of size_t... 8 [23:27:59.122] checking size of long... 8 [23:27:59.196] checking size of long long... 8 [23:27:59.272] checking alignment of short... 2 [23:27:59.345] checking alignment of int... 4 [23:27:59.417] checking alignment of long... 8 [23:27:59.491] checking alignment of int64_t... 8 [23:27:59.564] checking alignment of double... 8 [23:27:59.636] checking for __int128... yes [23:27:59.699] checking for __int128 alignment bug... ok [23:27:59.758] checking alignment of PG_INT128_TYPE... 16 [23:27:59.832] checking for builtin __sync char locking functions... yes [23:27:59.888] checking for builtin __sync int32 locking functions... yes [23:27:59.944] checking for builtin __sync int32 atomic operations... yes [23:28:00.001] checking for builtin __sync int64 atomic operations... yes [23:28:00.059] checking for builtin __atomic int32 atomic operations... yes [23:28:00.117] checking for builtin __atomic int64 atomic operations... yes [23:28:00.174] checking for __get_cpuid... yes [23:28:00.234] checking for __get_cpuid_count... yes [23:28:00.292] checking for _xgetbv... yes [23:28:00.734] checking for _mm512_popcnt_epi64... yes [23:28:01.132] checking for _mm_crc32_u8 and _mm_crc32_u32... yes [23:28:01.247] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no [23:28:01.268] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no [23:28:01.289] checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no [23:28:01.308] checking for __builtin_loongarch_crcc_w_b_w, __builtin_loongarch_crcc_w_h_w, __builtin_loongarch_crcc_w_w_w and __builtin_loongarch_crcc_w_d_w... no [23:28:01.341] checking which CRC-32C implementation to use... SSE 4.2 with runtime check [23:28:01.341] checking for _mm512_clmulepi64_epi128... yes [23:28:01.730] checking for vectorized CRC-32C... AVX-512 with runtime check [23:28:01.731] checking for library containing sem_init... none required [23:28:01.787] checking which semaphore API to use... unnamed POSIX [23:28:01.788] checking which random number source to use... OpenSSL [23:28:01.790] checking for tclsh... /usr/bin/tclsh [23:28:01.790] checking for tclConfig.sh... /usr/lib/tcl8.6//tclConfig.sh [23:28:01.821] checking tcl.h usability... yes [23:28:01.830] checking tcl.h presence... yes [23:28:01.850] checking for tcl.h... yes [23:28:01.850] checking for perl.h... yes [23:28:01.865] checking for libperl... yes [23:28:02.172] checking Python.h usability... yes [23:28:02.184] checking Python.h presence... yes [23:28:02.282] checking for Python.h... yes [23:28:02.282] checking for xmllint... /usr/bin/xmllint [23:28:02.283] checking for xsltproc... /usr/bin/xsltproc [23:28:02.283] checking for fop... /usr/bin/fop [23:28:02.283] checking for dbtoepub... no [23:28:02.283] checking whether ccache gcc supports -Wl,--as-needed, for LDFLAGS... yes [23:28:02.343] checking whether ccache gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... yes [23:28:02.413] configure: using compiler=gcc (Debian 14.2.0-19) 14.2.0 [23:28:02.413] configure: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 [23:28:02.413] configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2 [23:28:02.413] configure: using LDFLAGS= -Wl,--as-needed [23:28:02.413] configure: using CXX=ccache g++ [23:28:02.413] configure: using CXXFLAGS=-Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [23:28:02.413] configure: using CLANG=ccache clang [23:28:02.413] configure: using BITCODE_CFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 [23:28:02.413] configure: using BITCODE_CXXFLAGS= -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 [23:28:02.442] configure: updating cache gcc.cache [23:28:02.450] configure: creating ./config.status [23:28:02.540] config.status: creating GNUmakefile [23:28:02.553] config.status: creating src/Makefile.global [23:28:02.569] config.status: creating src/include/pg_config.h [23:28:02.582] config.status: creating src/interfaces/ecpg/include/ecpg_config.h [23:28:02.599] config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c [23:28:02.606] config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c [23:28:02.614] config.status: linking src/include/port/linux.h to src/include/pg_config_os.h [23:28:02.621] config.status: linking src/makefiles/Makefile.linux to src/Makefile.port [23:28:02.656] [23:28:02.656] real 0m14.288s [23:28:02.656] user 0m9.236s [23:28:02.656] sys 0m4.612s [23:28:02.656] make -s -j${BUILD_JOBS} clean [23:28:03.174] time make -s -j${BUILD_JOBS} world-bin [23:28:06.230] main.c:45:6: error: no previous declaration for ‘reached_main’ [-Werror=missing-variable-declarations] [23:28:06.230] 45 | bool reached_main = false; [23:28:06.230] | ^~~~~~~~~~~~ [23:28:06.230] cc1: all warnings being treated as errors [23:28:06.231] make[3]: *** [: main.o] Error 1 [23:28:06.232] make[2]: *** [common.mk:37: main-recursive] Error 2 [23:28:06.233] make[2]: *** Waiting for unfinished jobs.... [23:28:06.309] make[1]: *** [Makefile:42: all-backend-recurse] Error 2 [23:28:06.309] make: *** [GNUmakefile:21: world-bin-src-recurse] Error 2 [23:28:06.309] [23:28:06.309] real 0m3.135s [23:28:06.309] user 0m5.186s [23:28:06.309] sys 0m2.825s [23:28:06.309] [23:28:06.309] Exit status: 2