Summary: | mail-filter/rspamd-3.5: fails to compile against dev-libs/libfmt-10.0.0 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Craig Andrews <candrews> |
Component: | Current packages | Assignee: | Petr Vaněk <arkamar> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | candrews |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/rspamd/rspamd/issues/4482 | ||
See Also: |
https://github.com/gentoo/gentoo/pull/31156 https://github.com/gentoo/gentoo/pull/32183 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 906077, 905345 | ||
Attachments: | build.log |
Description
Craig Andrews
![]() Created attachment 861431 [details]
build.log
Reported upstream at https://github.com/rspamd/rspamd/issues/4482 The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7f6e70a391191a79c64e0eb95b5c806d7dbb26 commit 5a7f6e70a391191a79c64e0eb95b5c806d7dbb26 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-05-10 16:08:49 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-05-10 16:08:49 +0000 profiles: mask =dev-libs/libfmt-10.0.0 Bug: https://bugs.gentoo.org/906077 Bug: https://bugs.gentoo.org/906068 Bug: https://bugs.gentoo.org/906071 Bug: https://bugs.gentoo.org/906074 Bug: https://bugs.gentoo.org/906075 Bug: https://bugs.gentoo.org/906076 Bug: https://bugs.gentoo.org/906069 Signed-off-by: Sam James <sam@gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45db47d0b8b97d082d8ba4566817737dab5795c6 commit 45db47d0b8b97d082d8ba4566817737dab5795c6 Author: Petr Vaněk <arkamar@atlas.cz> AuthorDate: 2023-05-17 10:48:53 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-05-26 10:58:38 +0000 mail-filter/rspamd: limit deps to <dev-libs/libfmt-10 Upstream-issue: https://github.com/rspamd/rspamd/issues/4482 Closes: https://bugs.gentoo.org/906068 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org> mail-filter/rspamd/{rspamd-3.4-r2.ebuild => rspamd-3.4-r3.ebuild} | 3 ++- mail-filter/rspamd/{rspamd-3.5.ebuild => rspamd-3.5-r1.ebuild} | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f736635e014f88ede09af2be9f4c06601fe5b75 commit 0f736635e014f88ede09af2be9f4c06601fe5b75 Author: Petr Vaněk <arkamar@atlas.cz> AuthorDate: 2023-08-03 15:36:16 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-08-07 05:35:45 +0000 mail-filter/rspamd: add 3.6 - It was necessary to rebase all patches because upstream changed coding style - New patch was taken from upstream in order to fix tests [1] broken by linter - This version seems to work with libfmt-10 [2], see bug #906068 - Restoring lua5-{3..4} support, see bug #903577 [1] https://github.com/rspamd/rspamd/pull/4560 [2] https://github.com/rspamd/rspamd/issues/4482 Bug: https://bugs.gentoo.org/903577 Bug: https://bugs.gentoo.org/906068 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org> mail-filter/rspamd/Manifest | 1 + .../files/rspamd-3.6-cmake-lua-version.patch | 64 +++++++++ .../rspamd/files/rspamd-3.6-fix-tests.patch | 23 ++++ .../rspamd/files/rspamd-3.6-unbundle-lua.patch | 61 +++++++++ .../files/rspamd-3.6-unbundle-snowball.patch | 20 +++ mail-filter/rspamd/rspamd-3.6.ebuild | 150 +++++++++++++++++++++ 6 files changed, 319 insertions(+) |