[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug 1872847] Re: qemu-alpha linux-user breaks python3.6
From: |
Barnabas Viragh |
Subject: |
[Bug 1872847] Re: qemu-alpha linux-user breaks python3.6 |
Date: |
Wed, 15 Apr 2020 08:56:51 -0000 |
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 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
Bug description:
Running on Gentoo Linux in a chroot environment:
# python3 -c 'import selectors; selectors.DefaultSelector()'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/selectors.py", line 349, in __init__
self._selector = self._selector_cls()
OSError: [Errno 22] Invalid argument
However, on real hardware, with the same binaries there is no
exception.
This impacts whole python3 based Gentoo ebuild system (package
management), and renders linux user mode alpha emulation in chroot
environment building useless, more or less.
The used systems:
# qemu-alpha --version
qemu-alpha version 4.2.0
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
# uname -a
Linux blackbird 5.4.28-gentoo-blackbird-06 #2 SMP Sat Apr 4 13:13:10 CEST
2020 x86_64 AMD Ryzen 5 3600 6-Core Processor AuthenticAMD GNU/Linux
(chroot)# python3 --version
Python 3.7.7
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1872847/+subscriptions
- [Bug 1872847] [NEW] qemu-alpha linux-user breaks python3.6, Barnabas Viragh, 2020/04/14
- [Bug 1872847] Re: qemu-alpha linux-user breaks python3.6, Laurent Vivier, 2020/04/15
- [Bug 1872847] Re: qemu-alpha linux-user breaks python3.6,
Barnabas Viragh <=
- [Bug 1872847] Re: qemu-alpha linux-user breaks python3.6, Barnabas Viragh, 2020/04/15
- [Bug 1872847] Re: qemu-alpha linux-user breaks python3.6, Barnabas Viragh, 2020/04/15
- [Bug 1872847] Re: qemu-alpha linux-user breaks python3.6, Sergei Trofimovich, 2020/04/15
- [Bug 1872847] Re: qemu-alpha linux-user breaks python3.6, Barnabas Viragh, 2020/04/15
- [Bug 1872847] Re: qemu-alpha linux-user breaks python3.6, Barnabas Viragh, 2020/04/18
- [Bug 1872847] Re: qemu-alpha linux-user breaks python3.6, Barnabas Viragh, 2020/04/18
- [Bug 1872847] Re: qemu-alpha linux-user breaks python3.6, Laurent Vivier, 2020/04/20
- [Bug 1872847] Re: qemu-alpha linux-user breaks python3.6, Laurent Vivier, 2020/04/30