
This is a multi-part message in MIME format. --------------050209020102030808040804 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 19.08.2013 13:21, Karli Sjöberg пишет:
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 <Karli.Sjoberg@slu.se <mailto:Karli.Sjoberg@slu.se>> 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-gu...
./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.
Hello! Now when virtio_console(4) driver available in CURRENT does anyone works on porting ovirt-guest-agent to FreeBSD? --------------050209020102030808040804 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <div class="moz-cite-prefix">19.08.2013 13:21, Karli Sjöberg пишет:<br> </div> <blockquote cite="mid:5F9E965F5A80BC468BE5F40576769F092E70ED40@exchange2-1" type="cite"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="GENERATOR" content="GtkHTML/4.6.4"> mån 2013-08-19 klockan 12:11 +0200 skrev Vinzenz Feenstra: <blockquote type="CITE">On 08/19/2013 10:01 AM, Karli Sjöberg wrote:<br> <br> </blockquote> <blockquote type="CITE"> <blockquote type="CITE">mån 2013-08-19 klockan 09:53 +0200 skrev Michal Skrivanek: <blockquote type="CITE"> <pre>On Aug 19, 2013, at 09:41 , Karli Sjöberg <<a moz-do-not-send="true" href="mailto:Karli.Sjoberg@slu.se">Karli.Sjoberg@slu.se</a>> wrote: <font color="#737373">> Hi!</font> <font color="#737373">> </font> <font color="#737373">> 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:</font> <font color="#737373">> </font> <font color="#737373">> OPTIONS='</font> <font color="#737373">> --without-gdm-plugin --without-gdm2-plugin --without-kdm-plugin --without-pam-ovirt-cred</font> <font color="#737373">> --with-gdm-plugin=no --with-gdm2-plugin=no --with-kdm-plugin=no --with-pam-ovirt-cred=no</font> <font color="#737373">> --disable-gdm-plugin --disable-gdm2-plugin --disable-kdm-plugin --disable-pam-ovirt-cred</font> <font color="#737373">> --enable-gdm-plugin=no --enable-gdm2-plugin=no --enable-kdm-plugin=no --enablepam-ovirt-cred-=no'</font> <font color="#737373">> </font> <font color="#737373">> # ./configure ${OPTIONS}</font> <font color="#737373">> </font> <font color="#737373">> Regardless of how I try, it just responds:</font> <font color="#737373">> configure: WARNING: unrecognized options: ${OPTIONS}</font> <font color="#737373">> </font> <font color="#737373">> I took the package from the "official" oVirt.org repo, src file:</font> <font color="#737373">> ovirt-guest-agent-1.0.6.tar.bz2</font> <font color="#737373">> </font> <font color="#737373">> What am I doing wrong?</font> Hi the parameters are gdm, kdm and sso, set them to no </pre> </blockquote> <br> I don´t get it, it doesn´t seem to care:<br> <br> # ./configure --without-gdm<br> # ./configure --with-gdm=no<br> # ./configure --enable-gdm=no<br> # ./configure --disable-gdm<br> # ./configure --without-gdm --with-gdm=no --enable-gdm=no --disable-gdm<br> configure: WARNING: unrecognized options: --without-gdm, --with-gdm, --enable-gdm, --disable-gdm<br> </blockquote> this feature of disabling it was introduced to ovirt-guest-agent in 1.0.8<br> <br> Try this one: <a moz-do-not-send="true" href="http://evilissimo.fedorapeople.org/releases/ovirt-guest-agent/1.0.8/ovirt-guest-agent-1.0.8.1.tar.bz2">http://evilissimo.fedorapeople.org/releases/ovirt-guest-agent/1.0.8/ovirt-guest-agent-1.0.8.1.tar.bz2</a><br> <br> ./configure --without-sso --prefix=/usr<br> </blockquote> <br> 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;)<br> <br> 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.<br> </blockquote> <br> Hello!<br> Now when virtio_console(4) driver available in CURRENT does anyone works on porting ovirt-guest-agent to FreeBSD?<br> </body> </html> --------------050209020102030808040804--