Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libpq] Build error on x64-linux #43489

Open
stevelai opened this issue Jan 27, 2025 · 1 comment
Open

[libpq] Build error on x64-linux #43489

stevelai opened this issue Jan 27, 2025 · 1 comment

Comments

@stevelai
Copy link

Package: libpq[core,lz4,openssl,zlib]:[email protected]

Host Environment

  • Host: x64-linux
  • Compiler: GNU 12.2.0
  • vcpkg-tool version: 2025-01-24-874e302b1fa28cc81caefbb1483f80103c51ab52
    vcpkg-scripts version: f3a67b0 2025-01-26 (4 hours ago)

To Reproduce

vcpkg install osgearth:x64-linux

Failure logs

-- Using cached postgresql-16.4.tar.bz2.
-- Cleaning sources at /home/steve/repository/osgEarth/vcpkg/buildtrees/libpq/src/tgresql-16-0b2040c781.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/steve/repository/osgEarth/vcpkg/downloads/postgresql-16.4.tar.bz2
-- Applying patch unix/installdirs.patch
-- Applying patch unix/fix-configure.patch
-- Applying patch unix/single-linkage.patch
-- Applying patch unix/no-server-tools.patch
-- Applying patch unix/mingw-install.patch
-- Applying patch unix/python.patch
-- Applying patch windows/macro-def.patch
-- Applying patch windows/win_bison_flex.patch
-- Applying patch windows/msbuild.patch
-- Applying patch windows/spin_delay.patch
-- Applying patch android/unversioned_so.patch
-- Using source at /home/steve/repository/osgEarth/vcpkg/buildtrees/libpq/src/tgresql-16-0b2040c781.clean
-- Getting CMake variables for x64-linux
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Generating configure for x64-linux
-- Finished generating configure for x64-linux
-- Configuring x64-linux-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: /usr/bin/bash -c "V=1 ././configure  \"--without-icu\" \"--with-lz4\" \"--without-nls\" \"--with-openssl\" \"--without-readline\" \"--without-xml\" \"--without-xslt\" \"--with-zlib\" \"--without-zstd\" \"--disable-silent-rules\" \"--verbose\" \"--disable-shared\" \"--enable-static\" \"--enable-debug\" \"--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug\" \"--bindir=\\${prefix}/../tools/libpq/debug/bin\" \"--sbindir=\\${prefix}/../tools/libpq/debug/sbin\" \"--libdir=\\${prefix}/lib\" \"--includedir=\\${prefix}/../include\" \"--datarootdir=\\${prefix}/share/libpq\""
    Working Directory: /home/steve/repository/osgEarth/vcpkg/buildtrees/libpq/x64-linux-dbg
    Error code: 1
    See logs for more information:
      /home/steve/repository/osgEarth/vcpkg/buildtrees/libpq/config-x64-linux-dbg-config.log
      /home/steve/repository/osgEarth/vcpkg/buildtrees/libpq/config-x64-linux-dbg-out.log
      /home/steve/repository/osgEarth/vcpkg/buildtrees/libpq/config-x64-linux-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_configure_make.cmake:866 (vcpkg_execute_required_process)
  ports/libpq/portfile.cmake:115 (vcpkg_configure_make)
  scripts/ports.cmake:196 (include)



