2012/11/19 Canek Peláez Valdés <[email protected]>: > On Mon, Nov 19, 2012 at 6:51 AM, Serghei Amelian <[email protected]> wrote: >> On Monday 19 November 2012 14:42:27 Fat-Zer wrote: >> [...] >> > > I would try Serghei's suggestion; automake complains about > AC_LANG_SOURCE and several GTK_DOC macros, probably because the > interfaces for them (or the macros themselves) have changed. To fix > it, maybe you could try to install an old version of automake and > gtk-doc, but I don't think you can do that without downgrading many > other parts of your system. I've checked gtk-doc: the dev-util/gtk-doc-1.17 was released in 2006 and and version 1.18 in 2007. It doesn't seems that ebuilds got some notable changes since then.
About automake: with versions prior or equal to 1.8 it fails on aclocal stage: https://gist.github.com/4115294 With all newer versions got the same automake error. It seems for some reason it doesn't includes gtk-doc.m4. Have automake got some sort of include or includedir statement for those files? Or does them affected by any ENV ? > Serghei's suggestion sounds just like what you need; you don't > actually want HAL, just the capabilities it provides, and udisks does > that. >
