[lxc-devel] [PATCH cgmanager] bump required version of libnih to 1.0.3

Dwight Engen dwight.engen at oracle.com
Wed Jan 28 20:19:49 UTC 2015


Attempting to build with 1.0.2 gives the following error:

nih-dbus-tool:org.linuxcontainers.cgmanager.xml:41:51:
Invalid D-Bus type in <arg> type attribute: Unknown typecode

since 1.0.2 does not support the type 'h' for passing the
sockfd.

Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 904c4f3..4d1298a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PROG_CC_C99
 
 AC_PATH_PROG([NIH_DBUS_TOOL], [nih-dbus-tool])
 
-PKG_CHECK_MODULES([NIH], [libnih >= 1.0.2])
+PKG_CHECK_MODULES([NIH], [libnih >= 1.0.3])
 PKG_CHECK_MODULES([NIH_DBUS], [libnih-dbus >= 1.0.0])
 PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.2.16])
 
-- 
1.7.1



More information about the lxc-devel mailing list