-
Notifications
You must be signed in to change notification settings - Fork 78
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
upgpatch: rust #2333
upgpatch: rust #2333
Conversation
I am hitting this error on my build machine.
It seems unrelated to the patch. Any advice is appreciated since it takes too long to build Update: It seems that ‘-fvisibility-global-new-delete-hidden’ is only supported by clang++ Full build log: rust-1:1.68.0-1-riscv64-build.log |
Commenting this line made the build pass but I doubt if it is the right solution.
|
It is odd that if I build the 1:1.67.1-1 version of the PKGBUILD with the patch from this repo, the same error occurs. |
I have confirmed that this is caused by a bug in I will make a PR to rust repo that updates their |
Cannot reproduce on RISC-V hardware. I think the PR is ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds fine on RISC-V hardware.
Fix rotten patch.