-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
requires:reproThe issue is not currently repro-ableThe issue is not currently repro-able
Description
Package: libpq[bonjour,core,lz4,openssl,zlib]:arm64-osx@16.4
Host Environment
- Host: arm64-osx
- Compiler: AppleClang 17.0.0.17000013
- vcpkg-tool version: 2025-04-07-b8b513ba8778c918cff49c3e837aae5999d5d2aa
vcpkg-scripts version: df8bfe5 2025-04-10 (13 hours ago)
To Reproduce
vcpkg install libpqxx
Failure logs
-- Using cached postgresql-16.4.tar.bz2
-- Extracting source /Users/shaoyiyang/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 /Users/shaoyiyang/vcpkg/buildtrees/libpq/src/tgresql-16-0b2040c781.clean
-- Getting CMake variables for arm64-osx
-- Getting CMake variables for arm64-osx-dbg
-- Getting CMake variables for arm64-osx-rel
-- Generating configure for arm64-osx
-- Finished generating configure for arm64-osx
-- Configuring arm64-osx-dbg
-- Configuring arm64-osx-rel
-- Building arm64-osx-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: /usr/bin/make V=1 -j 15 -f Makefile all
Working Directory: /Users/shaoyiyang/vcpkg/buildtrees/libpq/arm64-osx-dbg/
See logs for more information:
/Users/shaoyiyang/vcpkg/buildtrees/libpq/build-arm64-osx-dbg-out.log
/Users/shaoyiyang/vcpkg/buildtrees/libpq/build-arm64-osx-dbg-err.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_build_make.cmake:136 (vcpkg_execute_build_process)
scripts/cmake/vcpkg_install_make.cmake:2 (vcpkg_build_make)
ports/libpq/portfile.cmake:140 (vcpkg_install_make)
scripts/ports.cmake:206 (include)
/Users/shaoyiyang/vcpkg/buildtrees/libpq/build-arm64-osx-dbg-err.log
snprintf.c:414:27: error: 'strchrnul' is only available on macOS 15.4 or newer [-Werror,-Wunguarded-availability-new]
414 | const char *next_pct = strchrnul(format + 1, '%');
| ^~~~~~~~~
snprintf.c:366:14: note: 'strchrnul' has been marked as being introduced in macOS 15.4 here, but the deployment target is macOS 15.3.0
366 | extern char *strchrnul(const char *s, int c);
| ^
snprintf.c:414:27: note: enclose 'strchrnul' in a __builtin_available check to silence this warning
414 | const char *next_pct = strchrnul(format + 1, '%');
| ^~~~~~~~~
415 |
416 | /* Dump literal data we just scanned over */
417 | dostr(format, next_pct - format, target);
418 | if (target->failed)
419 | break;
420 |
421 | if (*next_pct == '\0')
422 | break;
423 | format = next_pct;
|
1 error generated.
make[1]: *** [snprintf.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2
/Users/shaoyiyang/vcpkg/buildtrees/libpq/build-arm64-osx-dbg-out.log
/Library/Developer/CommandLineTools/usr/bin/make -C ./src/backend generated-headers
/Library/Developer/CommandLineTools/usr/bin/make -C catalog distprep generated-header-symlinks
/Library/Developer/CommandLineTools/usr/bin/make -C nodes distprep generated-header-symlinks
/Library/Developer/CommandLineTools/usr/bin/make -C utils distprep generated-header-symlinks
prereqdir=`cd 'storage/lmgr/' >/dev/null && pwd` && \
cd '../../src/include/storage/' && rm -f lwlocknames.h && \
ln -s "$prereqdir/lwlocknames.h" .
make[2]: Nothing to be done for `distprep'.
prereqdir=`cd './' >/dev/null && pwd` && \
cd '../../../src/include/nodes/' && for file in nodetags.h; do \
rm -f $file && ln -s "$prereqdir/$file" . ; \
done
make[2]: Nothing to be done for `distprep'.
/Library/Developer/CommandLineTools/usr/bin/make -C adt jsonpath_gram.h
prereqdir=`cd './' >/dev/null && pwd` && \
cd '../../../src/include/utils/' && for file in fmgroids.h fmgrprotos.h errcodes.h; do \
rm -f $file && ln -s "$prereqdir/$file" . ; \
done
sed -f Gen_dummy_probes.sed probes.d >probes.h
'/usr/bin/perl' genbki.pl --include-path=../../../src/include/ \
--set-version=16 ../../../src/include/catalog/pg_proc.h ../../../src/include/catalog/pg_type.h ../../../src/include/catalog/pg_attribute.h ../../../src/include/catalog/pg_class.h ../../../src/include/catalog/pg_attrdef.h ../../../src/include/catalog/pg_constraint.h ../../../src/include/catalog/pg_inherits.h ../../../src/include/catalog/pg_index.h ../../../src/include/catalog/pg_operator.h ../../../src/include/catalog/pg_opfamily.h ../../../src/include/catalog/pg_opclass.h ../../../src/include/catalog/pg_am.h ../../../src/include/catalog/pg_amop.h ../../../src/include/catalog/pg_amproc.h ../../../src/include/catalog/pg_language.h ../../../src/include/catalog/pg_largeobject_metadata.h ../../../src/include/catalog/pg_largeobject.h ../../../src/include/catalog/pg_aggregate.h ../../../src/include/catalog/pg_statistic.h ../../../src/include/catalog/pg_statistic_ext.h ../../../src/include/catalog/pg_statistic_ext_data.h ../../../src/include/catalog/pg_rewrite.h ../../../src/include/catalog/pg_trigger.h ../../../src/include/catalog/pg_event_trigger.h ../../../src/include/catalog/pg_description.h ../../../src/include/catalog/pg_cast.h ../../../src/include/catalog/pg_enum.h ../../../src/include/catalog/pg_namespace.h ../../../src/include/catalog/pg_conversion.h ../../../src/include/catalog/pg_depend.h ../../../src/include/catalog/pg_database.h ../../../src/include/catalog/pg_db_role_setting.h ../../../src/include/catalog/pg_tablespace.h ../../../src/include/catalog/pg_authid.h ../../../src/include/catalog/pg_auth_members.h ../../../src/include/catalog/pg_shdepend.h ../../../src/include/catalog/pg_shdescription.h ../../../src/include/catalog/pg_ts_config.h ../../../src/include/catalog/pg_ts_config_map.h ../../../src/include/catalog/pg_ts_dict.h ../../../src/include/catalog/pg_ts_parser.h ../../../src/include/catalog/pg_ts_template.h ../../../src/include/catalog/pg_extension.h ../../../src/include/catalog/pg_foreign_data_wrapper.h ../../../src/include/catalog/pg_foreign_server.h ../../../src/include/catalog/pg_user_mapping.h ../../../src/include/catalog/pg_foreign_table.h ../../../src/include/catalog/pg_policy.h ../../../src/include/catalog/pg_replication_origin.h ../../../src/include/catalog/pg_default_acl.h ../../../src/include/catalog/pg_init_privs.h ../../../src/include/catalog/pg_seclabel.h ../../../src/include/catalog/pg_shseclabel.h ../../../src/include/catalog/pg_collation.h ../../../src/include/catalog/pg_parameter_acl.h ../../../src/include/catalog/pg_partitioned_table.h ../../../src/include/catalog/pg_range.h ../../../src/include/catalog/pg_transform.h ../../../src/include/catalog/pg_sequence.h ../../../src/include/catalog/pg_publication.h ../../../src/include/catalog/pg_publication_namespace.h ../../../src/include/catalog/pg_publication_rel.h ../../../src/include/catalog/pg_subscription.h ../../../src/include/catalog/pg_subscription_rel.h
make[3]: `jsonpath_gram.h' is up to date.
touch ../../../src/include/nodes/header-stamp
cd '../../../src/include/utils/' && rm -f probes.h && \
ln -s "../../../src/backend/utils/probes.h" .
touch ../../../src/include/utils/header-stamp
touch bki-stamp
prereqdir=`cd './' >/dev/null && pwd` && \
cd '../../../src/include/catalog/' && for file in pg_proc_d.h pg_type_d.h pg_attribute_d.h pg_class_d.h pg_attrdef_d.h pg_constraint_d.h pg_inherits_d.h pg_index_d.h pg_operator_d.h pg_opfamily_d.h pg_opclass_d.h pg_am_d.h pg_amop_d.h pg_amproc_d.h pg_language_d.h pg_largeobject_metadata_d.h pg_largeobject_d.h pg_aggregate_d.h pg_statistic_d.h pg_statistic_ext_d.h pg_statistic_ext_data_d.h pg_rewrite_d.h pg_trigger_d.h pg_event_trigger_d.h pg_description_d.h pg_cast_d.h pg_enum_d.h pg_namespace_d.h pg_conversion_d.h pg_depend_d.h pg_database_d.h pg_db_role_setting_d.h pg_tablespace_d.h pg_authid_d.h pg_auth_members_d.h pg_shdepend_d.h pg_shdescription_d.h pg_ts_config_d.h pg_ts_config_map_d.h pg_ts_dict_d.h pg_ts_parser_d.h pg_ts_template_d.h pg_extension_d.h pg_foreign_data_wrapper_d.h pg_foreign_server_d.h pg_user_mapping_d.h pg_foreign_table_d.h pg_policy_d.h pg_replication_origin_d.h pg_default_acl_d.h pg_init_privs_d.h pg_seclabel_d.h pg_shseclabel_d.h pg_collation_d.h pg_parameter_acl_d.h pg_partitioned_table_d.h pg_range_d.h pg_transform_d.h pg_sequence_d.h pg_publication_d.h pg_publication_namespace_d.h pg_publication_rel_d.h pg_subscription_d.h pg_subscription_rel_d.h schemapg.h system_fk_info.h; do \
rm -f $file && ln -s "$prereqdir/$file" . ; \
done
touch ../../../src/include/catalog/header-stamp
/Library/Developer/CommandLineTools/usr/bin/make -C src/include
make[1]: Nothing to be done for `all'.
/Library/Developer/CommandLineTools/usr/bin/make -C src/common
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -DFRONTEND -I. -I../../src/common -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -DVAL_CC="\"/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CPPFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/manual-link -L/opt/homebrew/opt/llvm/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mmacosx-version-min=15.3 -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -llz4d -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lssl -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lz -lm \"" -c -o archive.o archive.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -DFRONTEND -I. -I../../src/common -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -DVAL_CC="\"/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CPPFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/manual-link -L/opt/homebrew/opt/llvm/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mmacosx-version-min=15.3 -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -llz4d -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lssl -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lz -lm \"" -c -o base64.o base64.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -DFRONTEND -I. -I../../src/common -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -DVAL_CC="\"/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CPPFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/manual-link -L/opt/homebrew/opt/llvm/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mmacosx-version-min=15.3 -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -llz4d -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lssl -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lz -lm \"" -c -o checksum_helper.o checksum_helper.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -DFRONTEND -I. -I../../src/common -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -DVAL_CC="\"/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CPPFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/manual-link -L/opt/homebrew/opt/llvm/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mmacosx-version-min=15.3 -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -llz4d -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lssl -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lz -lm \"" -c -o compression.o compression.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -DFRONTEND -I. -I../../src/common -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -DVAL_CC="\"/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CPPFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/manual-link -L/opt/homebrew/opt/llvm/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mmacosx-version-min=15.3 -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -llz4d -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lssl -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lz -lm \"" -c -o config_info.o config_info.c
...
Skipped 113 lines
...
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I. -I../../src/common -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -DVAL_CC="\"/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CPPFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/manual-link -L/opt/homebrew/opt/llvm/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mmacosx-version-min=15.3 -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -llz4d -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lssl -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lz -lm \"" -c cryptohash_openssl.c -o cryptohash_openssl_srv.o
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I. -I../../src/common -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -DVAL_CC="\"/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CPPFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/manual-link -L/opt/homebrew/opt/llvm/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mmacosx-version-min=15.3 -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -llz4d -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lssl -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lz -lm \"" -c hmac_openssl.c -o hmac_openssl_srv.o
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I. -I../../src/common -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -DVAL_CC="\"/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CPPFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/manual-link -L/opt/homebrew/opt/llvm/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mmacosx-version-min=15.3 -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -llz4d -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lssl -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lcrypto -L/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../lib -lz -lm \"" -c protocol_openssl.c -o protocol_openssl_srv.o
rm -f libpgcommon.a
rm -f libpgcommon_shlib.a
/Library/Developer/CommandLineTools/usr/bin/ar crs libpgcommon.a archive.o base64.o checksum_helper.o compression.o config_info.o controldata_utils.o d2s.o encnames.o exec.o f2s.o file_perm.o file_utils.o hashfn.o ip.o jsonapi.o keywords.o kwlookup.o link-canary.o md5_common.o percentrepl.o pg_get_line.o pg_lzcompress.o pg_prng.o pgfnames.o psprintf.o relpath.o rmtree.o saslprep.o scram-common.o string.o stringinfo.o unicode_norm.o username.o wait_error.o wchar.o cryptohash_openssl.o hmac_openssl.o protocol_openssl.o fe_memutils.o restricted_token.o sprompt.o logging.o
/Library/Developer/CommandLineTools/usr/bin/ar crs libpgcommon_shlib.a archive_shlib.o base64_shlib.o checksum_helper_shlib.o compression_shlib.o config_info_shlib.o controldata_utils_shlib.o d2s_shlib.o encnames_shlib.o exec_shlib.o f2s_shlib.o file_perm_shlib.o file_utils_shlib.o hashfn_shlib.o ip_shlib.o jsonapi_shlib.o keywords_shlib.o kwlookup_shlib.o link-canary_shlib.o md5_common_shlib.o percentrepl_shlib.o pg_get_line_shlib.o pg_lzcompress_shlib.o pg_prng_shlib.o pgfnames_shlib.o psprintf_shlib.o relpath_shlib.o rmtree_shlib.o saslprep_shlib.o scram-common_shlib.o string_shlib.o stringinfo_shlib.o unicode_norm_shlib.o username_shlib.o wait_error_shlib.o wchar_shlib.o cryptohash_openssl_shlib.o hmac_openssl_shlib.o protocol_openssl_shlib.o fe_memutils_shlib.o restricted_token_shlib.o sprompt_shlib.o
rm -f libpgcommon_srv.a
/Library/Developer/CommandLineTools/usr/bin/ar crs libpgcommon_srv.a archive_srv.o base64_srv.o checksum_helper_srv.o compression_srv.o config_info_srv.o controldata_utils_srv.o d2s_srv.o encnames_srv.o exec_srv.o f2s_srv.o file_perm_srv.o file_utils_srv.o hashfn_srv.o ip_srv.o jsonapi_srv.o keywords_srv.o kwlookup_srv.o link-canary_srv.o md5_common_srv.o percentrepl_srv.o pg_get_line_srv.o pg_lzcompress_srv.o pg_prng_srv.o pgfnames_srv.o psprintf_srv.o relpath_srv.o rmtree_srv.o saslprep_srv.o scram-common_srv.o string_srv.o stringinfo_srv.o unicode_norm_srv.o username_srv.o wait_error_srv.o wchar_srv.o cryptohash_openssl_srv.o hmac_openssl_srv.o protocol_openssl_srv.o
/Library/Developer/CommandLineTools/usr/bin/make -C src/port
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o explicit_bzero.o explicit_bzero.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o pthread_barrier_wait.o pthread_barrier_wait.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o pg_crc32c_armv8.o pg_crc32c_armv8.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o bsearch_arg.o bsearch_arg.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o chklocale.o chklocale.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o inet_net_ntop.o inet_net_ntop.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o noblock.o noblock.c
echo "#define PGBINDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/../tools/libpq/debug/bin\"" >pg_config_paths.h
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o pg_bitutils.o pg_bitutils.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o pg_strong_random.o pg_strong_random.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o pgcheckdir.o pgcheckdir.c
echo "#define PGSHAREDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/share/libpq/postgresql\"" >>pg_config_paths.h
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o pgmkdirp.o pgmkdirp.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o pgsleep.o pgsleep.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o pgstrcasecmp.o pgstrcasecmp.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o pgstrsignal.o pgstrsignal.c
echo "#define SYSCONFDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/etc/postgresql\"" >>pg_config_paths.h
echo "#define INCLUDEDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/../include\"" >>pg_config_paths.h
echo "#define PKGINCLUDEDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/../include/postgresql\"" >>pg_config_paths.h
echo "#define INCLUDEDIRSERVER \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/../include/postgresql/server\"" >>pg_config_paths.h
echo "#define LIBDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib\"" >>pg_config_paths.h
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o pqsignal.o pqsignal.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o qsort.o qsort.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o qsort_arg.o qsort_arg.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o quotes.o quotes.c
echo "#define PKGLIBDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/postgresql\"" >>pg_config_paths.h
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o snprintf.o snprintf.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o strerror.o strerror.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o tar.o tar.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -pthread -D_REENTRANT -D_THREAD_SAFE -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c -o thread.o thread.c
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c explicit_bzero.c -o explicit_bzero_shlib.o
echo "#define LOCALEDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/share/libpq/locale\"" >>pg_config_paths.h
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c pthread_barrier_wait.c -o pthread_barrier_wait_shlib.o
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c pg_crc32c_armv8.c -o pg_crc32c_armv8_shlib.o
echo "#define DOCDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/share/libpq/doc//postgresql\"" >>pg_config_paths.h
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c bsearch_arg.c -o bsearch_arg_shlib.o
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c chklocale.c -o chklocale_shlib.o
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c inet_net_ntop.c -o inet_net_ntop_shlib.o
echo "#define HTMLDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/share/libpq/doc//postgresql\"" >>pg_config_paths.h
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c noblock.c -o noblock_shlib.o
echo "#define MANDIR \"/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/share/libpq/man\"" >>pg_config_paths.h
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c pg_bitutils.c -o pg_bitutils_shlib.o
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c pg_strong_random.c -o pg_strong_random_shlib.o
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c pgcheckdir.c -o pgcheckdir_shlib.o
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c pgmkdirp.c -o pgmkdirp_shlib.o
/Library/Developer/CommandLineTools/usr/bin/cc -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fPIC -mmacosx-version-min=15.3 -g -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -g -fPIC -mmacosx-version-min=15.3 -g -I../../src/port -DFRONTEND -I../../src/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -I/Users/shaoyiyang/vcpkg/installed/arm64-osx/debug/lib/pkgconfig/../../../include -c pgsleep.c -o pgsleep_shlib.o
autoantwort
Metadata
Metadata
Assignees
Labels
requires:reproThe issue is not currently repro-ableThe issue is not currently repro-able