We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After changing tokio-postgres version to 0.7.8 there are build errors for the target x86_64-unknown-linux-musl.
There are many errors such following in the build output:
#11 307.9 Compiling socket2 v0.5.1 #11 308.9 error[E0425]: cannot find value `DCCP_SOCKOPT_SERVICE` in crate `libc` #11 308.9 --> /usr/src/gserver/vendor/socket2/src/sys/unix.rs:2452:23 #11 308.9 | #11 308.9 2452 | libc::DCCP_SOCKOPT_SERVICE, #11 308.9 | ^^^^^^^^^^^^^^^^^^^^ not found in `libc` #11 308.9 #11 308.9 error[E0425]: cannot find value `DCCP_SOCKOPT_SERVICE` in crate `libc` #11 308.9 --> /usr/src/gserver/vendor/socket2/src/sys/unix.rs:2466:66 #11 308.9 | #11 308.9 2466 | unsafe { getsockopt(self.as_raw(), libc::SOL_DCCP, libc::DCCP_SOCKOPT_SERVICE) } #11 308.9 | ^^^^^^^^^^^^^^^^^^^^ not found in `libc`
It happens after changing socket2 dependency version to 0.5
The text was updated successfully, but these errors were encountered:
You'll need to file this against socket2.
Sorry, something went wrong.
Thanks, that issue already exists in socket2 rust-lang/socket2#405
No branches or pull requests
After changing tokio-postgres version to 0.7.8 there are build errors for the target x86_64-unknown-linux-musl.
There are many errors such following in the build output:
It happens after changing socket2 dependency version to 0.5
The text was updated successfully, but these errors were encountered: