With zstd installed by mysql-connector-c curl has started linking against zstd which zstd is not listed in curl's dependencies. Reproducible: Always Expected Results: curl should either list zstd as a dependency (preferably use-flag controlled) or not link to libzstd.
Note: zstd support has been newly added to curl-7.72
(In reply to Bruno from comment #1) > Note: zstd support has been newly added to curl-7.72 Thanks for bringing that to my attention.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d5117df2d3e770f2d8a54b137f7e61c2dc10a1 commit 17d5117df2d3e770f2d8a54b137f7e61c2dc10a1 Author: Anthony G. Basile <blueness@gentoo.org> AuthorDate: 2020-10-06 19:26:48 +0000 Commit: Anthony G. Basile <blueness@gentoo.org> CommitDate: 2020-10-06 19:27:03 +0000 net-misc/curl: add missing dependency on app-arch/zstd Closes: https://bugs.gentoo.org/741542 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Anthony G. Basile <blueness@gentoo.org> net-misc/curl/curl-7.72.0-r1.ebuild | 291 ++++++++++++++++++++++++++++++++++++ net-misc/curl/metadata.xml | 1 + 2 files changed, 292 insertions(+)