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

[vcpkg baseline][libmicrohttpd] Disable feature libgnutls #17853

Closed

Conversation

JackBoosY
Copy link
Contributor

@JackBoosY JackBoosY commented May 12, 2021

Fix bug on our pipeline test:

Undefined symbols for architecture x86_64:
  "_SecCopyErrorMessageString", referenced from:
      _osstatus_error in libgnutls.a(certs.o)
  "_SecItemExport", referenced from:
      _add_system_trust in libgnutls.a(certs.o)
  "_SecTrustSettingsCopyCertificates", referenced from:
      _add_system_trust in libgnutls.a(certs.o)
Undefined symbols for architecture x86_64:
  "_SecCopyErrorMessageString", referenced from:
      _osstatus_error in libgnutls.a(certs.o)
  "_SecItemExport", referenced from:
      _add_system_trust in libgnutls.a(certs.o)
  "_SecTrustSettingsCopyCertificates", referenced from:
      _add_system_trust in libgnutls.a(certs.o)
Undefined symbols for architecture x86_64:
  "_SecCopyErrorMessageString", referenced from:
      _osstatus_error in libgnutls.a(certs.o)
ld: symbol(s) not found for architecture x86_64
  "_SecItemExport", referenced from:
      _add_system_trust in libgnutls.a(certs.o)
  "_SecTrustSettingsCopyCertificates", referenced from:
      _add_system_trust in libgnutls.a(certs.o)
Undefined symbols for architecture x86_64:
  "_SecCopyErrorMessageString", referenced from:
      _osstatus_error in libgnutls.a(certs.o)
  "_SecItemExport", referenced from:
clang: error: linker command failed with exit code 1 (use -v to see invocation)
      _add_system_trust in libgnutls.a(certs.o)
  "_SecTrustSettingsCopyCertificates", referenced from:
      _add_system_trust in libgnutls.a(certs.o)

Related: #17636

@JackBoosY JackBoosY added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels May 12, 2021
@dg0yt
Copy link
Contributor

dg0yt commented May 12, 2021

How does this relate to #17653?

@JackBoosY
Copy link
Contributor Author

@dg0yt Not related I think. Your PR did not explicitly state that certain features are disabled.

@NancyLi1013 NancyLi1013 added the info:reviewed Pull Request changes follow basic guidelines label May 12, 2021
@dg0yt
Copy link
Contributor

dg0yt commented May 12, 2021

Your PR did not explicitly state that certain features are disabled.

So this was not enough to "explicitly state that certain features are disabled"?

... explicitly

@JackBoosY
Copy link
Contributor Author

Replaced by #17653.

@JackBoosY JackBoosY closed this May 13, 2021
@JackBoosY JackBoosY deleted the dev/jack/fix-baseline-20210512 branch May 13, 2021 07:22
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 info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants