quiche icon indicating copy to clipboard operation
quiche copied to clipboard

quiche/tokio-quiche build Failure cargo build --release --target x86_64-unknown-linux-musl

Open 18396461958 opened this issue 1 month ago • 0 comments

cargo build --release --target x86_64-unknown-linux-musl
Compiling task-killswitch v0.2.0 Compiling datagram-socket v0.5.0 error: cannot construct msghdr with struct literal syntax due to private fields --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datagram-socket-0.5.0/src/mmsg.rs:59:26 | 59 | msg_hdr: libc::msghdr { | ^^^^^^^^^^^^ | = note: ...and other private fields __pad1 and __pad2 that were not provided

error: cannot construct msghdr with struct literal syntax due to private fields --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datagram-socket-0.5.0/src/mmsg.rs:119:26 | 119 | msg_hdr: libc::msghdr { | ^^^^^^^^^^^^ | = note: ...and other private fields __pad1 and __pad2 that were not provided

error: could not compile datagram-socket (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish...

18396461958 avatar Nov 30 '25 01:11 18396461958