commit: 7befae982f3e6957d0ae92074500f6f8068b1cc5 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Nov 6 11:19:50 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Nov 6 11:21:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=7befae98
Temporarily mask ncurses-6.3 on qemu builds The ~arch qemu builds need to upgrade sandbox first (works with sandbox 2.29) Seen on alpha: checking whether the C compiler works... * /var/tmp/portage/sys-apps/sandbox-2.25/work/sandbox-2.25/libsandbox/trace.c:_do_ptrace():83: failure (Function not implemented): * ISE:_do_ptrace: ptrace(PTRACE_TRACEME, ..., 0x0000000000000000, 0x0000000000000000): Function not implemented configure: error: cannot run C compiled programs. Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> releases/portage/stages-qemu/package.mask/releng/ncurses | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/releases/portage/stages-qemu/package.mask/releng/ncurses b/releases/portage/stages-qemu/package.mask/releng/ncurses new file mode 100644 index 00000000..d85f6341 --- /dev/null +++ b/releases/portage/stages-qemu/package.mask/releng/ncurses @@ -0,0 +1,8 @@ +# Temporarily mask ncurses-6.3, since the ~arch qemu builds need to upgrade sandbox first (works with sandbox 2.29) +# +# Seen on alpha: +#checking whether the C compiler works... * /var/tmp/portage/sys-apps/sandbox-2.25/work/sandbox-2.25/libsandbox/trace.c:_do_ptrace():83: failure (Function not implemented): +# * ISE:_do_ptrace: ptrace(PTRACE_TRACEME, ..., 0x0000000000000000, 0x0000000000000000): Function not implemented +#configure: error: cannot run C compiled programs. +# +>=sys-libs/ncurses-6.3
