diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-02 05:43:02 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-02 05:44:55 +0100 |
commit | a9e1347f5ad01c14eb7e7c6c64fcc0193bfaab35 (patch) | |
tree | 4f839332a190aea790fd411f2b617e0b95cc29bc /dev-lang | |
parent | sci-libs/blis: bump version to 0.8.1 (diff) | |
download | gentoo-a9e1347f5ad01c14eb7e7c6c64fcc0193bfaab35.tar.gz gentoo-a9e1347f5ad01c14eb7e7c6c64fcc0193bfaab35.tar.bz2 gentoo-a9e1347f5ad01c14eb7e7c6c64fcc0193bfaab35.zip |
dev-lang/python: drop ~m68k from 3.9.9, dumps core on build
The futex facility returned an unexpected error code.
qemu: uncaught target signal 6 (Aborted) - core dumped
make: *** [Makefile:639: sharedmods] Aborted (core dumped)
* ERROR: dev-lang/python-3.9.9::gentoo failed (compile phase):
* emake failed
Command Line: /usr/bin/qemu-m68k ./python -E ./setup.py build
Executable: [...]/stage1-m68k-openrc-20211201T170547Z/usr/bin/qemu-m68k
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.9.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.9.9.ebuild b/dev-lang/python/python-3.9.9.ebuild index ca7093271840..45eb9e82b472 100644 --- a/dev-lang/python/python-3.9.9.ebuild +++ b/dev-lang/python/python-3.9.9.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="PSF-2" SLOT="${PYVER}" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="bluetooth build examples gdbm hardened lto +ncurses pgo +readline +sqlite +ssl test tk wininst +xml" RESTRICT="!test? ( test )" |