Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737264 - net-mail/dovecot-2.3.11.3: automagic dependency on app-arch/zstd
Summary: net-mail/dovecot-2.3.11.3: 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: Eray Aslan
URL:
Whiteboard:
Keywords:
: 741608 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-08-15 17:06 UTC by Alexander Tsoy
Modified: 2020-09-12 08:53 UTC (History)
2 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 Alexander Tsoy 2020-08-15 17:06:53 UTC
Please add IUSE=zstd

# ldd /usr/lib64/dovecot/lib20_zlib_plugin.so | grep zstd
        libzstd.so.1 => /usr/lib64/libzstd.so.1 (0x00007fdcd7a87000)
# ldd /usr/lib64/dovecot/lib30_imap_zlib_plugin.so | grep zstd
        libzstd.so.1 => /usr/lib64/libzstd.so.1 (0x00007f56b2761000)
Comment 1 Eray Aslan gentoo-dev 2020-09-12 07:48:43 UTC
*** Bug 741608 has been marked as a duplicate of this bug. ***
Comment 2 Larry the Git Cow gentoo-dev 2020-09-12 08:53:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41483d42a7d49a0f94063af7671c54f15268c9f7

commit 41483d42a7d49a0f94063af7671c54f15268c9f7
Author:     Eray Aslan <eras@gentoo.org>
AuthorDate: 2020-09-12 08:53:26 +0000
Commit:     Eray Aslan <eras@gentoo.org>
CommitDate: 2020-09-12 08:53:26 +0000

    net-mail/dovecot: fix automagic dependencies and libunwind linking
    
    Closes: https://bugs.gentoo.org/737264
    Closes: https://bugs.gentoo.org/682706
    Closes: https://bugs.gentoo.org/728336
    Package-Manager: Portage-3.0.6, Repoman-3.0.1
    Signed-off-by: Eray Aslan <eras@gentoo.org>

 net-mail/dovecot/dovecot-2.3.11.3-r1.ebuild        | 296 +++++++++++++++++++++
 .../dovecot/files/dovecot-unwind-generic.patch     |  15 ++
 net-mail/dovecot/metadata.xml                      |   2 +
 3 files changed, 313 insertions(+)