Bug 1900643
Summary: | lector: FTBFS in Fedora rawhide | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
Component: | lector | Assignee: | Audrey Yeena Toskin <audrey> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | audrey, mhroncok, thrnciar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-12-17 03:37:28 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: | 1868278, 1890881 |
Description
Tomáš Hrnčiar
2020-11-23 13:22:48 UTC
Installing lector script to /builddir/build/BUILDROOT/lector-0.5.1-2.fc34.x86_64/usr/bin writing list of installed files to 'install.txt' + rm -rfv /builddir/build/BUILDROOT/lector-0.5.1-2.fc34.x86_64/usr/bin/__pycache__ + mkdir -p /builddir/build/BUILDROOT/lector-0.5.1-2.fc34.x86_64//usr/share/metainfo/ + cp --archive /builddir/build/SOURCES/io.github.BasioMeusPuga.Lector.metainfo.xml /builddir/build/BUILDROOT/lector-0.5.1-2.fc34.x86_64//usr/share/metainfo/ + mv /builddir/build/BUILDROOT/lector-0.5.1-2.fc34.x86_64//usr/share/applications/lector.desktop /builddir/build/BUILDROOT/lector-0.5.1-2.fc34.x86_64//usr/share/applications/io.github.BasioMeusPuga.Lector.desktop + mv /builddir/build/BUILDROOT/lector-0.5.1-2.fc34.x86_64//usr/share/icons/hicolor/scalable/apps/Lector.png /builddir/build/BUILDROOT/lector-0.5.1-2.fc34.x86_64//usr/share/icons/hicolor/512x512/apps/Lector.png mv: cannot move '/builddir/build/BUILDROOT/lector-0.5.1-2.fc34.x86_64//usr/share/icons/hicolor/scalable/apps/Lector.png' to '/builddir/build/BUILDROOT/lector-0.5.1-2.fc34.x86_64//usr/share/icons/hicolor/512x512/apps/Lector.png': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.AnfOnv (%install) Oh, sorry, I immediately assumed this was related to the dependency python3-djvulibre failing to build in Bug #1897558... Upon actually reading the error output, turns out the target directory %{buildroot}/%{_datadir}/icons/hicolor/512x512/apps/ was missing when installing the Lector icon. After fixing that, looks like Lector builds without issue now. https://koji.fedoraproject.org/koji/taskinfo?taskID=56558711 https://bodhi.fedoraproject.org/updates/FEDORA-2020-ed63d1f218 |