/home/steve/repository/osgEarth/vcpkg/buildtrees/libpq/config-x64-linux-dbg-err.log
configure: WARNING: unrecognized options: --without-nls, --without-xml, --without-xslt, --disable-silent-rules, --disable-shared, --enable-static
configure: WARNING: using cross tools not prefixed with host triplet
configure: error: 
When cross-compiling, either use the option --with-system-tzdata to use
existing time-zone data, or set the environment variable ZIC to a zic
program to use during the build.
/home/steve/repository/osgEarth/vcpkg/buildtrees/libpq/config-x64-linux-dbg-out.log
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking which template to use... linux
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 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... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to enable C11 features... none needed
checking whether the compiler supports GNU C++... yes
checking whether /usr/bin/c++ accepts -g... yes
checking for /usr/bin/c++ option to enable C++11 features... none needed
checking for gawk... no
checking for mawk... mawk
checking whether /usr/bin/cc supports -Wdeclaration-after-statement, for CFLAGS... yes
checking whether /usr/bin/cc supports -Werror=vla, for CFLAGS... yes
checking whether /usr/bin/cc supports -Werror=unguarded-availability-new, for CFLAGS... no
checking whether /usr/bin/c++ supports -Werror=unguarded-availability-new, for CXXFLAGS... no
checking whether /usr/bin/cc supports -Wendif-labels, for CFLAGS... yes
checking whether /usr/bin/c++ supports -Wendif-labels, for CXXFLAGS... yes
checking whether /usr/bin/cc supports -Wmissing-format-attribute, for CFLAGS... yes
checking whether /usr/bin/c++ supports -Wmissing-format-attribute, for CXXFLAGS... yes
checking whether /usr/bin/cc supports -Wimplicit-fallthrough=3, for CFLAGS... yes
checking whether /usr/bin/c++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes
checking whether /usr/bin/cc supports -Wcast-function-type, for CFLAGS... yes
checking whether /usr/bin/c++ supports -Wcast-function-type, for CXXFLAGS... yes
checking whether /usr/bin/cc supports -Wshadow=compatible-local, for CFLAGS... yes
checking whether /usr/bin/c++ supports -Wshadow=compatible-local, for CXXFLAGS... yes
checking whether /usr/bin/cc supports -Wformat-security, for CFLAGS... yes
checking whether /usr/bin/c++ supports -Wformat-security, for CXXFLAGS... yes
checking whether /usr/bin/cc supports -fno-strict-aliasing, for CFLAGS... yes
checking whether /usr/bin/c++ supports -fno-strict-aliasing, for CXXFLAGS... yes
checking whether /usr/bin/cc supports -fwrapv, for CFLAGS... yes
checking whether /usr/bin/c++ supports -fwrapv, for CXXFLAGS... yes
checking whether /usr/bin/cc supports -fexcess-precision=standard, for CFLAGS... yes
checking whether /usr/bin/c++ supports -fexcess-precision=standard, for CXXFLAGS... no
checking whether /usr/bin/cc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS... yes
checking whether /usr/bin/cc supports -ftree-vectorize, for CFLAGS_VECTORIZE... yes
checking whether /usr/bin/cc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no
checking whether /usr/bin/cc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS... no
checking whether /usr/bin/cc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes
checking whether /usr/bin/cc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes
checking whether /usr/bin/cc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS... no
checking whether /usr/bin/cc supports -fvisibility=hidden, for CFLAGS_SL_MODULE... yes
checking whether /usr/bin/c++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE... yes
checking whether /usr/bin/c++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE... yes
checking whether the C compiler still works... yes
checking how to run the C preprocessor... /usr/bin/cc -E
checking pkg-config is at least version 0.9.0... yes
checking allow thread-safe client libraries... yes
checking whether to build with ICU support... no
checking whether to build with Tcl... no
checking whether to build Perl modules... no
checking whether to build Python modules... no
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... no
checking whether to build with SELinux support... no
checking whether to build with systemd support... no
checking whether to build with XML support... no
checking whether to build with LZ4 support... yes
checking for liblz4... yes
checking whether to build with ZSTD support... no
checking for strip... /usr/bin/strip
checking whether it is possible to strip libraries... yes
checking for ar... /usr/bin/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 race-free mkdir -p... /usr/bin/mkdir -p
checking for bison... /usr/bin/bison
configure: using bison (GNU Bison) 3.8.2
checking for flex... /usr/bin/flex
configure: using flex 2.6.4
checking for perl... /usr/bin/perl
configure: using perl 5.36.0
checking for zic... no
/home/steve/repository/osgEarth/vcpkg/buildtrees/libpq/config-x64-linux-dbg-config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by PostgreSQL configure 16.4, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ././configure --without-icu --with-lz4 --without-nls --with-openssl --without-readline --without-xml --without-xslt --with-zlib --without-zstd --disable-silent-rules --verbose --disable-shared --enable-static --enable-debug --prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq'

## --------- ##
## Platform. ##
## --------- ##

hostname = debian
uname -m = x86_64
uname -r = 6.1.0-30-amd64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Debian 6.1.124-1 (2025-01-12)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/bin/
PATH: /usr/bin/
PATH: /usr/bin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/local/games/
PATH: /usr/games/
PATH: /home/steve/repository/osgEarth/vcpkg/downloads/tools/ninja/1.12.1-linux/
PATH: /home/steve/repository/osgEarth/vcpkg/downloads/tools/ninja/1.12.1-linux/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3300: looking for aux files: install-sh config.guess config.sub
configure:3313:  trying ./config/
configure:3324:   ./config/install-sh found
configure:3342:   ./config/config.guess found
configure:3342:   ./config/config.sub found
configure:3513: checking build system type
configure:3528: result: x86_64-pc-linux-gnu
configure:3548: checking host system type
configure:3562: result: x86_64-pc-linux-gnu
configure:3584: checking which template to use
configure:3652: result: linux
configure:3784: checking whether NLS is wanted
configure:3817: result: no
configure:3825: checking for default port number
configure:3851: result: 5432
configure:4352: checking for block size
configure:4387: result: 8kB
configure:4454: checking for segment size
configure:4461: result: 1GB
configure:4476: checking for WAL block size
configure:4512: result: 8kB
configure:4685: checking for C compiler version
configure:4694: /usr/bin/cc --version >&5
cc (Debian 12.2.0-14) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4705: $? = 0
configure:4694: /usr/bin/cc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (Debian 12.2.0-14) 
... rest of stderr output deleted ...
configure:4705: $? = 0
configure:4694: /usr/bin/cc -V >&5
cc: error: unrecognized command-line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:4705: $? = 1
configure:4694: /usr/bin/cc -qversion >&5
cc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
cc: fatal error: no input files
compilation terminated.
configure:4705: $? = 1
configure:4694: /usr/bin/cc -version >&5
cc: error: unrecognized command-line option '-version'
cc: fatal error: no input files
compilation terminated.
configure:4705: $? = 1
configure:4725: checking whether the C compiler works
configure:4747: /usr/bin/cc -fPIC -g  -L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib conftest.c  >&5
configure:4751: $? = 0
configure:4801: result: yes
configure:4804: checking for C compiler default output file name
configure:4806: result: a.out
configure:4812: checking for suffix of executables
configure:4819: /usr/bin/cc -o conftest -fPIC -g  -L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib conftest.c  >&5
configure:4823: $? = 0
configure:4846: result: 
configure:4868: checking whether we are cross compiling
configure:4906: result: yes
configure:4911: checking for suffix of object files
configure:4934: /usr/bin/cc -c -fPIC -g  conftest.c >&5
configure:4938: $? = 0
configure:4960: result: o
configure:4964: checking whether the compiler supports GNU C
configure:4984: /usr/bin/cc -c -fPIC -g  conftest.c >&5
configure:4984: $? = 0
configure:4994: result: yes
configure:5005: checking whether /usr/bin/cc accepts -g
configure:5026: /usr/bin/cc -c -g  conftest.c >&5
configure:5026: $? = 0
configure:5070: result: yes
configure:5090: checking for /usr/bin/cc option to enable C11 features
configure:5105: /usr/bin/cc  -c -fPIC -g  conftest.c >&5
configure:5105: $? = 0
configure:5123: result: none needed
configure:5369: checking for C++ compiler version
configure:5378: /usr/bin/c++ --version >&5
c++ (Debian 12.2.0-14) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5389: $? = 0
configure:5378: /usr/bin/c++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (Debian 12.2.0-14) 
... rest of stderr output deleted ...
configure:5389: $? = 0
configure:5378: /usr/bin/c++ -V >&5
c++: error: unrecognized command-line option '-V'
c++: fatal error: no input files
compilation terminated.
configure:5389: $? = 1
configure:5378: /usr/bin/c++ -qversion >&5
c++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
c++: fatal error: no input files
compilation terminated.
configure:5389: $? = 1
configure:5393: checking whether the compiler supports GNU C++
configure:5413: /usr/bin/c++ -c -fPIC -g  conftest.cpp >&5
configure:5413: $? = 0
configure:5423: result: yes
configure:5434: checking whether /usr/bin/c++ accepts -g
configure:5455: /usr/bin/c++ -c -g  conftest.cpp >&5
configure:5455: $? = 0
configure:5499: result: yes
configure:5519: checking for /usr/bin/c++ option to enable C++11 features
configure:5534: /usr/bin/c++  -c -fPIC -g  conftest.cpp >&5
conftest.cpp: In function 'int main(int, char**)':
conftest.cpp:185:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
  185 |   cxx11test::delegate d2();
      |                         ^~
