Summary: | dev-perl/Cache-Memcached-Fast-0.260.0 fails tests : panic: av_extend_guts() negative count (-2) at t/commands.t line 175. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kent Fredric (IRC: kent\n) (RETIRED) <kentnl> |
Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | TESTFAILURE |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://rt.cpan.org/Ticket/Display.html?id=132572 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 300119 |
Description
Kent Fredric (IRC: kent\n) (RETIRED)
![]() The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773f7ad9ec4c08f2323f3ac19b4619b3709e8d11 commit 773f7ad9ec4c08f2323f3ac19b4619b3709e8d11 Author: Kent Fredric <kentnl@gentoo.org> AuthorDate: 2020-05-13 12:15:16 +0000 Commit: Kent Fredric <kentnl@gentoo.org> CommitDate: 2020-05-13 12:26:29 +0000 dev-perl/Cache-Memcached-Fast: Bump to version 0.260.0 - EAPI7 - Correct license as best possible given upstream weirdness: Although its very unlikely an end user will use the C parts of this as a library, the possibility still exists that they will, and after installing/downloading this package from Gentoo mirrors, may attempt to crib some of its source code. Subsequently, the only thing that makes sense is to forward expose the LGPL-2.1+ part mandatorially, because we can't make assertions about how people will use this. - Do unconditional removal of annoying tests - Add warning about known test failure with bug #722848 ref, but this path only seems to affect code that tries to use the (new) methods, gat/gat_multi, so existing code is likely unaffected. Upstream: - Fix the stack when not returning anything - Add methods "->gat" and "->gat_multi" for updating expiration time while fetching a key/keys. Bug: https://bugs.gentoo.org/722848 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> .../Cache-Memcached-Fast-0.260.0.ebuild | 49 ++++++++++++++++++++++ dev-perl/Cache-Memcached-Fast/Manifest | 1 + 2 files changed, 50 insertions(+) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4662b23662390eca5b9865852047e4143ec86b commit ea4662b23662390eca5b9865852047e4143ec86b Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2021-05-25 19:42:52 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2021-05-25 19:44:08 +0000 dev-perl/Cache-Memcached-Fast: Version bump 0.27 Closes: https://bugs.gentoo.org/722848 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> .../Cache-Memcached-Fast-0.270.0.ebuild | 60 ++++++++++++++++++++++ dev-perl/Cache-Memcached-Fast/Manifest | 1 + .../Cache-Memcached-Fast-0.270.0-no-flto.patch | 17 ++++++ 3 files changed, 78 insertions(+) |