mån 2013-08-19 klockan 12:11 +0200 skrev Vinzenz Feenstra: On 08/19/2013 10:01 AM, Karli Sjöberg wrote:
mån 2013-08-19 klockan 09:53 +0200 skrev Michal Skrivanek: On Aug 19, 2013, at 09:41 , Karli Sjöberg <[email protected]<mailto:[email protected]>> wrote: > Hi! > > As part of a template I´m preparing, I´m wondering how to compile the agent > with just the basics included. I´ve tried running like: > > OPTIONS=' > --without-gdm-plugin --without-gdm2-plugin --without-kdm-plugin > --without-pam-ovirt-cred > --with-gdm-plugin=no --with-gdm2-plugin=no --with-kdm-plugin=no > --with-pam-ovirt-cred=no > --disable-gdm-plugin --disable-gdm2-plugin --disable-kdm-plugin > --disable-pam-ovirt-cred > --enable-gdm-plugin=no --enable-gdm2-plugin=no --enable-kdm-plugin=no > --enablepam-ovirt-cred-=no' > > # ./configure ${OPTIONS} > > Regardless of how I try, it just responds: > configure: WARNING: unrecognized options: ${OPTIONS} > > I took the package from the "official" oVirt.org repo, src file: > ovirt-guest-agent-1.0.6.tar.bz2 > > What am I doing wrong? Hi the parameters are gdm, kdm and sso, set them to no I don´t get it, it doesn´t seem to care: # ./configure --without-gdm # ./configure --with-gdm=no # ./configure --enable-gdm=no # ./configure --disable-gdm # ./configure --without-gdm --with-gdm=no --enable-gdm=no --disable-gdm configure: WARNING: unrecognized options: --without-gdm, --with-gdm, --enable-gdm, --disable-gdm this feature of disabling it was introduced to ovirt-guest-agent in 1.0.8 Try this one: http://evilissimo.fedorapeople.org/releases/ovirt-guest-agent/1.0.8/ovirt-guest-agent-1.0.8.1.tar.bz2 ./configure --without-sso --prefix=/usr You know what, sorry about the noise, because it seems as if virtio-serial isn´t even available on FreeBSD, so it´s moot anyway... Should probably have looked that up before even getting started;) But besides the fact that it won´t work until that´s sorted, I can at least say that it configured, compiled and installed OK using René´s suggestion, cloning from git and building from there. Thanks, michal > > -- > > Med Vänliga Hälsningar > ------------------------------------------------------------------------------- > Karli Sjöberg > Swedish University of Agricultural Sciences > Box 7079 (Visiting Address Kronåsvägen 8) > S-750 07 Uppsala, Sweden > Phone: +46-(0)18-67 15 66 > [email protected]<mailto:[email protected]> > _______________________________________________ > Users mailing list > [email protected]<mailto:[email protected]> > http://lists.ovirt.org/mailman/listinfo/users -- Med Vänliga Hälsningar ------------------------------------------------------------------------------- Karli Sjöberg Swedish University of Agricultural Sciences Box 7079 (Visiting Address Kronåsvägen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66 [email protected]<mailto:[email protected]> _______________________________________________ Users mailing list [email protected]<mailto:[email protected]> http://lists.ovirt.org/mailman/listinfo/users -- Regards, Vinzenz Feenstra | Senior Software Engineer RedHat Engineering Virtualization R & D Phone: +420 532 294 625 IRC: vfeenstr or evilissimo Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com -- Med Vänliga Hälsningar ------------------------------------------------------------------------------- Karli Sjöberg Swedish University of Agricultural Sciences Box 7079 (Visiting Address Kronåsvägen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66 [email protected]<mailto:[email protected]>
_______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

