Bug 2080491 - Problem with livecd-creator after system upgrade
Summary: Problem with livecd-creator after system upgrade
Keywords:
Status: MODIFIED
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: livecd-tools
Version: epel8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Neal Gompa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-04-29 19:34 UTC by sultan
Modified: 2022-04-30 19:27 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: ---
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)
additional information about packages (6.42 KB, text/plain)
2022-04-29 19:43 UTC, sultan
no flags Details

Description sultan 2022-04-29 19:34:32 UTC
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:

Comment 1 sultan 2022-04-29 19:43:47 UTC
Created attachment 1876074 [details]
additional information about packages

Comment 2 Fedora Update System 2022-04-29 22:54:08 UTC
FEDORA-EPEL-2022-4330344c6b has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-4330344c6b

Comment 3 Fedora Update System 2022-04-29 22:54:22 UTC
FEDORA-EPEL-2022-6e41e4f037 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-6e41e4f037

Comment 4 Fedora Update System 2022-04-30 19:25:02 UTC
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.

Comment 5 Fedora Update System 2022-04-30 19:27:01 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.