Hi, ----- Original Message ----- > From: "Sven Kieske" <[email protected]> > To: [email protected] > Sent: Tuesday, January 21, 2014 10:41:10 PM > Subject: [vdsm] ovirt-guest-agent on debian > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > here are my results so far. > > I did: > > install debian 7 x64 into a vm > as root: > > mkdir code > > cd code > > git clone git://gerrit.ovirt.org/ovirt-guest-agent > > cd ovirt-guest-agent > > ./autogen.sh > > ./autogen.sh: 3: ./autogen.sh: autoreconf: not found > > apt-get install dh-autoreconf > > ./autogen.sh > > ./configure > configure: error: no suitable Python interpreter found > > apt-get install python > > ./configure > > ./configure: line 15790: --variable=systemdsystemunitdir: command not > found > checking for pep8... no > configure: WARNING: python-pep8 not found > ./configure: line 15868: syntax error near unexpected token 'GDM_PLUGIN, ' > ./configure: line 15868: ' PKG_CHECK_MODULES(GDM_PLUGIN; ' > > apt-get install pep8 > > I found this: > > http://lists.ovirt.org/pipermail/users/2013-August/015773.html > > so I tried: > > ./configure --with-gdm=no --with-sso=no > > but I get the same errors again. > > Doing "less configure" shows however that this options should be > recognized and supported? > > Any help will be appreciated. >
Did you try as a start the packages pointed at from [1]? > I will try to maintain some manual and get patches in so we can > get a stable build for Debian. Thanks! [1] http://www.ovirt.org/How_to_install_the_guest_agent_in_Ubuntu Best regards, -- Didi _______________________________________________ vdsm-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel
