Skip to content
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

SO_INCOMING_CPU not defined for s390x-unknown-linux-gnu #2133

Closed
decathorpe opened this issue Mar 30, 2021 · 0 comments · Fixed by #2135
Closed

SO_INCOMING_CPU not defined for s390x-unknown-linux-gnu #2133

decathorpe opened this issue Mar 30, 2021 · 0 comments · Fixed by #2135
Labels
C-API-request Category: API request

Comments

@decathorpe
Copy link

I am trying to compile nb-connect 1.1.0 (which pulls in socket2 0.4.0) on Fedora Rawhide, but the build fails with SO_INCOMING_CPU not being defined in libc on i686 (fixed with libc 0.2.92) and s390x. I see that this constant was only very recently added to libc:

But the constant has not been added to s390x-unknown-linux-gnu yet.

@decathorpe decathorpe added the C-bug Category: bug label Mar 30, 2021
@JohnTitor JohnTitor added C-API-request Category: API request and removed C-bug Category: bug labels Mar 30, 2021
bors added a commit that referenced this issue Apr 5, 2021
Unified all Linux sockopts definitions by arch

- ref rust-lang/socket2#213

Fixes #2133
bors added a commit that referenced this issue Apr 5, 2021
Unified all Linux sockopts definitions by arch

- ref rust-lang/socket2#213

Fixes #2133
@bors bors closed this as completed in ac494b1 Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-API-request Category: API request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants