Missing dependencies for aws-lc-sys
#1334
Labels
bug
A functionality or parts of a program that do not work as intended
aws-lc-sys
#1334
Description
Trying to compile from source fails on Raspberry Pi OS fails when
cmake libclang-dev
isn't installed as they're needed for theaws-lc-sys
crate (pulled in fromhyper-rustls
>rustls
,rustls-webpki
) . The wiki should probably mention this.To Reproduce
I compiled with
cargo build -j3 -Z unstable-options --artifact-dir ../../ --bins --no-default-features -F pulseaudio_backend,dbus_mpris
on Raspberry Pi OS Lite (bookworm)Expected behavior
Compiles when everything mentioned in Building from source is installed
Logs
Click to show logs
Versions (please complete the following information):
Additional info:
This wasn't a problem a month before release
The text was updated successfully, but these errors were encountered: