Summary: | [TEST] app-admin/lnav-0.9.0-r3 - ../.../doctest.hh: error: size of array altStackMem is not an integral constant-expression | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Randy Barlow <randy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint, sam |
Priority: | Normal | Keywords: | PullRequest, TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=811318 https://github.com/gentoo/gentoo/pull/22230 https://bugs.gentoo.org/show_bug.cgi?id=812353 https://github.com/tstack/lnav/pull/915 https://github.com/gentoo/gentoo/pull/22454 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 803482 | ||
Attachments: |
emerge-info.txt
app-admin:lnav-0.9.0-r3:20210822-215729.log emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 735244 [details]
emerge-info.txt
Created attachment 735247 [details]
app-admin:lnav-0.9.0-r3:20210822-215729.log
Created attachment 735250 [details]
emerge-history.txt
Created attachment 735253 [details]
environment
Created attachment 735256 [details]
etc.portage.tar.bz2
Created attachment 735259 [details]
logs.tar.bz2
Created attachment 735262 [details]
temp.tar.bz2
This appears to be in a bundled copy of doctest, like bug 811318. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafe205df773f3ed6f0867733f571a6f6d2efde9 commit dafe205df773f3ed6f0867733f571a6f6d2efde9 Author: Petr Vaněk <arkamar@atlas.cz> AuthorDate: 2021-09-01 09:46:26 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-09-07 20:23:46 +0000 dev-cpp/doctest: initial import Bug: https://bugs.gentoo.org/811318 Bug: https://bugs.gentoo.org/809752 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org> dev-cpp/doctest/Manifest | 1 + dev-cpp/doctest/doctest-2.4.6.ebuild | 23 +++++++++++++++++++++++ dev-cpp/doctest/metadata.xml | 15 +++++++++++++++ 3 files changed, 39 insertions(+) I submitted an upstream patch to allow doctest to be unbundled in the configure script. By default, I'll wait a bit to see what solution we settle on there, and then I can backport that patch for Gentoo. But if this is more urgent I can go ahead and backport it as-is for now. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7d108e817923b96029671420ba834a1a294257 commit 8a7d108e817923b96029671420ba834a1a294257 Author: Randy Barlow <randy@electronsweatshop.com> AuthorDate: 2021-10-01 05:17:23 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-10-02 04:26:45 +0000 app-admin/lnav: Unbundle doctest Backport https://github.com/tstack/lnav/pull/915 so we can use the system doctest while we wait on a new lnav upstream release. Closes: https://bugs.gentoo.org/809752 Closes: https://bugs.gentoo.org/812353 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/22454 Signed-off-by: Sam James <sam@gentoo.org> .../files/lnav-0.10.0-use-system-doctest.patch | 73 ++++++++++++++++++++++ app-admin/lnav/lnav-0.10.0-r2.ebuild | 62 ++++++++++++++++++ 2 files changed, 135 insertions(+) |