
Hi,
I'm trying to contribute the packaging of pypy to Alpine Linux. I got the bootstrapping for x86 x86_64 and s390x working. On aarch64 two of the pypy tests are failing[1]:
- TestLogParser.test - TestMicroNumPy.test_reduce_logical_and
[1] https://gitlab.alpinelinux.org/liske/aports/-/jobs/367904#L4261
Are that known issues, is there anything I could do to help to fix them? I don't know if my packaging attempt will be accepted for Alpine. Running all tests without failures should not make it worse ;-)
Regards, Thomas

On Mon, 2021-04-19 at 19:12 +0200, Thomas Liske wrote:
Hi,
I'm trying to contribute the packaging of pypy to Alpine Linux. I got the bootstrapping for x86 x86_64 and s390x working. On aarch64 two of the pypy tests are failing[1]:
- TestLogParser.test
- TestMicroNumPy.test_reduce_logical_and
[1] https://gitlab.alpinelinux.org/liske/aports/-/jobs/367904#L4261
Are that known issues, is there anything I could do to help to fix them? I don't know if my packaging attempt will be accepted for Alpine. Running all tests without failures should not make it worse ;-)
Apparently they are not specific to Alpine:
http://buildbot.pypy.org/summary?category=aarch64&branch=%3Ctrunk%3E
I can't help you more than that, though.

On 19/4/21 1:12 pm, Thomas Liske wrote:
Hi,
I'm trying to contribute the packaging of pypy to Alpine Linux. I got the bootstrapping for x86 x86_64 and s390x working. On aarch64 two of the pypy tests are failing[1]:
- TestLogParser.test
- TestMicroNumPy.test_reduce_logical_and
[1] https://gitlab.alpinelinux.org/liske/aports/-/jobs/367904#L4261
Are that known issues, is there anything I could do to help to fix them? I don't know if my packaging attempt will be accepted for Alpine. Running all tests without failures should not make it worse ;-)
Regards, Thomas
Here are the buildbot results on the Linux aarch64 builds of the default (python2.7) branch http://buildbot.pypy.org/summary?category=aarch64&branch=default. Those failures are known.
Matti
participants (3)
-
Matti Picus
-
Michał Górny
-
Thomas Liske