View Single Post
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#30
Would implementing only udisks from the DeviceKit work (leaving network, audio, input, display etc to HAL)?

EDIT: first block - udisks requires gudev (at least configure says so), svn pulled quite empty sourceforge tree with gudev.mdp/mds and traylib/test.cs, nothing in ./src per se :/ Maybe ubuntu armel gudev package will work?

Nope. Requires libgudev which requires libudev0 (this ubuntu deb installs fine) AND requires libglib2.0-0 >= 2.22.0 (vs 2.20.0 on device): (http://maemo.org/community/maemo-dev...lib_on_maemo5/ bad things can happen?)

Forcing ubuntu libs worked, buuut udisks requires even newer libglib according to configure >=2.31.13... this is not gonna work Oneiric got only 2.30.
Would forcing Precise libglib be a 'very bad idea' or just a 'bad idea'??

Passing variables to see how many other things are missing:
libglib, libgio 2.31.13, libpolkit-gobject-1 0.92, libpolkit-agent-1 0.92.... no way

Last edited by szopin; 2012-03-03 at 14:39.
 

The Following User Says Thank You to szopin For This Useful Post: