Summary: | dev-libs/libgit2-0.26.8: test offline (buf::oom::grow) fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Deutschmann (RETIRED) <whissi> |
Component: | Current packages | Assignee: | Michał Górny <mgorny> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gnome |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/libgit2/libgit2/issues/4868 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 669736 | ||
Attachments: | build.log |
Description
Thomas Deutschmann (RETIRED)
![]() @Whissi, could you test whether the following patch fixes it for you: https://github.com/libgit2/libgit2/commit/415a8ae9c9b6ac18f0524b6af8e58408b426457d.patch ? Actually, I think it's obvious enough that I'll apply it immediately, and let you stabilize if it solves all the issues. (In reply to Michał Górny from comment #2) > Actually, I think it's obvious enough that I'll apply it immediately, and > let you stabilize if it solves all the issues. Patch doesn't apply: > 1 out of 3 hunks FAILED -- saving rejects to file tests/buf/oom.c.rej ...but when upstream propose to release new version without that test because backport impossible, I can stabilize and ignore test failure for now. No need to, I've already rebased it and when I finish testing it didn't break amd64, I'll commit it. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99914da67e748f4eceec5a02e9ce603917d50004 commit 99914da67e748f4eceec5a02e9ce603917d50004 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2018-10-28 21:40:28 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2018-10-28 21:44:11 +0000 dev-libs/libgit2: Skip OOM tests on 32-bit systems Closes: https://bugs.gentoo.org/669892 Signed-off-by: Michał Górny <mgorny@gentoo.org> ...libgit2-0.26.8-disable-oom-tests-on-32bit.patch | 64 ++++++++++++++++++++++ dev-libs/libgit2/libgit2-0.26.8.ebuild | 7 +++ dev-libs/libgit2/libgit2-0.27.7.ebuild | 7 +++ 3 files changed, 78 insertions(+) |