[Pkg-rust-maintainers] Bug#1132461: Missing dependency openssl in package sq
Malte
malte at sequoia-pgp.org
Wed Apr 1 12:08:13 BST 2026
Package: sq
Version: 1.3.1-2+b2
The package 'sq' seems to be missing 'openssl' as a dependency.
Reproducer:
---
$ docker run -ti --rm debian:trixie bash -i
# apt update -yqq && apt install sq
# sq key generate --own-key --without-password --email alice at example.com
# sq network keyserver publish --cert-email alice at example.com --server
hkp://keys.ubuntu.org
Error: builder error
because: OpenSSL error
root at fa352589a399:/# apt install openssl
Installing:
openssl
[...]
# sq network keyserver publish --cert-email alice at example.com --server
hkp://keys.ubuntu.org
hkp://keys.ubuntu.org: error sending request for url
(http://keys.ubuntu.org:11371/pks/add)
Error: error sending request for url
(http://keys.ubuntu.org:11371/pks/add)
because: operation timed out
---
This reproducer uses the docker image of trixie, installs sq, generates
a key and tries to publish it. This fails because of an OpenSSL error.
Installing openssl and trying again works - well, it produces an
expected error.
I am unsure how meaningful using the docker image is, but it's missing
openssl and thus able to show the problem.
I hope this helps.
all the best
malte
More information about the Pkg-rust-maintainers
mailing list