Bug 1791973
Summary: | mpi4py fails to build with Python 3.9: INTERNAL ERROR: invalid error code fffffffe | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | mpi4py | Assignee: | Thomas Spura <tomspur> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, dakingun, mhroncok, python-sig, sanjay.ankur, tomspur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | mpi4py-3.0.3-3.fc33 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-26 08:44:42 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1785415 |
Description
Miro Hrončok
2020-01-16 19:18:38 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32. The latest two builds suggest a different error: + PYTHONPATH=/builddir/build/BUILDROOT/mpi4py-3.0.3-1.fc33.x86_64/usr/lib64/python3.9/site-packages/mpich + mpiexec -np 1 python3 test/runtests.py -v --no-builddir -e spawn RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.LFhbsv (%check) extra tokens at the end of %endif directive in line 216: %endif # mpich disable Bad exit status from /var/tmp/rpm-tmp.LFhbsv (%check) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.7/site-packages/mockbuild/util.py", line 739, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: I fixed that one and wait for the next build in your copr. This seems a deep error within MPI itself and I would report it upstream after the failure in your copr. https://copr.fedorainfracloud.org/coprs/g/python/python3.9/build/1278451/ + mpiexec -np 1 python3 test/runtests.py -v --no-builddir -e spawn Fatal error in PMPI_Init_thread: Other MPI error, error stack: MPIR_Init_thread(586)..............: MPID_Init(224).....................: channel initialization failed MPIDI_CH3_Init(105)................: MPID_nem_init(324).................: MPID_nem_tcp_init(175).............: MPID_nem_tcp_get_business_card(404): MPID_nem_tcp_init(375).............: gethostbyname failed, f50d07e28e6449c4a6b7324ce3437a80 (errno 0) RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.BVYMhv (%check) MPID_nem_tcp_init(375).............: gethostbyname failed, f50d07e28e6449c4a6b7324ce3437a80 (errno 0) *could* be because it's expecting a FQDN for the hostname (like sendmail). Not sure how to set it here to test, though. This comment is mass posted to all bugs blocking the Python 3.9 tracker, sorry if it is not 100 % relevant. When in doubt, please ask. The Python 3.9 rebuild is in progress in a Koji side tag. If you fix this bug, please don't rebuild the package in regular rawhide, but do it in the side tag with: $ fedpkg build --target=f33-python The rebuild is progressing slowly and it is possible this package won't have all the required build dependencies yet. If that's the case, please just leave the fix committed and pushed and we will eventually rebuild it for you. You are not asked to go and try rebuild all the missing dependencies yourself. If you know there is a bootstrap loop in the dependencies, let me know and we can untangle it together. If you want to test your fix or reproduce the failure, you can still use the Copr repo mentioned in the initial comment of this bug: https://copr.fedorainfracloud.org/coprs/g/python/python3.9/ |