conftest.cpp:185:25: note: remove parentheses to default-initialize a variable
  185 |   cxx11test::delegate d2();
      |                         ^~
      |                         --
conftest.cpp:185:25: note: or replace parentheses with braces to value-initialize a variable
configure:5534: $? = 0
configure:5552: result: none needed
configure:5634: /usr/bin/cc -c -fPIC -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:24:1: error: unknown type name 'choke'
   24 | choke me
      | ^~~~~
configure:5634: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.4"
| #define PACKAGE_STRING "PostgreSQL 16.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 4
| #define PG_VERSION "16.4"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| #ifndef __INTEL_COMPILER
| choke me
| #endif
|   ;
|   return 0;
| }
configure:5657: /usr/bin/cc -c -fPIC -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:24:1: error: unknown type name 'choke'
   24 | choke me
      | ^~~~~
configure:5657: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.4"
| #define PACKAGE_STRING "PostgreSQL 16.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 4
| #define PG_VERSION "16.4"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| #ifndef __SUNPRO_C
| choke me
| #endif
|   ;
|   return 0;
| }
configure:5704: checking for gawk
configure:5739: result: no
configure:5704: checking for mawk
configure:5725: found /usr/bin/mawk
configure:5736: result: mawk
configure:6053: checking whether /usr/bin/cc supports -Wdeclaration-after-statement, for CFLAGS
configure:6076: /usr/bin/cc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement  -D_GNU_SOURCE conftest.c >&5
configure:6076: $? = 0
configure:6087: result: yes
configure:6103: checking whether /usr/bin/cc supports -Werror=vla, for CFLAGS
configure:6126: /usr/bin/cc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla  -D_GNU_SOURCE conftest.c >&5
configure:6126: $? = 0
configure:6137: result: yes
configure:6146: checking whether /usr/bin/cc supports -Werror=unguarded-availability-new, for CFLAGS
configure:6169: /usr/bin/cc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new  -D_GNU_SOURCE conftest.c >&5
cc1: error: '-Werror=unguarded-availability-new': no option '-Wunguarded-availability-new'
configure:6169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.4"
| #define PACKAGE_STRING "PostgreSQL 16.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 4
| #define PG_VERSION "16.4"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:6180: result: no
configure:6187: checking whether /usr/bin/c++ supports -Werror=unguarded-availability-new, for CXXFLAGS
configure:6216: /usr/bin/c++ -c -Wall -Wpointer-arith -Werror=unguarded-availability-new  -D_GNU_SOURCE conftest.cpp >&5
cc1plus: error: '-Werror=unguarded-availability-new': no option '-Wunguarded-availability-new'
configure:6216: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.4"
| #define PACKAGE_STRING "PostgreSQL 16.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 4
| #define PG_VERSION "16.4"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:6233: result: no
configure:6242: checking whether /usr/bin/cc supports -Wendif-labels, for CFLAGS
configure:6265: /usr/bin/cc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels  -D_GNU_SOURCE conftest.c >&5
configure:6265: $? = 0
configure:6276: result: yes
configure:6283: checking whether /usr/bin/c++ supports -Wendif-labels, for CXXFLAGS
configure:6312: /usr/bin/c++ -c -Wall -Wpointer-arith -Wendif-labels  -D_GNU_SOURCE conftest.cpp >&5
configure:6312: $? = 0
configure:6329: result: yes
configure:6337: checking whether /usr/bin/cc supports -Wmissing-format-attribute, for CFLAGS
configure:6360: /usr/bin/cc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute  -D_GNU_SOURCE conftest.c >&5
configure:6360: $? = 0
configure:6371: result: yes
configure:6378: checking whether /usr/bin/c++ supports -Wmissing-format-attribute, for CXXFLAGS
configure:6407: /usr/bin/c++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute  -D_GNU_SOURCE conftest.cpp >&5
configure:6407: $? = 0
configure:6424: result: yes
configure:6432: checking whether /usr/bin/cc supports -Wimplicit-fallthrough=3, for CFLAGS
configure:6455: /usr/bin/cc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3  -D_GNU_SOURCE conftest.c >&5
configure:6455: $? = 0
configure:6466: result: yes
configure:6473: checking whether /usr/bin/c++ supports -Wimplicit-fallthrough=3, for CXXFLAGS
configure:6502: /usr/bin/c++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3  -D_GNU_SOURCE conftest.cpp >&5
configure:6502: $? = 0
configure:6519: result: yes
configure:6527: checking whether /usr/bin/cc supports -Wcast-function-type, for CFLAGS
configure:6550: /usr/bin/cc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type  -D_GNU_SOURCE conftest.c >&5
configure:6550: $? = 0
configure:6561: result: yes
configure:6568: checking whether /usr/bin/c++ supports -Wcast-function-type, for CXXFLAGS
configure:6597: /usr/bin/c++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type  -D_GNU_SOURCE conftest.cpp >&5
configure:6597: $? = 0
configure:6614: result: yes
configure:6622: checking whether /usr/bin/cc supports -Wshadow=compatible-local, for CFLAGS
configure:6645: /usr/bin/cc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local  -D_GNU_SOURCE conftest.c >&5
configure:6645: $? = 0
configure:6656: result: yes
configure:6663: checking whether /usr/bin/c++ supports -Wshadow=compatible-local, for CXXFLAGS
configure:6692: /usr/bin/c++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local  -D_GNU_SOURCE conftest.cpp >&5
configure:6692: $? = 0
configure:6709: result: yes
configure:6718: checking whether /usr/bin/cc supports -Wformat-security, for CFLAGS
configure:6741: /usr/bin/cc -c -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  -D_GNU_SOURCE conftest.c >&5
configure:6741: $? = 0
configure:6752: result: yes
configure:6759: checking whether /usr/bin/c++ supports -Wformat-security, for CXXFLAGS
configure:6788: /usr/bin/c++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security  -D_GNU_SOURCE conftest.cpp >&5
configure:6788: $? = 0
configure:6805: result: yes
configure:6814: checking whether /usr/bin/cc supports -fno-strict-aliasing, for CFLAGS
configure:6837: /usr/bin/cc -c -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 -fno-strict-aliasing  -D_GNU_SOURCE conftest.c >&5
configure:6837: $? = 0
configure:6848: result: yes
configure:6855: checking whether /usr/bin/c++ supports -fno-strict-aliasing, for CXXFLAGS
configure:6884: /usr/bin/c++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing  -D_GNU_SOURCE conftest.cpp >&5
configure:6884: $? = 0
configure:6901: result: yes
configure:6910: checking whether /usr/bin/cc supports -fwrapv, for CFLAGS
configure:6933: /usr/bin/cc -c -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 -fno-strict-aliasing -fwrapv  -D_GNU_SOURCE conftest.c >&5
configure:6933: $? = 0
configure:6944: result: yes
configure:6951: checking whether /usr/bin/c++ supports -fwrapv, for CXXFLAGS
configure:6980: /usr/bin/c++ -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv  -D_GNU_SOURCE conftest.cpp >&5
configure:6980: $? = 0
configure:6997: result: yes
configure:7006: checking whether /usr/bin/cc supports -fexcess-precision=standard, for CFLAGS
configure:7029: /usr/bin/cc -c -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 -fno-strict-aliasing -fwrapv -fexcess-precision=standard  -D_GNU_SOURCE conftest.c >&5
configure:7029: $? = 0
configure:7040: result: yes
configure:7047: checking whether /usr/bin/c++ supports -fexcess-precision=standard, for CXXFLAGS
configure:7076: /usr/bin/c++ -c -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  -D_GNU_SOURCE conftest.cpp >&5
cc1plus: sorry, unimplemented: '-fexcess-precision=standard' for C++
configure:7076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.4"
| #define PACKAGE_STRING "PostgreSQL 16.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 4
| #define PG_VERSION "16.4"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:7093: result: no
configure:7101: checking whether /usr/bin/cc supports -funroll-loops, for CFLAGS_UNROLL_LOOPS
configure:7124: /usr/bin/cc -c  -funroll-loops  -D_GNU_SOURCE conftest.c >&5
configure:7124: $? = 0
configure:7135: result: yes
configure:7143: checking whether /usr/bin/cc supports -ftree-vectorize, for CFLAGS_VECTORIZE
configure:7166: /usr/bin/cc -c  -ftree-vectorize  -D_GNU_SOURCE conftest.c >&5
configure:7166: $? = 0
configure:7177: result: yes
configure:7193: checking whether /usr/bin/cc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS
configure:7216: /usr/bin/cc -c  -Wunused-command-line-argument  -D_GNU_SOURCE conftest.c >&5
cc: error: unrecognized command-line option '-Wunused-command-line-argument'; did you mean '-Wunused-dummy-argument'?
configure:7216: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.4"
| #define PACKAGE_STRING "PostgreSQL 16.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 4
| #define PG_VERSION "16.4"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:7227: result: no
configure:7240: checking whether /usr/bin/cc supports -Wcompound-token-split-by-macro, for NOT_THE_CFLAGS
configure:7263: /usr/bin/cc -c  -Wcompound-token-split-by-macro  -D_GNU_SOURCE conftest.c >&5
cc: error: unrecognized command-line option '-Wcompound-token-split-by-macro'
configure:7263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.4"
| #define PACKAGE_STRING "PostgreSQL 16.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 4
| #define PG_VERSION "16.4"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:7274: result: no
configure:7286: checking whether /usr/bin/cc supports -Wformat-truncation, for NOT_THE_CFLAGS
configure:7309: /usr/bin/cc -c  -Wformat-truncation  -D_GNU_SOURCE conftest.c >&5
configure:7309: $? = 0
configure:7320: result: yes
configure:7331: checking whether /usr/bin/cc supports -Wstringop-truncation, for NOT_THE_CFLAGS
configure:7354: /usr/bin/cc -c  -Wstringop-truncation  -D_GNU_SOURCE conftest.c >&5
configure:7354: $? = 0
configure:7365: result: yes
configure:7377: checking whether /usr/bin/cc supports -Wcast-function-type-strict, for NOT_THE_CFLAGS
configure:7400: /usr/bin/cc -c  -Wcast-function-type-strict  -D_GNU_SOURCE conftest.c >&5
cc: error: unrecognized command-line option '-Wcast-function-type-strict'; did you mean '-Wcast-function-type'?
configure:7400: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.4"
| #define PACKAGE_STRING "PostgreSQL 16.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 4
| #define PG_VERSION "16.4"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:7411: result: no
configure:7820: checking whether /usr/bin/cc supports -fvisibility=hidden, for CFLAGS_SL_MODULE
configure:7843: /usr/bin/cc -c  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:7843: $? = 0
configure:7854: result: yes
configure:7862: checking whether /usr/bin/c++ supports -fvisibility=hidden, for CXXFLAGS_SL_MODULE
configure:7891: /usr/bin/c++ -c  -fvisibility=hidden  -D_GNU_SOURCE conftest.cpp >&5
configure:7891: $? = 0
configure:7908: result: yes
configure:7914: checking whether /usr/bin/c++ supports -fvisibility-inlines-hidden, for CXXFLAGS_SL_MODULE
configure:7943: /usr/bin/c++ -c  -fvisibility=hidden -fvisibility-inlines-hidden  -D_GNU_SOURCE conftest.cpp >&5
configure:7943: $? = 0
configure:7960: result: yes
configure:8697: checking whether the C compiler still works
configure:8710: /usr/bin/cc -o conftest -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 -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -fPIC -g  -D_GNU_SOURCE -L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib conftest.c  >&5
configure:8710: $? = 0
configure:8712: result: yes
configure:8737: /usr/bin/cc -c -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 -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -fPIC -g  -D_GNU_SOURCE conftest.c >&5
configure:8737: $? = 0
configure:8785: checking how to run the C preprocessor
configure:8811: /usr/bin/cc -E  -D_GNU_SOURCE conftest.c
configure:8811: $? = 0
configure:8826: /usr/bin/cc -E  -D_GNU_SOURCE conftest.c
conftest.c:20:10: fatal error: ac_nonexistent.h: No such file or directory
   20 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:8826: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.4"
