Description of problem: The Python 3.6 RPM installs its Makefile to an incorrect directory. The sysconfig module generates the directory name with a multiarch suffix now. Version-Release number of selected component (if applicable): >=3.6.0 How reproducible: Always Steps to Reproduce: 1. python3.6 -c 'import sysconfig; print(sysconfig.get_makefile_filename())' Actual results: The returned file /usr/lib64/python3.6/config-3.6m-x86_64-linux-gnu/Makefile does not exist. It is installed to /usr/lib64/python3.6/config-3.6m/Makefile instead. Expected results: The Makefile should be present at the path returned by the sysconfig module.
This is due to http://bugs.python.org/issue23968 change which was introduced in Python 3.6 Patch 205 [0] was not updated to reflect that, so LIBPL will actually need to be $(LIBDEST)/config-$(LDVERSION)-${PLATFORM_TRIPLET} [0] http://pkgs.fedoraproject.org/cgit/rpms/python3.git/tree/00205-make-libpl-respect-lib64.patch
A small correction. It should be: $(LIBDEST)/config-$(LDVERSION)-$(MULTIARCH) Will test the changes and will push the fix the next days.
Note: This also affects the python36 package.
Pushed and building for rawhide: https://src.fedoraproject.org/cgit/rpms/python3.git/commit/?h=master&id=bea97d96d29c1893f4c695da96a9d62f69618ff6 https://koji.fedoraproject.org/koji/taskinfo?taskID=18801703 I will not push it yet for Fedora 26 as I am waiting for the resolution of http://bugs.python.org/issue29943 first.
python3-3.6.1-3.fc26 python3-docs-3.6.1-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-1918e9452a
python3-3.6.1-3.fc26, python3-docs-3.6.1-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-1918e9452a
python3-3.6.1-3.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-1918e9452a
python3-3.6.1-4.fc26 python3-docs-3.6.1-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-e1e5e717c6
python3-3.6.1-4.fc26, python3-docs-3.6.1-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-e1e5e717c6
python3-3.6.1-4.fc26, python3-docs-3.6.1-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.