-
Notifications
You must be signed in to change notification settings - Fork 62
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
Many warnings from cmake and can't build with cc1.exe: all warnings being treated as errors
#425
Comments
Thanks for your reply and the fixes! I think I have been able to suppress the error and work around it for now, but another problem caused it to fail to compile.
I know this is off-topic, is it worth submitting a new issue? |
Do you have a link to the full output? I believe "zmm25" is related to AVX-512 support, which is supported by NASM v2.11 and later: https://www.nasm.us/xdoc/2.11/html/nasmdocc.html Is it possible that an older version of NASM is being used? |
Thanks for your response!
It seems Is this a cross compile to |
The issue is that your build is using YASM instead of NASM as the assembler.
YASM appears to be an abandoned rewrite of NASM that's not had a release since August of 2014 -- around the time NASM 2.11 released. I'm not sure how it's being installed or why it's being found instead of NASM. |
Thanks for pointing out that! YASM seems to have been updated even recently, and the rtools used here (based on msys2) seem to include both NASM and YASM; I don't know why YASM was preferred over NASM. |
I posted a PR upstream to help address this issue. |
Our patches to address this issue have been released in v1.7.3. Let us know if you have any other build issues. Thanks! |
Thanks for quick updates! I will try. |
Problem:
I could not successfully build a package that has this crate as a dependency.
Perhaps there is something wrong with the way I have it set up?
Relevant details
aws-lc-sys@0.17.0
System information: for linux, below info can be collected by running
uname -srvmp
Build log:
/~https://github.com/eitsupi/r-glaredb/actions/runs/9234681710/job/25408657673?pr=18#step:11:1086
The text was updated successfully, but these errors were encountered: