-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Build failed on Ubuntu, ring couldn't be compiled #936
Comments
Does the output really end after It's definitely a problem with briansmith/ring and not Rocket so I'm going to close the issue, but feel free to follow up here. |
Thanks @jebrosen I think so also, here is what's after
I'll open an issue regarding that in ring repo, I'm just checking cause in Rocket we don't have the latest version from Ring (maybe they fixed the issue), and from here it says that we can disable the support for private cookies, does it still build Ring even if we disable the private cookies? |
I didn't realize you were compiling for aarch64. You would need to install a cross-compilation toolchain, then, but I don't know what Ubuntu names those packages.
Based on #905 and briansmith/ring#628, I believe that version of ring does have problems on aarch64, but not the ones you described. I didn't see any issues with building it, just some particular functionality failing at runtime.
Disabling |
Hum, I found a fix using |
I did saw many issues with the same problem for Windows, and can't find a way to counter this (maybe using the master version).
I'm currently using Rocket v0.4.0 and on Ubuntu the build gives me this:
The text was updated successfully, but these errors were encountered: