You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
Package: libpq[core,lz4,openssl,zlib]:[email protected]
Host Environment
vcpkg-scripts version: f3a67b0 2025-01-26 (4 hours ago)
To Reproduce
vcpkg install osgearth:x64-linux
Failure logs
/home/steve/repository/osgEarth/vcpkg/buildtrees/libpq/config-x64-linux-dbg-err.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-config.log
The text was updated successfully, but these errors were encountered: