Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1228128

Summary: "No library named udev" error on installing RHEL-7.2-20150604.n.0 Workstation x86_64 compose
Product: Red Hat Enterprise Linux 7 Reporter: Vadim Rutkovsky <vrutkovs>
Component: loraxAssignee: Brian Lane <bcl>
Status: CLOSED NOTABUG QA Contact: Release Test Team <release-test-team-automation>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.2CC: bcl, ruyang
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-05 15:24: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:

Description Vadim Rutkovsky 2015-06-04 09:31:20 UTC
Description of problem:
Anaconda crashes

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Provision a machine with RHEL-7.2-20150604.n.0 Workstation x86_64 compose
2. Check 'console.log'

Actual results:
File "/usr/lib/python2.7/site-packages/blivet/devices/__init__.py", line 22, in <module>  
    from .lib import get_device_majors, devicePathToName, deviceNameToDiskByPath, ParentList  
  File "/usr/lib/python2.7/site-packages/blivet/devices/lib.py", line 22, in <module>  
    from .. import udev  
  File "/usr/lib/python2.7/site-packages/blivet/udev.py", line 31, in <module>  
    import pyudev  
  File "/usr/lib/python2.7/site-packages/pyudev/__init__.py", line 48, in <module>  
    from pyudev.device import *  
  File "/usr/lib/python2.7/site-packages/pyudev/device.py", line 35, in <module>      
    from pyudev._libudev import libudev  
  File "/usr/lib/python2.7/site-packages/pyudev/_libudev.py", line 289, in <module>  
    libudev = load_udev_library()  
  File "/usr/lib/python2.7/site-packages/pyudev/_libudev.py", line 272, in load_udev_library  
    raise ImportError('No library named udev')  
ImportError: No library named udev

Expected results:
No crash

Additional info:
See sample task https://beaker.engineering.redhat.com/jobs/973506

Comment 1 Brian Lane 2015-06-05 15:24:28 UTC
This is actually due to the anaconda/blivet rebase. lorax needs a few changes which will go in today as related to the rebase bug 1196721 instead of creating a new one.