Bug 2080491
| Summary: | Problem with livecd-creator after system upgrade | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | sultan <sultanu> | ||||
| Component: | livecd-tools | Assignee: | Neal Gompa <ngompa13> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | epel8 | CC: | adam.stokes, bcl, bruno, dhuff, katzj, metherid, negativo17, ngompa13, vanmeeuwen+fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | --- | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2025-07-04 15:53:55 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: | |||||||
| Attachments: |
|
||||||
Created attachment 1876074 [details]
additional information about packages
FEDORA-EPEL-2022-4330344c6b has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-4330344c6b FEDORA-EPEL-2022-6e41e4f037 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-6e41e4f037 FEDORA-EPEL-2022-4330344c6b has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2022-6e41e4f037 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: Today we have updated our system RockyLinux VERSION="8.5 After reboot we found out problem with livecd-creator. We could not build image you can see error below: Traceback (most recent call last): File "/bin/livecd-creator", line 31, in <module> import imgcreate File "/usr/lib/python3.6/site-packages/imgcreate/__init__.py", line 19, in <module> from imgcreate.live import * File "/usr/lib/python3.6/site-packages/imgcreate/live.py", line 35, in <module> from imgcreate.fs import * File "/usr/lib/python3.6/site-packages/imgcreate/fs.py", line 35, in <module> from imgcreate.util import * File "/usr/lib/python3.6/site-packages/imgcreate/util.py", line 23, in <module> from errors import * ModuleNotFoundError: No module named 'errors' Build step 'Execute shell' marked build as failure We have started googling and we didn't find any information about this module - ModuleNotFoundError: No module named 'errors' in Python. We found solution how we can fix this problem, we commented out line number 23 (#from errors import *) in /usr/lib/python3.6/site-packages/imgcreate/util.py file. But it is not good idea, if we want update our system again, we will see the same problem. Version-Release number of selected component (if applicable): RockyLinux VERSION="8.5 (Green Obsidian)" 4.18.0-348.20.1.el8_5.x86_64 with all packages. How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: