Closed LeChatP closed 1 year ago
I've encountered this, too, reproduced with the following commits:
nu ❯ pacman -Qs pam
local/pam 1.5.3-3
PAM (Pluggable Authentication Modules) library
local/pambase 20230918-1
Base PAM configuration for services
local/shadow 4.14.0-4
Password and account management tool suite with support for shadow files and PAM
It does build successfully with this commit:
Also having issues on Ultramarine Linux 38.
Adding the line,
.blocklist_type("__gnuc_va_list")
to build.rs on the bindgen builder fixes this on my machine.
Should be fixed in the just released v1.0.0-alpha5
. Sorry for the delay!
Description I use pam-sys crate for my project. I'm trying resolve every dependencies issues for my project. So to do that I spawned a new archlinux:latest and installed :
pacman -S git sudo pam pkgconf openssl curl cargo-make gcc llvm clang libcap libcap-ng libelf libxml2 linux-headers linux-api-headers make
I'm stuck, this should be working...
Here is the bindings.rs file :