Bug 1716537
Summary: | radicale fails to build with Python 3.8 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | radicale | Assignee: | Juan Orti <jorti> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jorti, jplesnik, opensource, pb |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://copr.fedorainfracloud.org/coprs/g/python/python3.8/package/radicale/ | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-07-13 16:35:24 UTC | Type: | --- |
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: | 1686977 |
Description
Miro Hrončok
2019-06-03 14:41:15 UTC
It fails also in rawhide with an error: + /usr/sbin/hardlink -cv /builddir/build/BUILDROOT/radicale-2.1.10-2.fc31.noarch/usr/share/selinux BUILDSTDERR: /var/tmp/rpm-tmp.CKJeDP: line 75: /usr/sbin/hardlink: No such file or directory BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.CKJeDP (%install) It is caused, because hardlink was merged to unix-linux and the path was changed from /usr/sbin/hardlink to /usr/bin/hardlink I've fixed the hardlink problem. The build log is no longer available, could you build it again it python 3.8? |