[Bug 1872847] Re: qemu-alpha linux-user breaks python3.6

2020-04-18 Thread Barnabas Viragh
** 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

[Bug 1872847] Re: qemu-alpha linux-user breaks python3.6

2020-04-18 Thread Barnabas Viragh
** 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

[Bug 1872847] Re: qemu-alpha linux-user breaks python3.6

2020-04-15 Thread Barnabas Viragh
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

[Bug 1872847] Re: qemu-alpha linux-user breaks python3.6

2020-04-15 Thread Barnabas Viragh
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

[Bug 1872847] Re: qemu-alpha linux-user breaks python3.6

2020-04-15 Thread Barnabas Viragh
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

[Bug 1872847] Re: qemu-alpha linux-user breaks python3.6

2020-04-15 Thread Barnabas Viragh
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

[Bug 1860553] Re: cmake crashes on qemu-alpha-user with Illegal Instruction

2020-04-14 Thread Barnabas Viragh
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

[Bug 1872847] [NEW] qemu-alpha linux-user breaks python3.6

2020-04-14 Thread Barnabas Viragh
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