| #define PACKAGE_STRING "PostgreSQL 16.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 4
| #define PG_VERSION "16.4"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8853: result: /usr/bin/cc -E
configure:8867: /usr/bin/cc -E  -D_GNU_SOURCE conftest.c
configure:8867: $? = 0
configure:8882: /usr/bin/cc -E  -D_GNU_SOURCE conftest.c
conftest.c:20:10: fatal error: ac_nonexistent.h: No such file or directory
   20 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:8882: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "16.4"
| #define PACKAGE_STRING "PostgreSQL 16.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "https://www.postgresql.org/"
| #define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
| #define PG_MAJORVERSION "16"
| #define PG_MAJORVERSION_NUM 16
| #define PG_MINORVERSION_NUM 4
| #define PG_VERSION "16.4"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9055: checking pkg-config is at least version 0.9.0
configure:9058: result: yes
configure:9165: checking allow thread-safe client libraries
configure:9196: result: yes
configure:9203: checking whether to build with ICU support
configure:9234: result: no
configure:9321: checking whether to build with Tcl
configure:9348: result: no
configure:9381: checking whether to build Perl modules
configure:9408: result: no
configure:9415: checking whether to build Python modules
configure:9447: result: no
configure:9454: checking whether to build with GSSAPI support
configure:9486: result: no
configure:9530: checking whether to build with PAM support
configure:9559: result: no
configure:9566: checking whether to build with BSD Authentication support
configure:9595: result: no
configure:9602: checking whether to build with LDAP support
configure:9631: result: no
configure:9639: checking whether to build with Bonjour support
configure:9668: result: no
configure:9675: checking whether to build with SELinux support
configure:9703: result: no
configure:9709: checking whether to build with systemd support
configure:9739: result: no
configure:9898: checking whether to build with XML support
configure:9927: result: no
configure:10181: checking whether to build with LZ4 support
configure:10210: result: yes
configure:10217: checking for liblz4
configure:10224: $PKG_CONFIG --exists --print-errors "liblz4"
configure:10227: $? = 0
configure:10241: $PKG_CONFIG --exists --print-errors "liblz4"
configure:10244: $? = 0
configure:10302: result: yes
configure:10323: checking whether to build with ZSTD support
configure:10352: result: no
configure:10520: checking for strip
configure:10552: result: /usr/bin/strip
configure:10564: WARNING: using cross tools not prefixed with host triplet
configure:10575: checking whether it is possible to strip libraries
configure:10580: result: yes
configure:10650: checking for ar
configure:10682: result: /usr/bin/ar
configure:10824: checking for a BSD-compatible install
configure:10897: result: /usr/bin/install -c
configure:10922: checking for tar
configure:10945: found /usr/bin/tar
configure:10957: result: /usr/bin/tar
configure:10976: checking whether ln -s works
configure:10980: result: yes
configure:10988: checking for a race-free mkdir -p
configure:11032: result: /usr/bin/mkdir -p
configure:11047: checking for bison
configure:11070: found /usr/bin/bison
configure:11082: result: /usr/bin/bison
configure:11104: using bison (GNU Bison) 3.8.2
configure:11142: checking for flex
configure:11188: result: /usr/bin/flex
configure:11208: using flex 2.6.4
configure:11221: checking for perl
configure:11244: found /usr/bin/perl
configure:11256: result: /usr/bin/perl
configure:11278: using perl 5.36.0
configure:11561: checking for zic
configure:11599: result: no
configure:11616: error: 
When cross-compiling, either use the option --with-system-tzdata to use
existing time-zone data, or set the environment variable ZIC to a zic
program to use during the build.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-fPIC -g'
ac_cv_env_CLANG_set=
ac_cv_env_CLANG_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CRYPTO_new_ex_data_CFLAGS_set=
ac_cv_env_CRYPTO_new_ex_data_CFLAGS_value=
ac_cv_env_CRYPTO_new_ex_data_LIBS_set=
ac_cv_env_CRYPTO_new_ex_data_LIBS_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-fPIC -g'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/c++
ac_cv_env_ICU_CFLAGS_set=
ac_cv_env_ICU_CFLAGS_value=
ac_cv_env_ICU_LIBS_set=
ac_cv_env_ICU_LIBS_value=
ac_cv_env_LDFLAGS_EX_set=
ac_cv_env_LDFLAGS_EX_value=
ac_cv_env_LDFLAGS_SL_set=
ac_cv_env_LDFLAGS_SL_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBXML2_CFLAGS_set=
ac_cv_env_LIBXML2_CFLAGS_value=
ac_cv_env_LIBXML2_LIBS_set=
ac_cv_env_LIBXML2_LIBS_value=
ac_cv_env_LIBXSLT_CFLAGS_set=
ac_cv_env_LIBXSLT_CFLAGS_value=
ac_cv_env_LIBXSLT_LIBS_set=
ac_cv_env_LIBXSLT_LIBS_value=
ac_cv_env_LLVM_CONFIG_set=
ac_cv_env_LLVM_CONFIG_value=
ac_cv_env_LZ4_CFLAGS_set=
ac_cv_env_LZ4_CFLAGS_value=
ac_cv_env_LZ4_LIBS_set=
ac_cv_env_LZ4_LIBS_value=
ac_cv_env_MSGFMT_set=
ac_cv_env_MSGFMT_value=
ac_cv_env_PERL_set=
ac_cv_env_PERL_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig
ac_cv_env_PKG_CONFIG_set=set
ac_cv_env_PKG_CONFIG_value=/bin/pkg-config
ac_cv_env_PYTHON_EMBED_CFLAGS_set=
ac_cv_env_PYTHON_EMBED_CFLAGS_value=
ac_cv_env_PYTHON_EMBED_LIBS_set=
ac_cv_env_PYTHON_EMBED_LIBS_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_READLINE_CFLAGS_set=
ac_cv_env_READLINE_CFLAGS_value=
ac_cv_env_READLINE_LIBS_set=
ac_cv_env_READLINE_LIBS_value=
ac_cv_env_SSL_new_CFLAGS_set=
ac_cv_env_SSL_new_CFLAGS_value=
ac_cv_env_SSL_new_LIBS_set=
ac_cv_env_SSL_new_LIBS_value=
ac_cv_env_TCLSH_set=
ac_cv_env_TCLSH_value=
ac_cv_env_XML2_CFLAGS_set=
ac_cv_env_XML2_CFLAGS_value=
ac_cv_env_XML2_CONFIG_set=
ac_cv_env_XML2_CONFIG_value=
ac_cv_env_XML2_LIBS_set=
ac_cv_env_XML2_LIBS_value=
ac_cv_env_ZLIB_CFLAGS_set=
ac_cv_env_ZLIB_CFLAGS_value=
ac_cv_env_ZLIB_LIBS_set=
ac_cv_env_ZLIB_LIBS_value=
ac_cv_env_ZSTD_CFLAGS_set=
ac_cv_env_ZSTD_CFLAGS_value=
ac_cv_env_ZSTD_LIBS_set=
ac_cv_env_ZSTD_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='/usr/bin/cc -E'
ac_cv_prog_ac_ct_AR=/usr/bin/ar
ac_cv_prog_ac_ct_STRIP=/usr/bin/strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
pgac_cv_path_flex=/usr/bin/flex
pgac_cv_prog_CC_cflags__Wcast_function_type=yes
pgac_cv_prog_CC_cflags__Wcast_function_type_strict=no
pgac_cv_prog_CC_cflags__Wcompound_token_split_by_macro=no
pgac_cv_prog_CC_cflags__Wdeclaration_after_statement=yes
pgac_cv_prog_CC_cflags__Wendif_labels=yes
pgac_cv_prog_CC_cflags__Werror_unguarded_availability_new=no
pgac_cv_prog_CC_cflags__Werror_vla=yes
pgac_cv_prog_CC_cflags__Wformat_security=yes
pgac_cv_prog_CC_cflags__Wformat_truncation=yes
pgac_cv_prog_CC_cflags__Wimplicit_fallthrough_3=yes
pgac_cv_prog_CC_cflags__Wmissing_format_attribute=yes
pgac_cv_prog_CC_cflags__Wshadow_compatible_local=yes
pgac_cv_prog_CC_cflags__Wstringop_truncation=yes
pgac_cv_prog_CC_cflags__Wunused_command_line_argument=no
pgac_cv_prog_CC_cflags__fexcess_precision_standard=yes
pgac_cv_prog_CC_cflags__fno_strict_aliasing=yes
pgac_cv_prog_CC_cflags__ftree_vectorize=yes
pgac_cv_prog_CC_cflags__funroll_loops=yes
pgac_cv_prog_CC_cflags__fvisibility_hidden=yes
pgac_cv_prog_CC_cflags__fwrapv=yes
pgac_cv_prog_CXX_cxxflags__Wcast_function_type=yes
pgac_cv_prog_CXX_cxxflags__Wendif_labels=yes
pgac_cv_prog_CXX_cxxflags__Werror_unguarded_availability_new=no
pgac_cv_prog_CXX_cxxflags__Wformat_security=yes
pgac_cv_prog_CXX_cxxflags__Wimplicit_fallthrough_3=yes
pgac_cv_prog_CXX_cxxflags__Wmissing_format_attribute=yes
pgac_cv_prog_CXX_cxxflags__Wshadow_compatible_local=yes
pgac_cv_prog_CXX_cxxflags__fexcess_precision_standard=no
pgac_cv_prog_CXX_cxxflags__fno_strict_aliasing=yes
pgac_cv_prog_CXX_cxxflags__fvisibility_hidden=yes
pgac_cv_prog_CXX_cxxflags__fvisibility_inlines_hidden=yes
pgac_cv_prog_CXX_cxxflags__fwrapv=yes
pkg_cv_LZ4_CFLAGS='-I/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include '
pkg_cv_LZ4_LIBS='-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -llz4d '

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='/usr/bin/ar'
AWK='mawk'
BISON='/usr/bin/bison'
BISONFLAGS=' -Wno-deprecated'
BITCODE_CFLAGS=' -O2 '
BITCODE_CXXFLAGS=' -O2 '
CC='/usr/bin/cc'
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 -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -fPIC -g'
CFLAGS_CRC=''
CFLAGS_SL='-fPIC'
CFLAGS_SL_MODULE=' -fvisibility=hidden'
CFLAGS_UNROLL_LOOPS=' -funroll-loops'
CFLAGS_VECTORIZE=' -ftree-vectorize'
CLANG=''
CPP='/usr/bin/cc -E'
CPPFLAGS=' -D_GNU_SOURCE -I/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include '
CRYPTO_new_ex_data_CFLAGS=''
CRYPTO_new_ex_data_LIBS=''
CXX='/usr/bin/c++'
CXXFLAGS='-Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -g -fPIC -g'
CXXFLAGS_SL_MODULE=' -fvisibility=hidden -fvisibility-inlines-hidden'
DBTOEPUB=''
DEFS=''
DLSUFFIX='.so'
DTRACE=''
DTRACEFLAGS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FLEX='/usr/bin/flex'
FLEXFLAGS=''
FOP=''
GCC='yes'
GCOV=''
GENHTML=''
GREP=''
ICU_CFLAGS=''
ICU_LIBS=''
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LCOV=''
LDAP_LIBS_BE=''
LDAP_LIBS_FE=''
LDFLAGS='-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib -L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib '
LDFLAGS_EX=''
LDFLAGS_EX_BE=''
LDFLAGS_SL=''
LIBOBJS=''
LIBS=''
LIBXML2_CFLAGS=''
LIBXML2_LIBS=''
LIBXSLT_CFLAGS=''
LIBXSLT_LIBS=''
LLVM_BINPATH=''
LLVM_CFLAGS=''
LLVM_CONFIG=''
LLVM_CPPFLAGS=''
LLVM_CXXFLAGS=''
LLVM_LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
LZ4=''
LZ4_CFLAGS='-I/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include '
LZ4_LIBS='-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -llz4d '
MKDIR_P='/usr/bin/mkdir -p'
MSGFMT=''
MSGFMT_FLAGS=''
MSGMERGE=''
OBJEXT='o'
OPENSSL=''
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='PostgreSQL'
PACKAGE_STRING='PostgreSQL 16.4'
PACKAGE_TARNAME='postgresql'
PACKAGE_URL='https://www.postgresql.org/'
PACKAGE_VERSION='16.4'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PERMIT_DECLARATION_AFTER_STATEMENT='-Wno-declaration-after-statement'
PG_CRC32C_OBJS=''
PG_MAJORVERSION='16'
PG_SYSROOT=''
PG_VERSION_NUM=''
PKG_CONFIG='/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'
PORTNAME='linux'
PROVE=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PYTHON=''
PYTHON_EMBED_CFLAGS=''
PYTHON_EMBED_LIBS=''
READLINE_CFLAGS=''
READLINE_LIBS=''
SED=''
SHELL='/bin/bash'
SSL_new_CFLAGS=''
SSL_new_LIBS=''
STRIP='/usr/bin/strip'
STRIP_SHARED_LIB='/usr/bin/strip --strip-unneeded'
STRIP_STATIC_LIB='/usr/bin/strip --strip-unneeded'
SUN_STUDIO_CC='no'
TAR='/usr/bin/tar'
TAS=''
TCLSH=''
TCL_CONFIG_SH=''
TCL_INCLUDE_SPEC=''
TCL_LIBS=''
TCL_LIB_SPEC=''
TCL_SHARED_BUILD=''
UUID_LIBS=''
WANTED_LANGUAGES=''
WINDRES=''
XGETTEXT=''
XML2_CFLAGS=''
XML2_CONFIG=''
XML2_LIBS=''
XMLLINT=''
XSLTPROC=''
ZIC=''
ZLIB_CFLAGS=''
ZLIB_LIBS=''
ZSTD=''
ZSTD_CFLAGS=''
ZSTD_LIBS=''
ac_ct_CC=''
ac_ct_CXX=''
autodepend=''
ax_pthread_config=''
bindir='${prefix}/../tools/libpq/debug/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share/libpq'
default_port='5432'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_coverage='no'
enable_debug='yes'
enable_dtrace='no'
enable_nls='no'
enable_rpath='yes'
enable_tap_tests='no'
enable_thread_safety='yes'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/../include'
infodir='${datarootdir}/info'
install_bin='/usr/bin/install -c'
krb_srvtab=''
libdir='${prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
perl_archlibexp=''
perl_embed_ccflags=''
perl_embed_ldflags=''
perl_includespec=''
perl_privlibexp=''
perl_useshrplib=''
prefix='/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug'
program_transform_name='s,x,x,'
psdir='${docdir}'
python_additional_libs=''
python_includespec=''
python_libdir=''
python_libspec=''
python_majorversion=''
python_version=''
runstatedir='${localstatedir}/run'
sbindir='${prefix}/../tools/libpq/debug/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vpath_build=''
with_gssapi='no'
with_icu='no'
with_krb_srvnam='postgres'
with_ldap='no'
with_libxml='no'
with_libxslt='no'
with_llvm='no'
with_lz4='yes'
with_perl='no'
with_python='no'
with_readline='no'
with_selinux='no'
with_ssl=''
with_system_tzdata=''
with_systemd='no'
with_tcl='no'
with_uuid='no'
with_zlib='yes'
with_zstd='no'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "PostgreSQL"
#define PACKAGE_TARNAME "postgresql"
#define PACKAGE_VERSION "16.4"
#define PACKAGE_STRING "PostgreSQL 16.4"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL "https://www.postgresql.org/"
#define CONFIGURE_ARGS " '--without-icu' '--with-lz4' '--without-nls' '--with-openssl' '--without-readline' '--without-xml' '--without-xslt' '--with-zlib' '--without-zstd' '--disable-silent-rules' '--verbose' '--disable-shared' '--enable-static' '--enable-debug' '--prefix=/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug' '--bindir=${prefix}/../tools/libpq/debug/bin' '--sbindir=${prefix}/../tools/libpq/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/libpq' 'CC=/usr/bin/cc' 'CFLAGS=-fPIC -g' 'LDFLAGS=-L/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib' 'CXX=/usr/bin/c++' 'CXXFLAGS=-fPIC -g' 'PKG_CONFIG=/bin/pkg-config' 'PKG_CONFIG_PATH=/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/packages/libpq_x64-linux/share/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/steve/repository/osgEarth/vcpkg/installed/x64-linux/share/pkgconfig'"
#define PG_MAJORVERSION "16"
#define PG_MAJORVERSION_NUM 16
#define PG_MINORVERSION_NUM 4
#define PG_VERSION "16.4"
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"
#define BLCKSZ 8192
#define RELSEG_SIZE 131072
#define XLOG_BLCKSZ 8192
#define HAVE_VISIBILITY_ATTRIBUTE 1
#define DLSUFFIX ".so"
#define ENABLE_THREAD_SAFETY 1
#define PG_KRB_SRVNAM "postgres"
#define USE_LZ4 1

configure: exit 1
@rremilian
Copy link

I think the timezone compiler zic is missing from your system. It should be located here: /sbin/zic.
On Debian, zic is provided by libc-bin package and it should be installed by default (it's a system-critical package).
My guess is that zic got deleted somehow.
You can try to reinstall libc-bin with sudo apt --reinstall install libc-bin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants