Changes between Version 7 and Version 9 of Ticket #5729


Ignore:
Timestamp:
Apr 27, 2020, 2:01:04 AM (4 years ago)
Author:
Krinkle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5729

    • Property Summary [PATCH] build-osx-libs.sh updategnutls-3.6.8 fails to build on macOS 10.15 Catalina
  • Ticket #5729 – Description

    v7 v9  
     1{{{
     2ld: weak import of symbol '___darwin_check_fd_set_overflow' not supported because of option: -no_weak_imports for architecture x86_64
     3clang: error: linker command failed with exit code 1 (use -v to see invocation)
     4make[4]: *** [gnutls-cli-debug] Error 1
     5make[4]: *** Waiting for unfinished jobs....
     6make[3]: *** [all-recursive] Error 1
     7make[2]: *** [all] Error 2
     8make[1]: *** [all-recursive] Error 1
     9make: *** [all] Error 2
     10ERROR: GnuTLS build failed
     11
     12}}}
     13
    114I would like to recommend the following changes to build the libraries.
    215I found the suggestions for these changes here https://gitlab.com/gnutls/gnutls/-/issues/966