Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 741542 - net-misc/curl-7.72.0: automagic dependency on app-arch/zstd
Summary: net-misc/curl-7.72.0: automagic dependency on app-arch/zstd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-10 16:47 UTC by Bruno
Modified: 2020-10-06 19:27 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno 2020-09-10 16:47:48 UTC
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.
Comment 1 Bruno 2020-09-11 07:50:51 UTC
Note: zstd support has been newly added to curl-7.72
Comment 2 Anthony Basile gentoo-dev 2020-09-11 17:19:03 UTC
(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.
Comment 3 Larry the Git Cow gentoo-dev 2020-10-06 19:27:09 UTC
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(+)