-
Notifications
You must be signed in to change notification settings - Fork 50
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
error: failed to run custom build command for aws-lc-fips-sys v0.12.13
#587
Comments
Hello @pront -- Thanks for reporting this! We started noticing this failure on certain CI jobs a couple of weeks ago. I put up a PR to address it: #584 As a workaround, you might try setting
This appears to have worked when I tested it here. We plan to put out another release of aws-lc-fips-sys soon to correct this issue. |
Thank you @justsmth. Looking forward to the next release. |
aws-lc-rs v1.11.0 has now been released. We believe this release addresses the problem reported here. We will now close this issue. Feel free to re-open it (or open another) if you continue to see a problem after upgrading. Thanks again for reporting this issue! |
This is interesting, I did:
but when I build with I get:
I don't think the issue was fixed. Can you please take another look? Note: I am on macOS 14.7.1. |
To reproduce:
|
Hello again! Thanks for the update! I'm sorry that you hit another build failure. This compile error is one that I don't remember seeing before...
As a workaround, you could try building with Clang v18 or older. The fix for this will require changes to AWS-LC as well as an update to its CI. (The CI for AWS-LC currently tests using Clang versions 10 through 18.) Would you like to re-open this issue? Or copy the information over to a new one? Either way is fine. |
|
To make this a bit more complicated I also just encountered a different error:
|
Problem:
Build error:
clang: error: overriding '-mmacos-version-min=14.7' option with '--target=arm64-apple-macosx15.1' [-Werror,-Woverriding-option]
You can checkout this PR: vectordotdev/vector#21504
Relevant details
AWS-LC for Rust versions or commit:
System information:
Build log:
See above.
The text was updated successfully, but these errors were encountered: