Closed thewh1teagle closed 1 year ago
Hmm, you seem to be compiling inside a docker container, but the libdbus-1-dev package is installed on the host, not inside the container. Therefore the libdbus-1-dev package is not available to the Rust compiler.
I can't verify because it seems like the workflow has disappeared.
Feel free to reopen in case you disagree and think there is a problem with libdbus-sys.
I have this library as dependency in my Rust project and I'm trying to build it with github workflow but the build failed with the error:
I followed the instruction and installed the required packages:
I also checked what's my dbus-1 version:
You can see the full workflow log here: Run dbus_version=$(pkg-config --modversion dbus-1) dbus-1 version: 1.12
https://github.com/thewh1teagle/rookie/actions/runs/6409300681/job/17400201117#step:5:13