** Changed in: gentoo
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1872847
Title:
qemu-alpha linux-user breaks python3.6
Status in QEMU:
New
Status
** Changed in: gentoo
Status: New => Fix Committed
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1872847
Title:
qemu-alpha linux-user breaks python3.6
Status in QEMU:
New
Status in Gentoo
Tested the proposed patch from Sergei Trofimovich, and it solves the
problem, while doesn't break the other archs I use (mips64,arm,aarch64
also tested).
Thank you!
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchp
Related Gentoo bug: https://bugs.gentoo.org/717548
** Also affects: gentoo
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1872847
Title:
qemu-alpha linux
Tried git version qemu-alpha as well, and I can confirm it gives the
same error.
For additional information, neither of these has this bug (nor in 4.2.0,
neither in git):
- qemu-mips64
- qemu-arm
- qemu-aarch64
--
You received this bug notification because you are a member of qemu-
devel-ml, wh
I know, that it is broken since I use for alpha emulation, since
2017-2018. However it worked with python2.7 before. But python 2.7
reached end of life support, and HAVE TO use 3.6 or 3.7, so this one
became a pain now. I will try the git version, but have no high hopes...
--
You received this bu
It also produces that Illegal Instruction on Gentoo. However, the exact
same cmake binary runs without issue on real hardware.
Some additions: qemu-mips64, qemu-arm, qemu-aarch64 doesn't have this
problem (I'am using it with the same version of cmake compiled to/under
those, and real HW).
--
You
Public bug reported:
Running on Gentoo Linux in a chroot environment:
# python3 -c 'import selectors; selectors.DefaultSelector()'
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.7/selectors.py", line 349, in __init__
self._selector = self._selector_cls()
OSE