-
Notifications
You must be signed in to change notification settings - Fork 265
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
libressl 4.0.0 build failed on mips: crypto_arch.h: No such file or directory #1110
Comments
That's a 32-bit mips build, right? In that case, see #1082. If not, we should fix this. We should probably look into erroring out earlier if people attempt to build this. |
Yes. It's 32-bit mips. I use this toolchain for cross compile: http://musl.cc/ Today there're some routers may still use mips arch. |
Thanks. Yes, I'm aware that the architecture is still in use. As mentioned in the other thread, I'm not against supporting it, but it kind of worked by accident so far. We need someone to step up and own this platform. Otherwise it's simply out of scope for now. As mentioned in the ChangeLog for 4.0.0: "The mips32 platform is no longer actively supported." I'll look into making this clearer earlier in the build system. |
v4.0.0 builds and all tests (except year2038) pass on my 32-bit mipsel board w/ debian. Isn't this just about whether or not an architecture has assembly implementations for certain bits? |
Here's the full log of build: https://github.com/abcfy2/aria2-static-build/actions/runs/11342690751/job/31543660613
The reason is:
The text was updated successfully, but these errors were encountered: