Bug 6578 - udisks package broken
Summary: udisks package broken
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-21 09:22 UTC by Beren Scott
Modified: 2013-10-21 10:44 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.