Closed issue by pullmoll on void-packages repository https://github.com/void-linux/void-packages/issues/12058 Description: ``` … Compiling jobserver v0.1.13 error[E0308]: mismatched types --> /tmp/.cargo/registry/src/github.com-1ecc6299db9ec823/jobserver-0.1.13/src/lib.rs:665:40 | 665 | libc::pthread_kill(self.thread.as_pthread_t(), libc::SIGUSR1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected *-ptr, found u64 | = note: expected type `*mut imp::libc::c_void` found type `u64` error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. error: Could not compile `jobserver`. warning: build failed, waiting for other jobs to finish... error: build failed => ERROR: cargo-0.36.0_1: do_build: '$cargo build --release $(vopt_if static --features="all-static")' exited with 101 => ERROR: in do_build() at srcpkgs/cargo/template:103 ```