Bug 614571

Summary: libudev soname incorrect?
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: udevAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: harald, jonathan, lpoetter, metherid, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-15 06:50:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Nottingham 2010-07-14 19:04:23 UTC
Description of problem:

Or, perhaps both. In any case, there's no versioned requires between udev and libudev, so you can currently get systemd + current udev + older libudev, and systemd immediately falls over with a symbol lookup error.

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

systemd-3-3

How reproducible:

100%

Steps to Reproduce:
1. Install the minimum necessary requirements for systemd
2. Reboot
  
Actual results:

Kernel panic - attempted to kill init!

Comment 1 Lennart Poettering 2010-07-14 21:04:38 UTC
That looks like an ABI problem in udev, as well as a missing versioned dependency between udev and libudev. Reasssigning.

The >= 160 for udev we placed there for reasons unrelated to the ABI.