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

cannot find value SO_INCOMING_CPU in crate libc #38

Closed
dosgo opened this issue Jun 27, 2021 · 3 comments
Closed

cannot find value SO_INCOMING_CPU in crate libc #38

dosgo opened this issue Jun 27, 2021 · 3 comments
Labels

Comments

@dosgo
Copy link

dosgo commented Jun 27, 2021

image

docker run --rm --privileged=true -v /d/rust/ddnsv6-rust/src:/home/rust/src messense/rust-musl-cross:mipsel-musl cargo build --release

@messense
Copy link
Member

I think it's fixed in libc 0.2.93, see rust-lang/libc#2135 , please check that the libc version in your Cargo.lock is new enough?

@messense
Copy link
Member

https://github.com/dosgo/ddnsv6-rust/blob/0f08595e612796c2c8c9124d9b94ba65a28f1bdb/Cargo.lock#L888 it's 0.2.89, you need to run cargo update -p libc to update it.

@dosgo
Copy link
Author

dosgo commented Jun 27, 2021

OK, thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants