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

[libgnutls] Build failure on arm64-osx #44421

Open
autoantwort opened this issue Mar 16, 2025 · 0 comments
Open

[libgnutls] Build failure on arm64-osx #44421

autoantwort opened this issue Mar 16, 2025 · 0 comments
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@autoantwort
Copy link
Contributor

Package: libgnutls:arm64-osx@3.8.7.1

Host Environment

  • Host: arm64-osx
  • Compiler: AppleClang 16.0.0.16000026
  • vcpkg-tool version: 2999-12-31-unknownhash
    vcpkg-scripts version: db36d24 2025-03-16 (4 minutes ago)

To Reproduce

vcpkg install --enforce-port-checks --allow-unsupported

Failure logs

Trying to download gnutls-3.8.7.1.tar.xz using asset cache https://s3.hilton.rwth-aachen.de/assetcache/429cea78e227d838105791b28a18270c3d2418bfb951c322771e6323d5f712204d63d66a6606ce9604a92d236a8dd07d651232c717264472d27eb6de26ddc733
Download successful! Asset cache hit, did not try authoritative source https://gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.7.1.tar.xz, or https://mirrors.dotsrc.org/gcrypt/gnutls/v3.8/gnutls-3.8.7.1.tar.xz, or https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v3.8/gnutls-3.8.7.1.tar.xz
-- Extracting source /Users/leanderSchulten/git_projekte/vcpkg2/downloads/gnutls-3.8.7.1.tar.xz
-- Applying patch ccasflags.patch
-- Applying patch use-gmp-pkgconfig.patch
-- Applying patch compression-libs.diff
-- Using source at /Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/src/v3.8.7.1-e7d3823e53.clean
-- Found external ninja('1.12.1').
-- 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 11 -f Makefile all
    Working Directory: /Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/arm64-osx-dbg/
    See logs for more information:
      /Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/build-arm64-osx-dbg-out.log
      /Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/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/libgnutls/portfile.cmake:62 (vcpkg_install_make)
  scripts/ports.cmake:203 (include)



/Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/build-arm64-osx-dbg-err.log
../.././../src/v3.8.7.1-e7d3823e53.clean/lib/auth/cert.c:390:55: warning: parameter 'data_size' set but not used [-Wunused-but-set-parameter]
  390 |                        int issuers_len, const uint8_t *data, size_t data_size)
      |                                                                     ^
1 warning generated.
../.././../src/v3.8.7.1-e7d3823e53.clean/lib/nettle/pk.c:2242:27: warning: unused function 'get_supported_nist_curve_order' [-Wunused-function]
 2242 | static inline const char *get_supported_nist_curve_order(int curve)
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../.././../src/v3.8.7.1-e7d3823e53.clean/lib/nettle/pk.c:2276:27: warning: unused function 'get_supported_nist_curve_modulus' [-Wunused-function]
 2276 | static inline const char *get_supported_nist_curve_modulus(int curve)
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../.././../src/v3.8.7.1-e7d3823e53.clean/lib/nettle/pk.c:3063:19: warning: unused function 'dh_find_q' [-Wunused-function]
 3063 | static inline int dh_find_q(const gnutls_pk_params_st *pk_params, mpz_t q)
      |                   ^~~~~~~~~
3 warnings generated.
.././../src/v3.8.7.1-e7d3823e53.clean/lib/record.c:2193:7: warning: comparison of integers of different signs: 'ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
 2193 |                 if (INT_ADD_OVERFLOW(sent, ret)) {
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl/intprops.h:275:33: note: expanded from macro 'INT_ADD_OVERFLOW'
  275 |   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl/intprops.h:294:3: note: expanded from macro '_GL_BINARY_OP_OVERFLOW'
  294 |   op_result_overflow (a, b,                                     \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl/intprops.h:187:21: note: expanded from macro '_GL_ADD_OVERFLOW'
  187 |     : (a) < 0 ? (b) <= (a) + (b)                                         \
      |                  ~  ^  ~~~~~~~~~
.././../src/v3.8.7.1-e7d3823e53.clean/lib/record.c:2193:7: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'ssize_t' (aka 'long') [-Wsign-compare]
 2193 |                 if (INT_ADD_OVERFLOW(sent, ret)) {
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl/intprops.h:275:33: note: expanded from macro 'INT_ADD_OVERFLOW'
  275 |   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl/intprops.h:294:3: note: expanded from macro '_GL_BINARY_OP_OVERFLOW'
  294 |   op_result_overflow (a, b,                                     \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295 |                       _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296 |                       _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl/intprops.h:189:17: note: expanded from macro '_GL_ADD_OVERFLOW'
  189 |     : (a) + (b) < (b))
      |       ~~~~~~~~~ ^  ~
.././../src/v3.8.7.1-e7d3823e53.clean/lib/record.c:2205:15: warning: comparison of integers of different signs: 'off_t' (aka 'long long') and 'unsigned long long' [-Wsign-compare]
 2205 |                 if (likely(!INT_ADD_OVERFLOW(*offset, sent))) {
      |                     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl/intprops.h:275:33: note: expanded from macro 'INT_ADD_OVERFLOW'
  275 |   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
      |                           ~     ^
.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl/intprops.h:294:3: note: expanded from macro '_GL_BINARY_OP_OVERFLOW'
  294 |   op_result_overflow (a, b,                                     \
      |   ^                   ~
.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl/intprops.h:188:21: note: expanded from macro '_GL_ADD_OVERFLOW'
  188 |     : (b) < 0 ? (a) <= (a) + (b)                                         \
      |                  ~  ^
.././../src/v3.8.7.1-e7d3823e53.clean/lib/gnutls_int.h:74:37: note: expanded from macro 'likely'
   74 | #define likely(x) __builtin_expect((x), 1)
      |                                     ^
3 warnings generated.
.././../src/v3.8.7.1-e7d3823e53.clean/lib/kx.c:130:32: warning: unknown warning group '-Wanalyzer-file-leak', ignored [-Wunknown-warning-option]
  130 | #pragma GCC diagnostic ignored "-Wanalyzer-file-leak"
      |                                ^
1 warning generated.
make[2]: *** No rule to make target `/config.status', needed by `Makefile'.  Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
/Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/build-arm64-osx-dbg-out.log
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in gl
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	  -e 's|@''HAVE_ALLOCA_H''@|1|g' \
	  .././../src/v3.8.7.1-e7d3823e53.clean/gl/alloca.in.h > alloca.h-t
/opt/homebrew/bin/gmkdir -p 'arpa'
{ sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_ASSERT_H''@|<assert.h>|g' \
	      < .././../src/v3.8.7.1-e7d3823e53.clean/gl/assert.in.h && \
	  sed -e '/@assert.h omit start@/,/@assert.h omit end@/d' \
	      -e 's|_gl_verify|_gl_static_assert|g' \
	      -e 's|_GL_VERIFY|_GL_STATIC_ASSERT|g' \
	      -e 's|_GL\(_STATIC_ASSERT_H\)|_GL\1|g' \
	      < .././../src/v3.8.7.1-e7d3823e53.clean/gl/verify.h; \
	} > assert.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w byteswap.h-t' .././../src/v3.8.7.1-e7d3823e53.clean/gl/byteswap.in.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
	      -e 's/@''GNULIB_CREAT''@/0/g' \
	      -e 's/@''GNULIB_FCNTL''@/1/g' \
	      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_OPEN''@/1/g' \
	      -e 's/@''GNULIB_OPENAT''@/0/g' \
	      -e 's/@''GNULIB_MDA_CREAT''@/1/g' \
	      -e 's/@''GNULIB_MDA_OPEN''@/1/g' \
	      -e 's|@''HAVE_FCNTL''@|1|g' \
	      -e 's|@''HAVE_OPENAT''@|1|g' \
	      -e 's|@''REPLACE_CREAT''@|0|g' \
	      -e 's|@''REPLACE_FCNTL''@|0|g' \
	      -e 's|@''REPLACE_OPEN''@|1|g' \
	      -e 's|@''REPLACE_OPENAT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/warn-on-use.h' \
	      .././../src/v3.8.7.1-e7d3823e53.clean/gl/fcntl.in.h > fcntl.h-t
/opt/homebrew/bin/gmkdir -p 'malloc'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''PRIPTR_PREFIX''@/"l"/g' \
	      -e 's/@''GNULIB_IMAXABS''@/0/g' \
	      -e 's/@''GNULIB_IMAXDIV''@/0/g' \
	      -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
	      -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
	      -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
	      -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
	      -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
	      -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
	      -e 's/@''HAVE_IMAXDIV_T''@/1/g' \
	      -e 's/@''REPLACE_IMAXABS''@/0/g' \
	      -e 's/@''REPLACE_IMAXDIV''@/0/g' \
	      -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
	      -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/warn-on-use.h' \
	      .././../src/v3.8.7.1-e7d3823e53.clean/gl/inttypes.in.h > inttypes.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''HAVE_FEATURES_H''@|0|g' \
	      -e 's|@''NEXT_ARPA_INET_H''@|<arpa/inet.h>|g' \
	      -e 's|@''HAVE_ARPA_INET_H''@|1|g' \
	      -e 's/@''GNULIB_INET_NTOP''@/1/g' \
	      -e 's/@''GNULIB_INET_PTON''@/1/g' \
	      -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
	      -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \
	      -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \
	      -e 's|@''REPLACE_INET_NTOP''@|0|g' \
	      -e 's|@''REPLACE_INET_PTON''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/warn-on-use.h' \
	      .././../src/v3.8.7.1-e7d3823e53.clean/gl/arpa_inet.in.h > arpa/inet.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
	      .././../src/v3.8.7.1-e7d3823e53.clean/gl/limits.in.h > limits.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_NETDB_H''@|<netdb.h>|g' \
	      -e 's|@''HAVE_NETDB_H''@|1|g' \
	      -e 's/@''GNULIB_GETADDRINFO''@/0/g' \
	      -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \
	      -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \
	      -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \
	      -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \
	      -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \
	      -e 's|@''REPLACE_GAI_STRERROR''@|0|g' \
	      -e 's|@''REPLACE_GETADDRINFO''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/warn-on-use.h' \
	      .././../src/v3.8.7.1-e7d3823e53.clean/gl/netdb.in.h > netdb.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \
	      -e 's|__glibc_likely|_GL_LIKELY|g' \
	      -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
	      -e '/libc_hidden_proto/d' \
	      .././../src/v3.8.7.1-e7d3823e53.clean/gl/malloc/scratch_buffer.h > malloc/scratch_buffer.gl.h-t
mv byteswap.h-t byteswap.h
mv alloca.h-t alloca.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_PTHREAD_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_PTHREAD_H''@|<pthread.h>|g' \
	      -e 's/@''GNULIB_PTHREAD_THREAD''@/0/g' \
	      -e 's/@''GNULIB_PTHREAD_ONCE''@/1/g' \
	      -e 's/@''GNULIB_PTHREAD_MUTEX''@/0/g' \
	      -e 's/@''GNULIB_PTHREAD_RWLOCK''@/0/g' \
	      -e 's/@''GNULIB_PTHREAD_COND''@/0/g' \
	      -e 's/@''GNULIB_PTHREAD_TSS''@/0/g' \
	      -e 's/@''GNULIB_PTHREAD_SPIN''@/0/g' \
	      -e 's/@''GNULIB_PTHREAD_MUTEX_TIMEDLOCK''@/0/g' \
	      -e 's|@''HAVE_PTHREAD_T''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_SPINLOCK_T''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_CREATE_DETACHED''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEX_RECURSIVE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEX_ROBUST''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_PROCESS_SHARED''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_CREATE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_ATTR_INIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_ATTR_GETDETACHSTATE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_ATTR_SETDETACHSTATE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_ATTR_DESTROY''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_SELF''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_EQUAL''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_DETACH''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_JOIN''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_EXIT''@|1|g' \
	      < .././../src/v3.8.7.1-e7d3823e53.clean/gl/pthread.in.h > pthread.h-t1
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_SCHED_H''@|1|g' \
	      -e 's|@''HAVE_SYS_CDEFS_H''@|0|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SCHED_H''@|<sched.h>|g' \
	      -e 's|@''HAVE_STRUCT_SCHED_PARAM''@|1|g' \
	      -e 's/@''GNULIB_SCHED_YIELD''@/0/g' \
	      -e 's|@''HAVE_SCHED_YIELD''@|1|g' \
	      -e 's|@''REPLACE_SCHED_YIELD''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r .././../src/v3.8.7.1-e7d3823e53.clean/gl/warn-on-use.h' \
	      .././../src/v3.8.7.1-e7d3823e53.clean/gl/sched.in.h > sched.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	  .././../src/v3.8.7.1-e7d3823e53.clean/gl/stdckdint.in.h > stdckdint.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDDEF_H''@|<stddef.h>|g' \
	      -e 's|@''NULLPTR_T_NEEDS_STDDEF''@|1|g' \
	      -e 's|@''STDDEF_NOT_IDEMPOTENT''@|0|g' \
	      -e 's|@''REPLACE_NULL''@|0|g' \
	      -e 's|@''HAVE_MAX_ALIGN_T''@|1|g' \
	      .././../src/v3.8.7.1-e7d3823e53.clean/gl/stddef.in.h > stddef.h-t
mv limits.h-t limits.h
mv arpa/inet.h-t arpa/inet.h
mv malloc/scratch_buffer.gl.h-t malloc/scratch_buffer.gl.h
mv netdb.h-t netdb.h
mv fcntl.h-t fcntl.h
mv stdckdint.h-t stdckdint.h
mv sched.h-t sched.h
mv stddef.h-t stddef.h
mv inttypes.h-t inttypes.h
mv assert.h-t assert.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_STDINT_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
	      -e 's/@''HAVE_C99_STDINT_H''@/1/g' \
	      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
	      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
	      -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
	      -e 's/@''HAVE_WCHAR_H''@/1/g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''BITSIZEOF_PTRDIFF_T''@//g' \
	      -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@//g' \
	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@//g' \
	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIZE_T''@//g' \
	      -e 's/@''SIZE_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WCHAR_T''@//g' \
	      -e 's/@''HAVE_SIGNED_WCHAR_T''@//g' \
	      -e 's/@''WCHAR_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WINT_T''@//g' \
	      -e 's/@''HAVE_SIGNED_WINT_T''@//g' \
	      -e 's/@''WINT_T_SUFFIX''@//g' \
	      -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
	      .././../src/v3.8.7.1-e7d3823e53.clean/gl/stdint.in.h > stdint.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
	      -e 's/@''GNULIB_DPRINTF''@/0/g' \
	      -e 's/@''GNULIB_DZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_FCLOSE''@/0/g' \
	      -e 's/@''GNULIB_FDOPEN''@/0/g' \
	      -e 's/@''GNULIB_FFLUSH''@/0/g' \
	      -e 's/@''GNULIB_FGETC''@/1/g' \
	      -e 's/@''GNULIB_FGETS''@/1/g' \
	      -e 's/@''GNULIB_FOPEN''@/1/g' \
	      -e 's/@''GNULIB_FOPEN_GNU''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_FPURGE''@/0/g' \
	      -e 's/@''GNULIB_FPUTC''@/1/g' \
	      -e 's/@''GNULIB_FPUTS''@/1/g' \
	      -e 's/@''GNULIB_FREAD''@/1/g' \
	      -e 's/@''GNULIB_FREOPEN''@/0/g' \
	      -e 's/@''GNULIB_FSCANF''@/1/g' \
	      -e 's/@''GNULIB_FSEEK''@/0/g' \
	      -e 's/@''GNULIB_FSEEKO''@/0/g' \
	      -e 's/@''GNULIB_FTELL''@/1/g' \
	      -e 's/@''GNULIB_FTELLO''@/1/g' \
	      -e 's/@''GNULIB_FWRITE''@/1/g' \
	      -e 's/@''GNULIB_FZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_GETC''@/1/g' \
	      -e 's/@''GNULIB_GETCHAR''@/1/g' \
	      -e 's/@''GNULIB_GETDELIM''@/1/g' \
	      -e 's/@''GNULIB_GETLINE''@/1/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_ZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_PCLOSE''@/0/g' \
	      -e 's/@''GNULIB_PERROR''@/0/g' \
	      -e 's/@''GNULIB_POPEN''@/0/g' \
	      -e 's/@''GNULIB_PRINTF''@/1/g' \
	      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PUTC''@/1/g' \
	      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
	      -e 's/@''GNULIB_PUTS''@/1/g' \
	      -e 's/@''GNULIB_REMOVE''@/0/g' \
	      -e 's/@''GNULIB_RENAME''@/0/g' \
	      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
	      -e 's/@''GNULIB_SCANF''@/1/g' \
	      -e 's/@''GNULIB_SNPRINTF''@/1/g' \
	      -e 's/@''GNULIB_SNZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
	      -e 's/@''GNULIB_SZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_TMPFILE''@/0/g' \
	      -e 's/@''GNULIB_VASPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VASZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VDZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VFZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VFSCANF''@/0/g' \
	      -e 's/@''GNULIB_VSCANF''@/0/g' \
	      -e 's/@''GNULIB_VPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VSNZPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VSZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_ZPRINTF''@/0/g' \
	      -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \
	      -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \
	      -e 's/@''GNULIB_MDA_FILENO''@/1/g' \
	      -e 's/@''GNULIB_MDA_GETW''@/1/g' \
	      -e 's/@''GNULIB_MDA_PUTW''@/1/g' \
	      -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \
	      < .././../src/v3.8.7.1-e7d3823e53.clean/gl/stdio.in.h > stdio.h-t1
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
	      -e 's/@''GNULIB__EXIT''@/0/g' \
	      -e 's/@''GNULIB_ABORT_DEBUG''@/0/g' \
	      -e 's/@''GNULIB_ALIGNED_ALLOC''@/0/g' \
	      -e 's/@''GNULIB_ATOLL''@/0/g' \
	      -e 's/@''GNULIB_CALLOC_GNU''@/0/g' \
	      -e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
	      -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
	      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
	      -e 's/@''GNULIB_GETPROGNAME''@/0/g' \
	      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
	      -e 's/@''GNULIB_GRANTPT''@/0/g' \
	      -e 's/@''GNULIB_MALLOC_GNU''@/0/g' \
	      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_MBSTOWCS''@/0/g' \
	      -e 's/@''GNULIB_MBTOWC''@/0/g' \
	      -e 's/@''GNULIB_MKDTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_POSIX_MEMALIGN''@/0/g' \
	      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
	      -e 's/@''GNULIB_PUTENV''@/0/g' \
	      -e 's/@''GNULIB_QSORT_R''@/0/g' \
	      -e 's/@''GNULIB_RAND''@/0/g' \
	      -e 's/@''GNULIB_RANDOM''@/0/g' \
	      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
	      -e 's/@''GNULIB_REALLOC_GNU''@/0/g' \
	      -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \
	      -e 's/@''GNULIB_REALPATH''@/1/g' \
	      -e 's/@''GNULIB_RPMATCH''@/0/g' \
	      -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
	      -e 's/@''GNULIB_SETENV''@/0/g' \
	      -e 's/@''GNULIB_STACK_TRACE''@/0/g' \
	      -e 's/@''GNULIB_STRTOD''@/0/g' \
	      -e 's/@''GNULIB_STRTOF''@/0/g' \
	      -e 's/@''GNULIB_STRTOL''@/0/g' \
	      -e 's/@''GNULIB_STRTOLD''@/0/g' \
	      -e 's/@''GNULIB_STRTOLL''@/0/g' \
	      -e 's/@''GNULIB_STRTOUL''@/0/g' \
	      -e 's/@''GNULIB_STRTOULL''@/0/g' \
	      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
	      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
	      -e 's/@''GNULIB_UNSETENV''@/0/g' \
	      -e 's/@''GNULIB_WCTOMB''@/0/g' \
	      -e 's/@''GNULIB_MDA_ECVT''@/1/g' \
	      -e 's/@''GNULIB_MDA_FCVT''@/1/g' \
	      -e 's/@''GNULIB_MDA_GCVT''@/1/g' \
	      -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \
	      -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \
	      < .././../src/v3.8.7.1-e7d3823e53.clean/gl/stdlib.in.h > stdlib.h-t1
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
	      -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/1/g' \
	      -e 's/@''GNULIB_FFSL''@/0/g' \
	      -e 's/@''GNULIB_FFSLL''@/0/g' \
	      -e 's/@''GNULIB_MBSLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSSTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
	      -e 's/@''GNULIB_MBSSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSSEP''@/0/g' \
	      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
	      -e 's/@''GNULIB_MEMCHR''@/1/g' \
	      -e 's/@''GNULIB_MEMMEM''@/1/g' \
...
Skipped 1524 lines
...
/bin/sh ../libtool  --tag=CC   --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fPIC -g -DHAVE_CONFIG_H -I. -I.././../src/v3.8.7.1-e7d3823e53.clean/lib -I..  -DLOCALEDIR=\"/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/share/libgnutls/locale\" -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl -I./../gl -I./includes -I./x509 -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/includes -I./includes -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/x509 -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include     -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include          -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk  -Wtype-limits -Wall -Wbad-function-cast -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wextra -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wshadow -Wstrict-prototypes -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option -fno-builtin-strcmp -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include    -fPIC -g -c -o tls13/psk_ext_parser.lo .././../src/v3.8.7.1-e7d3823e53.clean/lib/tls13/psk_ext_parser.c
libtool: compile:  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fPIC -g -DHAVE_CONFIG_H -I. -I.././../src/v3.8.7.1-e7d3823e53.clean/lib -I.. -DLOCALEDIR=\"/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/share/libgnutls/locale\" -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl -I./../gl -I./includes -I./x509 -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/includes -I./includes -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/x509 -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -Wtype-limits -Wall -Wbad-function-cast -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wextra -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wshadow -Wstrict-prototypes -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option -fno-builtin-strcmp -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -fPIC -g -c .././../src/v3.8.7.1-e7d3823e53.clean/lib/tls13/session_ticket.c -o tls13/session_ticket.o
/bin/sh ../libtool  --tag=CC   --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fPIC -g -DHAVE_CONFIG_H -I. -I.././../src/v3.8.7.1-e7d3823e53.clean/lib -I..  -DLOCALEDIR=\"/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/share/libgnutls/locale\" -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl -I./../gl -I./includes -I./x509 -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/includes -I./includes -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/x509 -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include     -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include          -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk  -Wtype-limits -Wall -Wbad-function-cast -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wextra -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wshadow -Wstrict-prototypes -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option -fno-builtin-strcmp -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include    -fPIC -g -c -o tls13/anti_replay.lo .././../src/v3.8.7.1-e7d3823e53.clean/lib/tls13/anti_replay.c
libtool: compile:  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fPIC -g -DHAVE_CONFIG_H -I. -I.././../src/v3.8.7.1-e7d3823e53.clean/lib -I.. -DLOCALEDIR=\"/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/share/libgnutls/locale\" -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl -I./../gl -I./includes -I./x509 -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/includes -I./includes -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/x509 -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -Wtype-limits -Wall -Wbad-function-cast -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wextra -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wshadow -Wstrict-prototypes -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option -fno-builtin-strcmp -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -fPIC -g -c .././../src/v3.8.7.1-e7d3823e53.clean/lib/tls13/hello_retry.c -o tls13/hello_retry.o
libtool: compile:  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fPIC -g -DHAVE_CONFIG_H -I. -I.././../src/v3.8.7.1-e7d3823e53.clean/lib -I.. -DLOCALEDIR=\"/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/share/libgnutls/locale\" -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl -I./../gl -I./includes -I./x509 -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/includes -I./includes -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/x509 -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -Wtype-limits -Wall -Wbad-function-cast -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wextra -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wshadow -Wstrict-prototypes -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option -fno-builtin-strcmp -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -fPIC -g -c .././../src/v3.8.7.1-e7d3823e53.clean/lib/tls13/certificate.c -o tls13/certificate.o
libtool: compile:  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fPIC -g -DHAVE_CONFIG_H -I. -I.././../src/v3.8.7.1-e7d3823e53.clean/lib -I.. -DLOCALEDIR=\"/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/share/libgnutls/locale\" -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl -I./../gl -I./includes -I./x509 -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/includes -I./includes -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/x509 -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -Wtype-limits -Wall -Wbad-function-cast -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wextra -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wshadow -Wstrict-prototypes -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option -fno-builtin-strcmp -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -fPIC -g -c .././../src/v3.8.7.1-e7d3823e53.clean/lib/tls13/early_data.c -o tls13/early_data.o
libtool: compile:  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fPIC -g -DHAVE_CONFIG_H -I. -I.././../src/v3.8.7.1-e7d3823e53.clean/lib -I.. -DLOCALEDIR=\"/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/share/libgnutls/locale\" -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl -I./../gl -I./includes -I./x509 -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/includes -I./includes -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/x509 -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -Wtype-limits -Wall -Wbad-function-cast -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wextra -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wshadow -Wstrict-prototypes -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option -fno-builtin-strcmp -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -fPIC -g -c .././../src/v3.8.7.1-e7d3823e53.clean/lib/tls13/post_handshake.c -o tls13/post_handshake.o
libtool: compile:  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fPIC -g -DHAVE_CONFIG_H -I. -I.././../src/v3.8.7.1-e7d3823e53.clean/lib -I.. -DLOCALEDIR=\"/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/share/libgnutls/locale\" -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl -I./../gl -I./includes -I./x509 -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/includes -I./includes -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/x509 -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -Wtype-limits -Wall -Wbad-function-cast -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wextra -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wshadow -Wstrict-prototypes -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option -fno-builtin-strcmp -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -fPIC -g -c .././../src/v3.8.7.1-e7d3823e53.clean/lib/tls13/psk_ext_parser.c -o tls13/psk_ext_parser.o
libtool: compile:  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fPIC -g -DHAVE_CONFIG_H -I. -I.././../src/v3.8.7.1-e7d3823e53.clean/lib -I.. -DLOCALEDIR=\"/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/share/libgnutls/locale\" -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/../gl -I./../gl -I./includes -I./x509 -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/includes -I./includes -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/x509 -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -Wtype-limits -Wall -Wbad-function-cast -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wextra -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wshadow -Wstrict-prototypes -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option -fno-builtin-strcmp -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -fPIC -g -c .././../src/v3.8.7.1-e7d3823e53.clean/lib/tls13/anti_replay.c -o tls13/anti_replay.o
/bin/sh ../libtool  --tag=CC   --mode=link /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fPIC -g  -Wtype-limits -Wall -Wbad-function-cast -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wextra -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wshadow -Wstrict-prototypes -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option -fno-builtin-strcmp -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include -I/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../../include    -fPIC -g -no-undefined -version-info 70:1:40   -export-symbols-regex '^(gnutls|_gnutls).*'  -framework Security -framework CoreFoundation -L/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -o libgnutls.la -rpath /Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib   range.lo record.lo compress.lo debug.lo cipher.lo handshake-tls13.lo mbuffers.lo buffers.lo handshake.lo errors.lo dh.lo kx.lo cipher-cbc.lo priority.lo hash_int.lo cipher_int.lo session.lo db.lo x509_b64.lo hello_ext.lo auth.lo sslv2_compat.lo datum.lo session_pack.lo mpi.lo pk.lo cert-cred.lo global.lo constate.lo anon_cred.lo pkix_asn1_tab.lo gnutls_asn1_tab.lo mem.lo fingerprint.lo tls-sig.lo ecc.lo alert.lo privkey_raw.lo system/certs.lo system/threads.lo system/fastopen.lo system/sockets.lo str-iconv.lo system.lo profiles.lo inih/ini.lo str.lo str-unicode.lo str-idna.lo state.lo cert-cred-x509.lo file.lo supplemental.lo random.lo crypto-api.lo privkey.lo pcert.lo pubkey.lo locks.lo dtls.lo system_override.lo crypto-backend.lo verify-tofu.lo pin.lo tpm.lo fips.lo safe-memfuncs.lo atfork.lo randomart.lo urls.lo prf.lo auto-verify.lo dh-session.lo cert-session.lo handshake-checks.lo dtls-sw.lo dh-primes.lo openpgp_compat.lo crypto-selftests.lo crypto-selftests-pk.lo secrets.lo extv.lo hello_ext_lib.lo ocsp-api.lo stek.lo cert-cred-rawpk.lo iov.lo system/ktls.lo pathbuf.lo dlwrap/zlib.lo    vko.lo   system/keys-dummy.lo tls13/encrypted_extensions.lo tls13/certificate_request.lo tls13/certificate_verify.lo tls13-sig.lo tls13/finished.lo tls13/key_update.lo tls13/hello_retry.lo tls13/session_ticket.lo tls13/certificate.lo tls13/early_data.lo tls13/post_handshake.lo tls13/psk_ext_parser.lo tls13/anti_replay.lo  srp.lo psk.lo ../gl/libgnu.la x509/libgnutls_x509.la ext/libgnutls_ext.la auth/libgnutls_auth.la algorithms/libgnutls_alg.la extras/libgnutls_extras.la  accelerated/libaccelerated.la  nettle/libcrypto.la  -L/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../lib -lz          -framework Security -framework CoreFoundation -L/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../lib -lidn2 -lunistring -liconv -lunistring     -ldl -L/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../lib -ltasn1 -L/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../lib -lhogweed -lgmp -lnettle -L/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../lib -lnettle -L/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib/pkgconfig/../../lib -lgmp 
libtool: link: (cd .libs/libgnutls.lax/libgnu.a && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar x "/Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/arm64-osx-dbg/lib/../gl/.libs/libgnu.a")
libtool: link: (cd .libs/libgnutls.lax/libgnutls_x509.a && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar x "/Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/arm64-osx-dbg/lib/x509/.libs/libgnutls_x509.a")
libtool: link: (cd .libs/libgnutls.lax/libgnutls_ext.a && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar x "/Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/arm64-osx-dbg/lib/ext/.libs/libgnutls_ext.a")
libtool: link: (cd .libs/libgnutls.lax/libgnutls_auth.a && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar x "/Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/arm64-osx-dbg/lib/auth/.libs/libgnutls_auth.a")
libtool: link: (cd .libs/libgnutls.lax/libgnutls_alg.a && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar x "/Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/arm64-osx-dbg/lib/algorithms/.libs/libgnutls_alg.a")
libtool: link: (cd .libs/libgnutls.lax/libgnutls_extras.a && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar x "/Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/arm64-osx-dbg/lib/extras/.libs/libgnutls_extras.a")
libtool: link: (cd .libs/libgnutls.lax/libaccelerated.a && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar x "/Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/arm64-osx-dbg/lib/accelerated/.libs/libaccelerated.a")
libtool: link: (cd .libs/libgnutls.lax/libcrypto.a && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar x "/Users/leanderSchulten/git_projekte/vcpkg2/buildtrees/libgnutls/arm64-osx-dbg/lib/nettle/.libs/libcrypto.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libgnutls.lax/libgnutls_x509.a/mpi.o .libs/libgnutls.lax/lt1-mpi.o || cp .libs/libgnutls.lax/libgnutls_x509.a/mpi.o .libs/libgnutls.lax/lt1-mpi.o
libtool: link: ln .libs/libgnutls.lax/libgnutls_x509.a/privkey.o .libs/libgnutls.lax/lt2-privkey.o || cp .libs/libgnutls.lax/libgnutls_x509.a/privkey.o .libs/libgnutls.lax/lt2-privkey.o
libtool: link: ln .libs/libgnutls.lax/libgnutls_ext.a/early_data.o .libs/libgnutls.lax/lt3-early_data.o || cp .libs/libgnutls.lax/libgnutls_ext.a/early_data.o .libs/libgnutls.lax/lt3-early_data.o
libtool: link: ln .libs/libgnutls.lax/libgnutls_ext.a/post_handshake.o .libs/libgnutls.lax/lt4-post_handshake.o || cp .libs/libgnutls.lax/libgnutls_ext.a/post_handshake.o .libs/libgnutls.lax/lt4-post_handshake.o
libtool: link: ln .libs/libgnutls.lax/libgnutls_ext.a/session_ticket.o .libs/libgnutls.lax/lt5-session_ticket.o || cp .libs/libgnutls.lax/libgnutls_ext.a/session_ticket.o .libs/libgnutls.lax/lt5-session_ticket.o
libtool: link: ln .libs/libgnutls.lax/libgnutls_ext.a/srp.o .libs/libgnutls.lax/lt6-srp.o || cp .libs/libgnutls.lax/libgnutls_ext.a/srp.o .libs/libgnutls.lax/lt6-srp.o
libtool: link: ln .libs/libgnutls.lax/libgnutls_auth.a/psk.o .libs/libgnutls.lax/lt7-psk.o || cp .libs/libgnutls.lax/libgnutls_auth.a/psk.o .libs/libgnutls.lax/lt7-psk.o
libtool: link: ln .libs/libgnutls.lax/libgnutls_alg.a/ecc.o .libs/libgnutls.lax/lt8-ecc.o || cp .libs/libgnutls.lax/libgnutls_alg.a/ecc.o .libs/libgnutls.lax/lt8-ecc.o
libtool: link: ln .libs/libgnutls.lax/libgnutls_alg.a/kx.o .libs/libgnutls.lax/lt9-kx.o || cp .libs/libgnutls.lax/libgnutls_alg.a/kx.o .libs/libgnutls.lax/lt9-kx.o
libtool: link: ln .libs/libgnutls.lax/libgnutls_alg.a/sign.o .libs/libgnutls.lax/lt10-sign.o || cp .libs/libgnutls.lax/libgnutls_alg.a/sign.o .libs/libgnutls.lax/lt10-sign.o
libtool: link: ln .libs/libgnutls.lax/libgnutls_extras.a/randomart.o .libs/libgnutls.lax/lt11-randomart.o || cp .libs/libgnutls.lax/libgnutls_extras.a/randomart.o .libs/libgnutls.lax/lt11-randomart.o
libtool: link: ln .libs/libgnutls.lax/libcrypto.a/cipher.o .libs/libgnutls.lax/lt12-cipher.o || cp .libs/libgnutls.lax/libcrypto.a/cipher.o .libs/libgnutls.lax/lt12-cipher.o
libtool: link: ln .libs/libgnutls.lax/libcrypto.a/mac.o .libs/libgnutls.lax/lt13-mac.o || cp .libs/libgnutls.lax/libcrypto.a/mac.o .libs/libgnutls.lax/lt13-mac.o
libtool: link: ln .libs/libgnutls.lax/libcrypto.a/mpi.o .libs/libgnutls.lax/lt14-mpi.o || cp .libs/libgnutls.lax/libcrypto.a/mpi.o .libs/libgnutls.lax/lt14-mpi.o
libtool: link: ln .libs/libgnutls.lax/libcrypto.a/pk.o .libs/libgnutls.lax/lt15-pk.o || cp .libs/libgnutls.lax/libcrypto.a/pk.o .libs/libgnutls.lax/lt15-pk.o
libtool: link: ln .libs/libgnutls.lax/libcrypto.a/prf.o .libs/libgnutls.lax/lt16-prf.o || cp .libs/libgnutls.lax/libcrypto.a/prf.o .libs/libgnutls.lax/lt16-prf.o
libtool: link: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar cr .libs/libgnutls.a range.o record.o compress.o debug.o cipher.o handshake-tls13.o mbuffers.o buffers.o handshake.o errors.o dh.o kx.o cipher-cbc.o priority.o hash_int.o cipher_int.o session.o db.o x509_b64.o hello_ext.o auth.o sslv2_compat.o datum.o session_pack.o mpi.o pk.o cert-cred.o global.o constate.o anon_cred.o pkix_asn1_tab.o gnutls_asn1_tab.o mem.o fingerprint.o tls-sig.o ecc.o alert.o privkey_raw.o system/certs.o system/threads.o system/fastopen.o system/sockets.o str-iconv.o system.o profiles.o inih/ini.o str.o str-unicode.o str-idna.o state.o cert-cred-x509.o file.o supplemental.o random.o crypto-api.o privkey.o pcert.o pubkey.o locks.o dtls.o system_override.o crypto-backend.o verify-tofu.o pin.o tpm.o fips.o safe-memfuncs.o atfork.o randomart.o urls.o prf.o auto-verify.o dh-session.o cert-session.o handshake-checks.o dtls-sw.o dh-primes.o openpgp_compat.o crypto-selftests.o crypto-selftests-pk.o secrets.o extv.o hello_ext_lib.o ocsp-api.o stek.o cert-cred-rawpk.o iov.o system/ktls.o pathbuf.o dlwrap/zlib.o vko.o system/keys-dummy.o tls13/encrypted_extensions.o tls13/certificate_request.o tls13/certificate_verify.o tls13-sig.o tls13/finished.o tls13/key_update.o tls13/hello_retry.o tls13/session_ticket.o tls13/certificate.o tls13/early_data.o tls13/post_handshake.o tls13/psk_ext_parser.o tls13/anti_replay.o srp.o psk.o .libs/libgnutls.lax/libgnu.a/asnprintf.o .libs/libgnutls.lax/libgnu.a/fopen.o .libs/libgnutls.lax/libgnu.a/libgnu_la-basename-lgpl.o .libs/libgnutls.lax/libgnu.a/libgnu_la-bitrotate.o .libs/libgnutls.lax/libgnu.a/libgnu_la-byteswap.o .libs/libgnutls.lax/libgnu.a/libgnu_la-c-ctype.o .libs/libgnutls.lax/libgnu.a/libgnu_la-c-strcasecmp.o .libs/libgnutls.lax/libgnu.a/libgnu_la-c-strncasecmp.o .libs/libgnutls.lax/libgnu.a/libgnu_la-canonicalize-lgpl.o .libs/libgnutls.lax/libgnu.a/libgnu_la-cloexec.o .libs/libgnutls.lax/libgnu.a/libgnu_la-dirname-lgpl.o .libs/libgnutls.lax/libgnu.a/libgnu_la-explicit_bzero.o .libs/libgnutls.lax/libgnu.a/libgnu_la-fd-hook.o .libs/libgnutls.lax/libgnu.a/libgnu_la-free.o .libs/libgnutls.lax/libgnu.a/libgnu_la-fstat.o .libs/libgnutls.lax/libgnu.a/libgnu_la-getdelim.o .libs/libgnutls.lax/libgnu.a/libgnu_la-gl_linkedhash_list.o .libs/libgnutls.lax/libgnu.a/libgnu_la-gl_list.o .libs/libgnutls.lax/libgnu.a/libgnu_la-hash-pjw-bare.o .libs/libgnutls.lax/libgnu.a/libgnu_la-hash.o .libs/libgnutls.lax/libgnu.a/libgnu_la-lock.o .libs/libgnutls.lax/libgnu.a/libgnu_la-malloca.o .libs/libgnutls.lax/libgnu.a/libgnu_la-mbszero.o .libs/libgnutls.lax/libgnu.a/libgnu_la-mempcpy.o .libs/libgnutls.lax/libgnu.a/libgnu_la-memset_explicit.o .libs/libgnutls.lax/libgnu.a/libgnu_la-open.o .libs/libgnutls.lax/libgnu.a/libgnu_la-rawmemchr.o .libs/libgnutls.lax/libgnu.a/libgnu_la-read-file.o .libs/libgnutls.lax/libgnu.a/libgnu_la-readlink.o .libs/libgnutls.lax/libgnu.a/libgnu_la-scratch_buffer_grow.o .libs/libgnutls.lax/libgnu.a/libgnu_la-scratch_buffer_grow_preserve.o .libs/libgnutls.lax/libgnu.a/libgnu_la-scratch_buffer_set_array_size.o .libs/libgnutls.lax/libgnu.a/libgnu_la-secure_getenv.o .libs/libgnutls.lax/libgnu.a/libgnu_la-stat-time.o .libs/libgnutls.lax/libgnu.a/libgnu_la-stat.o .libs/libgnutls.lax/libgnu.a/libgnu_la-stripslash.o .libs/libgnutls.lax/libgnu.a/libgnu_la-strverscmp.o .libs/libgnutls.lax/libgnu.a/libgnu_la-sys_socket.o .libs/libgnutls.lax/libgnu.a/libgnu_la-threadlib.o .libs/libgnutls.lax/libgnu.a/libgnu_la-tls.o .libs/libgnutls.lax/libgnu.a/libgnu_la-unistd.o .libs/libgnutls.lax/libgnu.a/libgnu_la-vsnzprintf.o .libs/libgnutls.lax/libgnu.a/libgnu_la-xsize.o .libs/libgnutls.lax/libgnu.a/memmem.o .libs/libgnutls.lax/libgnu.a/printf-args.o .libs/libgnutls.lax/libgnu.a/printf-parse.o .libs/libgnutls.lax/libgnu.a/vasnprintf.o .libs/libgnutls.lax/libgnutls_x509.a/attributes.o .libs/libgnutls.lax/libgnutls_x509.a/common.o .libs/libgnutls.lax/libgnutls_x509.a/crl.o .libs/libgnutls.lax/libgnutls_x509.a/crl_write.o .libs/libgnutls.lax/libgnutls_x509.a/crq.o .libs/libgnutls.lax/libgnutls_x509.a/dn.o .libs/libgnutls.lax/libgnutls_x509.a/email-verify.o .libs/libgnutls.lax/libgnutls_x509.a/extensions.o .libs/libgnutls.lax/libgnutls_x509.a/hostname-verify.o .libs/libgnutls.lax/libgnutls_x509.a/ip.o .libs/libgnutls.lax/libgnutls_x509.a/key_decode.o .libs/libgnutls.lax/libgnutls_x509.a/key_encode.o .libs/libgnutls.lax/libgnutls_x509.a/krb5.o .libs/libgnutls.lax/lt1-mpi.o .libs/libgnutls.lax/libgnutls_x509.a/name_constraints.o .libs/libgnutls.lax/libgnutls_x509.a/ocsp.o .libs/libgnutls.lax/libgnutls_x509.a/ocsp_output.o .libs/libgnutls.lax/libgnutls_x509.a/output.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs12.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs12_bag.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs12_encr.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs7-attrs.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs7-crypt.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs7-output.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs7.o .libs/libgnutls.lax/lt2-privkey.o .libs/libgnutls.lax/libgnutls_x509.a/privkey_openssl.o .libs/libgnutls.lax/libgnutls_x509.a/privkey_pkcs8.o .libs/libgnutls.lax/libgnutls_x509.a/privkey_pkcs8_pbes1.o .libs/libgnutls.lax/libgnutls_x509.a/prov-seed.o .libs/libgnutls.lax/libgnutls_x509.a/sign.o .libs/libgnutls.lax/libgnutls_x509.a/spki.o .libs/libgnutls.lax/libgnutls_x509.a/time.o .libs/libgnutls.lax/libgnutls_x509.a/tls_features.o .libs/libgnutls.lax/libgnutls_x509.a/verify-high.o .libs/libgnutls.lax/libgnutls_x509.a/verify-high2.o .libs/libgnutls.lax/libgnutls_x509.a/verify.o .libs/libgnutls.lax/libgnutls_x509.a/virt-san.o .libs/libgnutls.lax/libgnutls_x509.a/x509.o .libs/libgnutls.lax/libgnutls_x509.a/x509_dn.o .libs/libgnutls.lax/libgnutls_x509.a/x509_ext.o .libs/libgnutls.lax/libgnutls_x509.a/x509_write.o .libs/libgnutls.lax/libgnutls_ext.a/alpn.o .libs/libgnutls.lax/libgnutls_ext.a/client_cert_type.o .libs/libgnutls.lax/libgnutls_ext.a/compress_certificate.o .libs/libgnutls.lax/libgnutls_ext.a/cookie.o .libs/libgnutls.lax/libgnutls_ext.a/dumbfw.o .libs/libgnutls.lax/lt3-early_data.o .libs/libgnutls.lax/libgnutls_ext.a/ec_point_formats.o .libs/libgnutls.lax/libgnutls_ext.a/etm.o .libs/libgnutls.lax/libgnutls_ext.a/ext_master_secret.o .libs/libgnutls.lax/libgnutls_ext.a/heartbeat.o .libs/libgnutls.lax/libgnutls_ext.a/key_share.o .libs/libgnutls.lax/libgnutls_ext.a/max_record.o .libs/libgnutls.lax/lt4-post_handshake.o .libs/libgnutls.lax/libgnutls_ext.a/pre_shared_key.o .libs/libgnutls.lax/libgnutls_ext.a/psk_ke_modes.o .libs/libgnutls.lax/libgnutls_ext.a/record_size_limit.o .libs/libgnutls.lax/libgnutls_ext.a/safe_renegotiation.o .libs/libgnutls.lax/libgnutls_ext.a/server_cert_type.o .libs/libgnutls.lax/libgnutls_ext.a/server_name.o .libs/libgnutls.lax/lt5-session_ticket.o .libs/libgnutls.lax/libgnutls_ext.a/signature.o .libs/libgnutls.lax/lt6-srp.o .libs/libgnutls.lax/libgnutls_ext.a/srtp.o .libs/libgnutls.lax/libgnutls_ext.a/status_request.o .libs/libgnutls.lax/libgnutls_ext.a/supported_groups.o .libs/libgnutls.lax/libgnutls_ext.a/supported_versions.o .libs/libgnutls.lax/libgnutls_auth.a/anon.o .libs/libgnutls.lax/libgnutls_auth.a/anon_ecdh.o .libs/libgnutls.lax/libgnutls_auth.a/cert.o .libs/libgnutls.lax/libgnutls_auth.a/dh_common.o .libs/libgnutls.lax/libgnutls_auth.a/dhe.o .libs/libgnutls.lax/libgnutls_auth.a/dhe_psk.o .libs/libgnutls.lax/libgnutls_auth.a/ecdhe.o .libs/libgnutls.lax/lt7-psk.o .libs/libgnutls.lax/libgnutls_auth.a/psk_passwd.o .libs/libgnutls.lax/libgnutls_auth.a/rsa.o .libs/libgnutls.lax/libgnutls_auth.a/rsa_psk.o .libs/libgnutls.lax/libgnutls_auth.a/srp_kx.o .libs/libgnutls.lax/libgnutls_auth.a/srp_passwd.o .libs/libgnutls.lax/libgnutls_auth.a/srp_rsa.o .libs/libgnutls.lax/libgnutls_auth.a/srp_sb64.o .libs/libgnutls.lax/libgnutls_auth.a/vko_gost.o .libs/libgnutls.lax/libgnutls_alg.a/cert_types.o .libs/libgnutls.lax/libgnutls_alg.a/ciphers.o .libs/libgnutls.lax/libgnutls_alg.a/ciphersuites.o .libs/libgnutls.lax/lt8-ecc.o .libs/libgnutls.lax/libgnutls_alg.a/groups.o .libs/libgnutls.lax/lt9-kx.o .libs/libgnutls.lax/libgnutls_alg.a/mac.o .libs/libgnutls.lax/libgnutls_alg.a/protocols.o .libs/libgnutls.lax/libgnutls_alg.a/publickey.o .libs/libgnutls.lax/libgnutls_alg.a/secparams.o .libs/libgnutls.lax/lt10-sign.o .libs/libgnutls.lax/libgnutls_extras.a/hex.o .libs/libgnutls.lax/lt11-randomart.o .libs/libgnutls.lax/libaccelerated.a/aarch64-common.o .libs/libgnutls.lax/libaccelerated.a/accelerated.o .libs/libgnutls.lax/libaccelerated.a/aes-aarch64.o .libs/libgnutls.lax/libaccelerated.a/aes-cbc-aarch64.o .libs/libgnutls.lax/libaccelerated.a/aes-ccm-aarch64.o .libs/libgnutls.lax/libaccelerated.a/aes-gcm-aarch64.o .libs/libgnutls.lax/libaccelerated.a/afalg.o .libs/libgnutls.lax/libaccelerated.a/cryptodev-gcm.o .libs/libgnutls.lax/libaccelerated.a/cryptodev.o .libs/libgnutls.lax/libaccelerated.a/ghash-aarch64.o .libs/libgnutls.lax/libaccelerated.a/hmac-sha-aarch64.o .libs/libgnutls.lax/libaccelerated.a/sha-aarch64.o .libs/libgnutls.lax/libaccelerated.a/sha1-armv8.o .libs/libgnutls.lax/libaccelerated.a/sha256-armv8.o .libs/libgnutls.lax/libaccelerated.a/sha512-armv8.o .libs/libgnutls.lax/libcrypto.a/acpkm.o .libs/libgnutls.lax/libcrypto.a/bignum-le.o .libs/libgnutls.lax/lt12-cipher.o .libs/libgnutls.lax/libcrypto.a/cmac-kuznyechik.o .libs/libgnutls.lax/libcrypto.a/cmac-magma.o .libs/libgnutls.lax/libcrypto.a/dsa-compute-k.o .libs/libgnutls.lax/libcrypto.a/dsa-keygen-fips186.o .libs/libgnutls.lax/libcrypto.a/dsa-validate.o .libs/libgnutls.lax/libcrypto.a/ecdsa-compute-k.o .libs/libgnutls.lax/libcrypto.a/gost-wrap.o .libs/libgnutls.lax/libcrypto.a/gost28147.o .libs/libgnutls.lax/libcrypto.a/gost_keywrap.o .libs/libgnutls.lax/libcrypto.a/gostdsa-mask.o .libs/libgnutls.lax/libcrypto.a/hmac-streebog.o .libs/libgnutls.lax/libcrypto.a/init.o .libs/libgnutls.lax/libcrypto.a/kuznyechik.o .libs/libgnutls.lax/lt13-mac.o .libs/libgnutls.lax/libcrypto.a/magma.o .libs/libgnutls.lax/lt14-mpi.o .libs/libgnutls.lax/libcrypto.a/mpn-base256.o .libs/libgnutls.lax/lt15-pk.o .libs/libgnutls.lax/lt16-prf.o .libs/libgnutls.lax/libcrypto.a/provable-prime.o .libs/libgnutls.lax/libcrypto.a/rnd-fuzzer.o .libs/libgnutls.lax/libcrypto.a/rnd.o .libs/libgnutls.lax/libcrypto.a/rsa-keygen-fips186.o .libs/libgnutls.lax/libcrypto.a/rsa-pad.o .libs/libgnutls.lax/libcrypto.a/streebog-meta.o .libs/libgnutls.lax/libcrypto.a/streebog.o .libs/libgnutls.lax/libcrypto.a/sysrng-getentropy.o .libs/libgnutls.lax/libcrypto.a/tls1-prf.o .libs/libgnutls.lax/libcrypto.a/write-le32.o
libtool: link: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib .libs/libgnutls.a
libtool: link: rm -fr .libs/libgnutls.lax .libs/libgnutls.lax
libtool: link: ( cd ".libs" && rm -f "libgnutls.la" && ln -s "../libgnutls.la" "libgnutls.la" )
/bin/sh ../libtool  --tag=CXX   --mode=link /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=gnu++11 -I.././../src/v3.8.7.1-e7d3823e53.clean/lib/includes -I./includes -fPIC -g -no-undefined -version-info 30:0:0 -L/Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -o libgnutlsxx.la -rpath /Users/leanderSchulten/git_projekte/vcpkg2/vcpkg_installed/arm64-osx/debug/lib libgnutlsxx_la-gnutlsxx.lo libgnutls.la 
libtool: link: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar cr .libs/libgnutlsxx.a  libgnutlsxx_la-gnutlsxx.o
libtool: link: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib .libs/libgnutlsxx.a
libtool: link: ( cd ".libs" && rm -f "libgnutlsxx.la" && ln -s "../libgnutlsxx.la" "libgnutlsxx.la" )
Making all in extra
Making all in includes
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in po

Additional context

vcpkg.json
{
  "dependencies": [
    {
      "name": "libgnutls",
      "default-features": false,
      "features": []
    }
  ],
  "$builtin-baseline": "edc84ff66e6262a9f7565c28eb76577aeab9c5aa",
  "$overrides": [
    {
      "name": "cgal",
      "version": "5.6.1"
    }
  ]
}

@Cheney-W Cheney-W added the category:port-bug The issue is with a library, which is something the port should already support label Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

2 participants