Bug 6578

Summary: udisks package broken
Product: buildroot Reporter: Beren Scott <berenscott>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Beren Scott 2013-10-21 09:22:13 UTC
Attempting to add udisks causes gudev configure error:

configure: error: Package requirements (gudev-1.0 >= 147) were not met:
Comment 1 Thomas De Schampheleire 2013-10-21 10:44:54 UTC
I tried on the latest master and udisks builds fine here. 
The 'gudev' version that is being checked is specified in package/udev/udev.mk. Current buildroot has udev-182, and udisks (1.0.4) needs udev-147 or later.

What version of buildroot are you using? Since buildroot was already at udev-173 in version 2011.08, I think you are using a very old version. 
You should either upgrade buildroot, or manually fix the problem by bumping udev (and any possible dependency).

If you are using a recent version of buildroot and udev is at a sufficiently recent version, there may be another problem. In this case, please reopen this bug and provide more information.