You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autoantwort
changed the title
[scripts] vcpkg_configure_make: do not set --host on macOS
[scripts] vcpkg_configure_make: do not set --build on macOS
Mar 8, 2021
The libgnutls error is unrelated to this PR. I also cannot build it locally from master, even though I could at the time when I created a PR for it (#14242). It should be added as skip in ci.baseline.txt for the time being, I'll look into fixing it.
The libgnutls:x64-osx failed with following failures:
Undefined symbols for architecture x86_64:
"_libintl_dgettext", referenced from:
_print_one_paragraph in libopts.a(libopts_la-libopts.o)
"_libintl_gettext", referenced from:
_aoGetsText in libcmd-serv.a(serv-args.o)
_print_one_paragraph in libopts.a(libopts_la-libopts.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [gnutls-serv] Error 1
ld: warning: directory not found for option '-L/Users/vagrant/Data/installed/x64-osx/debug/lib/manual-link'
ld: warning: directory not found for option '-L/Users/vagrant/Data/installed/x64-osx/debug/lib/manual-link/'
Undefined symbols for architecture x86_64:
"_libintl_dgettext", referenced from:
_print_one_paragraph in libopts.a(libopts_la-libopts.o)
"_libintl_gettext", referenced from:
_aoGetsText in libcmd-cli.a(cli-args.o)
_print_one_paragraph in libopts.a(libopts_la-libopts.o)
ld: warning: directory not found for option '-L/Users/vagrant/Data/installed/x64-osx/debug/lib/manual-link'
ld: warning: directory not found for option '-L/Users/vagrant/Data/installed/x64-osx/debug/lib/manual-link/'
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [gnutls-cli] Error 1
Undefined symbols for architecture x86_64:
"_libintl_dgettext", referenced from:
_print_one_paragraph in libopts.a(libopts_la-libopts.o)
"_libintl_gettext", referenced from:
_print_one_paragraph in libopts.a(libopts_la-libopts.o)
_aoGetsText in libcmd-srp.a(srptool-args.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [srptool] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
category:vcpkg-featureThe issue is a new capability of the tool that doesn’t already exist and we haven’t committeddepends:different-prThis PR or Issue depends on a PR which has been filed
6 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the pull request
See last discussion on #16595