```./pants Building native engine error: failed to...
# general
b
Copy code
./pants
Building native engine
error: failed to download from `<https://crates.io/api/v1/crates/adler/0.2.3/download>`

Caused by:
  [77] Problem with the SSL CA cert (path? access rights?) (error setting certificate verify locations:
    CAfile: /usr/lib/ssl/certs/ca-certificates.crt
    CApath: /usr/lib/ssl/certs)

Failed to build native engine.
h
That's a new one to me
Since this is about hacking on Pants itself, rather than using Pants, and is about building the Rust engine, I'd say let's take this to #engine
👍 2
b
(I resolved this, it was a really wacky misconfiguration that seems probably specific to my machine.
sudo apt install --reinstall ca-certificates
ended up fixing it)
👍 2