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.