-
Notifications
You must be signed in to change notification settings - Fork 236
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
Missing SO_INCOMING_CPU compiling with armv7-unknown-linux-musleabi #213
Comments
Add SO_INCOMING_CPU for targets arm-unknown-linux-* - fixes rust-lang/socket2#213 - ref shadowsocks/shadowsocks-rust#459
Changed in libc is already merged. Consider fixed the lowest libc version in the next release. |
Thanks for finding and solving the problem @zonyitoo. |
Sorry to borrow this issue, but I found out |
This should fix rust-lang/socket2#213.
Until the next version of libc is released, is there a known workaround, such as pinning a specific version of libc or socket2? |
@fbecart can you run |
Thank you @Thomasdezeeuw for pointing me in the right direction. I realize the problem is currently fixed for a specific set of architectures only. I'm building for |
Define SO_INCOMING_CPU for i686-unknown-linux-musl Following the examples from #2119 and #2123, to fix the same issue with `socket2`: rust-lang/socket2#213
Define SO_INCOMING_CPU for i686-unknown-linux-musl Following the examples from #2119 and #2123, to fix the same issue with `socket2`: rust-lang/socket2#213
There are still many architectures missing |
I am not sure that |
I think this issue is really with libc, not with socket2. |
Unified all Linux sockopts definitions by arch - ref rust-lang/socket2#213
Unified all Linux sockopts definitions by arch - ref rust-lang/socket2#213
I meet this issue too.
|
how to work around? |
@JinAirsOs you can disable the |
Unified all Linux sockopts definitions by arch - ref rust-lang/socket2#213
Unified all Linux sockopts definitions by arch - ref rust-lang/socket2#213
Unified all Linux sockopts definitions by arch - ref rust-lang/socket2#213
Unified all Linux sockopts definitions by arch - ref rust-lang/socket2#213
Unified all Linux sockopts definitions by arch - ref rust-lang/socket2#213
Unified all Linux sockopts definitions by arch - ref rust-lang/socket2#213 Fixes #2133
Unified all Linux sockopts definitions by arch - ref rust-lang/socket2#213 Fixes #2133
Unified all Linux sockopts definitions by arch - ref rust-lang/socket2#213 Fixes #2133
- libc v0.2.93, fixes #472, rust-lang/socket2#213
This was originally found in shadowsocks/shadowsocks-rust#459 .
The text was updated successfully, but these errors were encountered: