configure.out

application/octet-stream

Filename: configure.out
Type: application/octet-stream
Part: 0
Message: Re: Broken build on macOS (Universal / Intel): cpuid instruction not available
checking build system type... aarch64-apple-darwin23.6.0
checking host system type... aarch64-apple-darwin23.6.0
checking which template to use... darwin
checking whether NLS is wanted... no
checking for default port number... 5432
checking for block size... 8kB
checking for segment size... 1GB
checking for WAL block size... 8kB
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc option to accept ISO C11... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for g++ option to accept ISO C++11... -std=gnu++11
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether gcc supports -Wdeclaration-after-statement, for CFLAGS... yes
checking whether gcc supports -Werror=vla, for CFLAGS... yes
checking whether g++ -std=gnu++11 supports -Werror=vla, for CXXFLAGS... yes
checking whether gcc supports -Werror=unguarded-availability-new, for CFLAGS... yes
checking whether g++ -std=gnu++11 supports -Werror=unguarded-availability-new, for CXXFLAGS... yes
checking whether gcc supports -Wmissing-format-attribute, for CFLAGS... yes
checking whether g++ -std=gnu++11 supports -Wmissing-format-attribute, for CXXFLAGS... yes
checking whether gcc supports -Wold-style-declaration, for CFLAGS... no
checking whether gcc supports -Wimplicit-fallthrough=5, for CFLAGS... no
checking whether gcc supports -Wimplicit-fallthrough, for CFLAGS... yes
checking whether g++ -std=gnu++11 supports -Wimplicit-fallthrough=5, for CXXFLAGS... no
checking whether g++ -std=gnu++11 supports -Wimplicit-fallthrough, for CXXFLAGS... yes
checking whether gcc supports -Wcast-function-type, for CFLAGS... yes
checking whether g++ -std=gnu++11 supports -Wcast-function-type, for CXXFLAGS... yes
checking whether gcc supports -Wshadow=compatible-local, for CFLAGS... no
checking whether g++ -std=gnu++11 supports -Wshadow=compatible-local, for CXXFLAGS... no
checking whether gcc supports -Wformat-security, for CFLAGS... yes
checking whether g++ -std=gnu++11 supports -Wformat-security, for CXXFLAGS... yes
checking whether gcc supports -Wmissing-variable-declarations, for CFLAGS... yes
checking whether gcc supports -fno-strict-aliasing, for CFLAGS... yes
checking whether g++ -std=gnu++11 supports -fno-strict-aliasing, for CXXFLAGS... yes
checking whether gcc supports -fwrapv, for CFLAGS... yes
checking whether g++ -std=gnu++11 supports -fwrapv, for CXXFLAGS... yes
checking whether gcc supports -fexcess-precision=standard, for CFLAGS... no
checking whether g++ -std=gnu++11 supports -fexcess-precision=standard, for CXXFLAGS... no
checking whether gcc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes
checking whether gcc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes
checking whether gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... yes
checking whether gcc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... yes
checking whether gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... no
checking whether gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... no
checking whether gcc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no
checking whether gcc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes
checking whether g++ -std=gnu++11 supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes
checking whether g++ -std=gnu++11 supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes
checking whether the C compiler still works... yes
checking how to run the C preprocessor... gcc -E
checking for pkg-config... /opt/homebrew/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to build with ICU support... yes
checking for icu-uc icu-i18n... yes
checking whether to build with Tcl... no
checking whether to build Perl modules... no
checking whether to build Python modules... yes
checking whether to build with GSSAPI support... no
checking whether to build with PAM support... no
checking whether to build with BSD Authentication support... no
checking whether to build with LDAP support... no
checking whether to build with Bonjour support... yes
checking whether to build with SELinux support... no
checking whether to build with systemd support... no
checking whether to build with liburing support... no
checking whether to build with libcurl support... yes
checking for libcurl >= 7.61.0... yes
checking whether to build with libnuma support... no
checking whether to build with XML support... yes
checking for libxml-2.0 >= 2.6.23... no
checking for xml2-config... /Applications/Postgres.app/Contents/Versions/devel/bin/xml2-config
checking whether to build with LZ4 support... yes
checking for liblz4... yes
checking whether to build with ZSTD support... yes
checking for libzstd >= 1.4.0... yes
checking for strip... strip
checking whether it is possible to strip libraries... yes
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for tar... /usr/bin/tar
checking whether ln -s works... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for nm... /usr/bin/nm
checking for bison... /usr/bin/bison
configure: using bison (GNU Bison) 2.3
checking for flex... /usr/bin/flex
configure: using flex 2.6.4 Apple(flex-34)
checking for perl... /usr/bin/perl
configure: using perl 5.34.1
checking for PYTHON... /Library/Frameworks/Python.framework/Versions/Current/bin/python3
configure: using python 3.13.13 (v3.13.13:01104ce1beb, Apr  7 2026, 14:43:30) [Clang 16.0.0 (clang-1600.0.26.6)]
checking for Python sysconfig module... yes
checking Python configuration directory... /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/config-3.13-darwin
checking Python include directory... -I/Library/Frameworks/Python.framework/Versions/3.13/include/python3.13
checking how to link an embedded Python application... -L/Library/Frameworks/Python.framework/Versions/3.13/lib -lpython3.13 -ldl  -framework CoreFoundation
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether gcc is Clang... yes
checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for strerror_r... yes
checking whether strerror_r returns int... yes
checking for main in -lm... yes
checking for library containing setproctitle... no
checking for library containing dlsym... none required
checking for library containing socket... none required
checking for library containing getopt_long... none required
checking for library containing shm_open... none required
checking for library containing shm_unlink... none required
checking for library containing clock_gettime... none required
checking for library containing shmget... none required
checking for library containing backtrace_symbols... none required
checking for library containing pthread_barrier_wait... no
checking for library containing readline... -lreadline
checking for inflate in -lz... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_multi_init in -lcurl... yes
checking for curl_global_init thread safety... yes
checking for curl support for asynchronous DNS... yes
checking for CRYPTO_new_ex_data in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking for SSL_CTX_set_ciphersuites... yes
checking for SSL_CTX_set_cert_cb... yes
checking for X509_get_signature_info... yes
checking for SSL_CTX_set_num_tickets... yes
checking for SSL_CTX_set_keylog_callback... yes
checking for SSL_CTX_set_client_hello_cb... yes
checking for xmlSaveToBuffer in -lxml2... yes
checking for xsltCleanupGlobals in -lxslt... yes
checking for LZ4_compress_default in -llz4... yes
checking for ZSTD_compress in -lzstd... yes
checking for uuid_generate... yes
checking copyfile.h usability... yes
checking copyfile.h presence... yes
checking for copyfile.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking sys/event.h usability... yes
checking sys/event.h presence... yes
checking for sys/event.h... yes
checking sys/personality.h usability... no
checking sys/personality.h presence... no
checking for sys/personality.h... no
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sys/procctl.h usability... no
checking sys/procctl.h presence... no
checking for sys/procctl.h... no
checking sys/signalfd.h usability... no
checking sys/signalfd.h presence... no
checking for sys/signalfd.h... no
checking sys/ucred.h usability... yes
checking sys/ucred.h presence... yes
checking for sys/ucred.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking uchar.h usability... no
checking uchar.h presence... no
checking for uchar.h... no
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for lz4... no
checking lz4.h usability... yes
checking lz4.h presence... yes
checking for lz4.h... yes
checking for zstd... no
checking zstd.h usability... yes
checking zstd.h presence... yes
checking for zstd.h... yes
checking for openssl... /Applications/Postgres.app/Contents/Versions/devel/bin/openssl
configure: using openssl: OpenSSL 3.5.6 7 Apr 2026 (Library: OpenSSL 3.5.6 7 Apr 2026)
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking libxslt/xslt.h usability... yes
checking libxslt/xslt.h presence... yes
checking for libxslt/xslt.h... yes
checking dns_sd.h usability... yes
checking dns_sd.h presence... yes
checking for dns_sd.h... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking whether byte ordering is bigendian... no
checking for C printf format archetype... printf
checking for C++ printf format archetype... printf
checking for typeof... typeof
checking for C++ typeof... typeof
checking for typeof_unqual... no
checking for C++ typeof_unqual... no
checking for __builtin_types_compatible_p... yes
checking for __builtin_constant_p... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_unreachable... yes
checking for computed goto support... yes
checking for struct tm.tm_zone... yes
checking for union semun... yes
checking for socklen_t... yes
checking for struct sockaddr.sa_len... yes
checking for C/C++ restrict keyword... __restrict
checking for struct option... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of off_t... 8
checking for SA_SIGINFO... yes
checking for int timezone... yes
checking for backtrace_symbols... yes
checking for copyfile... yes
checking for copy_file_range... no
checking for elf_aux_info... no
checking for explicit_memset... no
checking for getauxval... no
checking for getifaddrs... yes
checking for getpeerucred... no
checking for inet_pton... yes
checking for kqueue... yes
checking for localeconv_l... yes
checking for mbstowcs_l... yes
checking for memset_explicit... no
checking for posix_fallocate... no
checking for ppoll... no
checking for pthread_is_threaded_np... yes
checking for setproctitle... no
checking for setproctitle_fast... no
checking for strsignal... yes
checking for syncfs... no
checking for sync_file_range... no
checking for uselocale... yes
checking for wcstombs_l... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_clz... yes
checking for __builtin_ctz... yes
checking for __builtin_frame_address... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking how gcc reports undeclared, standard C functions... error
checking for posix_fadvise... no
checking whether posix_fadvise is declared... no
checking whether fdatasync is declared... no
checking whether strlcat is declared... yes
checking whether strlcpy is declared... yes
checking whether strsep is declared... yes
checking whether timingsafe_bcmp is declared... yes
checking whether preadv is declared... no
checking whether pwritev is declared... no
checking whether strchrnul is declared... no
checking whether memset_s is declared... yes
checking whether F_FULLFSYNC is declared... yes
checking for explicit_bzero... no
checking for getopt... yes
checking for getpeereid... yes
checking for inet_aton... yes
checking for mkdtemp... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strsep... yes
checking for timingsafe_bcmp... yes
checking for pthread_barrier_wait... no
checking for getopt_long... yes
checking for syslog... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for opterr... yes
checking for optreset... yes
checking unicode/ucol.h usability... yes
checking unicode/ucol.h presence... yes
checking for unicode/ucol.h... yes
checking for rl_completion_suppress_quote... no
checking for rl_filename_quote_characters... no
checking for rl_filename_quoting_function... no
checking for append_history... no
checking for history_truncate_file... yes
checking for rl_completion_matches... yes
checking for rl_filename_completion_function... yes
checking for rl_reset_screen_size... no
checking for rl_variable_bind... yes
checking test program... ok
checking size of void *... 8
checking size of size_t... 8
checking size of long... 8
checking size of long long... 8
checking size of intmax_t... 8
checking alignment of short... 2
checking alignment of int... 4
checking alignment of int64_t... 8
checking alignment of double... 8
checking for __int128... yes
checking for __int128 alignment bug... ok
checking alignment of PG_INT128_TYPE... 16
checking for builtin __sync char locking functions... yes
checking for builtin __sync int32 locking functions... yes
checking for builtin __sync int32 atomic operations... yes
checking for builtin __sync int64 atomic operations... yes
checking for builtin __atomic int32 atomic operations... yes
checking for builtin __atomic int64 atomic operations... yes
checking for __get_cpuid... no
checking for __cpuid... no
checking for __get_cpuid_count... no
checking for __cpuidex... no
checking for _xgetbv... no
checking for svcnt_x... no
checking for _mm_crc32_u8 and _mm_crc32_u32... no
checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no
checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc+simd... no
checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no
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
checking which CRC-32C implementation to use... slicing-by-8
checking for pmull and pmull2... no
checking for vectorized CRC-32C... none
checking which semaphore API to use... System V
checking which random number source to use... OpenSSL
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for XMLLINT... xmllint
checking for xsltproc... /Applications/Postgres.app/Contents/Versions/devel/bin/xsltproc
checking for fop... no
checking for dbtoepub... /opt/homebrew/bin/dbtoepub
checking whether gcc supports -Wl,-dead_strip_dylibs, for LDFLAGS... yes
checking whether gcc supports -Wl,--export-dynamic, for LDFLAGS_EX_BE... no
checking whether gcc supports -Wl,-export_dynamic, for LDFLAGS_EX_BE... yes
configure: using compiler=Apple clang version 15.0.0 (clang-1500.3.9.4)
configure: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wmissing-format-attribute -Wimplicit-fallthrough -Wcast-function-type -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro  -Os -mmacosx-version-min=10.15 -arch arm64 -arch x86_64 -Wstrict-prototypes -Wold-style-definition
configure: using CPPFLAGS=  -I/Applications/Postgres.app/Contents/Versions/devel/include -I/Applications/Postgres.app/Contents/Versions/devel/include/libxml2 -I/Applications/Postgres.app/Contents/Versions/devel/include -I/Applications/Postgres.app/Contents/Versions/devel/include
configure: using LDFLAGS=  -L/Applications/Postgres.app/Contents/Versions/devel/lib -L/Applications/Postgres.app/Contents/Versions/devel/lib -L/Applications/Postgres.app/Contents/Versions/devel/lib -L/Applications/Postgres.app/Contents/Versions/devel/lib -Wl,-dead_strip_dylibs
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating src/Makefile.global
config.status: creating src/include/pg_config.h
config.status: creating src/interfaces/ecpg/include/ecpg_config.h
config.status: linking src/backend/port/sysv_sema.c to src/backend/port/pg_sema.c
config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c
config.status: linking src/include/port/darwin.h to src/include/pg_config_os.h
config.status: linking src/makefiles/Makefile.darwin to src/Makefile.port