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

[gmp/nettle] try fixing build issues #11565

Merged
merged 2 commits into from
May 27, 2020

Conversation

Neumann-A
Copy link
Contributor

Another approach of build nettle/gmp which maybe fixes the build issues?

@BillyONeal
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

ports/gmp/portfile.cmake Outdated Show resolved Hide resolved
ports/nettle/portfile.cmake Outdated Show resolved Hide resolved
@JackBoosY
Copy link
Contributor

Related: #11502 #7733

@JackBoosY JackBoosY added the info:reviewed Pull Request changes follow basic guidelines label May 27, 2020
@dan-shaw dan-shaw merged commit 924eb89 into microsoft:master May 27, 2020
@JackBoosY
Copy link
Contributor

The nettle:x64-osx regression happens again:

Undefined symbols for architecture x86_64:
  "_EVP_bf_ecb", referenced from:
      _openssl_bf128_set_encrypt_key in nettle-openssl.o
      _openssl_bf128_set_decrypt_key in nettle-openssl.o
  "_EVP_cast5_ecb", referenced from:
      _openssl_cast128_set_encrypt_key in nettle-openssl.o
      _openssl_cast128_set_decrypt_key in nettle-openssl.o
ld: symbol(s) not found for architecture x86_64

@Neumann-A Neumann-A deleted the try_fixing_nettle_gmp branch July 17, 2020 19:26
@wrobelda
Copy link
Contributor

wrobelda commented Oct 8, 2020

The nettle:x64-osx regression happens again:

Undefined symbols for architecture x86_64:
  "_EVP_bf_ecb", referenced from:
      _openssl_bf128_set_encrypt_key in nettle-openssl.o
      _openssl_bf128_set_decrypt_key in nettle-openssl.o
  "_EVP_cast5_ecb", referenced from:
      _openssl_cast128_set_encrypt_key in nettle-openssl.o
      _openssl_cast128_set_decrypt_key in nettle-openssl.o
ld: symbol(s) not found for architecture x86_64

Trying to build nettle on macOS and seeing this exact error. Should this be reported as a separate issue?

@JackBoosY
Copy link
Contributor

@wrobelda Yes please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants