All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Using Libvirtd with virt-manager on aarch64
       [not found] <1421410606285.98486@caviumnetworks.com>
@ 2015-01-16 15:14 ` Stefano Stabellini
  2015-01-16 17:28   ` Jaggi, Manish
  0 siblings, 1 reply; 12+ messages in thread
From: Stefano Stabellini @ 2015-01-16 15:14 UTC (permalink / raw)
  To: Jaggi, Manish
  Cc: xen-devel, Ian Campbell, Stefano Stabellini, Kumar, Vijaya,
	jfehlig, Anthony.Perard, Kiarie Kahurani, clark.laughlin

[-- Attachment #1: Type: text/plain, Size: 810 bytes --]

Hello Manish,
recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
working together on ARM.  He wrote the following wiki page:

https://wiki.linaro.org/OpenStack/DevstackOnXenARM

Cheers,

Stefano

On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> Hi Jim,
> 
> 
> I am trying to run libvirtd / virsh / virt-manager on aarch64 platform (Cavium thunderX).
> 
> Am able to build from the git and able to connect virsh with xen:/// but am not able to get the output of list.
> 
> vish nodeinfo command is working.
> 
> 
> ​Saw  patches in the git log 
> - Add support for parsing/formating Xen XL config
> - tests: Tests for the xen-xl parser
> 
> Could you please help with the steps / pointers to run virsh / virt-manager with libvirtd. 
> ​-Regards
> Manish
> 
> 

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-16 15:14 ` Using Libvirtd with virt-manager on aarch64 Stefano Stabellini
@ 2015-01-16 17:28   ` Jaggi, Manish
  2015-01-19 10:31     ` Stefano Stabellini
  0 siblings, 1 reply; 12+ messages in thread
From: Jaggi, Manish @ 2015-01-16 17:28 UTC (permalink / raw)
  To: Stefano Stabellini, clark.laughlin
  Cc: xen-devel, Ian Campbell, Kumar, Vijaya, jfehlig, Anthony.Perard,
	Kiarie Kahurani

Hi Stefano /clark,
Thanks for sharing the link. For dom0 I am using openSuse.
I have followed the steps listed on the(https://libvirt.org/compiling.html#building) to build and install. I believe build-librvit-deb would be doing the same steps or I need to create libvirt-xen.spec.in ?

I need some pointers on what could be wrong in my setup because of which I am getting virsh list empty.
One thing I noted that virsh is able to connect to xen:/// after /etc/init.d/xencommons start is done.
I am using xen 4.5 rc1.

Is virsh list working in your setup?

-Regards
Manish

________________________________________
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Sent: Friday, January 16, 2015 8:44 PM
To: Jaggi, Manish
Cc: jfehlig@suse.com; Kiarie Kahurani; Stefano Stabellini; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com; clark.laughlin@linaro.org
Subject: Re: Using Libvirtd with virt-manager on aarch64

Hello Manish,
recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
working together on ARM.  He wrote the following wiki page:

https://wiki.linaro.org/OpenStack/DevstackOnXenARM

Cheers,

Stefano

On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> Hi Jim,
>
>
> I am trying to run libvirtd / virsh / virt-manager on aarch64 platform (Cavium thunderX).
>
> Am able to build from the git and able to connect virsh with xen:/// but am not able to get the output of list.
>
> vish nodeinfo command is working.
>
>
> ​Saw  patches in the git log
> - Add support for parsing/formating Xen XL config
> - tests: Tests for the xen-xl parser
>
> Could you please help with the steps / pointers to run virsh / virt-manager with libvirtd.
> ​-Regards
> Manish
>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-16 17:28   ` Jaggi, Manish
@ 2015-01-19 10:31     ` Stefano Stabellini
  2015-01-19 19:09       ` Jaggi, Manish
  0 siblings, 1 reply; 12+ messages in thread
From: Stefano Stabellini @ 2015-01-19 10:31 UTC (permalink / raw)
  To: Jaggi, Manish
  Cc: xen-devel, Ian Campbell, Stefano Stabellini, Kumar, Vijaya,
	jfehlig, Anthony.Perard, Kiarie Kahurani, clark.laughlin

[-- Attachment #1: Type: text/plain, Size: 2235 bytes --]

On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> Hi Stefano /clark,
> Thanks for sharing the link. For dom0 I am using openSuse.
> I have followed the steps listed on the(https://libvirt.org/compiling.html#building) to build and install. I believe build-librvit-deb would be doing the same steps or I need to create libvirt-xen.spec.in ?

You are right: at the end of build-librvit-deb, the script calls
debuild, that is not going to work on opensuse.

I suggest you avoid build-librvit-deb and build libvirt by hand, as from
the webpage you linked.



> I need some pointers on what could be wrong in my setup because of which I am getting virsh list empty.
> One thing I noted that virsh is able to connect to xen:/// after /etc/init.d/xencommons start is done.
> I am using xen 4.5 rc1.
> 
> Is virsh list working in your setup?

virsh is supposed to be working correctly. Have you tried creating any
guests via virsh?



> -Regards
> Manish
> 
> ________________________________________
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Sent: Friday, January 16, 2015 8:44 PM
> To: Jaggi, Manish
> Cc: jfehlig@suse.com; Kiarie Kahurani; Stefano Stabellini; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com; clark.laughlin@linaro.org
> Subject: Re: Using Libvirtd with virt-manager on aarch64
> 
> Hello Manish,
> recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
> working together on ARM.  He wrote the following wiki page:
> 
> https://wiki.linaro.org/OpenStack/DevstackOnXenARM
> 
> Cheers,
> 
> Stefano
> 
> On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > Hi Jim,
> >
> >
> > I am trying to run libvirtd / virsh / virt-manager on aarch64 platform (Cavium thunderX).
> >
> > Am able to build from the git and able to connect virsh with xen:/// but am not able to get the output of list.
> >
> > vish nodeinfo command is working.
> >
> >
> > ​Saw  patches in the git log
> > - Add support for parsing/formating Xen XL config
> > - tests: Tests for the xen-xl parser
> >
> > Could you please help with the steps / pointers to run virsh / virt-manager with libvirtd.
> > ​-Regards
> > Manish
> >
> >
> 

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-19 10:31     ` Stefano Stabellini
@ 2015-01-19 19:09       ` Jaggi, Manish
  2015-01-19 20:16         ` Jaggi, Manish
  0 siblings, 1 reply; 12+ messages in thread
From: Jaggi, Manish @ 2015-01-19 19:09 UTC (permalink / raw)
  To: Stefano Stabellini, clark.laughlin
  Cc: xen-devel, Ian Campbell, Kumar, Vijaya, jfehlig, Anthony.Perard,
	Kiarie Kahurani

Hi Stefano / Clark,

I thought ubuntu dom0 is the better way to get libvirt working, so following the steps,
(A) there is a build error, if you can help with

root@manish-thunder-dev:/build/libvirt-upstream/libvirt# debuild -us -uc -i -I
Fatal Python error: Failed to open /dev/urandom
Aborted (core dumped)

(B) Also, I was using opensuse image which I believe had xencomons xenstored etc.
How do i get them ? Do i need to do apt-get install xen-tools 

I am stuck on these two points.

-Regards
Manish

________________________________________
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Sent: Monday, January 19, 2015 4:01 PM
To: Jaggi, Manish
Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
Subject: Re: Using Libvirtd with virt-manager on aarch64

On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> Hi Stefano /clark,
> Thanks for sharing the link. For dom0 I am using openSuse.
> I have followed the steps listed on the(https://libvirt.org/compiling.html#building) to build and install. I believe build-librvit-deb would be doing the same steps or I need to create libvirt-xen.spec.in ?

You are right: at the end of build-librvit-deb, the script calls
debuild, that is not going to work on opensuse.

I suggest you avoid build-librvit-deb and build libvirt by hand, as from
the webpage you linked.



> I need some pointers on what could be wrong in my setup because of which I am getting virsh list empty.
> One thing I noted that virsh is able to connect to xen:/// after /etc/init.d/xencommons start is done.
> I am using xen 4.5 rc1.
>
> Is virsh list working in your setup?

virsh is supposed to be working correctly. Have you tried creating any
guests via virsh?



> -Regards
> Manish
>
> ________________________________________
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Sent: Friday, January 16, 2015 8:44 PM
> To: Jaggi, Manish
> Cc: jfehlig@suse.com; Kiarie Kahurani; Stefano Stabellini; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com; clark.laughlin@linaro.org
> Subject: Re: Using Libvirtd with virt-manager on aarch64
>
> Hello Manish,
> recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
> working together on ARM.  He wrote the following wiki page:
>
> https://wiki.linaro.org/OpenStack/DevstackOnXenARM
>
> Cheers,
>
> Stefano
>
> On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > Hi Jim,
> >
> >
> > I am trying to run libvirtd / virsh / virt-manager on aarch64 platform (Cavium thunderX).
> >
> > Am able to build from the git and able to connect virsh with xen:/// but am not able to get the output of list.
> >
> > vish nodeinfo command is working.
> >
> >
> > ​Saw  patches in the git log
> > - Add support for parsing/formating Xen XL config
> > - tests: Tests for the xen-xl parser
> >
> > Could you please help with the steps / pointers to run virsh / virt-manager with libvirtd.
> > ​-Regards
> > Manish
> >
> >
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-19 19:09       ` Jaggi, Manish
@ 2015-01-19 20:16         ` Jaggi, Manish
  2015-01-19 23:34           ` Stefano Stabellini
  0 siblings, 1 reply; 12+ messages in thread
From: Jaggi, Manish @ 2015-01-19 20:16 UTC (permalink / raw)
  To: Stefano Stabellini, clark.laughlin
  Cc: xen-devel, Ian Campbell, Kumar, Vijaya, jfehlig, Anthony.Perard,
	Kiarie Kahurani

(B) solved, it was a small copy.
(A) Still not able to fix.

________________________________________
From: Jaggi, Manish
Sent: Tuesday, January 20, 2015 12:39 AM
To: Stefano Stabellini; clark.laughlin@linaro.org
Cc: jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
Subject: Re: Using Libvirtd with virt-manager on aarch64

Hi Stefano / Clark,

I thought ubuntu dom0 is the better way to get libvirt working, so following the steps,
(A) there is a build error, if you can help with

root@manish-thunder-dev:/build/libvirt-upstream/libvirt# debuild -us -uc -i -I
Fatal Python error: Failed to open /dev/urandom
Aborted (core dumped)

(B) Also, I was using opensuse image which I believe had xencomons xenstored etc.
How do i get them ? Do i need to do apt-get install xen-tools

I am stuck on these two points.

-Regards
Manish

________________________________________
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Sent: Monday, January 19, 2015 4:01 PM
To: Jaggi, Manish
Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
Subject: Re: Using Libvirtd with virt-manager on aarch64

On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> Hi Stefano /clark,
> Thanks for sharing the link. For dom0 I am using openSuse.
> I have followed the steps listed on the(https://libvirt.org/compiling.html#building) to build and install. I believe build-librvit-deb would be doing the same steps or I need to create libvirt-xen.spec.in ?

You are right: at the end of build-librvit-deb, the script calls
debuild, that is not going to work on opensuse.

I suggest you avoid build-librvit-deb and build libvirt by hand, as from
the webpage you linked.



> I need some pointers on what could be wrong in my setup because of which I am getting virsh list empty.
> One thing I noted that virsh is able to connect to xen:/// after /etc/init.d/xencommons start is done.
> I am using xen 4.5 rc1.
>
> Is virsh list working in your setup?

virsh is supposed to be working correctly. Have you tried creating any
guests via virsh?



> -Regards
> Manish
>
> ________________________________________
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Sent: Friday, January 16, 2015 8:44 PM
> To: Jaggi, Manish
> Cc: jfehlig@suse.com; Kiarie Kahurani; Stefano Stabellini; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com; clark.laughlin@linaro.org
> Subject: Re: Using Libvirtd with virt-manager on aarch64
>
> Hello Manish,
> recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
> working together on ARM.  He wrote the following wiki page:
>
> https://wiki.linaro.org/OpenStack/DevstackOnXenARM
>
> Cheers,
>
> Stefano
>
> On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > Hi Jim,
> >
> >
> > I am trying to run libvirtd / virsh / virt-manager on aarch64 platform (Cavium thunderX).
> >
> > Am able to build from the git and able to connect virsh with xen:/// but am not able to get the output of list.
> >
> > vish nodeinfo command is working.
> >
> >
> > ​Saw  patches in the git log
> > - Add support for parsing/formating Xen XL config
> > - tests: Tests for the xen-xl parser
> >
> > Could you please help with the steps / pointers to run virsh / virt-manager with libvirtd.
> > ​-Regards
> > Manish
> >
> >
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-19 20:16         ` Jaggi, Manish
@ 2015-01-19 23:34           ` Stefano Stabellini
  2015-01-20 13:15             ` Jaggi, Manish
  0 siblings, 1 reply; 12+ messages in thread
From: Stefano Stabellini @ 2015-01-19 23:34 UTC (permalink / raw)
  To: Jaggi, Manish
  Cc: xen-devel, Ian Campbell, Stefano Stabellini, Kumar, Vijaya,
	jfehlig, Anthony.Perard, Kiarie Kahurani, clark.laughlin

[-- Attachment #1: Type: text/plain, Size: 4075 bytes --]

On Mon, 19 Jan 2015, Jaggi, Manish wrote:
> (B) solved, it was a small copy.
> (A) Still not able to fix.
> 
> ________________________________________
> From: Jaggi, Manish
> Sent: Tuesday, January 20, 2015 12:39 AM
> To: Stefano Stabellini; clark.laughlin@linaro.org
> Cc: jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
> Subject: Re: Using Libvirtd with virt-manager on aarch64
> 
> Hi Stefano / Clark,
> 
> I thought ubuntu dom0 is the better way to get libvirt working, so following the steps,
> (A) there is a build error, if you can help with
> 
> root@manish-thunder-dev:/build/libvirt-upstream/libvirt# debuild -us -uc -i -I
> Fatal Python error: Failed to open /dev/urandom
> Aborted (core dumped)

/dev/urandom is a common Linux device for pseudo-randomness, see
http://en.wikipedia.org/?title=/dev/random. It is not Xen specific or
board specific. I don't know why you don't have it in your installation.

Have you tried creating it?

mknod -m 444 /dev/urandom c 1 9



> (B) Also, I was using opensuse image which I believe had xencomons xenstored etc.
> How do i get them ? Do i need to do apt-get install xen-tools
> 
> I am stuck on these two points.
> 
> -Regards
> Manish
> 
> ________________________________________
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Sent: Monday, January 19, 2015 4:01 PM
> To: Jaggi, Manish
> Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
> Subject: Re: Using Libvirtd with virt-manager on aarch64
> 
> On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > Hi Stefano /clark,
> > Thanks for sharing the link. For dom0 I am using openSuse.
> > I have followed the steps listed on the(https://libvirt.org/compiling.html#building) to build and install. I believe build-librvit-deb would be doing the same steps or I need to create libvirt-xen.spec.in ?
> 
> You are right: at the end of build-librvit-deb, the script calls
> debuild, that is not going to work on opensuse.
> 
> I suggest you avoid build-librvit-deb and build libvirt by hand, as from
> the webpage you linked.
> 
> 
> 
> > I need some pointers on what could be wrong in my setup because of which I am getting virsh list empty.
> > One thing I noted that virsh is able to connect to xen:/// after /etc/init.d/xencommons start is done.
> > I am using xen 4.5 rc1.
> >
> > Is virsh list working in your setup?
> 
> virsh is supposed to be working correctly. Have you tried creating any
> guests via virsh?
> 
> 
> 
> > -Regards
> > Manish
> >
> > ________________________________________
> > From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> > Sent: Friday, January 16, 2015 8:44 PM
> > To: Jaggi, Manish
> > Cc: jfehlig@suse.com; Kiarie Kahurani; Stefano Stabellini; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com; clark.laughlin@linaro.org
> > Subject: Re: Using Libvirtd with virt-manager on aarch64
> >
> > Hello Manish,
> > recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
> > working together on ARM.  He wrote the following wiki page:
> >
> > https://wiki.linaro.org/OpenStack/DevstackOnXenARM
> >
> > Cheers,
> >
> > Stefano
> >
> > On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > > Hi Jim,
> > >
> > >
> > > I am trying to run libvirtd / virsh / virt-manager on aarch64 platform (Cavium thunderX).
> > >
> > > Am able to build from the git and able to connect virsh with xen:/// but am not able to get the output of list.
> > >
> > > vish nodeinfo command is working.
> > >
> > >
> > > ​Saw  patches in the git log
> > > - Add support for parsing/formating Xen XL config
> > > - tests: Tests for the xen-xl parser
> > >
> > > Could you please help with the steps / pointers to run virsh / virt-manager with libvirtd.
> > > ​-Regards
> > > Manish
> > >
> > >
> >
> 

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-19 23:34           ` Stefano Stabellini
@ 2015-01-20 13:15             ` Jaggi, Manish
  2015-01-20 13:27               ` Clark Laughlin
  0 siblings, 1 reply; 12+ messages in thread
From: Jaggi, Manish @ 2015-01-20 13:15 UTC (permalink / raw)
  To: Stefano Stabellini, clark.laughlin
  Cc: xen-devel, Ian Campbell, Kumar, Vijaya, jfehlig, Anthony.Perard,
	Kiarie Kahurani



________________________________________
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Sent: Tuesday, January 20, 2015 5:04 AM
To: Jaggi, Manish
Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
Subject: Re: Using Libvirtd with virt-manager on aarch64

On Mon, 19 Jan 2015, Jaggi, Manish wrote:
> (B) solved, it was a small copy.
> (A) Still not able to fix.
>
> ________________________________________
> From: Jaggi, Manish
> Sent: Tuesday, January 20, 2015 12:39 AM
> To: Stefano Stabellini; clark.laughlin@linaro.org
> Cc: jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
> Subject: Re: Using Libvirtd with virt-manager on aarch64
>
> Hi Stefano / Clark,
>
> I thought ubuntu dom0 is the better way to get libvirt working, so following the steps,
> (A) there is a build error, if you can help with
>
> root@manish-thunder-dev:/build/libvirt-upstream/libvirt# debuild -us -uc -i -I
> Fatal Python error: Failed to open /dev/urandom
> Aborted (core dumped)

/dev/urandom is a common Linux device for pseudo-randomness, see
http://en.wikipedia.org/?title=/dev/random. It is not Xen specific or
board specific. I don't know why you don't have it in your installation.

Have you tried creating it?

mknod -m 444 /dev/urandom c 1 9

[manish] I am running in chroot environment so it could be an issue. 
Btw Is it possible to get the libvirtd deb so that i can just test it out if it works as desired. Clark can you please fwd.


> (B) Also, I was using opensuse image which I believe had xencomons xenstored etc.
> How do i get them ? Do i need to do apt-get install xen-tools
>
> I am stuck on these two points.
>
> -Regards
> Manish
>
> ________________________________________
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Sent: Monday, January 19, 2015 4:01 PM
> To: Jaggi, Manish
> Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
> Subject: Re: Using Libvirtd with virt-manager on aarch64
>
> On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > Hi Stefano /clark,
> > Thanks for sharing the link. For dom0 I am using openSuse.
> > I have followed the steps listed on the(https://libvirt.org/compiling.html#building) to build and install. I believe build-librvit-deb would be doing the same steps or I need to create libvirt-xen.spec.in ?
>
> You are right: at the end of build-librvit-deb, the script calls
> debuild, that is not going to work on opensuse.
>
> I suggest you avoid build-librvit-deb and build libvirt by hand, as from
> the webpage you linked.
>
>
>
> > I need some pointers on what could be wrong in my setup because of which I am getting virsh list empty.
> > One thing I noted that virsh is able to connect to xen:/// after /etc/init.d/xencommons start is done.
> > I am using xen 4.5 rc1.
> >
> > Is virsh list working in your setup?
>
> virsh is supposed to be working correctly. Have you tried creating any
> guests via virsh?
>
>
>
> > -Regards
> > Manish
> >
> > ________________________________________
> > From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> > Sent: Friday, January 16, 2015 8:44 PM
> > To: Jaggi, Manish
> > Cc: jfehlig@suse.com; Kiarie Kahurani; Stefano Stabellini; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com; clark.laughlin@linaro.org
> > Subject: Re: Using Libvirtd with virt-manager on aarch64
> >
> > Hello Manish,
> > recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
> > working together on ARM.  He wrote the following wiki page:
> >
> > https://wiki.linaro.org/OpenStack/DevstackOnXenARM
> >
> > Cheers,
> >
> > Stefano
> >
> > On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > > Hi Jim,
> > >
> > >
> > > I am trying to run libvirtd / virsh / virt-manager on aarch64 platform (Cavium thunderX).
> > >
> > > Am able to build from the git and able to connect virsh with xen:/// but am not able to get the output of list.
> > >
> > > vish nodeinfo command is working.
> > >
> > >
> > > ​Saw  patches in the git log
> > > - Add support for parsing/formating Xen XL config
> > > - tests: Tests for the xen-xl parser
> > >
> > > Could you please help with the steps / pointers to run virsh / virt-manager with libvirtd.
> > > ​-Regards
> > > Manish
> > >
> > >
> >
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-20 13:15             ` Jaggi, Manish
@ 2015-01-20 13:27               ` Clark Laughlin
  2015-01-21 16:23                 ` Jaggi, Manish
  0 siblings, 1 reply; 12+ messages in thread
From: Clark Laughlin @ 2015-01-20 13:27 UTC (permalink / raw)
  To: Jaggi, Manish
  Cc: xen-devel, Ian Campbell, Stefano Stabellini, Kumar, Vijaya,
	jfehlig, Anthony.Perard, Kiarie Kahurani


[-- Attachment #1.1: Type: text/plain, Size: 5970 bytes --]

I will check and see if I still have it, but I have moved on to other work
and have already destroyed that build/test environment.

I would love to give you a link to Linaro-generated build output, but we
are still in the process of getting that setup and running as well.

If you follow the steps in the document (or the steps in the script), you
end up having to build both xen and xen tools.  You can not use any of the
distro-provided packages.

You will also need to build libvirt, as the libvirt in the distro packages
does not have xen support enabled.

What version of Ubuntu are you using?

- Clark


On Tuesday, January 20, 2015, Jaggi, Manish <Manish.Jaggi@caviumnetworks.com>
wrote:

>
>
> ________________________________________
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com <javascript:;>>
> Sent: Tuesday, January 20, 2015 5:04 AM
> To: Jaggi, Manish
> Cc: Stefano Stabellini; clark.laughlin@linaro.org <javascript:;>;
> jfehlig@suse.com <javascript:;>; Kiarie Kahurani; Kumar, Vijaya;
> Anthony.Perard@citrix.com <javascript:;>; Ian Campbell;
> xen-devel@lists.xensource.com <javascript:;>
> Subject: Re: Using Libvirtd with virt-manager on aarch64
>
> On Mon, 19 Jan 2015, Jaggi, Manish wrote:
> > (B) solved, it was a small copy.
> > (A) Still not able to fix.
> >
> > ________________________________________
> > From: Jaggi, Manish
> > Sent: Tuesday, January 20, 2015 12:39 AM
> > To: Stefano Stabellini; clark.laughlin@linaro.org <javascript:;>
> > Cc: jfehlig@suse.com <javascript:;>; Kiarie Kahurani; Kumar, Vijaya;
> Anthony.Perard@citrix.com <javascript:;>; Ian Campbell;
> xen-devel@lists.xensource.com <javascript:;>
> > Subject: Re: Using Libvirtd with virt-manager on aarch64
> >
> > Hi Stefano / Clark,
> >
> > I thought ubuntu dom0 is the better way to get libvirt working, so
> following the steps,
> > (A) there is a build error, if you can help with
> >
> > root@manish-thunder-dev:/build/libvirt-upstream/libvirt# debuild -us
> -uc -i -I
> > Fatal Python error: Failed to open /dev/urandom
> > Aborted (core dumped)
>
> /dev/urandom is a common Linux device for pseudo-randomness, see
> http://en.wikipedia.org/?title=/dev/random. It is not Xen specific or
> board specific. I don't know why you don't have it in your installation.
>
> Have you tried creating it?
>
> mknod -m 444 /dev/urandom c 1 9
>
> [manish] I am running in chroot environment so it could be an issue.
> Btw Is it possible to get the libvirtd deb so that i can just test it out
> if it works as desired. Clark can you please fwd.
>
>
> > (B) Also, I was using opensuse image which I believe had xencomons
> xenstored etc.
> > How do i get them ? Do i need to do apt-get install xen-tools
> >
> > I am stuck on these two points.
> >
> > -Regards
> > Manish
> >
> > ________________________________________
> > From: Stefano Stabellini <stefano.stabellini@eu.citrix.com
> <javascript:;>>
> > Sent: Monday, January 19, 2015 4:01 PM
> > To: Jaggi, Manish
> > Cc: Stefano Stabellini; clark.laughlin@linaro.org <javascript:;>;
> jfehlig@suse.com <javascript:;>; Kiarie Kahurani; Kumar, Vijaya;
> Anthony.Perard@citrix.com <javascript:;>; Ian Campbell;
> xen-devel@lists.xensource.com <javascript:;>
> > Subject: Re: Using Libvirtd with virt-manager on aarch64
> >
> > On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > > Hi Stefano /clark,
> > > Thanks for sharing the link. For dom0 I am using openSuse.
> > > I have followed the steps listed on the(
> https://libvirt.org/compiling.html#building) to build and install. I
> believe build-librvit-deb would be doing the same steps or I need to create
> libvirt-xen.spec.in ?
> >
> > You are right: at the end of build-librvit-deb, the script calls
> > debuild, that is not going to work on opensuse.
> >
> > I suggest you avoid build-librvit-deb and build libvirt by hand, as from
> > the webpage you linked.
> >
> >
> >
> > > I need some pointers on what could be wrong in my setup because of
> which I am getting virsh list empty.
> > > One thing I noted that virsh is able to connect to xen:/// after
> /etc/init.d/xencommons start is done.
> > > I am using xen 4.5 rc1.
> > >
> > > Is virsh list working in your setup?
> >
> > virsh is supposed to be working correctly. Have you tried creating any
> > guests via virsh?
> >
> >
> >
> > > -Regards
> > > Manish
> > >
> > > ________________________________________
> > > From: Stefano Stabellini <stefano.stabellini@eu.citrix.com
> <javascript:;>>
> > > Sent: Friday, January 16, 2015 8:44 PM
> > > To: Jaggi, Manish
> > > Cc: jfehlig@suse.com <javascript:;>; Kiarie Kahurani; Stefano
> Stabellini; Kumar, Vijaya; Anthony.Perard@citrix.com <javascript:;>; Ian
> Campbell; xen-devel@lists.xensource.com <javascript:;>;
> clark.laughlin@linaro.org <javascript:;>
> > > Subject: Re: Using Libvirtd with virt-manager on aarch64
> > >
> > > Hello Manish,
> > > recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
> > > working together on ARM.  He wrote the following wiki page:
> > >
> > > https://wiki.linaro.org/OpenStack/DevstackOnXenARM
> > >
> > > Cheers,
> > >
> > > Stefano
> > >
> > > On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > > > Hi Jim,
> > > >
> > > >
> > > > I am trying to run libvirtd / virsh / virt-manager on aarch64
> platform (Cavium thunderX).
> > > >
> > > > Am able to build from the git and able to connect virsh with xen:///
> but am not able to get the output of list.
> > > >
> > > > vish nodeinfo command is working.
> > > >
> > > >
> > > > ​Saw  patches in the git log
> > > > - Add support for parsing/formating Xen XL config
> > > > - tests: Tests for the xen-xl parser
> > > >
> > > > Could you please help with the steps / pointers to run virsh /
> virt-manager with libvirtd.
> > > > ​-Regards
> > > > Manish
> > > >
> > > >
> > >
> >
>

[-- Attachment #1.2: Type: text/html, Size: 8896 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-20 13:27               ` Clark Laughlin
@ 2015-01-21 16:23                 ` Jaggi, Manish
  2015-01-21 17:12                   ` Clark Laughlin
  0 siblings, 1 reply; 12+ messages in thread
From: Jaggi, Manish @ 2015-01-21 16:23 UTC (permalink / raw)
  To: Clark Laughlin
  Cc: xen-devel, Ian Campbell, Stefano Stabellini, Kumar, Vijaya,
	jfehlig, Anthony.Perard, Kiarie Kahurani


[-- Attachment #1.1: Type: text/plain, Size: 6187 bytes --]


________________________________
From: Clark Laughlin <clark.laughlin@linaro.org>
Sent: Tuesday, January 20, 2015 6:57 PM
To: Jaggi, Manish
Cc: Stefano Stabellini; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
Subject: Re: Using Libvirtd with virt-manager on aarch64

I will check and see if I still have it, but I have moved on to other work and have already destroyed that build/test environment.

[Manish] Please it would really help

I would love to give you a link to Linaro-generated build output, but we are still in the process of getting that setup and running as well.

If you follow the steps in the document (or the steps in the script), you end up having to build both xen and xen tools.  You can not use any of the distro-provided packages.

[Manish] I have built the tools and my ubuntu is used as dom0.

You will also need to build libvirt, as the libvirt in the distro packages does not have xen support enabled.
[Manish] The build fails with trivial errors like test c code does not have main. It appears that something is missing in my setup and I need to spend more time on it, which at the moment I don't have.

What version of Ubuntu are you using?
[Manish] Using the  link given on the linaro devstack page. Only difference is I used the rootfs.

- Clark


On Tuesday, January 20, 2015, Jaggi, Manish <Manish.Jaggi@caviumnetworks.com<mailto:Manish.Jaggi@caviumnetworks.com>> wrote:


________________________________________
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Sent: Tuesday, January 20, 2015 5:04 AM
To: Jaggi, Manish
Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
Subject: Re: Using Libvirtd with virt-manager on aarch64

On Mon, 19 Jan 2015, Jaggi, Manish wrote:
> (B) solved, it was a small copy.
> (A) Still not able to fix.
>
> ________________________________________
> From: Jaggi, Manish
> Sent: Tuesday, January 20, 2015 12:39 AM
> To: Stefano Stabellini; clark.laughlin@linaro.org
> Cc: jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
> Subject: Re: Using Libvirtd with virt-manager on aarch64
>
> Hi Stefano / Clark,
>
> I thought ubuntu dom0 is the better way to get libvirt working, so following the steps,
> (A) there is a build error, if you can help with
>
> root@manish-thunder-dev:/build/libvirt-upstream/libvirt# debuild -us -uc -i -I
> Fatal Python error: Failed to open /dev/urandom
> Aborted (core dumped)

/dev/urandom is a common Linux device for pseudo-randomness, see
http://en.wikipedia.org/?title=/dev/random. It is not Xen specific or
board specific. I don't know why you don't have it in your installation.

Have you tried creating it?

mknod -m 444 /dev/urandom c 1 9

[manish] I am running in chroot environment so it could be an issue.
Btw Is it possible to get the libvirtd deb so that i can just test it out if it works as desired. Clark can you please fwd.


> (B) Also, I was using opensuse image which I believe had xencomons xenstored etc.
> How do i get them ? Do i need to do apt-get install xen-tools
>
> I am stuck on these two points.
>
> -Regards
> Manish
>
> ________________________________________
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Sent: Monday, January 19, 2015 4:01 PM
> To: Jaggi, Manish
> Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
> Subject: Re: Using Libvirtd with virt-manager on aarch64
>
> On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > Hi Stefano /clark,
> > Thanks for sharing the link. For dom0 I am using openSuse.
> > I have followed the steps listed on the(https://libvirt.org/compiling.html#building) to build and install. I believe build-librvit-deb would be doing the same steps or I need to create libvirt-xen.spec.in<http://libvirt-xen.spec.in> ?
>
> You are right: at the end of build-librvit-deb, the script calls
> debuild, that is not going to work on opensuse.
>
> I suggest you avoid build-librvit-deb and build libvirt by hand, as from
> the webpage you linked.
>
>
>
> > I need some pointers on what could be wrong in my setup because of which I am getting virsh list empty.
> > One thing I noted that virsh is able to connect to xen:/// after /etc/init.d/xencommons start is done.
> > I am using xen 4.5 rc1.
> >
> > Is virsh list working in your setup?
>
> virsh is supposed to be working correctly. Have you tried creating any
> guests via virsh?
>
>
>
> > -Regards
> > Manish
> >
> > ________________________________________
> > From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> > Sent: Friday, January 16, 2015 8:44 PM
> > To: Jaggi, Manish
> > Cc: jfehlig@suse.com; Kiarie Kahurani; Stefano Stabellini; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com; clark.laughlin@linaro.org
> > Subject: Re: Using Libvirtd with virt-manager on aarch64
> >
> > Hello Manish,
> > recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
> > working together on ARM.  He wrote the following wiki page:
> >
> > https://wiki.linaro.org/OpenStack/DevstackOnXenARM
> >
> > Cheers,
> >
> > Stefano
> >
> > On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > > Hi Jim,
> > >
> > >
> > > I am trying to run libvirtd / virsh / virt-manager on aarch64 platform (Cavium thunderX).
> > >
> > > Am able to build from the git and able to connect virsh with xen:/// but am not able to get the output of list.
> > >
> > > vish nodeinfo command is working.
> > >
> > >
> > > ?Saw  patches in the git log
> > > - Add support for parsing/formating Xen XL config
> > > - tests: Tests for the xen-xl parser
> > >
> > > Could you please help with the steps / pointers to run virsh / virt-manager with libvirtd.
> > > ?-Regards
> > > Manish
> > >
> > >
> >
>

[-- Attachment #1.2: Type: text/html, Size: 8877 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-21 16:23                 ` Jaggi, Manish
@ 2015-01-21 17:12                   ` Clark Laughlin
  2015-01-21 23:58                     ` Jaggi, Manish
  0 siblings, 1 reply; 12+ messages in thread
From: Clark Laughlin @ 2015-01-21 17:12 UTC (permalink / raw)
  To: Jaggi, Manish
  Cc: xen-devel, Ian Campbell, Stefano Stabellini, Kumar, Vijaya,
	jfehlig, Anthony.Perard, Kiarie Kahurani


[-- Attachment #1.1: Type: text/plain, Size: 7131 bytes --]

On Wed, Jan 21, 2015 at 10:23 AM, Jaggi, Manish <
Manish.Jaggi@caviumnetworks.com> wrote:

>
>  ------------------------------
> *From:* Clark Laughlin <clark.laughlin@linaro.org>
> *Sent:* Tuesday, January 20, 2015 6:57 PM
> *To:* Jaggi, Manish
> *Cc:* Stefano Stabellini; jfehlig@suse.com; Kiarie Kahurani; Kumar,
> Vijaya; Anthony.Perard@citrix.com; Ian Campbell;
> xen-devel@lists.xensource.com
> *Subject:* Re: Using Libvirtd with virt-manager on aarch64
>
>  I will check and see if I still have it, but I have moved on to other
> work and have already destroyed that build/test environment.
>
>  [Manish] Please it would really help
>
>  I would love to give you a link to Linaro-generated build output, but we
> are still in the process of getting that setup and running as well.
>

I checked, and I no longer have any builds available.


>
>  If you follow the steps in the document (or the steps in the script),
> you end up having to build both xen and xen tools.  You can not use any of
> the distro-provided packages.
>
>  [Manish] I have built the tools and my ubuntu is used as dom0.
>
>  You will also need to build libvirt, as the libvirt in the distro
> packages does not have xen support enabled.
>  [Manish] The build fails with trivial errors like test c code does not
> have main. It appears that something is missing in my setup and I need to
> spend more time on it, which at the moment I don't have.
>
>  What version of Ubuntu are you using?
>  [Manish] Using the  link given on the linaro devstack page. Only
> difference is I used the rootfs.
>

I'm having a hard time following just exactly what you are trying to
build/run this on.  It does sounds like you have some problems with your
setup that do need to be resolved.

I was able to successfully build and test on a normal trusty install.  I
haven't tried any deviations from that.



>
>  - Clark
>
>
> On Tuesday, January 20, 2015, Jaggi, Manish <
> Manish.Jaggi@caviumnetworks.com> wrote:
>
>>
>>
>> ________________________________________
>> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
>> Sent: Tuesday, January 20, 2015 5:04 AM
>> To: Jaggi, Manish
>> Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com;
>> Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell;
>> xen-devel@lists.xensource.com
>> Subject: Re: Using Libvirtd with virt-manager on aarch64
>>
>> On Mon, 19 Jan 2015, Jaggi, Manish wrote:
>> > (B) solved, it was a small copy.
>> > (A) Still not able to fix.
>> >
>> > ________________________________________
>> > From: Jaggi, Manish
>> > Sent: Tuesday, January 20, 2015 12:39 AM
>> > To: Stefano Stabellini; clark.laughlin@linaro.org
>> > Cc: jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya;
>> Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
>> > Subject: Re: Using Libvirtd with virt-manager on aarch64
>> >
>> > Hi Stefano / Clark,
>> >
>> > I thought ubuntu dom0 is the better way to get libvirt working, so
>> following the steps,
>> > (A) there is a build error, if you can help with
>> >
>> > root@manish-thunder-dev:/build/libvirt-upstream/libvirt# debuild -us
>> -uc -i -I
>> > Fatal Python error: Failed to open /dev/urandom
>> > Aborted (core dumped)
>>
>> /dev/urandom is a common Linux device for pseudo-randomness, see
>> http://en.wikipedia.org/?title=/dev/random. It is not Xen specific or
>> board specific. I don't know why you don't have it in your installation.
>>
>> Have you tried creating it?
>>
>> mknod -m 444 /dev/urandom c 1 9
>>
>> [manish] I am running in chroot environment so it could be an issue.
>> Btw Is it possible to get the libvirtd deb so that i can just test it out
>> if it works as desired. Clark can you please fwd.
>>
>>
>> > (B) Also, I was using opensuse image which I believe had xencomons
>> xenstored etc.
>> > How do i get them ? Do i need to do apt-get install xen-tools
>> >
>> > I am stuck on these two points.
>> >
>> > -Regards
>> > Manish
>> >
>> > ________________________________________
>> > From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
>> > Sent: Monday, January 19, 2015 4:01 PM
>> > To: Jaggi, Manish
>> > Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com;
>> Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell;
>> xen-devel@lists.xensource.com
>> > Subject: Re: Using Libvirtd with virt-manager on aarch64
>> >
>> > On Fri, 16 Jan 2015, Jaggi, Manish wrote:
>> > > Hi Stefano /clark,
>> > > Thanks for sharing the link. For dom0 I am using openSuse.
>> > > I have followed the steps listed on the(
>> https://libvirt.org/compiling.html#building) to build and install. I
>> believe build-librvit-deb would be doing the same steps or I need to create
>> libvirt-xen.spec.in ?
>> >
>> > You are right: at the end of build-librvit-deb, the script calls
>> > debuild, that is not going to work on opensuse.
>> >
>> > I suggest you avoid build-librvit-deb and build libvirt by hand, as from
>> > the webpage you linked.
>> >
>> >
>> >
>> > > I need some pointers on what could be wrong in my setup because of
>> which I am getting virsh list empty.
>> > > One thing I noted that virsh is able to connect to xen:/// after
>> /etc/init.d/xencommons start is done.
>> > > I am using xen 4.5 rc1.
>> > >
>> > > Is virsh list working in your setup?
>> >
>> > virsh is supposed to be working correctly. Have you tried creating any
>> > guests via virsh?
>> >
>> >
>> >
>> > > -Regards
>> > > Manish
>> > >
>> > > ________________________________________
>> > > From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
>> > > Sent: Friday, January 16, 2015 8:44 PM
>> > > To: Jaggi, Manish
>> > > Cc: jfehlig@suse.com; Kiarie Kahurani; Stefano Stabellini; Kumar,
>> Vijaya; Anthony.Perard@citrix.com; Ian Campbell;
>> xen-devel@lists.xensource.com; clark.laughlin@linaro.org
>> > > Subject: Re: Using Libvirtd with virt-manager on aarch64
>> > >
>> > > Hello Manish,
>> > > recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
>> > > working together on ARM.  He wrote the following wiki page:
>> > >
>> > > https://wiki.linaro.org/OpenStack/DevstackOnXenARM
>> > >
>> > > Cheers,
>> > >
>> > > Stefano
>> > >
>> > > On Fri, 16 Jan 2015, Jaggi, Manish wrote:
>> > > > Hi Jim,
>> > > >
>> > > >
>> > > > I am trying to run libvirtd / virsh / virt-manager on aarch64
>> platform (Cavium thunderX).
>> > > >
>> > > > Am able to build from the git and able to connect virsh with
>> xen:/// but am not able to get the output of list.
>> > > >
>> > > > vish nodeinfo command is working.
>> > > >
>> > > >
>> > > > ​Saw  patches in the git log
>> > > > - Add support for parsing/formating Xen XL config
>> > > > - tests: Tests for the xen-xl parser
>> > > >
>> > > > Could you please help with the steps / pointers to run virsh /
>> virt-manager with libvirtd.
>> > > > ​-Regards
>> > > > Manish
>> > > >
>> > > >
>> > >
>> >
>>
>

[-- Attachment #1.2: Type: text/html, Size: 10331 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-21 17:12                   ` Clark Laughlin
@ 2015-01-21 23:58                     ` Jaggi, Manish
  2015-01-22  9:54                       ` Ian Campbell
  0 siblings, 1 reply; 12+ messages in thread
From: Jaggi, Manish @ 2015-01-21 23:58 UTC (permalink / raw)
  To: Clark Laughlin
  Cc: xen-devel, Ian Campbell, Stefano Stabellini, Kumar, Vijaya,
	jfehlig, Anthony.Perard, Kiarie Kahurani


[-- Attachment #1.1: Type: text/plain, Size: 7327 bytes --]


________________________________
From: Clark Laughlin <clark.laughlin@linaro.org>
Sent: Wednesday, January 21, 2015 10:42 PM
To: Jaggi, Manish
Cc: Stefano Stabellini; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
Subject: Re: Using Libvirtd with virt-manager on aarch64



On Wed, Jan 21, 2015 at 10:23 AM, Jaggi, Manish <Manish.Jaggi@caviumnetworks.com<mailto:Manish.Jaggi@caviumnetworks.com>> wrote:


________________________________
From: Clark Laughlin <clark.laughlin@linaro.org<mailto:clark.laughlin@linaro.org>>
Sent: Tuesday, January 20, 2015 6:57 PM
To: Jaggi, Manish
Cc: Stefano Stabellini; jfehlig@suse.com<mailto:jfehlig@suse.com>; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com<mailto:Anthony.Perard@citrix.com>; Ian Campbell; xen-devel@lists.xensource.com<mailto:xen-devel@lists.xensource.com>
Subject: Re: Using Libvirtd with virt-manager on aarch64

I will check and see if I still have it, but I have moved on to other work and have already destroyed that build/test environment.

[Manish] Please it would really help

I would love to give you a link to Linaro-generated build output, but we are still in the process of getting that setup and running as well.

I checked, and I no longer have any builds available.


If you follow the steps in the document (or the steps in the script), you end up having to build both xen and xen tools.  You can not use any of the distro-provided packages.

[Manish] I have built the tools and my ubuntu is used as dom0.

You will also need to build libvirt, as the libvirt in the distro packages does not have xen support enabled.
[Manish] The build fails with trivial errors like test c code does not have main. It appears that something is missing in my setup and I need to spend more time on it, which at the moment I don't have.

What version of Ubuntu are you using?
[Manish] Using the  link given on the linaro devstack page. Only difference is I used the rootfs.

I'm having a hard time following just exactly what you are trying to build/run this on.  It does sounds like you have some problems with your setup that do need to be resolved.

[Manish] Attached is the build-log. ​I downloaded your scripts build-libvirt and build-libvirt-deb in a build directory and executed build-libvirt.

I was able to successfully build and test on a normal trusty install.  I haven't tried any deviations from that.



- Clark


On Tuesday, January 20, 2015, Jaggi, Manish <Manish.Jaggi@caviumnetworks.com<mailto:Manish.Jaggi@caviumnetworks.com>> wrote:


________________________________________
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Sent: Tuesday, January 20, 2015 5:04 AM
To: Jaggi, Manish
Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
Subject: Re: Using Libvirtd with virt-manager on aarch64

On Mon, 19 Jan 2015, Jaggi, Manish wrote:
> (B) solved, it was a small copy.
> (A) Still not able to fix.
>
> ________________________________________
> From: Jaggi, Manish
> Sent: Tuesday, January 20, 2015 12:39 AM
> To: Stefano Stabellini; clark.laughlin@linaro.org
> Cc: jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
> Subject: Re: Using Libvirtd with virt-manager on aarch64
>
> Hi Stefano / Clark,
>
> I thought ubuntu dom0 is the better way to get libvirt working, so following the steps,
> (A) there is a build error, if you can help with
>
> root@manish-thunder-dev:/build/libvirt-upstream/libvirt# debuild -us -uc -i -I
> Fatal Python error: Failed to open /dev/urandom
> Aborted (core dumped)

/dev/urandom is a common Linux device for pseudo-randomness, see
http://en.wikipedia.org/?title=/dev/random. It is not Xen specific or
board specific. I don't know why you don't have it in your installation.

Have you tried creating it?

mknod -m 444 /dev/urandom c 1 9

[manish] I am running in chroot environment so it could be an issue.
Btw Is it possible to get the libvirtd deb so that i can just test it out if it works as desired. Clark can you please fwd.


> (B) Also, I was using opensuse image which I believe had xencomons xenstored etc.
> How do i get them ? Do i need to do apt-get install xen-tools
>
> I am stuck on these two points.
>
> -Regards
> Manish
>
> ________________________________________
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Sent: Monday, January 19, 2015 4:01 PM
> To: Jaggi, Manish
> Cc: Stefano Stabellini; clark.laughlin@linaro.org; jfehlig@suse.com; Kiarie Kahurani; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com
> Subject: Re: Using Libvirtd with virt-manager on aarch64
>
> On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > Hi Stefano /clark,
> > Thanks for sharing the link. For dom0 I am using openSuse.
> > I have followed the steps listed on the(https://libvirt.org/compiling.html#building) to build and install. I believe build-librvit-deb would be doing the same steps or I need to create libvirt-xen.spec.in<http://libvirt-xen.spec.in> ?
>
> You are right: at the end of build-librvit-deb, the script calls
> debuild, that is not going to work on opensuse.
>
> I suggest you avoid build-librvit-deb and build libvirt by hand, as from
> the webpage you linked.
>
>
>
> > I need some pointers on what could be wrong in my setup because of which I am getting virsh list empty.
> > One thing I noted that virsh is able to connect to xen:/// after /etc/init.d/xencommons start is done.
> > I am using xen 4.5 rc1.
> >
> > Is virsh list working in your setup?
>
> virsh is supposed to be working correctly. Have you tried creating any
> guests via virsh?
>
>
>
> > -Regards
> > Manish
> >
> > ________________________________________
> > From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> > Sent: Friday, January 16, 2015 8:44 PM
> > To: Jaggi, Manish
> > Cc: jfehlig@suse.com; Kiarie Kahurani; Stefano Stabellini; Kumar, Vijaya; Anthony.Perard@citrix.com; Ian Campbell; xen-devel@lists.xensource.com; clark.laughlin@linaro.org
> > Subject: Re: Using Libvirtd with virt-manager on aarch64
> >
> > Hello Manish,
> > recently Clark Laughlin (CC'ed) got OpenStack, libvirt and Xen all
> > working together on ARM.  He wrote the following wiki page:
> >
> > https://wiki.linaro.org/OpenStack/DevstackOnXenARM
> >
> > Cheers,
> >
> > Stefano
> >
> > On Fri, 16 Jan 2015, Jaggi, Manish wrote:
> > > Hi Jim,
> > >
> > >
> > > I am trying to run libvirtd / virsh / virt-manager on aarch64 platform (Cavium thunderX).
> > >
> > > Am able to build from the git and able to connect virsh with xen:/// but am not able to get the output of list.
> > >
> > > vish nodeinfo command is working.
> > >
> > >
> > > ​Saw  patches in the git log
> > > - Add support for parsing/formating Xen XL config
> > > - tests: Tests for the xen-xl parser
> > >
> > > Could you please help with the steps / pointers to run virsh / virt-manager with libvirtd.
> > > ​-Regards
> > > Manish
> > >
> > >
> >
>


[-- Attachment #1.2: Type: text/html, Size: 11689 bytes --]

[-- Attachment #2: buildlog --]
[-- Type: application/octet-stream, Size: 359142 bytes --]

root@ubuntu:~/build# ./build-libvirt
Reading package lists... Done
Building dependency tree       
Reading state information... Done
automake is already the newest version.
automake set to manually installed.
autotools-dev is already the newest version.
autotools-dev set to manually installed.
build-essential is already the newest version.
build-essential set to manually installed.
libaio-dev is already the newest version.
libdevmapper-dev is already the newest version.
libfdt-dev is already the newest version.
libnl-3-dev is already the newest version.
libnl-route-3-dev is already the newest version.
libpciaccess-dev is already the newest version.
libtool is already the newest version.
libtool set to manually installed.
libyajl-dev is already the newest version.
pkg-config is already the newest version.
python-dev is already the newest version.
python-dev set to manually installed.
xsltproc is already the newest version.
w3c-dtd-xhtml is already the newest version.
autopoint is already the newest version.
autopoint set to manually installed.
gettext is already the newest version.
libxml2-dev is already the newest version.
libxml2-utils is already the newest version.
python-yaml is already the newest version.
uuid-dev is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libnl-3-dev : Conflicts: libnl-dev but 1.1-8ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
mkdir: cannot create directory 'output': File exists
cp: cannot stat '*.shlibs': No such file or directory
~/build/libvirt-upstream ~/build
Cloning into 'libvirt'...
done.
Checking out files: 100% (4536/4536), done.
++ pwd
+ export WORKSPACE=/root/build/libvirt-upstream
+ WORKSPACE=/root/build/libvirt-upstream
+ debian_packaging_source_filename=libvirt_1.2.2-0ubuntu13.debian.tar.gz
+ debian_dir=./debian
+ : libvirt
+ : libvirt
+ : arm64
+ : trusty
+ : http://archive.ubuntu.com/ubuntu/pool/main/libv/libvirt/libvirt_1.2.2-0ubuntu13.debian.tar.gz
+ rm '*.deb'
rm: cannot remove '*.deb': No such file or directory
+ rm '*.ddeb'
rm: cannot remove '*.ddeb': No such file or directory
+ rm '*.build'
rm: cannot remove '*.build': No such file or directory
+ rm '*.changes'
rm: cannot remove '*.changes': No such file or directory
+ rm '*.dsc'
rm: cannot remove '*.dsc': No such file or directory
+ rm '*.tar.gz*'
rm: cannot remove '*.tar.gz*': No such file or directory
+ rm -rf ./debian
+ rm -rf libvirt/debian
+ cd libvirt
+ git submodule init
Submodule 'gnulib' (git://git.sv.gnu.org/gnulib.git) registered for path '.gnulib'
+ git submodule update
Cloning into '.gnulib'...
(XEN) gic.c:452:d0v7 trying to inject irq=0 into d0v7, when it is already pending in LR0
remote: Counting objects: 160019, done.
remote: Compressing objects: 100% (24511/24511), done.
remote: Total 160019 (delta 135975), reused 159439 (delta 135450)
Receiving objects: 100% (160019/160019), 29.11 MiB | 529.00 KiB/s, done.
Resolving deltas: 100% (135975/135975), done.
Checking connectivity... done.
Submodule path '.gnulib': checked out 'c27f1a356f2f321daa7f971ef276a1dbfa873bf8'
+ cd /root/build/libvirt-upstream
+ wget http://archive.ubuntu.com/ubuntu/pool/main/libv/libvirt/libvirt_1.2.2-0ubuntu13.debian.tar.gz
--2015-01-21 23:11:17--  http://archive.ubuntu.com/ubuntu/pool/main/libv/libvirt/libvirt_1.2.2-0ubuntu13.debianz
Resolving archive.ubuntu.com (archive.ubuntu.com)... 91.189.88.149, 91.189.91.13, 91.189.91.23, ...
Connecting to archive.ubuntu.com (archive.ubuntu.com)|91.189.88.149|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 119849 (117K) [application/x-gzip]
Saving to: 'libvirt_1.2.2-0ubuntu13.debian.tar.gz'

100%[======================================>] 119,849      113KB/s   in 1.0s   

2015-01-21 23:11:18 (113 KB/s) - 'libvirt_1.2.2-0ubuntu13.debian.tar.gz' saved [119849/119849]

+ tar xfz libvirt_1.2.2-0ubuntu13.debian.tar.gz
+ rm libvirt_1.2.2-0ubuntu13.debian.tar.gz
+ sed -i s/quilt/native/ ././debian/source/format
+ sed -i 's/Build-Depends:/Build-Depends:\n python-dev,xsltproc,w3c-dtd-xhtml,/' ././debian/control
+ sed -i s/--with-storage-sheepdog/--without-storage-sheepdog/ ././debian/rules
+ sed -i 's/--with-apparmor/--with-apparmor=no --with-secdriver-apparmor=no/' ././debian/rules
+ sed -i 's/$(WITH_XEN)/$(WITH_XEN)   --with-libxl/' ././debian/rules
+ cat
+ cd libvirt
++ git log -n1 --pretty=format:%h
+ scm_commit=c803c07
+ '[' -z c803c07 ']'
+ cd /root/build/libvirt-upstream
+ cd libvirt
++ git describe '--match=v*'
++ sed -e 's/^v//' -e s/-rc/~rc/ -e 's/-\([0-9]*\)-/+git\1+/'
+ pkg_version=1.2.11+git209+gc803c07
+ cd /root/build/libvirt-upstream
+ echo 'pkg_version: :1.2.11+git209+gc803c07:'
pkg_version: :1.2.11+git209+gc803c07:
++ date -R
+ currentdate='Wed, 21 Jan 2015 23:11:19 +0000'
+ cat
+ cat ././debian/changelog
+ mv --force ././debian/changelog.new ././debian/changelog
+ cp --recursive ./debian libvirt/.
+ pushd libvirt
~/build/libvirt-upstream/libvirt ~/build/libvirt-upstream
+ debuild -us -uc -i -I
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of libvirt_1.2.11+git209+gc803c07.orig.tar.gz, libvirt_1.2.11+git209+gc803c07.orig.tar.bz2,
libvirt_1.2.11+git209+gc803c07.orig.tar.lzma,  libvirt_1.2.11+git209+gc803c07.orig.tar.xz or libvirt.orig)
continue anyway? (y/n) y
 dpkg-buildpackage -rfakeroot -D -us -uc -i -I
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: source package libvirt
dpkg-buildpackage: source version 1.2.11+git209+gc803c07-linarotrusty1
dpkg-buildpackage: source distribution trusty
dpkg-buildpackage: source changed by Linaro Packagers <linaro-pkg@lists.launchpad.net>
 dpkg-source -i -I --before-build libvirt
dpkg-buildpackage: host architecture arm64
 fakeroot debian/rules clean
test -x debian/rules
rmdir /root/build/libvirt-upstream/libvirt/debian/build
rmdir: failed to remove '/root/build/libvirt-upstream/libvirt/debian/build': No such file or directory
make: [cleanbuilddir] Error 1 (ignored)
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make  -C /root/build/libvirt-upstream/libvirt/debian/build  -k distclean
make: *** /root/build/libvirt-upstream/libvirt/debian/build: No such file or directory.  Stop.
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty /root/build/libvirt-upstream/libvirt/debian/build
rmdir: failed to remove '/root/build/libvirt-upstream/libvirt/debian/build': No such file or directory
make: [makefile-clean] Error 1 (ignored)
for i in ./.gnulib/build-aux/config.guess ./.gnulib/build-aux/config.sub ./.gnulib/build-aux/config.rpath ; do \
                if test -e $i.cdbs-orig ; then \
                        mv $i.cdbs-orig $i ; \
                fi ; \
        done
if test -e debian/autoreconf.before; then \
                dh_autoreconf_clean ; \
        fi
dh_clean 
rm -f debian/stamp-autotools-files
#rm -f /root/build/libvirt-upstream/libvirt/debian/libvirt-bin.libvirt-guests.init
#rm -f /root/build/libvirt-upstream/libvirt/debian/libvirt-bin.libvirt-guests.default
rm -f /root/build/libvirt-upstream/libvirt/debian/libvirt-bin.*.logrotate
rm -rf /root/build/libvirt-upstream/libvirt/debian/build
 dpkg-source -i -I -b libvirt
dpkg-source: warning: native package version may not have a revision
dpkg-source: info: using source format `3.0 (native)'
dpkg-source: info: building libvirt in libvirt_1.2.11+git209+gc803c07-linarotrusty1.tar.gz
dpkg-source: info: building libvirt in libvirt_1.2.11+git209+gc803c07-linarotrusty1.dsc
 debian/rules build
test -x debian/rules
if [ ! -f already_bootstrapped ]; then pwd ; ./bootstrap --no-git --gnulib-srcdir=.gnulib; touch already_bootsti
/root/build/libvirt-upstream/libvirt
./bootstrap: Bootstrapping from checked-out libvirt sources...
./bootstrap: autopoint --force
Copying file ABOUT-NLS
Copying file build-aux/config.rpath
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
running: libtoolize --install --copy
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/config.guess'
libtoolize: copying file `build-aux/config.sub'
libtoolize: copying file `build-aux/install-sh'
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
./bootstrap: .gnulib/gnulib-tool  --import --no-changelog --aux-dir build-aux --doc-base doc --lib libgnu --m4-.
Module list with included dependencies (indented):
    absolute-header
  accept
    accept-tests
    alloca
    alloca-opt
    alloca-opt-tests
    allocator
  areadlink
    areadlink-tests
    arpa_inet
    arpa_inet-tests
    assure
  autobuild
  base64
    base64-tests
    binary-io
    binary-io-tests
  bind
    bind-tests
  bitrotate
    bitrotate-tests
    btowc
    btowc-tests
  byteswap
    byteswap-tests
  c-ctype
    c-ctype-tests
  c-strcase
    c-strcase-tests
  c-strcasestr
    c-strcasestr-tests
  calloc-posix
  canonicalize-lgpl
    canonicalize-lgpl-tests
    careadlinkat
  chown
    chown-tests
  clock-time
    cloexec
    cloexec-tests
  close
    close-tests
  configmake
  connect
    connect-tests
  count-leading-zeros
    count-leading-zeros-tests
  count-one-bits
    count-one-bits-tests
  crypto/md5
    crypto/md5-tests
  crypto/sha256
  dirname-lgpl
    dosname
    double-slash-root
    dup
    dup-tests
    dup2
    dup2-tests
  environ
    environ-tests
    errno
    errno-tests
    error
  execinfo
    exitfail
    extensions
    extern-inline
    fatal-signal
  fclose
    fclose-tests
  fcntl
  fcntl-h
    fcntl-h-tests
    fcntl-tests
    fd-hook
  fdatasync
    fdatasync-tests
    fdopen
    fdopen-tests
    fflush
    fflush-tests
  ffs
    ffs-tests
  ffsl
    ffsl-tests
    fgetc-tests
    float
    float-tests
  fnmatch
    fnmatch-tests
    fpieee
    fpucw
    fpurge
    fpurge-tests
    fputc-tests
    fread-tests
    freading
    freading-tests
    fseek
    fseek-tests
    fseeko
    fseeko-tests
    fstat
    fstat-tests
  fsync
    fsync-tests
    ftell
    ftell-tests
    ftello
    ftello-tests
    ftruncate
    ftruncate-tests
  func
    func-tests
    fwrite-tests
  getaddrinfo
    getaddrinfo-tests
  getcwd-lgpl
    getcwd-lgpl-tests
    getdelim
    getdelim-tests
    getdtablesize
    getdtablesize-tests
    getgroups
    getgroups-tests
  gethostname
    gethostname-tests
    getline
    getline-tests
    getpagesize
  getpass
  getpeername
    getpeername-tests
  getsockname
    getsockname-tests
    getsockopt
    getsockopt-tests
  gettext-h
  gettimeofday
    gettimeofday-tests
    getugroups
  gitlog-to-changelog
  gnumakefile
    grantpt
    grantpt-tests
    havelib
    hostent
  ignore-value
    ignore-value-tests
    include_next
    inet_ntop
    inet_ntop-tests
  inet_pton
    inet_pton-tests
  intprops
    intprops-tests
    inttypes
    inttypes-incomplete
    inttypes-tests
  ioctl
    ioctl-tests
  isatty
    isatty-tests
    isnand-nolibm
    isnand-nolibm-tests
    isnanf-nolibm
    isnanf-nolibm-tests
    isnanl-nolibm
    isnanl-nolibm-tests
    langinfo
    langinfo-tests
  largefile
  ldexp
    ldexp-tests
  listen
    listen-tests
    localcharset
    locale
    locale-tests
  localeconv
    localeconv-tests
    localename
    localename-tests
    lock
    lseek
    lseek-tests
    lstat
    lstat-tests
  maintainer-makefile
    malloc-posix
    malloca
    malloca-tests
  manywarnings
    math
    math-tests
    mbrtowc
    mbrtowc-tests
    mbsinit
    mbsinit-tests
    mbsrtowcs
    mbsrtowcs-tests
    mbtowc
    memchr
    memchr-tests
  mgetgroups
  mkdtemp
  mkostemp
  mkostemps
  mktempd
    mktime
    mktime-internal
    msvc-inval
    msvc-nothrow
    multiarch
    nanosleep
    nanosleep-tests
  net_if
    net_if-tests
  netdb
    netdb-tests
    netinet_in
    netinet_in-tests
    nl_langinfo
    nl_langinfo-tests
    nocrash
  nonblocking
    nonblocking-pipe-tests
    nonblocking-socket-tests
    nonblocking-tests
    open
    open-tests
  openpty
    openpty-tests
  passfd
    passfd-tests
    pathmax
    pathmax-tests
  perror
    perror-tests
  physmem
  pipe-posix
    pipe-posix-tests
  pipe2
    pipe2-tests
  poll
    poll-h
    poll-h-tests
    poll-tests
  posix-shell
    posix_openpt
    posix_openpt-tests
    posix_spawn-internal
    posix_spawn_file_actions_addclose
    posix_spawn_file_actions_addclose-tests
    posix_spawn_file_actions_adddup2
    posix_spawn_file_actions_adddup2-tests
    posix_spawn_file_actions_addopen
    posix_spawn_file_actions_addopen-tests
    posix_spawn_file_actions_destroy
    posix_spawn_file_actions_init
    posix_spawnattr_destroy
    posix_spawnattr_init
    posix_spawnattr_setflags
    posix_spawnattr_setsigmask
    posix_spawnp
    posix_spawnp-tests
    progname
  pthread
  pthread_sigmask
    pthread_sigmask-tests
    ptsname
    ptsname-tests
    ptsname_r
    ptsname_r-tests
    pty
    pty-tests
    putenv
    raise
    raise-tests
  random_r
    random_r-tests
    rawmemchr
    rawmemchr-tests
    read
    read-tests
    readlink
    readlink-tests
    realloc-posix
  recv
    recv-tests
  regex
    regex-tests
    same-inode
  sched
    sched-tests
  secure_getenv
    select
    select-tests
  send
    send-tests
    servent
  setenv
    setenv-tests
    setlocale
    setlocale-tests
  setsockopt
    setsockopt-tests
  sigaction
    sigaction-tests
    signal-h
    signal-h-tests
    signbit
    signbit-tests
  sigpipe
    sigpipe-tests
    sigprocmask
    sigprocmask-tests
    size_max
    sleep
    sleep-tests
    snippet/_Noreturn
    snippet/arg-nonnull
    snippet/c++defs
    snippet/unused-parameter
    snippet/warn-on-use
  snprintf
    snprintf-tests
  socket
    socketlib
    sockets
    sockets-tests
    socklen
    spawn
    spawn-tests
    ssize_t
    stat
    stat-tests
  stat-time
    stat-time-tests
    stdalign
    stdalign-tests
  stdarg
    stdbool
    stdbool-tests
    stddef
    stddef-tests
    stdint
    stdint-tests
    stdio
    stdio-tests
    stdlib
    stdlib-tests
  stpcpy
    strcase
  strchrnul
    strchrnul-tests
  strdup-posix
    streq
  strerror
    strerror-override
    strerror-tests
  strerror_r-posix
    strerror_r-posix-tests
    string
    string-tests
    strings
    strings-tests
  strndup
    strnlen
    strnlen-tests
    strnlen1
  strptime
  strsep
  strtok_r
    symlink
    symlink-tests
    sys_ioctl
    sys_ioctl-tests
    sys_select
    sys_select-tests
    sys_socket
    sys_socket-tests
  sys_stat
    sys_stat-tests
    sys_time
    sys_time-tests
    sys_types
    sys_types-tests
    sys_uio
    sys_uio-tests
    sys_utsname
    sys_utsname-tests
  sys_wait
    sys_wait-tests
    tempname
  termios
    termios-tests
    test-framework-sh
    test-framework-sh-tests
    thread
    thread-tests
    threadlib
    time
    time-tests
  time_r
  timegm
  ttyname_r
    ttyname_r-tests
  uname
    uname-tests
    unistd
    unistd-tests
    unlockpt
    unlockpt-tests
    unsetenv
    unsetenv-tests
  useless-if-before-free
  usleep
    usleep-tests
    vasnprintf
    vasnprintf-tests
  vasprintf
    vasprintf-tests
  vc-list-files
    vc-list-files-tests
  verify
    verify-tests
  vsnprintf
    vsnprintf-tests
    wait-process
  waitpid
  warnings
    wchar
    wchar-tests
    wcrtomb
    wcrtomb-tests
    wctob
    wctomb
    wctype-h
    wctype-h-tests
    write
    write-tests
    xalloc
    xalloc-die
    xalloc-die-tests
    xalloc-oversized
    xsize
Notice from module localcharset:
  If your package's tests make use of the locale_charset() function directly or
  indirectly, you may need to define the CHARSETALIASDIR environment variable,
  so that "make check" works before "make install". In Makefile.am syntax:
  TESTS_ENVIRONMENT += @LOCALCHARSET_TESTS_ENVIRONMENT@
Notice from module vasprintf:
  If you are using GNU gettext version 0.16.1 or older, add the following options
  to XGETTEXT_OPTIONS in your po/Makevars:
    --flag=asprintf:2:c-format --flag=vasprintf:2:c-format
File list:
  build-aux/config.rpath
  build-aux/gitlog-to-changelog
  build-aux/mktempd
  build-aux/snippet/_Noreturn.h
  build-aux/snippet/arg-nonnull.h
  build-aux/snippet/c++defs.h
  build-aux/snippet/unused-parameter.h
  build-aux/snippet/warn-on-use.h
  build-aux/useless-if-before-free
  build-aux/vc-list-files
  lib/accept.c
  lib/alloca.c
  lib/alloca.in.h
  lib/allocator.c
  lib/allocator.h
  lib/areadlink.c
  lib/areadlink.h
  lib/arpa_inet.in.h
  lib/asnprintf.c
  lib/asprintf.c
  lib/assure.h
  lib/base64.c
  lib/base64.h
  lib/basename-lgpl.c
  lib/binary-io.c
  lib/binary-io.h
  lib/bind.c
  lib/bitrotate.c
  lib/bitrotate.h
  lib/btowc.c
  lib/byteswap.in.h
  lib/c-ctype.c
  lib/c-ctype.h
  lib/c-strcase.h
  lib/c-strcasecmp.c
  lib/c-strcasestr.c
  lib/c-strcasestr.h
  lib/c-strncasecmp.c
  lib/calloc.c
  lib/canonicalize-lgpl.c
  lib/careadlinkat.c
  lib/careadlinkat.h
  lib/chown.c
  lib/cloexec.c
  lib/cloexec.h
  lib/close.c
  lib/config.charset
  lib/connect.c
  lib/count-leading-zeros.c
  lib/count-leading-zeros.h
  lib/count-one-bits.c
  lib/count-one-bits.h
  lib/dirname-lgpl.c
  lib/dirname.h
  lib/dosname.h
  lib/dup2.c
  lib/errno.in.h
  lib/execinfo.c
  lib/execinfo.in.h
  lib/fchown-stub.c
  lib/fclose.c
  lib/fcntl.c
  lib/fcntl.in.h
  lib/fd-hook.c
  lib/fd-hook.h
  lib/fdatasync.c
  lib/fflush.c
  lib/ffs.c
  lib/ffsl.c
  lib/ffsl.h
  lib/float+.h
  lib/float.c
  lib/float.in.h
  lib/fnmatch.c
  lib/fnmatch.in.h
  lib/fnmatch_loop.c
  lib/fpurge.c
  lib/freading.c
  lib/freading.h
  lib/fseek.c
  lib/fseeko.c
  lib/fstat.c
  lib/fsync.c
  lib/ftell.c
  lib/ftello.c
  lib/gai_strerror.c
  lib/getaddrinfo.c
  lib/getcwd-lgpl.c
  lib/getdelim.c
  lib/getdtablesize.c
  lib/getgroups.c
  lib/gethostname.c
  lib/getline.c
  lib/getpass.c
  lib/getpass.h
  lib/getpeername.c
  lib/getsockname.c
  lib/gettext.h
  lib/gettimeofday.c
  lib/getugroups.c
  lib/getugroups.h
  lib/gl_openssl.h
  lib/glthread/lock.c
  lib/glthread/lock.h
  lib/glthread/threadlib.c
  lib/ignore-value.h
  lib/inet_ntop.c
  lib/inet_pton.c
  lib/intprops.h
  lib/ioctl.c
  lib/isatty.c
  lib/itold.c
  lib/langinfo.in.h
  lib/listen.c
  lib/localcharset.c
  lib/localcharset.h
  lib/locale.in.h
  lib/localeconv.c
  lib/lseek.c
  lib/lstat.c
  lib/malloc.c
  lib/malloca.c
  lib/malloca.h
  lib/malloca.valgrind
  lib/mbrtowc.c
  lib/mbsinit.c
  lib/mbsrtowcs-impl.h
  lib/mbsrtowcs-state.c
  lib/mbsrtowcs.c
  lib/mbtowc-impl.h
  lib/mbtowc.c
  lib/md5.c
  lib/md5.h
  lib/memchr.c
  lib/memchr.valgrind
  lib/mgetgroups.c
  lib/mgetgroups.h
  lib/mkdtemp.c
  lib/mkostemp.c
  lib/mkostemps.c
  lib/mktime-internal.h
  lib/mktime.c
  lib/msvc-inval.c
  lib/msvc-inval.h
  lib/msvc-nothrow.c
  lib/msvc-nothrow.h
  lib/net_if.in.h
  lib/netdb.in.h
  lib/netinet_in.in.h
  lib/nl_langinfo.c
  lib/nonblocking.c
  lib/nonblocking.h
  lib/open.c
  lib/openpty.c
  lib/passfd.c
  lib/passfd.h
  lib/pathmax.h
  lib/perror.c
  lib/physmem.c
  lib/physmem.h
  lib/pipe.c
  lib/pipe2.c
  lib/poll.c
  lib/poll.in.h
  lib/posix_openpt.c
  lib/printf-args.c
  lib/printf-args.h
  lib/printf-parse.c
  lib/printf-parse.h
  lib/pthread.c
  lib/pthread.in.h
  lib/pthread_sigmask.c
  lib/pty.in.h
  lib/raise.c
  lib/random_r.c
  lib/rawmemchr.c
  lib/rawmemchr.valgrind
  lib/readlink.c
  lib/realloc.c
  lib/recv.c
  lib/ref-add.sin
  lib/ref-del.sin
  lib/regcomp.c
  lib/regex.c
  lib/regex.h
  lib/regex_internal.c
  lib/regex_internal.h
  lib/regexec.c
  lib/sched.in.h
  lib/secure_getenv.c
  lib/select.c
  lib/send.c
  lib/setenv.c
  lib/setsockopt.c
  lib/sha256.c
  lib/sha256.h
  lib/sig-handler.c
  lib/sig-handler.h
  lib/sigaction.c
  lib/signal.in.h
  lib/sigprocmask.c
  lib/size_max.h
  lib/sleep.c
  lib/snprintf.c
  lib/socket.c
  lib/sockets.c
  lib/sockets.h
  lib/stat-time.c
  lib/stat-time.h
  lib/stat.c
  lib/stdalign.in.h
  lib/stdarg.in.h
  lib/stdbool.in.h
  lib/stddef.in.h
  lib/stdint.in.h
  lib/stdio-impl.h
  lib/stdio-read.c
  lib/stdio-write.c
  lib/stdio.in.h
  lib/stdlib.in.h
  lib/stpcpy.c
  lib/str-two-way.h
  lib/strcasecmp.c
  lib/strchrnul.c
  lib/strchrnul.valgrind
  lib/strdup.c
  lib/streq.h
  lib/strerror-override.c
  lib/strerror-override.h
  lib/strerror.c
  lib/strerror_r.c
  lib/string.in.h
  lib/strings.in.h
  lib/stripslash.c
  lib/strncasecmp.c
  lib/strndup.c
  lib/strnlen.c
  lib/strnlen1.c
  lib/strnlen1.h
  lib/strptime.c
  lib/strsep.c
  lib/strtok_r.c
  lib/sys_ioctl.in.h
  lib/sys_select.in.h
  lib/sys_socket.c
  lib/sys_socket.in.h
  lib/sys_stat.in.h
  lib/sys_time.in.h
  lib/sys_types.in.h
  lib/sys_uio.in.h
  lib/sys_utsname.in.h
  lib/sys_wait.in.h
  lib/tempname.c
  lib/tempname.h
  lib/termios.in.h
  lib/time.in.h
  lib/time_r.c
  lib/timegm.c
  lib/ttyname_r.c
  lib/uname.c
  lib/unistd.c
  lib/unistd.in.h
  lib/usleep.c
  lib/vasnprintf.c
  lib/vasnprintf.h
  lib/vasprintf.c
  lib/verify.h
  lib/vsnprintf.c
  lib/w32sock.h
  lib/waitpid.c
  lib/wchar.in.h
  lib/wcrtomb.c
  lib/wctype-h.c
  lib/wctype.in.h
  lib/xalloc-oversized.h
  lib/xsize.c
  lib/xsize.h
  m4/00gnulib.m4
  m4/absolute-header.m4
  m4/alloca.m4
  m4/arpa_inet_h.m4
  m4/asm-underscore.m4
  m4/autobuild.m4
  m4/base64.m4
  m4/btowc.m4
  m4/byteswap.m4
  m4/calloc.m4
  m4/canonicalize.m4
  m4/chown.m4
  m4/clock_time.m4
  m4/close.m4
  m4/codeset.m4
  m4/configmake.m4
  m4/count-leading-zeros.m4
  m4/count-one-bits.m4
  m4/dirname.m4
  m4/double-slash-root.m4
  m4/dup.m4
  m4/dup2.m4
  m4/eealloc.m4
  m4/environ.m4
  m4/errno_h.m4
  m4/error.m4
  m4/execinfo.m4
  m4/exponentd.m4
  m4/exponentf.m4
  m4/exponentl.m4
  m4/extensions.m4
  m4/extern-inline.m4
  m4/fatal-signal.m4
  m4/fclose.m4
  m4/fcntl-o.m4
  m4/fcntl.m4
  m4/fcntl_h.m4
  m4/fdatasync.m4
  m4/fdopen.m4
  m4/fflush.m4
  m4/ffs.m4
  m4/ffsl.m4
  m4/float_h.m4
  m4/fnmatch.m4
  m4/fpieee.m4
  m4/fpurge.m4
  m4/freading.m4
  m4/fseek.m4
  m4/fseeko.m4
  m4/fstat.m4
  m4/fsync.m4
  m4/ftell.m4
  m4/ftello.m4
  m4/ftruncate.m4
  m4/func.m4
  m4/getaddrinfo.m4
  m4/getcwd.m4
  m4/getdelim.m4
  m4/getdtablesize.m4
  m4/getgroups.m4
  m4/gethostname.m4
  m4/getline.m4
  m4/getpagesize.m4
  m4/getpass.m4
  m4/gettimeofday.m4
  m4/getugroups.m4
  m4/gl-openssl.m4
  m4/glibc21.m4
  m4/gnulib-common.m4
  m4/grantpt.m4
  m4/hostent.m4
  m4/include_next.m4
  m4/inet_ntop.m4
  m4/inet_pton.m4
  m4/intlmacosx.m4
  m4/intmax_t.m4
  m4/inttypes-pri.m4
  m4/inttypes.m4
  m4/inttypes_h.m4
  m4/ioctl.m4
  m4/isatty.m4
  m4/isnand.m4
  m4/isnanf.m4
  m4/isnanl.m4
  m4/langinfo_h.m4
  m4/largefile.m4
  m4/lcmessage.m4
  m4/ldexp.m4
  m4/lib-ld.m4
  m4/lib-link.m4
  m4/lib-prefix.m4
  m4/localcharset.m4
  m4/locale-fr.m4
  m4/locale-ja.m4
  m4/locale-tr.m4
  m4/locale-zh.m4
  m4/locale_h.m4
  m4/localeconv.m4
  m4/localename.m4
  m4/lock.m4
  m4/longlong.m4
  m4/lseek.m4
  m4/lstat.m4
  m4/malloc.m4
  m4/malloca.m4
  m4/manywarnings.m4
  m4/math_h.m4
  m4/mbrtowc.m4
  m4/mbsinit.m4
  m4/mbsrtowcs.m4
  m4/mbstate_t.m4
  m4/mbtowc.m4
  m4/md5.m4
  m4/memchr.m4
  m4/mgetgroups.m4
  m4/mkdtemp.m4
  m4/mkostemp.m4
  m4/mkostemps.m4
  m4/mktime.m4
  m4/mmap-anon.m4
  m4/mode_t.m4
  m4/msvc-inval.m4
  m4/msvc-nothrow.m4
  m4/multiarch.m4
  m4/nanosleep.m4
  m4/net_if_h.m4
  m4/netdb_h.m4
  m4/netinet_in_h.m4
  m4/nl_langinfo.m4
  m4/nocrash.m4
  m4/nonblocking.m4
  m4/off_t.m4
  m4/onceonly.m4
  m4/open.m4
  m4/passfd.m4
  m4/pathmax.m4
  m4/perror.m4
  m4/physmem.m4
  m4/pipe.m4
  m4/pipe2.m4
  m4/poll.m4
  m4/poll_h.m4
  m4/posix-shell.m4
  m4/posix_openpt.m4
  m4/posix_spawn.m4
  m4/printf.m4
  m4/pthread.m4
  m4/pthread_sigmask.m4
  m4/ptsname.m4
  m4/ptsname_r.m4
  m4/pty.m4
  m4/pty_h.m4
  m4/putenv.m4
  m4/raise.m4
  m4/random_r.m4
  m4/rawmemchr.m4
  m4/read.m4
  m4/readlink.m4
  m4/realloc.m4
  m4/regex.m4
  m4/sched_h.m4
  m4/secure_getenv.m4
  m4/select.m4
  m4/servent.m4
  m4/setenv.m4
  m4/setlocale.m4
  m4/sha256.m4
  m4/sig_atomic_t.m4
  m4/sigaction.m4
  m4/signal_h.m4
  m4/signalblocking.m4
  m4/signbit.m4
  m4/sigpipe.m4
  m4/size_max.m4
  m4/sleep.m4
  m4/snprintf.m4
  m4/socketlib.m4
  m4/sockets.m4
  m4/socklen.m4
  m4/sockpfaf.m4
  m4/spawn_h.m4
  m4/ssize_t.m4
  m4/stat-time.m4
  m4/stat.m4
  m4/stdalign.m4
  m4/stdarg.m4
  m4/stdbool.m4
  m4/stddef_h.m4
  m4/stdint.m4
  m4/stdint_h.m4
  m4/stdio_h.m4
  m4/stdlib_h.m4
  m4/stpcpy.m4
  m4/strcase.m4
  m4/strchrnul.m4
  m4/strdup.m4
  m4/strerror.m4
  m4/strerror_r.m4
  m4/string_h.m4
  m4/strings_h.m4
  m4/strndup.m4
  m4/strnlen.m4
  m4/strptime.m4
  m4/strsep.m4
  m4/strtok_r.m4
  m4/symlink.m4
  m4/sys_ioctl_h.m4
  m4/sys_select_h.m4
  m4/sys_socket_h.m4
  m4/sys_stat_h.m4
  m4/sys_time_h.m4
  m4/sys_types_h.m4
  m4/sys_uio_h.m4
  m4/sys_utsname_h.m4
  m4/sys_wait_h.m4
  m4/tempname.m4
  m4/termios_h.m4
  m4/thread.m4
  m4/threadlib.m4
  m4/time_h.m4
  m4/time_r.m4
  m4/timegm.m4
  m4/tm_gmtoff.m4
  m4/ttyname_r.m4
  m4/uname.m4
  m4/ungetc.m4
  m4/unistd_h.m4
  m4/unlockpt.m4
  m4/usleep.m4
  m4/vasnprintf.m4
  m4/vasprintf.m4
  m4/vsnprintf.m4
  m4/wait-process.m4
  m4/waitpid.m4
  m4/warn-on-use.m4
  m4/warnings.m4
  m4/wchar_h.m4
  m4/wchar_t.m4
  m4/wcrtomb.m4
  m4/wctob.m4
  m4/wctomb.m4
  m4/wctype_h.m4
  m4/wint_t.m4
  m4/write.m4
  m4/xalloc.m4
  m4/xsize.m4
  tests/infinity.h
  tests/init.sh
  tests/macros.h
  tests/minus-zero.h
  tests/nan.h
  tests/nap.h
  tests/randomd.c
  tests/signature.h
  tests/socket-client.h
  tests/socket-server.h
  tests/test-accept.c
  tests/test-alloca-opt.c
  tests/test-areadlink.c
  tests/test-areadlink.h
  tests/test-arpa_inet.c
  tests/test-base64.c
  tests/test-binary-io.c
  tests/test-binary-io.sh
  tests/test-bind.c
  tests/test-bitrotate.c
  tests/test-btowc.c
  tests/test-btowc1.sh
  tests/test-btowc2.sh
  tests/test-byteswap.c
  tests/test-c-ctype.c
  tests/test-c-strcase.sh
  tests/test-c-strcasecmp.c
  tests/test-c-strcasestr.c
  tests/test-c-strncasecmp.c
  tests/test-canonicalize-lgpl.c
  tests/test-chown.c
  tests/test-chown.h
  tests/test-cloexec.c
  tests/test-close.c
  tests/test-connect.c
  tests/test-count-leading-zeros.c
  tests/test-count-one-bits.c
  tests/test-dup.c
  tests/test-dup2.c
  tests/test-environ.c
  tests/test-errno.c
  tests/test-fclose.c
  tests/test-fcntl-h.c
  tests/test-fcntl.c
  tests/test-fdatasync.c
  tests/test-fdopen.c
  tests/test-fflush.c
  tests/test-fflush2.c
  tests/test-fflush2.sh
  tests/test-ffs.c
  tests/test-ffsl.c
  tests/test-fgetc.c
  tests/test-float.c
  tests/test-fnmatch.c
  tests/test-fpurge.c
  tests/test-fputc.c
  tests/test-fread.c
  tests/test-freading.c
  tests/test-fseek.c
  tests/test-fseek.sh
  tests/test-fseek2.sh
  tests/test-fseeko.c
  tests/test-fseeko.sh
  tests/test-fseeko2.sh
  tests/test-fseeko3.c
  tests/test-fseeko3.sh
  tests/test-fseeko4.c
  tests/test-fseeko4.sh
  tests/test-fstat.c
  tests/test-fsync.c
  tests/test-ftell.c
  tests/test-ftell.sh
  tests/test-ftell2.sh
  tests/test-ftell3.c
  tests/test-ftello.c
  tests/test-ftello.sh
  tests/test-ftello2.sh
  tests/test-ftello3.c
  tests/test-ftello4.c
  tests/test-ftello4.sh
  tests/test-ftruncate.c
  tests/test-ftruncate.sh
  tests/test-func.c
  tests/test-fwrite.c
  tests/test-getaddrinfo.c
  tests/test-getcwd-lgpl.c
  tests/test-getdelim.c
  tests/test-getdtablesize.c
  tests/test-getgroups.c
  tests/test-gethostname.c
  tests/test-getline.c
  tests/test-getpeername.c
  tests/test-getsockname.c
  tests/test-getsockopt.c
  tests/test-gettimeofday.c
  tests/test-grantpt.c
  tests/test-ignore-value.c
  tests/test-inet_ntop.c
  tests/test-inet_pton.c
  tests/test-init.sh
  tests/test-intprops.c
  tests/test-inttypes.c
  tests/test-ioctl.c
  tests/test-isatty.c
  tests/test-isnand-nolibm.c
  tests/test-isnand.h
  tests/test-isnanf-nolibm.c
  tests/test-isnanf.h
  tests/test-isnanl-nolibm.c
  tests/test-isnanl.h
  tests/test-langinfo.c
  tests/test-ldexp.c
  tests/test-ldexp.h
  tests/test-listen.c
  tests/test-locale.c
  tests/test-localeconv.c
  tests/test-localename.c
  tests/test-lseek.c
  tests/test-lseek.sh
  tests/test-lstat.c
  tests/test-lstat.h
  tests/test-malloca.c
  tests/test-math.c
  tests/test-mbrtowc-w32-1.sh
  tests/test-mbrtowc-w32-2.sh
  tests/test-mbrtowc-w32-3.sh
  tests/test-mbrtowc-w32-4.sh
  tests/test-mbrtowc-w32-5.sh
  tests/test-mbrtowc-w32.c
  tests/test-mbrtowc.c
  tests/test-mbrtowc1.sh
  tests/test-mbrtowc2.sh
  tests/test-mbrtowc3.sh
  tests/test-mbrtowc4.sh
  tests/test-mbsinit.c
  tests/test-mbsinit.sh
  tests/test-mbsrtowcs.c
  tests/test-mbsrtowcs1.sh
  tests/test-mbsrtowcs2.sh
  tests/test-mbsrtowcs3.sh
  tests/test-mbsrtowcs4.sh
  tests/test-md5.c
  tests/test-memchr.c
  tests/test-nanosleep.c
  tests/test-net_if.c
  tests/test-netdb.c
  tests/test-netinet_in.c
  tests/test-nl_langinfo.c
  tests/test-nl_langinfo.sh
  tests/test-nonblocking-misc.h
  tests/test-nonblocking-pipe-child.c
  tests/test-nonblocking-pipe-main.c
  tests/test-nonblocking-pipe.h
  tests/test-nonblocking-pipe.sh
  tests/test-nonblocking-reader.h
  tests/test-nonblocking-socket-child.c
  tests/test-nonblocking-socket-main.c
  tests/test-nonblocking-socket.h
  tests/test-nonblocking-socket.sh
  tests/test-nonblocking-writer.h
  tests/test-nonblocking.c
  tests/test-open.c
  tests/test-open.h
  tests/test-openpty.c
  tests/test-passfd.c
  tests/test-pathmax.c
  tests/test-perror.c
  tests/test-perror.sh
  tests/test-perror2.c
  tests/test-pipe.c
  tests/test-pipe2.c
  tests/test-poll-h.c
  tests/test-poll.c
  tests/test-posix_openpt.c
  tests/test-posix_spawn1.c
  tests/test-posix_spawn1.in.sh
  tests/test-posix_spawn2.c
  tests/test-posix_spawn2.in.sh
  tests/test-posix_spawn_file_actions_addclose.c
  tests/test-posix_spawn_file_actions_adddup2.c
  tests/test-posix_spawn_file_actions_addopen.c
  tests/test-pthread_sigmask1.c
  tests/test-pthread_sigmask2.c
  tests/test-ptsname.c
  tests/test-ptsname_r.c
  tests/test-raise.c
  tests/test-random_r.c
  tests/test-rawmemchr.c
  tests/test-read.c
  tests/test-readlink.c
  tests/test-readlink.h
  tests/test-recv.c
  tests/test-regex.c
  tests/test-sched.c
  tests/test-select-fd.c
  tests/test-select-in.sh
  tests/test-select-out.sh
  tests/test-select-stdin.c
  tests/test-select.c
  tests/test-select.h
  tests/test-send.c
  tests/test-setenv.c
  tests/test-setlocale1.c
  tests/test-setlocale1.sh
  tests/test-setlocale2.c
  tests/test-setlocale2.sh
  tests/test-setsockopt.c
  tests/test-sigaction.c
  tests/test-signal-h.c
  tests/test-signbit.c
  tests/test-sigpipe.c
  tests/test-sigpipe.sh
  tests/test-sigprocmask.c
  tests/test-sleep.c
  tests/test-snprintf.c
  tests/test-sockets.c
  tests/test-spawn.c
  tests/test-stat-time.c
  tests/test-stat.c
  tests/test-stat.h
  tests/test-stdalign.c
  tests/test-stdbool.c
  tests/test-stddef.c
  tests/test-stdint.c
  tests/test-stdio.c
  tests/test-stdlib.c
  tests/test-strchrnul.c
  tests/test-strerror.c
  tests/test-strerror_r.c
  tests/test-string.c
  tests/test-strings.c
  tests/test-strnlen.c
  tests/test-symlink.c
  tests/test-symlink.h
  tests/test-sys_ioctl.c
  tests/test-sys_select.c
  tests/test-sys_socket.c
  tests/test-sys_stat.c
  tests/test-sys_time.c
  tests/test-sys_types.c
  tests/test-sys_uio.c
  tests/test-sys_utsname.c
  tests/test-sys_wait.c
  tests/test-sys_wait.h
  tests/test-termios.c
  tests/test-thread_create.c
  tests/test-thread_self.c
  tests/test-time.c
  tests/test-ttyname_r.c
  tests/test-uname.c
  tests/test-unistd.c
  tests/test-unlockpt.c
  tests/test-unsetenv.c
  tests/test-usleep.c
  tests/test-vasnprintf.c
  tests/test-vasprintf.c
  tests/test-vc-list-files-cvs.sh
  tests/test-vc-list-files-git.sh
  tests/test-verify.c
  tests/test-verify.sh
  tests/test-vsnprintf.c
  tests/test-wchar.c
  tests/test-wcrtomb-w32-1.sh
  tests/test-wcrtomb-w32-2.sh
  tests/test-wcrtomb-w32-3.sh
  tests/test-wcrtomb-w32-4.sh
  tests/test-wcrtomb-w32-5.sh
  tests/test-wcrtomb-w32.c
  tests/test-wcrtomb.c
  tests/test-wcrtomb.sh
  tests/test-wctype-h.c
  tests/test-write.c
  tests/test-xalloc-die.c
  tests/test-xalloc-die.sh
  tests/zerosize-ptr.h
  lib/dup.c -> tests/dup.c
  lib/error.c -> tests/error.c
  lib/error.h -> tests/error.h
  lib/exitfail.c -> tests/exitfail.c
  lib/exitfail.h -> tests/exitfail.h
  lib/fatal-signal.c -> tests/fatal-signal.c
  lib/fatal-signal.h -> tests/fatal-signal.h
  lib/fdopen.c -> tests/fdopen.c
  lib/float+.h -> tests/float+.h
  lib/fpucw.h -> tests/fpucw.h
  lib/ftruncate.c -> tests/ftruncate.c
  lib/getpagesize.c -> tests/getpagesize.c
  lib/getsockopt.c -> tests/getsockopt.c
  lib/glthread/thread.c -> tests/glthread/thread.c
  lib/glthread/thread.h -> tests/glthread/thread.h
  lib/grantpt.c -> tests/grantpt.c
  lib/inttypes.in.h -> tests/inttypes.in.h
  lib/isnan.c -> tests/isnan.c
  lib/isnand-nolibm.h -> tests/isnand-nolibm.h
  lib/isnand.c -> tests/isnand.c
  lib/isnanf-nolibm.h -> tests/isnanf-nolibm.h
  lib/isnanf.c -> tests/isnanf.c
  lib/isnanl-nolibm.h -> tests/isnanl-nolibm.h
  lib/isnanl.c -> tests/isnanl.c
  lib/localename.c -> tests/localename.c
  lib/localename.h -> tests/localename.h
  lib/math.c -> tests/math.c
  lib/math.in.h -> tests/math.in.h
  lib/nanosleep.c -> tests/nanosleep.c
  lib/progname.c -> tests/progname.c
  lib/progname.h -> tests/progname.h
  lib/ptsname.c -> tests/ptsname.c
  lib/ptsname_r.c -> tests/ptsname_r.c
  lib/pty-private.h -> tests/pty-private.h
  lib/putenv.c -> tests/putenv.c
  lib/read.c -> tests/read.c
  lib/same-inode.h -> tests/same-inode.h
  lib/setlocale.c -> tests/setlocale.c
  lib/signbitd.c -> tests/signbitd.c
  lib/signbitf.c -> tests/signbitf.c
  lib/signbitl.c -> tests/signbitl.c
  lib/spawn.in.h -> tests/spawn.in.h
  lib/spawn_faction_addclose.c -> tests/spawn_faction_addclose.c
  lib/spawn_faction_adddup2.c -> tests/spawn_faction_adddup2.c
  lib/spawn_faction_addopen.c -> tests/spawn_faction_addopen.c
  lib/spawn_faction_destroy.c -> tests/spawn_faction_destroy.c
  lib/spawn_faction_init.c -> tests/spawn_faction_init.c
  lib/spawn_int.h -> tests/spawn_int.h
  lib/spawnattr_destroy.c -> tests/spawnattr_destroy.c
  lib/spawnattr_init.c -> tests/spawnattr_init.c
  lib/spawnattr_setflags.c -> tests/spawnattr_setflags.c
  lib/spawnattr_setsigmask.c -> tests/spawnattr_setsigmask.c
  lib/spawni.c -> tests/spawni.c
  lib/spawnp.c -> tests/spawnp.c
  lib/symlink.c -> tests/symlink.c
  lib/unlockpt.c -> tests/unlockpt.c
  lib/unsetenv.c -> tests/unsetenv.c
  lib/w32sock.h -> tests/w32sock.h
  lib/wait-process.c -> tests/wait-process.c
  lib/wait-process.h -> tests/wait-process.h
  lib/wctob.c -> tests/wctob.c
  lib/wctomb-impl.h -> tests/wctomb-impl.h
  lib/wctomb.c -> tests/wctomb.c
  lib/write.c -> tests/write.c
  lib/xalloc-die.c -> tests/xalloc-die.c
  lib/xalloc.h -> tests/xalloc.h
  lib/xmalloc.c -> tests/xmalloc.c
  top/GNUmakefile
  top/maint.mk
Creating directory ./build-aux/snippet
Creating directory ./gnulib/lib/glthread
Creating directory ./gnulib/tests/glthread
Copying file GNUmakefile
Replacing file build-aux/config.rpath (non-gnulib code backed up in build-aux/config.rpath~) !!
Copying file build-aux/gitlog-to-changelog
Copying file build-aux/mktempd
Copying file build-aux/snippet/_Noreturn.h
Copying file build-aux/snippet/arg-nonnull.h
Copying file build-aux/snippet/c++defs.h
Copying file build-aux/snippet/unused-parameter.h
Copying file build-aux/snippet/warn-on-use.h
Copying file build-aux/useless-if-before-free
Copying file build-aux/vc-list-files
Copying file gnulib/lib/accept.c
Copying file gnulib/lib/alloca.c
Copying file gnulib/lib/alloca.in.h
Copying file gnulib/lib/allocator.c
Copying file gnulib/lib/allocator.h
Copying file gnulib/lib/areadlink.c
Copying file gnulib/lib/areadlink.h
Copying file gnulib/lib/arpa_inet.in.h
Copying file gnulib/lib/asnprintf.c
Copying file gnulib/lib/asprintf.c
Copying file gnulib/lib/assure.h
Copying file gnulib/lib/base64.c
Copying file gnulib/lib/base64.h
Copying file gnulib/lib/basename-lgpl.c
Copying file gnulib/lib/binary-io.c
Copying file gnulib/lib/binary-io.h
Copying file gnulib/lib/bind.c
Copying file gnulib/lib/bitrotate.c
Copying file gnulib/lib/bitrotate.h
Copying file gnulib/lib/btowc.c
Copying file gnulib/lib/byteswap.in.h
Copying file gnulib/lib/c-ctype.c
Copying file gnulib/lib/c-ctype.h
Copying file gnulib/lib/c-strcase.h
Copying file gnulib/lib/c-strcasecmp.c
Copying file gnulib/lib/c-strcasestr.c
Copying file gnulib/lib/c-strcasestr.h
Copying file gnulib/lib/c-strncasecmp.c
Copying file gnulib/lib/calloc.c
Copying file gnulib/lib/canonicalize-lgpl.c
Copying file gnulib/lib/careadlinkat.c
Copying file gnulib/lib/careadlinkat.h
Copying file gnulib/lib/chown.c
Copying file gnulib/lib/cloexec.c
Copying file gnulib/lib/cloexec.h
Copying file gnulib/lib/close.c
Copying file gnulib/lib/config.charset
Copying file gnulib/lib/connect.c
Copying file gnulib/lib/count-leading-zeros.c
Copying file gnulib/lib/count-leading-zeros.h
Copying file gnulib/lib/count-one-bits.c
Copying file gnulib/lib/count-one-bits.h
Copying file gnulib/lib/dirname-lgpl.c
Copying file gnulib/lib/dirname.h
Copying file gnulib/lib/dosname.h
Copying file gnulib/lib/dup2.c
Copying file gnulib/lib/errno.in.h
Copying file gnulib/lib/execinfo.c
Copying file gnulib/lib/execinfo.in.h
Copying file gnulib/lib/fchown-stub.c
Copying file gnulib/lib/fclose.c
Copying file gnulib/lib/fcntl.c
Copying file gnulib/lib/fcntl.in.h
Copying file gnulib/lib/fd-hook.c
Copying file gnulib/lib/fd-hook.h
Copying file gnulib/lib/fdatasync.c
Copying file gnulib/lib/fflush.c
Copying file gnulib/lib/ffs.c
Copying file gnulib/lib/ffsl.c
Copying file gnulib/lib/ffsl.h
Copying file gnulib/lib/float+.h
Copying file gnulib/lib/float.c
Copying file gnulib/lib/float.in.h
Copying file gnulib/lib/fnmatch.c
Copying file gnulib/lib/fnmatch.in.h
Copying file gnulib/lib/fnmatch_loop.c
Copying file gnulib/lib/fpurge.c
Copying file gnulib/lib/freading.c
Copying file gnulib/lib/freading.h
Copying file gnulib/lib/fseek.c
Copying file gnulib/lib/fseeko.c
Copying file gnulib/lib/fstat.c
Copying file gnulib/lib/fsync.c
Copying file gnulib/lib/ftell.c
Copying file gnulib/lib/ftello.c
Copying file gnulib/lib/gai_strerror.c
Copying file gnulib/lib/getaddrinfo.c
Copying file gnulib/lib/getcwd-lgpl.c
Copying file gnulib/lib/getdelim.c
Copying file gnulib/lib/getdtablesize.c
Copying file gnulib/lib/getgroups.c
Copying file gnulib/lib/gethostname.c
Copying file gnulib/lib/getline.c
Copying file gnulib/lib/getpass.c
Copying file gnulib/lib/getpass.h
Copying file gnulib/lib/getpeername.c
Copying file gnulib/lib/getsockname.c
Copying file gnulib/lib/gettext.h
Copying file gnulib/lib/gettimeofday.c
Copying file gnulib/lib/getugroups.c
Copying file gnulib/lib/getugroups.h
Copying file gnulib/lib/gl_openssl.h
Copying file gnulib/lib/glthread/lock.c
Copying file gnulib/lib/glthread/lock.h
Copying file gnulib/lib/glthread/threadlib.c
Copying file gnulib/lib/ignore-value.h
Copying file gnulib/lib/inet_ntop.c
Copying file gnulib/lib/inet_pton.c
Copying file gnulib/lib/intprops.h
Copying file gnulib/lib/ioctl.c
Copying file gnulib/lib/isatty.c
Copying file gnulib/lib/itold.c
Copying file gnulib/lib/langinfo.in.h
Copying file gnulib/lib/listen.c
Copying file gnulib/lib/localcharset.c
Copying file gnulib/lib/localcharset.h
Copying file gnulib/lib/locale.in.h
Copying file gnulib/lib/localeconv.c
Copying file gnulib/lib/lseek.c
Copying file gnulib/lib/lstat.c
Copying file gnulib/lib/malloc.c
Copying file gnulib/lib/malloca.c
Copying file gnulib/lib/malloca.h
Copying file gnulib/lib/malloca.valgrind
Copying file gnulib/lib/mbrtowc.c
Copying file gnulib/lib/mbsinit.c
Copying file gnulib/lib/mbsrtowcs-impl.h
Copying file gnulib/lib/mbsrtowcs-state.c
Copying file gnulib/lib/mbsrtowcs.c
Copying file gnulib/lib/mbtowc-impl.h
Copying file gnulib/lib/mbtowc.c
Copying file gnulib/lib/md5.c
Copying file gnulib/lib/md5.h
Copying file gnulib/lib/memchr.c
Copying file gnulib/lib/memchr.valgrind
Copying file gnulib/lib/mgetgroups.c
Copying file gnulib/lib/mgetgroups.h
Copying file gnulib/lib/mkdtemp.c
Copying file gnulib/lib/mkostemp.c
Copying file gnulib/lib/mkostemps.c
Copying file gnulib/lib/mktime-internal.h
Copying file gnulib/lib/mktime.c
Copying file gnulib/lib/msvc-inval.c
Copying file gnulib/lib/msvc-inval.h
Copying file gnulib/lib/msvc-nothrow.c
Copying file gnulib/lib/msvc-nothrow.h
Copying file gnulib/lib/net_if.in.h
Copying file gnulib/lib/netdb.in.h
Copying file gnulib/lib/netinet_in.in.h
Copying file gnulib/lib/nl_langinfo.c
Copying file gnulib/lib/nonblocking.c
Copying file gnulib/lib/nonblocking.h
Copying file gnulib/lib/open.c
Copying file gnulib/lib/openpty.c
Copying file gnulib/lib/passfd.c
Copying file gnulib/lib/passfd.h
Copying file gnulib/lib/pathmax.h
Copying file gnulib/lib/perror.c
Copying file gnulib/lib/physmem.c
Copying file gnulib/lib/physmem.h
Copying file gnulib/lib/pipe.c
Copying file gnulib/lib/pipe2.c
Copying file gnulib/lib/poll.c
Copying file gnulib/lib/poll.in.h
Copying file gnulib/lib/posix_openpt.c
Copying file gnulib/lib/printf-args.c
Copying file gnulib/lib/printf-args.h
Copying file gnulib/lib/printf-parse.c
Copying file gnulib/lib/printf-parse.h
Copying file gnulib/lib/pthread.c
Copying file gnulib/lib/pthread.in.h
Copying file gnulib/lib/pthread_sigmask.c
Copying file gnulib/lib/pty.in.h
Copying file gnulib/lib/raise.c
Copying file gnulib/lib/random_r.c
Copying file gnulib/lib/rawmemchr.c
Copying file gnulib/lib/rawmemchr.valgrind
Copying file gnulib/lib/readlink.c
Copying file gnulib/lib/realloc.c
Copying file gnulib/lib/recv.c
Copying file gnulib/lib/ref-add.sin
Copying file gnulib/lib/ref-del.sin
Copying file gnulib/lib/regcomp.c
Copying file gnulib/lib/regex.c
Copying file gnulib/lib/regex.h
Copying file gnulib/lib/regex_internal.c
Copying file gnulib/lib/regex_internal.h
Copying file gnulib/lib/regexec.c
Copying file gnulib/lib/sched.in.h
Copying file gnulib/lib/secure_getenv.c
Copying file gnulib/lib/select.c
Copying file gnulib/lib/send.c
Copying file gnulib/lib/setenv.c
Copying file gnulib/lib/setsockopt.c
Copying file gnulib/lib/sha256.c
Copying file gnulib/lib/sha256.h
Copying file gnulib/lib/sig-handler.c
Copying file gnulib/lib/sig-handler.h
Copying file gnulib/lib/sigaction.c
Copying file gnulib/lib/signal.in.h
Copying file gnulib/lib/sigprocmask.c
Copying file gnulib/lib/size_max.h
Copying file gnulib/lib/sleep.c
Copying file gnulib/lib/snprintf.c
Copying file gnulib/lib/socket.c
Copying file gnulib/lib/sockets.c
Copying file gnulib/lib/sockets.h
Copying file gnulib/lib/stat-time.c
Copying file gnulib/lib/stat-time.h
Copying file gnulib/lib/stat.c
Copying file gnulib/lib/stdalign.in.h
Copying file gnulib/lib/stdarg.in.h
Copying file gnulib/lib/stdbool.in.h
Copying file gnulib/lib/stddef.in.h
Copying file gnulib/lib/stdint.in.h
Copying file gnulib/lib/stdio-impl.h
Copying file gnulib/lib/stdio-read.c
Copying file gnulib/lib/stdio-write.c
Copying file gnulib/lib/stdio.in.h
Copying file gnulib/lib/stdlib.in.h
Copying file gnulib/lib/stpcpy.c
Copying file gnulib/lib/str-two-way.h
Copying file gnulib/lib/strcasecmp.c
Copying file gnulib/lib/strchrnul.c
Copying file gnulib/lib/strchrnul.valgrind
Copying file gnulib/lib/strdup.c
Copying file gnulib/lib/streq.h
Copying file gnulib/lib/strerror-override.c
Copying file gnulib/lib/strerror-override.h
Copying file gnulib/lib/strerror.c
Copying file gnulib/lib/strerror_r.c
Copying file gnulib/lib/string.in.h
Copying file gnulib/lib/strings.in.h
Copying file gnulib/lib/stripslash.c
Copying file gnulib/lib/strncasecmp.c
Copying file gnulib/lib/strndup.c
Copying file gnulib/lib/strnlen.c
Copying file gnulib/lib/strnlen1.c
Copying file gnulib/lib/strnlen1.h
Copying file gnulib/lib/strptime.c
Copying file gnulib/lib/strsep.c
Copying file gnulib/lib/strtok_r.c
Copying file gnulib/lib/sys_ioctl.in.h
Copying file gnulib/lib/sys_select.in.h
Copying file gnulib/lib/sys_socket.c
Copying file gnulib/lib/sys_socket.in.h
Copying file gnulib/lib/sys_stat.in.h
Copying file gnulib/lib/sys_time.in.h
Copying file gnulib/lib/sys_types.in.h
Copying file gnulib/lib/sys_uio.in.h
Copying file gnulib/lib/sys_utsname.in.h
Copying file gnulib/lib/sys_wait.in.h
Copying file gnulib/lib/tempname.c
Copying file gnulib/lib/tempname.h
Copying file gnulib/lib/termios.in.h
Copying file gnulib/lib/time.in.h
Copying file gnulib/lib/time_r.c
Copying file gnulib/lib/timegm.c
Copying file gnulib/lib/ttyname_r.c
Copying file gnulib/lib/uname.c
Copying file gnulib/lib/unistd.c
Copying file gnulib/lib/unistd.in.h
Copying file gnulib/lib/usleep.c
Copying file gnulib/lib/vasnprintf.c
Copying file gnulib/lib/vasnprintf.h
Copying file gnulib/lib/vasprintf.c
Copying file gnulib/lib/verify.h
Copying file gnulib/lib/vsnprintf.c
Copying file gnulib/lib/w32sock.h
Copying file gnulib/lib/waitpid.c
Copying file gnulib/lib/wchar.in.h
Copying file gnulib/lib/wcrtomb.c
Copying file gnulib/lib/wctype-h.c
Copying file gnulib/lib/wctype.in.h
Copying file gnulib/lib/xalloc-oversized.h
Copying file gnulib/lib/xsize.c
Copying file gnulib/lib/xsize.h
Copying file gnulib/tests/dup.c
Copying file gnulib/tests/error.c
Copying file gnulib/tests/error.h
Copying file gnulib/tests/exitfail.c
Copying file gnulib/tests/exitfail.h
Copying file gnulib/tests/fatal-signal.c
Copying file gnulib/tests/fatal-signal.h
Copying file gnulib/tests/fdopen.c
Copying file gnulib/tests/float+.h
Copying file gnulib/tests/fpucw.h
Copying file gnulib/tests/ftruncate.c
Copying file gnulib/tests/getpagesize.c
Copying file gnulib/tests/getsockopt.c
Copying file gnulib/tests/glthread/thread.c
Copying file gnulib/tests/glthread/thread.h
Copying file gnulib/tests/grantpt.c
Copying file gnulib/tests/infinity.h
Copying file gnulib/tests/init.sh
Copying file gnulib/tests/inttypes.in.h
Copying file gnulib/tests/isnan.c
Copying file gnulib/tests/isnand-nolibm.h
Copying file gnulib/tests/isnand.c
Copying file gnulib/tests/isnanf-nolibm.h
Copying file gnulib/tests/isnanf.c
Copying file gnulib/tests/isnanl-nolibm.h
Copying file gnulib/tests/isnanl.c
Copying file gnulib/tests/localename.c
Copying file gnulib/tests/localename.h
Copying file gnulib/tests/macros.h
Copying file gnulib/tests/math.c
Copying file gnulib/tests/math.in.h
Copying file gnulib/tests/minus-zero.h
Copying file gnulib/tests/nan.h
Copying file gnulib/tests/nanosleep.c
Copying file gnulib/tests/nap.h
Copying file gnulib/tests/progname.c
Copying file gnulib/tests/progname.h
Copying file gnulib/tests/ptsname.c
Copying file gnulib/tests/ptsname_r.c
Copying file gnulib/tests/pty-private.h
Copying file gnulib/tests/putenv.c
Copying file gnulib/tests/randomd.c
Copying file gnulib/tests/read.c
Copying file gnulib/tests/same-inode.h
Copying file gnulib/tests/setlocale.c
Copying file gnulib/tests/signature.h
Copying file gnulib/tests/signbitd.c
Copying file gnulib/tests/signbitf.c
Copying file gnulib/tests/signbitl.c
Copying file gnulib/tests/socket-client.h
Copying file gnulib/tests/socket-server.h
Copying file gnulib/tests/spawn.in.h
Copying file gnulib/tests/spawn_faction_addclose.c
Copying file gnulib/tests/spawn_faction_adddup2.c
Copying file gnulib/tests/spawn_faction_addopen.c
Copying file gnulib/tests/spawn_faction_destroy.c
Copying file gnulib/tests/spawn_faction_init.c
Copying file gnulib/tests/spawn_int.h
Copying file gnulib/tests/spawnattr_destroy.c
Copying file gnulib/tests/spawnattr_init.c
Copying file gnulib/tests/spawnattr_setflags.c
Copying file gnulib/tests/spawnattr_setsigmask.c
Copying file gnulib/tests/spawni.c
Copying file gnulib/tests/spawnp.c
Copying file gnulib/tests/symlink.c
Copying file gnulib/tests/test-accept.c
Copying file gnulib/tests/test-alloca-opt.c
Copying file gnulib/tests/test-areadlink.c
Copying file gnulib/tests/test-areadlink.h
Copying file gnulib/tests/test-arpa_inet.c
Copying file gnulib/tests/test-base64.c
Copying file gnulib/tests/test-binary-io.c
Copying file gnulib/tests/test-binary-io.sh
Copying file gnulib/tests/test-bind.c
Copying file gnulib/tests/test-bitrotate.c
Copying file gnulib/tests/test-btowc.c
Copying file gnulib/tests/test-btowc1.sh
Copying file gnulib/tests/test-btowc2.sh
Copying file gnulib/tests/test-byteswap.c
Copying file gnulib/tests/test-c-ctype.c
Copying file gnulib/tests/test-c-strcase.sh
Copying file gnulib/tests/test-c-strcasecmp.c
Copying file gnulib/tests/test-c-strcasestr.c
Copying file gnulib/tests/test-c-strncasecmp.c
Copying file gnulib/tests/test-canonicalize-lgpl.c
Copying file gnulib/tests/test-chown.c
Copying file gnulib/tests/test-chown.h
Copying file gnulib/tests/test-cloexec.c
Copying file gnulib/tests/test-close.c
Copying file gnulib/tests/test-connect.c
Copying file gnulib/tests/test-count-leading-zeros.c
Copying file gnulib/tests/test-count-one-bits.c
Copying file gnulib/tests/test-dup.c
Copying file gnulib/tests/test-dup2.c
Copying file gnulib/tests/test-environ.c
Copying file gnulib/tests/test-errno.c
Copying file gnulib/tests/test-fclose.c
Copying file gnulib/tests/test-fcntl-h.c
Copying file gnulib/tests/test-fcntl.c
Copying file gnulib/tests/test-fdatasync.c
Copying file gnulib/tests/test-fdopen.c
Copying file gnulib/tests/test-fflush.c
Copying file gnulib/tests/test-fflush2.c
Copying file gnulib/tests/test-fflush2.sh
Copying file gnulib/tests/test-ffs.c
Copying file gnulib/tests/test-ffsl.c
Copying file gnulib/tests/test-fgetc.c
Copying file gnulib/tests/test-float.c
Copying file gnulib/tests/test-fnmatch.c
Copying file gnulib/tests/test-fpurge.c
Copying file gnulib/tests/test-fputc.c
Copying file gnulib/tests/test-fread.c
Copying file gnulib/tests/test-freading.c
Copying file gnulib/tests/test-fseek.c
Copying file gnulib/tests/test-fseek.sh
Copying file gnulib/tests/test-fseek2.sh
Copying file gnulib/tests/test-fseeko.c
Copying file gnulib/tests/test-fseeko.sh
Copying file gnulib/tests/test-fseeko2.sh
Copying file gnulib/tests/test-fseeko3.c
Copying file gnulib/tests/test-fseeko3.sh
Copying file gnulib/tests/test-fseeko4.c
Copying file gnulib/tests/test-fseeko4.sh
Copying file gnulib/tests/test-fstat.c
Copying file gnulib/tests/test-fsync.c
Copying file gnulib/tests/test-ftell.c
Copying file gnulib/tests/test-ftell.sh
Copying file gnulib/tests/test-ftell2.sh
Copying file gnulib/tests/test-ftell3.c
Copying file gnulib/tests/test-ftello.c
Copying file gnulib/tests/test-ftello.sh
Copying file gnulib/tests/test-ftello2.sh
Copying file gnulib/tests/test-ftello3.c
Copying file gnulib/tests/test-ftello4.c
Copying file gnulib/tests/test-ftello4.sh
Copying file gnulib/tests/test-ftruncate.c
Copying file gnulib/tests/test-ftruncate.sh
Copying file gnulib/tests/test-func.c
Copying file gnulib/tests/test-fwrite.c
Copying file gnulib/tests/test-getaddrinfo.c
Copying file gnulib/tests/test-getcwd-lgpl.c
Copying file gnulib/tests/test-getdelim.c
Copying file gnulib/tests/test-getdtablesize.c
Copying file gnulib/tests/test-getgroups.c
Copying file gnulib/tests/test-gethostname.c
Copying file gnulib/tests/test-getline.c
Copying file gnulib/tests/test-getpeername.c
Copying file gnulib/tests/test-getsockname.c
Copying file gnulib/tests/test-getsockopt.c
Copying file gnulib/tests/test-gettimeofday.c
Copying file gnulib/tests/test-grantpt.c
Copying file gnulib/tests/test-ignore-value.c
Copying file gnulib/tests/test-inet_ntop.c
Copying file gnulib/tests/test-inet_pton.c
Copying file gnulib/tests/test-init.sh
Copying file gnulib/tests/test-intprops.c
Copying file gnulib/tests/test-inttypes.c
Copying file gnulib/tests/test-ioctl.c
Copying file gnulib/tests/test-isatty.c
Copying file gnulib/tests/test-isnand-nolibm.c
Copying file gnulib/tests/test-isnand.h
Copying file gnulib/tests/test-isnanf-nolibm.c
Copying file gnulib/tests/test-isnanf.h
Copying file gnulib/tests/test-isnanl-nolibm.c
Copying file gnulib/tests/test-isnanl.h
Copying file gnulib/tests/test-langinfo.c
Copying file gnulib/tests/test-ldexp.c
Copying file gnulib/tests/test-ldexp.h
Copying file gnulib/tests/test-listen.c
Copying file gnulib/tests/test-locale.c
Copying file gnulib/tests/test-localeconv.c
Copying file gnulib/tests/test-localename.c
Copying file gnulib/tests/test-lseek.c
Copying file gnulib/tests/test-lseek.sh
Copying file gnulib/tests/test-lstat.c
Copying file gnulib/tests/test-lstat.h
Copying file gnulib/tests/test-malloca.c
Copying file gnulib/tests/test-math.c
Copying file gnulib/tests/test-mbrtowc-w32-1.sh
Copying file gnulib/tests/test-mbrtowc-w32-2.sh
Copying file gnulib/tests/test-mbrtowc-w32-3.sh
Copying file gnulib/tests/test-mbrtowc-w32-4.sh
Copying file gnulib/tests/test-mbrtowc-w32-5.sh
Copying file gnulib/tests/test-mbrtowc-w32.c
Copying file gnulib/tests/test-mbrtowc.c
Copying file gnulib/tests/test-mbrtowc1.sh
Copying file gnulib/tests/test-mbrtowc2.sh
Copying file gnulib/tests/test-mbrtowc3.sh
Copying file gnulib/tests/test-mbrtowc4.sh
Copying file gnulib/tests/test-mbsinit.c
Copying file gnulib/tests/test-mbsinit.sh
Copying file gnulib/tests/test-mbsrtowcs.c
Copying file gnulib/tests/test-mbsrtowcs1.sh
Copying file gnulib/tests/test-mbsrtowcs2.sh
Copying file gnulib/tests/test-mbsrtowcs3.sh
Copying file gnulib/tests/test-mbsrtowcs4.sh
Copying file gnulib/tests/test-md5.c
Copying file gnulib/tests/test-memchr.c
Copying file gnulib/tests/test-nanosleep.c
Copying file gnulib/tests/test-net_if.c
Copying file gnulib/tests/test-netdb.c
Copying file gnulib/tests/test-netinet_in.c
Copying file gnulib/tests/test-nl_langinfo.c
Copying file gnulib/tests/test-nl_langinfo.sh
Copying file gnulib/tests/test-nonblocking-misc.h
Copying file gnulib/tests/test-nonblocking-pipe-child.c
Copying file gnulib/tests/test-nonblocking-pipe-main.c
Copying file gnulib/tests/test-nonblocking-pipe.h
Copying file gnulib/tests/test-nonblocking-pipe.sh
Copying file gnulib/tests/test-nonblocking-reader.h
Copying file gnulib/tests/test-nonblocking-socket-child.c
Copying file gnulib/tests/test-nonblocking-socket-main.c
Copying file gnulib/tests/test-nonblocking-socket.h
Copying file gnulib/tests/test-nonblocking-socket.sh
Copying file gnulib/tests/test-nonblocking-writer.h
Copying file gnulib/tests/test-nonblocking.c
Copying file gnulib/tests/test-open.c
Copying file gnulib/tests/test-open.h
Copying file gnulib/tests/test-openpty.c
Copying file gnulib/tests/test-passfd.c
Copying file gnulib/tests/test-pathmax.c
Copying file gnulib/tests/test-perror.c
Copying file gnulib/tests/test-perror.sh
Copying file gnulib/tests/test-perror2.c
Copying file gnulib/tests/test-pipe.c
Copying file gnulib/tests/test-pipe2.c
Copying file gnulib/tests/test-poll-h.c
Copying file gnulib/tests/test-poll.c
Copying file gnulib/tests/test-posix_openpt.c
Copying file gnulib/tests/test-posix_spawn1.c
Copying file gnulib/tests/test-posix_spawn1.in.sh
Copying file gnulib/tests/test-posix_spawn2.c
Copying file gnulib/tests/test-posix_spawn2.in.sh
Copying file gnulib/tests/test-posix_spawn_file_actions_addclose.c
Copying file gnulib/tests/test-posix_spawn_file_actions_adddup2.c
Copying file gnulib/tests/test-posix_spawn_file_actions_addopen.c
Copying file gnulib/tests/test-pthread_sigmask1.c
Copying file gnulib/tests/test-pthread_sigmask2.c
Copying file gnulib/tests/test-ptsname.c
Copying file gnulib/tests/test-ptsname_r.c
Copying file gnulib/tests/test-raise.c
Copying file gnulib/tests/test-random_r.c
Copying file gnulib/tests/test-rawmemchr.c
Copying file gnulib/tests/test-read.c
Copying file gnulib/tests/test-readlink.c
Copying file gnulib/tests/test-readlink.h
Copying file gnulib/tests/test-recv.c
Copying file gnulib/tests/test-regex.c
Copying file gnulib/tests/test-sched.c
Copying file gnulib/tests/test-select-fd.c
Copying file gnulib/tests/test-select-in.sh
Copying file gnulib/tests/test-select-out.sh
Copying file gnulib/tests/test-select-stdin.c
Copying file gnulib/tests/test-select.c
Copying file gnulib/tests/test-select.h
Copying file gnulib/tests/test-send.c
Copying file gnulib/tests/test-setenv.c
Copying file gnulib/tests/test-setlocale1.c
Copying file gnulib/tests/test-setlocale1.sh
Copying file gnulib/tests/test-setlocale2.c
Copying file gnulib/tests/test-setlocale2.sh
Copying file gnulib/tests/test-setsockopt.c
Copying file gnulib/tests/test-sigaction.c
Copying file gnulib/tests/test-signal-h.c
Copying file gnulib/tests/test-signbit.c
Copying file gnulib/tests/test-sigpipe.c
Copying file gnulib/tests/test-sigpipe.sh
Copying file gnulib/tests/test-sigprocmask.c
Copying file gnulib/tests/test-sleep.c
Copying file gnulib/tests/test-snprintf.c
Copying file gnulib/tests/test-sockets.c
Copying file gnulib/tests/test-spawn.c
Copying file gnulib/tests/test-stat-time.c
Copying file gnulib/tests/test-stat.c
Copying file gnulib/tests/test-stat.h
Copying file gnulib/tests/test-stdalign.c
Copying file gnulib/tests/test-stdbool.c
Copying file gnulib/tests/test-stddef.c
Copying file gnulib/tests/test-stdint.c
Copying file gnulib/tests/test-stdio.c
Copying file gnulib/tests/test-stdlib.c
Copying file gnulib/tests/test-strchrnul.c
Copying file gnulib/tests/test-strerror.c
Copying file gnulib/tests/test-strerror_r.c
Copying file gnulib/tests/test-string.c
Copying file gnulib/tests/test-strings.c
Copying file gnulib/tests/test-strnlen.c
Copying file gnulib/tests/test-symlink.c
Copying file gnulib/tests/test-symlink.h
Copying file gnulib/tests/test-sys_ioctl.c
Copying file gnulib/tests/test-sys_select.c
Copying file gnulib/tests/test-sys_socket.c
Copying file gnulib/tests/test-sys_stat.c
Copying file gnulib/tests/test-sys_time.c
Copying file gnulib/tests/test-sys_types.c
Copying file gnulib/tests/test-sys_uio.c
Copying file gnulib/tests/test-sys_utsname.c
Copying file gnulib/tests/test-sys_wait.c
Copying file gnulib/tests/test-sys_wait.h
Copying file gnulib/tests/test-termios.c
Copying file gnulib/tests/test-thread_create.c
Copying file gnulib/tests/test-thread_self.c
Copying file gnulib/tests/test-time.c
Copying file gnulib/tests/test-ttyname_r.c
Copying file gnulib/tests/test-uname.c
Copying file gnulib/tests/test-unistd.c
Copying file gnulib/tests/test-unlockpt.c
Copying file gnulib/tests/test-unsetenv.c
Copying file gnulib/tests/test-usleep.c
Copying file gnulib/tests/test-vasnprintf.c
Copying file gnulib/tests/test-vasprintf.c
Copying file gnulib/tests/test-vc-list-files-cvs.sh
Copying file gnulib/tests/test-vc-list-files-git.sh
Copying file gnulib/tests/test-verify.c
Copying file gnulib/tests/test-verify.sh
Copying file gnulib/tests/test-vsnprintf.c
Copying file gnulib/tests/test-wchar.c
Copying file gnulib/tests/test-wcrtomb-w32-1.sh
Copying file gnulib/tests/test-wcrtomb-w32-2.sh
Copying file gnulib/tests/test-wcrtomb-w32-3.sh
Copying file gnulib/tests/test-wcrtomb-w32-4.sh
Copying file gnulib/tests/test-wcrtomb-w32-5.sh
Copying file gnulib/tests/test-wcrtomb-w32.c
Copying file gnulib/tests/test-wcrtomb.c
Copying file gnulib/tests/test-wcrtomb.sh
Copying file gnulib/tests/test-wctype-h.c
Copying file gnulib/tests/test-write.c
Copying file gnulib/tests/test-xalloc-die.c
Copying file gnulib/tests/test-xalloc-die.sh
Copying file gnulib/tests/unlockpt.c
Copying file gnulib/tests/unsetenv.c
Copying file gnulib/tests/w32sock.h
Copying file gnulib/tests/wait-process.c
Copying file gnulib/tests/wait-process.h
Copying file gnulib/tests/wctob.c
Copying file gnulib/tests/wctomb-impl.h
Copying file gnulib/tests/wctomb.c
Copying file gnulib/tests/write.c
Copying file gnulib/tests/xalloc-die.c
Copying file gnulib/tests/xalloc.h
Copying file gnulib/tests/xmalloc.c
Copying file gnulib/tests/zerosize-ptr.h
Copying file m4/00gnulib.m4
Copying file m4/absolute-header.m4
Copying file m4/alloca.m4
Copying file m4/arpa_inet_h.m4
Copying file m4/asm-underscore.m4
Copying file m4/autobuild.m4
Copying file m4/base64.m4
Copying file m4/btowc.m4
Copying file m4/byteswap.m4
Copying file m4/calloc.m4
Copying file m4/canonicalize.m4
Copying file m4/chown.m4
Copying file m4/clock_time.m4
Copying file m4/close.m4
Replacing file m4/codeset.m4 (non-gnulib code backed up in m4/codeset.m4~) !!
Copying file m4/configmake.m4
Copying file m4/count-leading-zeros.m4
Copying file m4/count-one-bits.m4
Copying file m4/dirname.m4
Copying file m4/double-slash-root.m4
Copying file m4/dup.m4
Copying file m4/dup2.m4
Copying file m4/eealloc.m4
Copying file m4/environ.m4
Copying file m4/errno_h.m4
Copying file m4/error.m4
Copying file m4/execinfo.m4
Copying file m4/exponentd.m4
Copying file m4/exponentf.m4
Copying file m4/exponentl.m4
Copying file m4/extensions.m4
Copying file m4/extern-inline.m4
Copying file m4/fatal-signal.m4
Copying file m4/fclose.m4
Copying file m4/fcntl-o.m4
Copying file m4/fcntl.m4
Copying file m4/fcntl_h.m4
Copying file m4/fdatasync.m4
Copying file m4/fdopen.m4
Copying file m4/fflush.m4
Copying file m4/ffs.m4
Copying file m4/ffsl.m4
Copying file m4/float_h.m4
Copying file m4/fnmatch.m4
Copying file m4/fpieee.m4
Copying file m4/fpurge.m4
Copying file m4/freading.m4
Copying file m4/fseek.m4
Copying file m4/fseeko.m4
Copying file m4/fstat.m4
Copying file m4/fsync.m4
Copying file m4/ftell.m4
Copying file m4/ftello.m4
Copying file m4/ftruncate.m4
Copying file m4/func.m4
Copying file m4/getaddrinfo.m4
Copying file m4/getcwd.m4
Copying file m4/getdelim.m4
Copying file m4/getdtablesize.m4
Copying file m4/getgroups.m4
Copying file m4/gethostname.m4
Copying file m4/getline.m4
Copying file m4/getpagesize.m4
Copying file m4/getpass.m4
Copying file m4/gettimeofday.m4
Copying file m4/getugroups.m4
Copying file m4/gl-openssl.m4
Replacing file m4/glibc21.m4 (non-gnulib code backed up in m4/glibc21.m4~) !!
Copying file m4/gnulib-common.m4
Copying file m4/gnulib-tool.m4
Copying file m4/grantpt.m4
Copying file m4/hostent.m4
Copying file m4/include_next.m4
Copying file m4/inet_ntop.m4
Copying file m4/inet_pton.m4
Replacing file m4/intlmacosx.m4 (non-gnulib code backed up in m4/intlmacosx.m4~) !!
Copying file m4/intmax_t.m4
Replacing file m4/inttypes-pri.m4 (non-gnulib code backed up in m4/inttypes-pri.m4~) !!
Copying file m4/inttypes.m4
Replacing file m4/inttypes_h.m4 (non-gnulib code backed up in m4/inttypes_h.m4~) !!
Copying file m4/ioctl.m4
Copying file m4/isatty.m4
Copying file m4/isnand.m4
Copying file m4/isnanf.m4
Copying file m4/isnanl.m4
Copying file m4/langinfo_h.m4
Copying file m4/largefile.m4
Replacing file m4/lcmessage.m4 (non-gnulib code backed up in m4/lcmessage.m4~) !!
Copying file m4/ldexp.m4
Replacing file m4/lib-ld.m4 (non-gnulib code backed up in m4/lib-ld.m4~) !!
Replacing file m4/lib-link.m4 (non-gnulib code backed up in m4/lib-link.m4~) !!
Replacing file m4/lib-prefix.m4 (non-gnulib code backed up in m4/lib-prefix.m4~) !!
Copying file m4/localcharset.m4
Copying file m4/locale-fr.m4
Copying file m4/locale-ja.m4
Copying file m4/locale-tr.m4
Copying file m4/locale-zh.m4
Copying file m4/locale_h.m4
Copying file m4/localeconv.m4
Copying file m4/localename.m4
Replacing file m4/lock.m4 (non-gnulib code backed up in m4/lock.m4~) !!
Replacing file m4/longlong.m4 (non-gnulib code backed up in m4/longlong.m4~) !!
Copying file m4/lseek.m4
Copying file m4/lstat.m4
Copying file m4/malloc.m4
Copying file m4/malloca.m4
Copying file m4/manywarnings.m4
Copying file m4/math_h.m4
Copying file m4/mbrtowc.m4
Copying file m4/mbsinit.m4
Copying file m4/mbsrtowcs.m4
Copying file m4/mbstate_t.m4
Copying file m4/mbtowc.m4
Copying file m4/md5.m4
Copying file m4/memchr.m4
Copying file m4/mgetgroups.m4
Copying file m4/mkdtemp.m4
Copying file m4/mkostemp.m4
Copying file m4/mkostemps.m4
Copying file m4/mktime.m4
Copying file m4/mmap-anon.m4
Copying file m4/mode_t.m4
Copying file m4/msvc-inval.m4
Copying file m4/msvc-nothrow.m4
Copying file m4/multiarch.m4
Copying file m4/nanosleep.m4
Copying file m4/net_if_h.m4
Copying file m4/netdb_h.m4
Copying file m4/netinet_in_h.m4
Copying file m4/nl_langinfo.m4
Copying file m4/nocrash.m4
Copying file m4/nonblocking.m4
Copying file m4/off_t.m4
Copying file m4/onceonly.m4
Copying file m4/open.m4
Copying file m4/passfd.m4
Copying file m4/pathmax.m4
Copying file m4/perror.m4
Copying file m4/physmem.m4
Copying file m4/pipe.m4
Copying file m4/pipe2.m4
Copying file m4/poll.m4
Copying file m4/poll_h.m4
Copying file m4/posix-shell.m4
Copying file m4/posix_openpt.m4
Copying file m4/posix_spawn.m4
Copying file m4/printf.m4
Copying file m4/pthread.m4
Copying file m4/pthread_sigmask.m4
Copying file m4/ptsname.m4
Copying file m4/ptsname_r.m4
Copying file m4/pty.m4
Copying file m4/pty_h.m4
Copying file m4/putenv.m4
Copying file m4/raise.m4
Copying file m4/random_r.m4
Copying file m4/rawmemchr.m4
Copying file m4/read.m4
Copying file m4/readlink.m4
Copying file m4/realloc.m4
Copying file m4/regex.m4
Copying file m4/sched_h.m4
Copying file m4/secure_getenv.m4
Copying file m4/select.m4
Copying file m4/servent.m4
Copying file m4/setenv.m4
Copying file m4/setlocale.m4
Copying file m4/sha256.m4
Copying file m4/sig_atomic_t.m4
Copying file m4/sigaction.m4
Copying file m4/signal_h.m4
Copying file m4/signalblocking.m4
Copying file m4/signbit.m4
Copying file m4/sigpipe.m4
Replacing file m4/size_max.m4 (non-gnulib code backed up in m4/size_max.m4~) !!
Copying file m4/sleep.m4
Copying file m4/snprintf.m4
Copying file m4/socketlib.m4
Copying file m4/sockets.m4
Copying file m4/socklen.m4
Copying file m4/sockpfaf.m4
Copying file m4/spawn_h.m4
Copying file m4/ssize_t.m4
Copying file m4/stat-time.m4
Copying file m4/stat.m4
Copying file m4/stdalign.m4
Copying file m4/stdarg.m4
Copying file m4/stdbool.m4
Copying file m4/stddef_h.m4
Copying file m4/stdint.m4
Replacing file m4/stdint_h.m4 (non-gnulib code backed up in m4/stdint_h.m4~) !!
Copying file m4/stdio_h.m4
Copying file m4/stdlib_h.m4
Copying file m4/stpcpy.m4
Copying file m4/strcase.m4
Copying file m4/strchrnul.m4
Copying file m4/strdup.m4
Copying file m4/strerror.m4
Copying file m4/strerror_r.m4
Copying file m4/string_h.m4
Copying file m4/strings_h.m4
Copying file m4/strndup.m4
Copying file m4/strnlen.m4
Copying file m4/strptime.m4
Copying file m4/strsep.m4
Copying file m4/strtok_r.m4
Copying file m4/symlink.m4
Copying file m4/sys_ioctl_h.m4
Copying file m4/sys_select_h.m4
Copying file m4/sys_socket_h.m4
Copying file m4/sys_stat_h.m4
Copying file m4/sys_time_h.m4
Copying file m4/sys_types_h.m4
Copying file m4/sys_uio_h.m4
Copying file m4/sys_utsname_h.m4
Copying file m4/sys_wait_h.m4
Copying file m4/tempname.m4
Copying file m4/termios_h.m4
Copying file m4/thread.m4
Copying file m4/threadlib.m4
Copying file m4/time_h.m4
Copying file m4/time_r.m4
Copying file m4/timegm.m4
Copying file m4/tm_gmtoff.m4
Copying file m4/ttyname_r.m4
Copying file m4/uname.m4
Copying file m4/ungetc.m4
Copying file m4/unistd_h.m4
Copying file m4/unlockpt.m4
Copying file m4/usleep.m4
Copying file m4/vasnprintf.m4
Copying file m4/vasprintf.m4
Copying file m4/vsnprintf.m4
Copying file m4/wait-process.m4
Copying file m4/waitpid.m4
Copying file m4/warn-on-use.m4
Copying file m4/warnings.m4
Copying file m4/wchar_h.m4
Replacing file m4/wchar_t.m4 (non-gnulib code backed up in m4/wchar_t.m4~) !!
Copying file m4/wcrtomb.m4
Copying file m4/wctob.m4
Copying file m4/wctomb.m4
Copying file m4/wctype_h.m4
Replacing file m4/wint_t.m4 (non-gnulib code backed up in m4/wint_t.m4~) !!
Copying file m4/write.m4
Copying file m4/xalloc.m4
Replacing file m4/xsize.m4 (non-gnulib code backed up in m4/xsize.m4~) !!
Copying file maint.mk
(XEN) gic.c:338:d0v4 trying to inject irq=0 into d0v3, when it is still lr_pending
Creating gnulib/lib/gnulib.mk
Creating m4/gnulib-cache.m4
Creating m4/gnulib-comp.m4
(XEN) gic.c:338:d0v4 trying to inject irq=0 into d0v6, when it is still lr_pending
(XEN) gic.c:338:d0v6 trying to inject irq=0 into d0v0, when it is still lr_pending
Creating gnulib/tests/gnulib.mk
Updating ./build-aux/.gitignore (backup in ./build-aux/.gitignore~)
Creating ./build-aux/snippet/.gitignore
Creating ./gnulib/lib/.gitignore
Creating ./gnulib/lib/glthread/.gitignore
Creating ./gnulib/tests/.gitignore
Creating ./gnulib/tests/glthread/.gitignore
Updating ./m4/.gitignore (backup in ./m4/.gitignore~)
Finished.

You may need to add #include directives for the following .h files.
  #include <arpa/inet.h>
  #include <byteswap.h>
  #include <execinfo.h>
  #include <fcntl.h>
  #include <fnmatch.h>
  #include <locale.h>
  #include <math.h>
  #include <net/if.h>
  #include <netdb.h>
  #include <poll.h>
  #include <pthread.h>
  #include <pty.h>
  #include <regex.h>
  #include <sched.h>
  #include <signal.h>
  #include <stdarg.h>
  #include <stdio.h>
  #include <stdlib.h>
  #include <string.h>
  #include <strings.h>
  #include <sys/ioctl.h>
  #include <sys/socket.h>
  #include <sys/stat.h>
  #include <sys/time.h>
  #include <sys/utsname.h>
  #include <sys/wait.h>
  #include <termios.h>
  #include <time.h>
  #include <unistd.h>
  /* Include only after all system include files.  */
  #include "areadlink.h"
  #include "base64.h"
  #include "bitrotate.h"
  #include "c-ctype.h"
  #include "c-strcase.h"
  #include "c-strcasestr.h"
  #include "configmake.h"
  #include "count-leading-zeros.h"
  #include "count-one-bits.h"
  #include "dirname.h"
  #include "getpass.h"
  #include "gettext.h"
  #include "ignore-value.h"
  #include "intprops.h"
  #include "md5.h"
  #include "mgetgroups.h"
  #include "nonblocking.h"
  #include "passfd.h"
  #include "physmem.h"
  #include "sha256.h"
  #include "stat-time.h"
  #include "verify.h"

You may need to use the following Makefile variables when linking.
Use them in <program>_LDADD when linking a program, or
in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library.
  $(GETADDRINFO_LIB)
  $(GETHOSTNAME_LIB)
  $(HOSTENT_LIB)
  $(INET_NTOP_LIB)
  $(INET_PTON_LIB)
  $(LDEXP_LIBM)
  $(LIBSOCKET)
  $(LIB_CLOCK_GETTIME)
  $(LIB_CRYPTO)
  $(LIB_EXECINFO)
  $(LIB_FDATASYNC)
  $(LIB_POLL)
  $(LIB_PTHREAD)
  $(LIB_PTHREAD_SIGMASK)
  $(LIB_SELECT)
  $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
  $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
  $(PTY_LIB)
  $(SERVENT_LIB)

Don't forget to
  - "include gnulib.mk" from within "gnulib/lib/Makefile.am",
  - "include gnulib.mk" from within "gnulib/tests/Makefile.am",
  - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am,
  - mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
  - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC,
  - invoke gl_INIT in ./configure.ac.
running: AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install --force -I m4  --no-recursive
autoreconf: Entering directory `.'
autoreconf: running: true --force
autoreconf: running: aclocal -I m4 --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: true --copy --force
autoreconf: running: /usr/bin/autoconf --include=m4 --force
autoreconf: running: /usr/bin/autoheader --include=m4 --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:124: installing 'build-aux/compile'
configure.ac:27: installing 'build-aux/missing'
Makefile.am: installing './INSTALL'
daemon/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
autoreconf: Leaving directory `.'
./bootstrap: ln -fs ../.gnulib/build-aux/install-sh build-aux/install-sh
./bootstrap: ln -fs ../.gnulib/build-aux/depcomp build-aux/depcomp
./bootstrap: ln -fs ../.gnulib/build-aux/config.guess build-aux/config.guess
./bootstrap: ln -fs ../.gnulib/build-aux/config.sub build-aux/config.sub
./bootstrap: ln -fs .gnulib/doc/INSTALL INSTALL
./bootstrap: Creating po/Makevars from po/Makevars.template ...
./bootstrap: done.  Now you can run './configure'.
mkdir -p "/root/build/libvirt-upstream/libvirt/debian/build"
/usr/share/cdbs/1/rules/buildcore.mk:109: WARNING:  DEB_DH_INSTALLINIT_ARGS is a deprecated variable
/usr/share/cdbs/1/rules/buildcore.mk:109: WARNING:  DEB_DH_STRIP_ARGS is a deprecated variable
/usr/share/cdbs/1/rules/buildcore.mk:109: WARNING:  DEB_COMPRESS_EXCLUDE is a deprecated variable
if test -e /usr/share/misc/config.guess ; then \
                for i in ./.gnulib/build-aux/config.guess ; do \
                        if ! test -e $i.cdbs-orig ; then \
                                mv $i $i.cdbs-orig ; \
                                cp --remove-destination /usr/share/misc/config.guess $i ; \
                        fi ; \
                done ; \
        fi
if test -e /usr/share/misc/config.sub ; then \
                for i in ./.gnulib/build-aux/config.sub ; do \
                        if ! test -e $i.cdbs-orig ; then \
                                mv $i $i.cdbs-orig ; \
                                cp --remove-destination /usr/share/misc/config.sub $i ; \
                        fi ; \
                done ; \
        fi
if test -e /usr/share/gnulib/build-aux/config.rpath ; then \
                for i in ./.gnulib/build-aux/config.rpath ; do \
                        if ! test -e $i.cdbs-orig ; then \
                                mv $i $i.cdbs-orig ; \
                                cp --remove-destination /usr/share/gnulib/build-aux/config.rpath $i ; \
                        fi ; \
                done ; \
        fi
dh_autoreconf 
Copying file build-aux/config.rpath
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
if [ -e ./configure.ac ] || [ -e ./configure.in ]; then cd . && `which autoconf2.69 || which autoconf`; fi
if [ -e ./configure.ac ] || [ -e ./configure.in ]; then cd . && `which autoheader2.69 || which autoheader` ; fi
touch debian/stamp-autotools-files
chmod a+x /root/build/libvirt-upstream/libvirt/./configure
mkdir -p /root/build/libvirt-upstream/libvirt/debian/build
cd /root/build/libvirt-upstream/libvirt/debian/build && COLLIE=/usr/sbin/collie /root/build/libvirt-upstream/li 
configure: WARNING: unrecognized options: --disable-maintainer-mode, --without-libssh2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
configure: autobuild project... libvirt
configure: autobuild revision... v1.2.11-209-gc803c07
configure: autobuild hostname... ubuntu
configure: autobuild timestamp... 20150121T232524Z
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for sys/stat.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for inttypes.h... (cached) yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... yes
checking whether <sys/socket.h> defines the SHUT_* macros... yes
checking for struct sockaddr_storage... yes
checking for sa_family_t... yes
checking for struct sockaddr_storage.ss_family... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for C/C++ restrict keyword... __restrict
checking whether <wchar.h> uses 'inline' correctly... yes
checking for btowc... yes
checking for canonicalize_file_name... yes
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for chown... yes
checking for fchown... yes
checking for _set_invalid_parameter_handler... no
checking for getdtablesize... yes
checking for fcntl... yes
checking for symlink... yes
checking for ffs... yes
checking for ffsl... yes
checking for isblank... yes
checking for iswctype... yes
checking for mbsrtowcs... yes
checking for mempcpy... yes
checking for wmemchr... yes
checking for wmemcpy... yes
checking for wmempcpy... yes
checking for fpurge... no
checking for __fpurge... yes
checking for __freading... yes
checking for fsync... yes
checking for getdelim... yes
checking for __fsetlocking... yes
checking for tcgetattr... yes
checking for tcsetattr... yes
checking for gettimeofday... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mprotect... yes
checking for getgrouplist... yes
checking for mkostemp... yes
checking for mkostemps... yes
checking for nl_langinfo... yes
checking for recvmsg... yes
checking for sendmsg... yes
checking for strerror_r... yes
checking for __xpg_strerror_r... yes
checking for pipe... yes
checking for pipe2... yes
checking for posix_openpt... yes
checking for pthread_sigmask... no
checking for secure_getenv... yes
checking for setenv... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for sleep... yes
checking for snprintf... yes
checking for strdup... yes
checking for catgets... yes
checking for strndup... yes
checking for strptime... yes
checking for localtime_r... yes
checking for timegm... yes
checking for usleep... yes
checking for vasnprintf... no
checking for wcrtomb... yes
checking for iswcntrl... yes
checking for getegid... yes
checking for ftruncate... yes
checking for newlocale... yes
checking for socketpair... yes
checking for ptsname_r... yes
checking for shutdown... (cached) yes
checking for wctob... yes
checking for cfmakeraw... yes
checking for fallocate... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgrnam_r... yes
checking for getmntent_r... yes
checking for getpwuid_r... yes
checking for getuid... yes
checking for kill... yes
checking for mmap... yes
checking for posix_fallocate... yes
checking for posix_memalign... yes
checking for prlimit... yes
checking for regexec... yes
checking for sched_getaffinity... yes
checking for setgroups... yes
checking for setns... yes
checking for setrlimit... yes
checking for sysctlbyname... no
checking for getifaddrs... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... none
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether chown dereferences symlinks... yes
checking whether chown honors trailing slash... yes
checking whether chown always updates ctime... yes
checking for unsigned long long int... yes
checking whether byte ordering is bigendian... no
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for mode_t... yes
checking whether fdatasync is declared... yes
checking for mbstate_t... yes
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether fflush works on input streams... no
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether ftello is declared... yes
checking for ftello... yes
checking whether ftello works... yes
checking for library containing gethostbyname... none required
checking for gethostbyname... yes
checking for library containing getservbyname... none required
checking for getservbyname... yes
checking for library containing inet_ntop... none required
checking whether inet_ntop is declared... yes
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether getdelim is declared... yes
checking type of array argument to getgroups... gid_t
checking whether getline is declared... yes
checking whether getpass is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether flockfile is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether funlockfile is declared... yes
checking whether putc_unlocked is declared... yes
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether ldexp() can be used without linking with libm... yes
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for wchar_t... yes
checking for max_align_t... no
checking whether NULL can be used in arbitrary expressions... yes
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking for pthread.h... (cached) yes
checking for multithread API to use... posix
checking whether lstat correctly handles trailing slash... yes
checking for a sed that does not truncate output... /bin/sed
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for long long int... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether alarm is declared... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking for promoted mode_t type... mode_t
checking for library containing forkpty... -lutil
checking whether strerror(0) succeeds... yes
checking for strerror_r with POSIX signature... no
checking whether __xpg_strerror_r works... yes
checking whether strerror_r is declared... yes
checking for external symbol _system_configuration... no
checking for inline... inline
checking for library containing setsockopt... none needed
checking for sigset_t... yes
checking for SIGPIPE... yes
checking whether <sys/select.h> is self-contained... yes
checking whether setenv is declared... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether stdint.h conforms to C99... yes
checking whether strdup is declared... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking for struct tm.tm_gmtoff... yes
checking whether strtok_r is declared... yes
checking for struct timespec in <time.h>... yes
checking whether ttyname_r is declared... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether vsnprintf is declared... yes
checking whether strerror_r is declared... (cached) yes
checking for strerror_r... (cached) yes
checking whether strerror_r returns char *... yes
checking for sig_atomic_t... yes
checking whether ungetc works on arbitrary bytes... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether long double and double are the same... no
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for library containing posix_spawn... none required
checking for posix_spawn... yes
checking whether posix_spawn works... yes
checking whether posix_spawnattr_setschedpolicy is supported... yes
checking whether posix_spawnattr_setschedparam is supported... yes
checking whether unsetenv is declared... yes
checking for alloca as a compiler built-in... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... guessing yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking whether fflush works on input streams... (cached) no
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking for library containing fdatasync... none required
checking whether fflush works on input streams... (cached) no
checking whether conversion from 'int' to 'long double' works... yes
checking for working POSIX fnmatch... yes
checking whether fpurge is declared... no
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) no
checking for _fseeki64... no
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether __func__ is available... yes
configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
checking for library containing getaddrinfo... none required
checking for getaddrinfo... yes
checking whether gai_strerror is declared... yes
checking whether gai_strerrorA is declared... no
checking for gai_strerror with POSIX signature... yes
checking for struct sockaddr.sa_len... no
checking whether getaddrinfo is declared... yes
checking whether freeaddrinfo is declared... yes
checking whether getnameinfo is declared... yes
checking for struct addrinfo... yes
checking for working getdelim function... yes
checking whether getdtablesize works... yes
checking for getgroups... yes
checking for working getgroups... yes
checking whether getgroups handles negative values... yes
checking for gethostname... yes
checking for HOST_NAME_MAX... yes
checking for getline... yes
checking for working getline function... yes
checking for getpass... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking for library containing gethostbyname... (cached) none required
checking for gethostbyname... (cached) yes
checking for library containing inet_ntop... (cached) none required
checking whether inet_ntop is declared... (cached) yes
checking for library containing inet_pton... none required
checking whether inet_pton is declared... yes
checking for ioctl... yes
checking for ioctl with POSIX signature... no
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... yes
checking whether struct lconv is properly defined... yes
checking for pthread_rwlock_t... yes
checking whether lseek detects pipes... yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc works on empty input... no
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbsrtowcs works... guessing yes
checking for mkdtemp... yes
checking for working mktime... yes
checking for __mktime_internal... no
checking whether <net/if.h> is self-contained... yes
checking whether <netinet/in.h> is self-contained... yes
checking whether YESEXPR works... yes
checking whether open recognizes a trailing slash... yes
checking whether openpty is declared... yes
checking for const-safe openpty signature... yes
checking for struct msghdr.msg_accrights... no
checking whether perror matches strerror... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/param.h... (cached) yes
checking for sys/systemcfg.h... no
checking for sys/sysctl.h... yes
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for sysctl... no
checking for table... no
checking for sysinfo... yes
checking for struct sysinfo.mem_unit... yes
checking for poll... yes
checking for a shell that conforms to POSIX... /bin/bash
checking whether <pthread.h> pollutes the namespace... no
checking for pthread_t... yes
checking for pthread_spinlock_t... yes
checking for library containing pthread_create and pthread_join... -pthread
checking for pthread_sigmask in -pthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking for raise... yes
checking for sigprocmask... yes
checking for random.h... no
checking for struct random_data... yes
checking for random_r... yes
checking for rawmemchr... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking for working re_compile_pattern... yes
checking whether select supports a 0 argument... yes
checking whether select detects invalid fds... yes
checking for library containing getservbyname... (cached) none required
checking for getservbyname... (cached) yes
checking whether setenv validates arguments... yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking whether sleep is declared... yes
checking for working sleep... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking for socklen_t... yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for working stdalign.h... yes
checking for va_copy... yes
checking for max_align_t... (cached) no
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking whether inttypes macros match system or gnu printf... system
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for strchrnul... yes
checking whether strchrnul works... yes
checking for working strerror function... yes
checking for working strndup... yes
checking for working strnlen... yes
checking for strsep... yes
checking for strtok_r... yes
checking whether strtok_r works... yes
checking whether <sys/ioctl.h> declares ioctl... yes
checking whether <sys/select.h> is self-contained... (cached) yes
checking for nlink_t... (cached) yes
checking for struct utsname... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for ttyname_r... yes
checking whether ttyname_r is compatible with its POSIX signature... yes
checking whether ttyname_r works with small buffers... yes
checking for uname... yes
checking for useconds_t... yes
checking whether usleep allows large arguments... yes
checking for ptrdiff_t... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether wcrtomb return value is correct... guessing yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for stdint.h... (cached) yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a turkish Unicode locale... none
checking for error_at_line... yes
checking whether fdopen sets errno... yes
checking for getpagesize... yes
checking whether getpagesize is declared... yes
checking for grantpt... yes
checking whether byte ordering is bigendian... (cached) no
checking whether byte ordering is bigendian... (cached) no
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether isnan(double) can be used without linking with libm... yes
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... yes
checking where to find the exponent in a 'long double'... word 3 bit 16
checking for setlocale... yes
checking for uselocale... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for library containing nanosleep... none required
checking for working nanosleep... no (mishandles large arguments)
checking for library containing if_nameindex... none required
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking whether posix_spawn_file_actions_addclose works... yes
checking whether posix_spawn_file_actions_adddup2 works... yes
checking whether posix_spawn_file_actions_addopen works... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking for ptsname... yes
checking whether ptsname sets errno on failure... yes
checking whether ptsname_r has the same signature as in glibc... yes
checking for putenv compatible with GNU and SVID... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for signbit macro... yes
checking for signbit compiler built-ins... yes
checking for posix_spawnattr_t... yes
checking for posix_spawn_file_actions_t... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether symlink handles trailing slash correctly... yes
checking for pthread_atfork... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for waitid... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether wctob works... guessing yes
checking whether wctob is declared... yes
checking for uid_t in sys/types.h... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_converp
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by gcc -std=gnu99... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for how to mark DSO non-deletable at runtime... -Wl,-z -Wl,nodelete
checking for how to set DSO symbol versions... -Wl,--version-script=
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking whether the C compiler's -Wformat allows NULL strings... yes
checking whether pragma GCC diagnostic push works... yes
checking whether the C compiler's -Wlogical-op gives bogus warnings... no
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... no
checking whether -Wuninitialized is supported... yes
checking whether C compiler handles -W... yes
checking whether C compiler handles -Waddress... yes
checking whether C compiler handles -Waggressive-loop-optimizations... yes
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Warray-bounds... yes
checking whether C compiler handles -Wattributes... yes
checking whether C compiler handles -Wbad-function-cast... yes
checking whether C compiler handles -Wbuiltin-macro-redefined... yes
checking whether C compiler handles -Wcast-align... yes
checking whether C compiler handles -Wchar-subscripts... yes
checking whether C compiler handles -Wclobbered... yes
checking whether C compiler handles -Wcomment... yes
checking whether C compiler handles -Wcomments... yes
checking whether C compiler handles -Wcoverage-mismatch... yes
checking whether C compiler handles -Wcpp... yes
checking whether C compiler handles -Wdate-time... no
checking whether C compiler handles -Wdeprecated-declarations... yes
checking whether C compiler handles -Wdisabled-optimization... yes
checking whether C compiler handles -Wdiv-by-zero... yes
checking whether C compiler handles -Wdouble-promotion... yes
checking whether C compiler handles -Wempty-body... yes
checking whether C compiler handles -Wendif-labels... yes
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-contains-nul... yes
checking whether C compiler handles -Wformat-extra-args... yes
checking whether C compiler handles -Wformat-security... yes
checking whether C compiler handles -Wformat-y2k... yes
checking whether C compiler handles -Wformat-zero-length... yes
checking whether C compiler handles -Wfree-nonheap-object... yes
checking whether C compiler handles -Wignored-qualifiers... yes
checking whether C compiler handles -Wimplicit... yes
checking whether C compiler handles -Wimplicit-function-declaration... yes
checking whether C compiler handles -Wimplicit-int... yes
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Winline... yes
checking whether C compiler handles -Wint-to-pointer-cast... yes
checking whether C compiler handles -Winvalid-memory-model... yes
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wjump-misses-init... yes
checking whether C compiler handles -Wlogical-op... yes
checking whether C compiler handles -Wmain... yes
checking whether C compiler handles -Wmaybe-uninitialized... yes
checking whether C compiler handles -Wmissing-braces... yes
checking whether C compiler handles -Wmissing-declarations... yes
checking whether C compiler handles -Wmissing-field-initializers... yes
checking whether C compiler handles -Wmissing-include-dirs... yes
checking whether C compiler handles -Wmissing-parameter-type... yes
checking whether C compiler handles -Wmissing-prototypes... yes
checking whether C compiler handles -Wmultichar... yes
checking whether C compiler handles -Wnarrowing... yes
checking whether C compiler handles -Wnested-externs... yes
checking whether C compiler handles -Wnonnull... yes
checking whether C compiler handles -Wold-style-declaration... yes
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... no
checking whether C compiler handles -Woverflow... yes
checking whether C compiler handles -Woverride-init... yes
checking whether C compiler handles -Wpacked-bitfield-compat... yes
checking whether C compiler handles -Wparentheses... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wpointer-sign... yes
checking whether C compiler handles -Wpointer-to-int-cast... yes
checking whether C compiler handles -Wpragmas... yes
checking whether C compiler handles -Wreturn-local-addr... yes
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wsequence-point... yes
checking whether C compiler handles -Wshadow... yes
checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
checking whether C compiler handles -Wstrict-aliasing... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=const... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-attribute=pure... yes
checking whether C compiler handles -Wswitch... yes
checking whether C compiler handles -Wsync-nand... yes
checking whether C compiler handles -Wtrampolines... yes
checking whether C compiler handles -Wtrigraphs... yes
checking whether C compiler handles -Wtype-limits... yes
checking whether C compiler handles -Wuninitialized... yes
checking whether C compiler handles -Wunknown-pragmas... yes
checking whether C compiler handles -Wunused... yes
checking whether C compiler handles -Wunused-but-set-parameter... yes
checking whether C compiler handles -Wunused-but-set-variable... yes
checking whether C compiler handles -Wunused-function... yes
checking whether C compiler handles -Wunused-label... yes
checking whether C compiler handles -Wunused-local-typedefs... yes
checking whether C compiler handles -Wunused-parameter... yes
checking whether C compiler handles -Wunused-result... yes
checking whether C compiler handles -Wunused-value... yes
checking whether C compiler handles -Wunused-variable... yes
checking whether C compiler handles -Wvarargs... yes
checking whether C compiler handles -Wvariadic-macros... yes
checking whether C compiler handles -Wvector-operation-performance... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Wnormalized=nfc... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wjump-misses-init... (cached) yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether C compiler handles -Wframe-larger-than=4096... yes
checking whether C compiler handles -fexceptions... yes
checking whether C compiler handles -fasynchronous-unwind-tables... yes
checking whether C compiler handles -fipa-pure-const... yes
checking whether C compiler handles -Wno-suggest-attribute=pure... yes
checking whether C compiler handles -Wno-suggest-attribute=const... yes
checking whether C compiler handles -Werror... yes
checking whether C compiler handles "-fstack-protector-all"... yes
checking whether C compiler handles -fPIE -DPIE... yes
checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now
checking for how to avoid indirect lib deps... -Wl,--no-copy-dt-needed-entries
checking for getxattr in -lattr... no
checking for audit_encode_nv_string in -laudit... yes
checking libaudit.h usability... yes
checking libaudit.h presence... yes
checking for libaudit.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AVAHI... yes
checking for BLKID... yes
checking for capng_updatev in -lcap-ng... yes
checking for cap-ng.h... (cached) yes
checking for CURL... no
checking for DBUS... yes
checking for dbus_watch_get_unix_fd... yes
checking for DBusBasicValue... yes
checking for FUSE... no
checking for GLUSTERFS... no
checking for NETCF... yes
checking for ncf_change_begin... yes
checking for numa_bitmask_isbitset in -lnuma... no
checking for OPENWSMAN... no
checking for PCIACCESS... yes
checking for library containing tgetent... -lncurses
checking for readline in -lreadline... yes
checking for readline/readline.h... (cached) yes
checking for rl_initialize in -lreadline... yes
checking for sanlock_init in -lsanlock_client... no
checking for sasl_client_init in -lsasl2... yes
checking for sasl/sasl.h... (cached) yes
checking for SSH2... no
checking for SYSTEMD_DAEMON... no
checking for sd_notify... no
checking for UDEV... yes
checking for yajl_parse_complete in -lyajl... no
checking for yajl_tree_parse in -lyajl... yes
checking for yajl/yajl_common.h... (cached) yes
checking for CPUID instruction... no
checking size of long... 8
checking for pthread_mutexattr_init... yes
checking for pthread.h... (cached) yes
checking whether pthread_sigmask does anything... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking net/ethernet.h usability... yes
checking net/ethernet.h presence... yes
checking for net/ethernet.h... yes
checking linux/magic.h usability... yes
checking linux/magic.h presence... yes
checking for linux/magic.h... yes
checking for sys/un.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking for sys/sysctl.h... (cached) yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking libtasn1.h usability... yes
checking libtasn1.h presence... yes
checking for libtasn1.h... yes
checking sys/ucred.h usability... no
checking sys/ucred.h presence... no
checking for sys/ucred.h... no
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking whether htole64 is declared... yes
checking for atomic ops implementation... gcc
checking for struct ifreq... yes
checking for gettext in -lintl... no
checking for rpcgen... /usr/bin/rpcgen
checking for xmllint... /usr/bin/xmllint
checking for xmlcatalog... /usr/bin/xmlcatalog
checking for xsltproc... /usr/bin/xsltproc
checking for augparse... /usr/bin/augparse
checking for dmidecode... dmidecode
checking for dnsmasq... /usr/sbin/dnsmasq
checking for radvd... /usr/sbin/radvd
checking for tc... /sbin/tc
checking for udevadm... /sbin/udevadm
checking for udevsettle... no
checking for modprobe... /sbin/modprobe
checking for rmmod... /sbin/rmmod
checking for ovs-vsctl... ovs-vsctl
checking for scrub... scrub
checking for addr2line... /usr/bin/addr2line
checking for init script flavor... none
checking for whether to install sysctl config... yes
checking for ip... /sbin/ip
checking for iptables... /sbin/iptables
checking for ip6tables... /sbin/ip6tables
checking for ebtables... /sbin/ebtables
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for xdr_u_int64_t... no
checking where to find <rpc/rpc.h>... none
checking for dlfcn.h... (cached) yes
checking for library containing dlopen... -ldl
checking for xen_vm_start in -lxenserver... no
checking for libxl_ctx_alloc in -lxenlight... yes
checking libxlutil.h usability... no
checking libxlutil.h presence... no
checking for libxlutil.h... no
checking linux/kvm.h usability... yes
checking linux/kvm.h presence... yes
checking for linux/kvm.h... yes
checking for PARALLELS_SDK... no
checking for bhyve... no
checking for bhyvectl... no
checking for bhyveload... no
checking for shell that supports <> redirection... /bin/sh
checking whether <linux/*.h> and <netinet/*.h> headers are compatible... yes
checking for linux/param.h... yes
checking for linux/sockios.h... yes
checking for linux/if_bridge.h... yes
checking for linux/if_tun.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBXML... yes
checking for struct _xmlURI.query_raw... yes
checking for GNUTLS... yes
checking for gnutls/crypto.h... yes
checking for pkcheck... /usr/bin/pkcheck
checking whether pkcheck supports uid value... yes
checking for dtrace... no
checking for numad... no
checking libpcap pcap-config >= 1.0.0 ... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for mntent.h... (cached) yes
checking for mount... /bin/mount
checking for umount... /bin/umount
checking for mkfs... /sbin/mkfs
checking for showmount... /sbin/showmount
checking for pvcreate... /sbin/pvcreate
checking for vgcreate... /sbin/vgcreate
checking for lvcreate... /sbin/lvcreate
checking for pvremove... /sbin/pvremove
checking for vgremove... /sbin/vgremove
checking for lvremove... /sbin/lvremove
checking for lvchange... /sbin/lvchange
checking for vgchange... /sbin/vgchange
checking for vgscan... /sbin/vgscan
checking for pvs... /sbin/pvs
checking for vgs... /sbin/vgs
checking for lvs... /sbin/lvs
checking for iscsiadm... /usr/bin/iscsiadm
checking rbd/librbd.h usability... yes
checking rbd/librbd.h presence... yes
checking for rbd/librbd.h... yes
checking for gluster... no
checking for parted... /sbin/parted
checking for dmsetup... /sbin/dmsetup
checking for LIBPARTED... yes
checking for DEVMAPPER... yes
checking libdevmapper.h usability... yes
checking libdevmapper.h presence... yes
checking for libdevmapper.h... yes
checking for python2... /usr/bin/python2
checking for perl... /usr/bin/perl
checking Whether to build test suite by default... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking whether to compile with macvtap support... yes
checking whether MACVLAN_MODE_PASSTHRU is declared... yes
checking whether to compile with virtual port support... yes
checking whether GET_VLAN_VID_CMD is declared... yes
checking for LIBNL... yes
checking for LIBNL_ROUTE3... yes
checking rpc/types.h usability... yes
checking rpc/types.h presence... yes
checking for rpc/types.h... yes
checking for GLIB... yes
checking for wireshark... no
checking for tshark... no
checking for struct ifreq.ifr_newname... yes
checking for struct ifreq.ifr_ifindex... yes
checking for struct ifreq.ifr_index... no
checking for struct ifreq.ifr_hwaddr... yes
checking whether BRDGSFD is declared... no
checking whether BRDGADD is declared... no
checking whether BRDGDEL is declared... no
checking whether cpuset_getaffinity is declared... no
checking for struct if_data.ifi_oqdrops... no
checking whether this build is done by a static analysis tool... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating run
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating docs/Makefile
config.status: creating docs/schemas/Makefile
config.status: creating gnulib/lib/Makefile
config.status: creating gnulib/tests/Makefile
config.status: creating libvirt.pc
config.status: creating libvirt-qemu.pc
config.status: creating libvirt-lxc.pc
config.status: creating src/libvirt.pc
config.status: creating src/libvirt-qemu.pc
config.status: creating src/libvirt-lxc.pc
config.status: creating libvirt.spec
config.status: creating mingw-libvirt.spec
config.status: creating po/Makefile.in
config.status: creating include/libvirt/Makefile
config.status: creating include/libvirt/libvirt.h
config.status: creating daemon/Makefile
config.status: creating tools/Makefile
config.status: creating tests/Makefile
config.status: creating examples/apparmor/Makefile
config.status: creating examples/object-events/Makefile
config.status: creating examples/domsuspend/Makefile
config.status: creating examples/dominfo/Makefile
config.status: creating examples/dommigrate/Makefile
config.status: creating examples/domtop/Makefile
config.status: creating examples/openauth/Makefile
config.status: creating examples/hellolibvirt/Makefile
config.status: creating examples/systemtap/Makefile
config.status: creating examples/xml/nwfilter/Makefile
config.status: creating examples/lxcconvert/Makefile
config.status: creating tools/wireshark/Makefile
config.status: creating tools/wireshark/src/Makefile
config.status: creating config.h
config.status: linking /root/build/libvirt-upstream/libvirt/./GNUmakefile to GNUmakefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: WARNING: unrecognized options: --disable-maintainer-mode, --without-libssh2
configure: 
configure: Configuration summary
configure: =====================
configure: 
configure: Drivers
configure: 
configure:       Xen: no
configure:      QEMU: yes
configure:       UML: yes
configure:    OpenVZ: yes
configure:    VMware: yes
configure:      VBox: yes
configure:    XenAPI: no
configure:  xenlight: yes
configure:       LXC: yes
configure:      PHYP: no
configure:       ESX: no
configure:   Hyper-V: no
configure: Parallels: no
configure:     Bhyve: no
configure:      Test: yes
configure:    Remote: yes
configure:   Network: yes
configure:  Libvirtd: yes
configure: Interface: yes
configure:   macvtap: yes
configure:  virtport: yes
configure: 
configure: Storage Drivers
configure: 
configure:      Dir: yes
configure:       FS: yes
configure:    NetFS: yes
configure:      LVM: yes
configure:    iSCSI: yes
configure:     SCSI: yes
configure:    mpath: yes
configure:     Disk: yes
configure:      RBD: yes
configure: Sheepdog: no
configure:  Gluster: no
configure:      ZFS: no
configure: 
configure: Security Drivers
configure: 
configure:  SELinux: no ()
configure: AppArmor: no (install profiles: no)
configure: 
configure: Driver Loadable Modules
configure: 
configure:   dlopen:  -ldl
configure: 
configure: Libraries
configure: 
configure:   apparmor: no 
configure:       attr: no 
configure:      audit: yes (CFLAGS='' LIBS='-laudit')
configure:      avahi: yes (CFLAGS='-D_REENTRANT  ' LIBS='-lavahi-common -lavahi-client  ')
configure:      blkid: yes (CFLAGS='-I/usr/include/blkid -I/usr/include/uuid  ' LIBS='-lblkid  ')
configure:      capng: yes (CFLAGS='' LIBS='-lcap-ng')
configure:       curl: no 
configure:       dbus: yes (CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/aarch64-linux-gnu/dbus-1.0/include  ' LI)
configure:       fuse: no 
configure:  glusterfs: no 
configure:        hal: no 
configure:      netcf: yes (CFLAGS=' ' LIBS='-lnetcf  ')
configure:    numactl: no 
configure:  openwsman: no 
configure:  pciaccess: yes (CFLAGS=' ' LIBS='-lpciaccess  ')
configure:   readline: yes (CFLAGS='' LIBS='-lreadline')
configure:    sanlock: no 
configure:       sasl: yes (CFLAGS='' LIBS='-lsasl2')
configure:    selinux: no 
configure:       ssh2: no 
configure: systemd_daemon: no 
configure:       udev: yes (CFLAGS=' ' LIBS='-ludev  ')
configure:       yajl: yes (CFLAGS='' LIBS='-lyajl')
configure:   libxml: -I/usr/include/libxml2   -lxml2  
configure:   dlopen: -ldl
configure: openwsman: no
configure:   gnutls: -I/usr/include/p11-kit-1   -DGCRYPT_NO_DEPRECATED -lgnutls   -lgcrypt
configure: firewalld: yes
configure:   polkit: /usr/bin/pkcheck (version 1)
configure:      xen: no
configure:   xenapi: no
configure: xenlight:   -lxenlight -lxenctrl -lxlutil
configure:     pcap: -I/usr/include -L/usr/lib/aarch64-linux-gnu  -lpcap
configure:       nl: -I/usr/include/libnl3   -I/usr/include/libnl3   -lnl-3   -lnl-route-3 -lnl-3  
configure:    mscom: no
configure:      xdr: 
configure:      rbd: -lrbd -lrados
configure: pm-utils: yes
configure: 
configure: Test suite
configure: 
configure:    Coverage: no
configure:   Alloc OOM: no
configure: 
configure: Miscellaneous
configure: 
configure:             Debug: yes
configure:       Use -Werror: yes
configure:     Warning Flags:  -W -Waddress -Waggressive-loop-optimizations -Wall -Warray-bounds -Wattributes -l
configure:            DTrace: no
configure:             numad: no
configure:       XML Catalog: /etc/xml/catalog
configure:       Init script: none
configure: Char device locks: /var/lock
configure:    Default Editor: vi
configure: 
configure: Developer Tools
configure: 
configure: Wireshark dissector: no
configure: 
configure: Privileges
configure: 
configure:       QEMU: libvirt-qemu:kvm
configure: 
touch debian/stamp-autotools
/usr/bin/make  -C /root/build/libvirt-upstream/libvirt/debian/build  
make[1]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build'
/usr/bin/make  all-recursive
make[2]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build'
Making all in .
make[3]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build'
Making all in gnulib/lib
make[3]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/gnulib/lib'
rm -f alloca.h-t alloca.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat /root/build/libvirt-upstream/libvirt/./gnulib/lib/alloca.in.h; \
        } > alloca.h-t && \
        mv -f alloca.h-t alloca.h
rm -f c++defs.h-t c++defs.h && \
        sed -n -e '/_GL_CXXDEFS/,$p' \
          < /root/build/libvirt-upstream/libvirt/./build-aux/snippet/c++defs.h \
          > c++defs.h-t && \
        mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
        sed -n -e '/^.ifndef/,$p' \
          < /root/build/libvirt-upstream/libvirt/./build-aux/snippet/warn-on-use.h \
          > warn-on-use.h-t && \
        mv warn-on-use.h-t warn-on-use.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
        sed -n -e '/GL_ARG_NONNULL/,$p' \
          < /root/build/libvirt-upstream/libvirt/./build-aux/snippet/arg-nonnull.h \
          > arg-nonnull.h-t && \
        mv arg-nonnull.h-t arg-nonnull.h
/bin/mkdir -p arpa
rm -f arpa/inet.h-t arpa/inet.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''HAVE_FEATURES_H''@|1|g' \
              -e 's|@''NEXT_ARPA_INET_H''@|<arpa/inet.h>|g' \
              -e 's|@''HAVE_ARPA_INET_H''@|1|g' \
              -e 's/@''GNULIB_INET_NTOP''@/1/g' \
              -e 's/@''GNULIB_INET_PTON''@/1/g' \
              -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \
              -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \
              -e 's|@''REPLACE_INET_NTOP''@|0|g' \
              -e 's|@''REPLACE_INET_PTON''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/arpa_inet.in.h; \
        } > arpa/inet.h-t && \
        mv arpa/inet.h-t arpa/inet.h
rm -f configmake.h-t && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr"'; \
          echo '#define EXEC_PREFIX "/usr"'; \
          echo '#define BINDIR "/usr/bin"'; \
          echo '#define SBINDIR "/usr/sbin"'; \
          echo '#define LIBEXECDIR "/usr/lib/libvirt"'; \
          echo '#define DATAROOTDIR "/usr/share"'; \
          echo '#define DATADIR "/usr/share"'; \
          echo '#define SYSCONFDIR "/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/com"'; \
          echo '#define LOCALSTATEDIR "/var"'; \
          echo '#define RUNSTATEDIR "/var/run"'; \
          echo '#define INCLUDEDIR "/usr/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/share/doc/libvirt"'; \
          echo '#define INFODIR "/usr/share/info"'; \
          echo '#define HTMLDIR "/usr/share/doc/libvirt"'; \
          echo '#define DVIDIR "/usr/share/doc/libvirt"'; \
          echo '#define PDFDIR "/usr/share/doc/libvirt"'; \
          echo '#define PSDIR "/usr/share/doc/libvirt"'; \
          echo '#define LIBDIR "/usr/lib"'; \
          echo '#define LISPDIR "/usr/share/emacs/site-lisp"'; \
          echo '#define LOCALEDIR "/usr/share/locale"'; \
          echo '#define MANDIR "/usr/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/share/libvirt"'; \
          echo '#define PKGINCLUDEDIR "/usr/include/libvirt"'; \
          echo '#define PKGLIBDIR "/usr/lib/libvirt"'; \
          echo '#define PKGLIBEXECDIR "/usr/lib/libvirt/libvirt"'; \
        } | sed '/""/d' > configmake.h-t && \
        mv -f configmake.h-t configmake.h
rm -f fcntl.h-t fcntl.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
              -e 's/@''GNULIB_FCNTL''@/1/g' \
              -e 's/@''GNULIB_NONBLOCKING''@/1/g' \
              -e 's/@''GNULIB_OPEN''@/1/g' \
              -e 's/@''GNULIB_OPENAT''@/0/g' \
              -e 's|@''HAVE_FCNTL''@|1|g' \
              -e 's|@''HAVE_OPENAT''@|1|g' \
              -e 's|@''REPLACE_FCNTL''@|1|g' \
              -e 's|@''REPLACE_OPEN''@|0|g' \
              -e 's|@''REPLACE_OPENAT''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/fcntl.in.h; \
        } > fcntl.h-t && \
        mv fcntl.h-t fcntl.h
rm -f langinfo.h-t langinfo.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''HAVE_LANGINFO_H''@|1|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
              -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
              -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
              -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
              -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
              -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
              -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
              -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/langinfo.in.h; \
        } > langinfo.h-t && \
        mv langinfo.h-t langinfo.h
rm -f locale.h-t locale.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
              -e 's/@''GNULIB_LOCALECONV''@/1/g' \
              -e 's/@''GNULIB_SETLOCALE''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
              -e 's|@''HAVE_DUPLOCALE''@|1|g' \
              -e 's|@''HAVE_XLOCALE_H''@|1|g' \
              -e 's|@''REPLACE_LOCALECONV''@|0|g' \
              -e 's|@''REPLACE_SETLOCALE''@|0|g' \
              -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
              -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/locale.in.h; \
        } > locale.h-t && \
        mv locale.h-t locale.h
rm -f netdb.h-t netdb.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_NETDB_H''@|<netdb.h>|g' \
              -e 's|@''HAVE_NETDB_H''@|1|g' \
              -e 's/@''GNULIB_GETADDRINFO''@/1/g' \
              -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \
              -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \
              -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \
              -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \
              -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \
              -e 's|@''REPLACE_GAI_STRERROR''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/netdb.in.h; \
        } > netdb.h-t && \
        mv netdb.h-t netdb.h
rm -f poll.h-t poll.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''HAVE_POLL_H''@|1|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_POLL_H''@|<poll.h>|g' \
              -e 's/@''GNULIB_POLL''@/1/g' \
              -e 's|@''HAVE_POLL''@|1|g' \
              -e 's|@''REPLACE_POLL''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/poll.in.h; \
        } > poll.h-t && \
        mv -f poll.h-t poll.h
rm -f pty.h-t pty.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''HAVE_PTY_H''@|1|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_PTY_H''@|<pty.h>|g' \
              -e 's/@''GNULIB_FORKPTY''@/0/g' \
              -e 's/@''GNULIB_OPENPTY''@/1/g' \
              -e 's|@''HAVE_UTIL_H''@|0|g' \
              -e 's|@''HAVE_LIBUTIL_H''@|0|g' \
              -e 's|@''HAVE_FORKPTY''@|1|g' \
              -e 's|@''HAVE_OPENPTY''@|1|g' \
              -e 's|@''REPLACE_FORKPTY''@|0|g' \
              -e 's|@''REPLACE_OPENPTY''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/pty.in.h; \
        } > pty.h-t && \
        mv pty.h-t pty.h
rm -f signal.h-t signal.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
              -e 's|@''GNULIB_PTHREAD_SIGMASK''@|1|g' \
              -e 's|@''GNULIB_RAISE''@|1|g' \
              -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
              -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
              -e 's/@''GNULIB_SIGACTION''@/1/g' \
              -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
              -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
              -e 's|@''HAVE_RAISE''@|1|g' \
              -e 's|@''HAVE_SIGSET_T''@|1|g' \
              -e 's|@''HAVE_SIGINFO_T''@|1|g' \
              -e 's|@''HAVE_SIGACTION''@|1|g' \
              -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
              -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
              -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
              -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
              -e 's|@''REPLACE_RAISE''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/signal.in.h; \
        } > signal.h-t && \
        mv signal.h-t signal.h
rm -f unused-parameter.h-t unused-parameter.h && \
        sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
          < /root/build/libvirt-upstream/libvirt/./build-aux/snippet/unused-parameter.h \
          > unused-parameter.h-t && \
        mv unused-parameter.h-t unused-parameter.h
rm -f stddef.h-t stddef.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_STDDEF_H''@|<stddef.h>|g' \
              -e 's|@''HAVE_MAX_ALIGN_T''@|0|g' \
              -e 's|@''HAVE_WCHAR_T''@|1|g' \
              -e 's|@''REPLACE_NULL''@|0|g' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/stddef.in.h; \
        } > stddef.h-t && \
        mv stddef.h-t stddef.h
rm -f stdio.h-t stdio.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
              -e 's/@''GNULIB_DPRINTF''@/0/g' \
              -e 's/@''GNULIB_FCLOSE''@/1/g' \
              -e 's/@''GNULIB_FDOPEN''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_FFLUSH''@/1/g' \
              -e 's/@''GNULIB_FGETC''@/1/g' \
              -e 's/@''GNULIB_FGETS''@/1/g' \
              -e 's/@''GNULIB_FOPEN''@/0/g' \
              -e 's/@''GNULIB_FPRINTF''@/1/g' \
              -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
              -e 's/@''GNULIB_FPURGE''@/1/g' \
              -e 's/@''GNULIB_FPUTC''@/1/g' \
              -e 's/@''GNULIB_FPUTS''@/1/g' \
              -e 's/@''GNULIB_FREAD''@/1/g' \
              -e 's/@''GNULIB_FREOPEN''@/0/g' \
              -e 's/@''GNULIB_FSCANF''@/1/g' \
              -e 's/@''GNULIB_FSEEK''@/1/g' \
              -e 's/@''GNULIB_FSEEKO''@/1/g' \
              -e 's/@''GNULIB_FTELL''@/1/g' \
              -e 's/@''GNULIB_FTELLO''@/1/g' \
              -e 's/@''GNULIB_FWRITE''@/1/g' \
              -e 's/@''GNULIB_GETC''@/1/g' \
              -e 's/@''GNULIB_GETCHAR''@/1/g' \
              -e 's/@''GNULIB_GETDELIM''@/1/g' \
              -e 's/@''GNULIB_GETLINE''@/1/g' \
              -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
              -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
              -e 's/@''GNULIB_PCLOSE''@/0/g' \
              -e 's/@''GNULIB_PERROR''@/1/g' \
              -e 's/@''GNULIB_POPEN''@/0/g' \
              -e 's/@''GNULIB_PRINTF''@/1/g' \
              -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
              -e 's/@''GNULIB_PUTC''@/1/g' \
              -e 's/@''GNULIB_PUTCHAR''@/1/g' \
              -e 's/@''GNULIB_PUTS''@/1/g' \
              -e 's/@''GNULIB_REMOVE''@/0/g' \
              -e 's/@''GNULIB_RENAME''@/0/g' \
              -e 's/@''GNULIB_RENAMEAT''@/0/g' \
              -e 's/@''GNULIB_SCANF''@/1/g' \
              -e 's/@''GNULIB_SNPRINTF''@/1/g' \
              -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
              -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/1/g' \
              -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
              -e 's/@''GNULIB_TMPFILE''@/0/g' \
              -e 's/@''GNULIB_VASPRINTF''@/1/g' \
              -e 's/@''GNULIB_VDPRINTF''@/0/g' \
              -e 's/@''GNULIB_VFPRINTF''@/1/g' \
              -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
              -e 's/@''GNULIB_VFSCANF''@/0/g' \
              -e 's/@''GNULIB_VSCANF''@/0/g' \
              -e 's/@''GNULIB_VPRINTF''@/1/g' \
              -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
              -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
              -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/stdio.in.h | \
          sed -e 's|@''HAVE_DECL_FPURGE''@|0|g' \
              -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
              -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
              -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
              -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
              -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
              -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
              -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
              -e 's|@''HAVE_DPRINTF''@|1|g' \
              -e 's|@''HAVE_FSEEKO''@|1|g' \
              -e 's|@''HAVE_FTELLO''@|1|g' \
              -e 's|@''HAVE_PCLOSE''@|1|g' \
              -e 's|@''HAVE_POPEN''@|1|g' \
              -e 's|@''HAVE_RENAMEAT''@|1|g' \
              -e 's|@''HAVE_VASPRINTF''@|1|g' \
              -e 's|@''HAVE_VDPRINTF''@|1|g' \
              -e 's|@''REPLACE_DPRINTF''@|0|g' \
              -e 's|@''REPLACE_FCLOSE''@|1|g' \
              -e 's|@''REPLACE_FDOPEN''@|0|g' \
              -e 's|@''REPLACE_FFLUSH''@|1|g' \
              -e 's|@''REPLACE_FOPEN''@|0|g' \
              -e 's|@''REPLACE_FPRINTF''@|0|g' \
              -e 's|@''REPLACE_FPURGE''@|0|g' \
              -e 's|@''REPLACE_FREOPEN''@|0|g' \
              -e 's|@''REPLACE_FSEEK''@|1|g' \
              -e 's|@''REPLACE_FSEEKO''@|1|g' \
              -e 's|@''REPLACE_FTELL''@|0|g' \
              -e 's|@''REPLACE_FTELLO''@|0|g' \
              -e 's|@''REPLACE_GETDELIM''@|0|g' \
              -e 's|@''REPLACE_GETLINE''@|0|g' \
              -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
              -e 's|@''REPLACE_PERROR''@|0|g' \
              -e 's|@''REPLACE_POPEN''@|0|g' \
              -e 's|@''REPLACE_PRINTF''@|0|g' \
              -e 's|@''REPLACE_REMOVE''@|0|g' \
              -e 's|@''REPLACE_RENAME''@|0|g' \
              -e 's|@''REPLACE_RENAMEAT''@|0|g' \
              -e 's|@''REPLACE_SNPRINTF''@|0|g' \
              -e 's|@''REPLACE_SPRINTF''@|0|g' \
              -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
              -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
              -e 's|@''REPLACE_TMPFILE''@|0|g' \
              -e 's|@''REPLACE_VASPRINTF''@|0|g' \
              -e 's|@''REPLACE_VDPRINTF''@|0|g' \
              -e 's|@''REPLACE_VFPRINTF''@|0|g' \
              -e 's|@''REPLACE_VPRINTF''@|0|g' \
              -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
              -e 's|@''REPLACE_VSPRINTF''@|0|g' \
              -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
        } > stdio.h-t && \
        mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
              -e 's/@''GNULIB__EXIT''@/0/g' \
              -e 's/@''GNULIB_ATOLL''@/0/g' \
              -e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \
              -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
              -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
              -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
              -e 's/@''GNULIB_GRANTPT''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
              -e 's/@''GNULIB_MBTOWC''@/1/g' \
              -e 's/@''GNULIB_MKDTEMP''@/1/g' \
              -e 's/@''GNULIB_MKOSTEMP''@/1/g' \
              -e 's/@''GNULIB_MKOSTEMPS''@/1/g' \
              -e 's/@''GNULIB_MKSTEMP''@/0/g' \
              -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
              -e 's/@''GNULIB_POSIX_OPENPT''@/1/g' \
              -e 's/@''GNULIB_PTSNAME''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_PTSNAME_R''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_PUTENV''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_QSORT_R''@/0/g' \
              -e 's/@''GNULIB_RANDOM''@/0/g' \
              -e 's/@''GNULIB_RANDOM_R''@/1/g' \
              -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
              -e 's/@''GNULIB_REALPATH''@/1/g' \
              -e 's/@''GNULIB_RPMATCH''@/0/g' \
              -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
              -e 's/@''GNULIB_SETENV''@/1/g' \
              -e 's/@''GNULIB_STRTOD''@/0/g' \
              -e 's/@''GNULIB_STRTOLL''@/0/g' \
              -e 's/@''GNULIB_STRTOULL''@/0/g' \
              -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
              -e 's/@''GNULIB_UNLOCKPT''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_UNSETENV''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_WCTOMB''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/stdlib.in.h | \
          sed -e 's|@''HAVE__EXIT''@|1|g' \
              -e 's|@''HAVE_ATOLL''@|1|g' \
              -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
              -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
              -e 's|@''HAVE_GETSUBOPT''@|1|g' \
              -e 's|@''HAVE_GRANTPT''@|1|g' \
              -e 's|@''HAVE_MKDTEMP''@|1|g' \
              -e 's|@''HAVE_MKOSTEMP''@|1|g' \
              -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
              -e 's|@''HAVE_MKSTEMP''@|1|g' \
              -e 's|@''HAVE_MKSTEMPS''@|1|g' \
              -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
              -e 's|@''HAVE_PTSNAME''@|1|g' \
              -e 's|@''HAVE_PTSNAME_R''@|1|g' \
              -e 's|@''HAVE_RANDOM''@|1|g' \
              -e 's|@''HAVE_RANDOM_H''@|0|g' \
              -e 's|@''HAVE_RANDOM_R''@|1|g' \
              -e 's|@''HAVE_REALPATH''@|1|g' \
              -e 's|@''HAVE_RPMATCH''@|1|g' \
              -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
              -e 's|@''HAVE_DECL_SETENV''@|1|g' \
              -e 's|@''HAVE_STRTOD''@|1|g' \
              -e 's|@''HAVE_STRTOLL''@|1|g' \
              -e 's|@''HAVE_STRTOULL''@|1|g' \
              -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
              -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
              -e 's|@''HAVE_UNLOCKPT''@|1|g' \
              -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
              -e 's|@''REPLACE_CALLOC''@|0|g' \
              -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
              -e 's|@''REPLACE_MALLOC''@|0|g' \
              -e 's|@''REPLACE_MBTOWC''@|0|g' \
              -e 's|@''REPLACE_MKSTEMP''@|0|g' \
              -e 's|@''REPLACE_PTSNAME''@|0|g' \
              -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
              -e 's|@''REPLACE_PUTENV''@|0|g' \
              -e 's|@''REPLACE_QSORT_R''@|0|g' \
              -e 's|@''REPLACE_RANDOM_R''@|0|g' \
              -e 's|@''REPLACE_REALLOC''@|0|g' \
              -e 's|@''REPLACE_REALPATH''@|0|g' \
              -e 's|@''REPLACE_SETENV''@|0|g' \
              -e 's|@''REPLACE_STRTOD''@|0|g' \
              -e 's|@''REPLACE_UNSETENV''@|0|g' \
              -e 's|@''REPLACE_WCTOMB''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _Noreturn/r /root/build/libvirt-upstream/libvirt/./build-aux/snippet/_Noreturn\
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
        } > stdlib.h-t && \
        mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
              -e 's/@''GNULIB_FFSL''@/1/g' \
              -e 's/@''GNULIB_FFSLL''@/0/g' \
              -e 's/@''GNULIB_MBSLEN''@/0/g' \
              -e 's/@''GNULIB_MBSNLEN''@/0/g' \
              -e 's/@''GNULIB_MBSCHR''@/0/g' \
              -e 's/@''GNULIB_MBSRCHR''@/0/g' \
              -e 's/@''GNULIB_MBSSTR''@/0/g' \
              -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
              -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
              -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
              -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
              -e 's/@''GNULIB_MBSCSPN''@/0/g' \
              -e 's/@''GNULIB_MBSPBRK''@/0/g' \
              -e 's/@''GNULIB_MBSSPN''@/0/g' \
              -e 's/@''GNULIB_MBSSEP''@/0/g' \
              -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
              -e 's/@''GNULIB_MEMCHR''@/1/g' \
              -e 's/@''GNULIB_MEMMEM''@/0/g' \
              -e 's/@''GNULIB_MEMPCPY''@/0/g' \
              -e 's/@''GNULIB_MEMRCHR''@/0/g' \
              -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
              -e 's/@''GNULIB_STPCPY''@/1/g' \
              -e 's/@''GNULIB_STPNCPY''@/0/g' \
              -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
              -e 's/@''GNULIB_STRDUP''@/1/g' \
              -e 's/@''GNULIB_STRNCAT''@/0/g' \
              -e 's/@''GNULIB_STRNDUP''@/1/g' \
              -e 's/@''GNULIB_STRNLEN''@/1/g' \
              -e 's/@''GNULIB_STRPBRK''@/0/g' \
              -e 's/@''GNULIB_STRSEP''@/1/g' \
              -e 's/@''GNULIB_STRSTR''@/0/g' \
              -e 's/@''GNULIB_STRCASESTR''@/0/g' \
              -e 's/@''GNULIB_STRTOK_R''@/1/g' \
              -e 's/@''GNULIB_STRERROR''@/1/g' \
              -e 's/@''GNULIB_STRERROR_R''@/1/g' \
              -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
              -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/string.in.h | \
          sed -e 's|@''HAVE_FFSL''@|1|g' \
              -e 's|@''HAVE_FFSLL''@|1|g' \
              -e 's|@''HAVE_MBSLEN''@|0|g' \
              -e 's|@''HAVE_MEMCHR''@|1|g' \
              -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
              -e 's|@''HAVE_MEMPCPY''@|1|g' \
              -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
              -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
              -e 's|@''HAVE_STPCPY''@|1|g' \
              -e 's|@''HAVE_STPNCPY''@|1|g' \
              -e 's|@''HAVE_STRCHRNUL''@|1|g' \
              -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
              -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
              -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
              -e 's|@''HAVE_STRPBRK''@|1|g' \
              -e 's|@''HAVE_STRSEP''@|1|g' \
              -e 's|@''HAVE_STRCASESTR''@|1|g' \
              -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
              -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
              -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
              -e 's|@''HAVE_STRVERSCMP''@|1|g' \
              -e 's|@''REPLACE_STPNCPY''@|0|g' \
              -e 's|@''REPLACE_MEMCHR''@|0|g' \
              -e 's|@''REPLACE_MEMMEM''@|0|g' \
              -e 's|@''REPLACE_STRCASESTR''@|0|g' \
              -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
              -e 's|@''REPLACE_STRDUP''@|0|g' \
              -e 's|@''REPLACE_STRSTR''@|0|g' \
              -e 's|@''REPLACE_STRERROR''@|0|g' \
              -e 's|@''REPLACE_STRERROR_R''@|1|g' \
              -e 's|@''REPLACE_STRNCAT''@|0|g' \
              -e 's|@''REPLACE_STRNDUP''@|0|g' \
              -e 's|@''REPLACE_STRNLEN''@|0|g' \
              -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
              -e 's|@''REPLACE_STRTOK_R''@|0|g' \
              -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/string.in.h; \
        } > string.h-t && \
        mv string.h-t string.h
rm -f strings.h-t strings.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''HAVE_STRINGS_H''@|1|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
              -e 's|@''GNULIB_FFS''@|1|g' \
              -e 's|@''HAVE_FFS''@|1|g' \
              -e 's|@''HAVE_STRCASECMP''@|1|g' \
              -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/strings.in.h; \
        } > strings.h-t && \
        mv strings.h-t strings.h
/bin/mkdir -p sys
rm -f sys/ioctl.h-t sys/ioctl.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''HAVE_SYS_IOCTL_H''@|1|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SYS_IOCTL_H''@|<sys/ioctl.h>|g' \
              -e 's/@''GNULIB_IOCTL''@/1/g' \
              -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|0|g' \
              -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
              -e 's|@''REPLACE_IOCTL''@|1|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/sys_ioctl.in.h; \
        } > sys/ioctl.h-t && \
        mv sys/ioctl.h-t sys/ioctl.h
/bin/mkdir -p sys
rm -f sys/select.h-t sys/select.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
              -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
              -e 's/@''GNULIB_PSELECT''@/0/g' \
              -e 's/@''GNULIB_SELECT''@/1/g' \
              -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
              -e 's|@''HAVE_PSELECT''@|1|g' \
              -e 's|@''REPLACE_PSELECT''@|0|g' \
              -e 's|@''REPLACE_SELECT''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/sys_select.in.h; \
        } > sys/select.h-t && \
        mv sys/select.h-t sys/select.h
/bin/mkdir -p sys
rm -f sys/socket.h-t sys/socket.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SYS_SOCKET_H''@|<sys/socket.h>|g' \
              -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
              -e 's/@''GNULIB_CLOSE''@/1/g' \
              -e 's/@''GNULIB_SOCKET''@/1/g' \
              -e 's/@''GNULIB_CONNECT''@/1/g' \
              -e 's/@''GNULIB_ACCEPT''@/1/g' \
              -e 's/@''GNULIB_BIND''@/1/g' \
              -e 's/@''GNULIB_GETPEERNAME''@/1/g' \
              -e 's/@''GNULIB_GETSOCKNAME''@/1/g' \
              -e 's/@''GNULIB_GETSOCKOPT''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_LISTEN''@/1/g' \
              -e 's/@''GNULIB_RECV''@/1/g' \
              -e 's/@''GNULIB_SEND''@/1/g' \
              -e 's/@''GNULIB_RECVFROM''@/0/g' \
              -e 's/@''GNULIB_SENDTO''@/0/g' \
              -e 's/@''GNULIB_SETSOCKOPT''@/1/g' \
              -e 's/@''GNULIB_SHUTDOWN''@/0/g' \
              -e 's/@''GNULIB_ACCEPT4''@/0/g' \
              -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
              -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
              -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
              -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \
              -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
              -e 's|@''HAVE_ACCEPT4''@|1|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/sys_socket.in.h; \
        } > sys/socket.h-t && \
        mv -f sys/socket.h-t sys/socket.h
/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
              -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
              -e 's/@''GNULIB_FCHMODAT''@/0/g' \
              -e 's/@''GNULIB_FSTAT''@/1/g' \
              -e 's/@''GNULIB_FSTATAT''@/0/g' \
              -e 's/@''GNULIB_FUTIMENS''@/0/g' \
              -e 's/@''GNULIB_LCHMOD''@/0/g' \
              -e 's/@''GNULIB_LSTAT''@/1/g' \
              -e 's/@''GNULIB_MKDIRAT''@/0/g' \
              -e 's/@''GNULIB_MKFIFO''@/0/g' \
              -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
              -e 's/@''GNULIB_MKNOD''@/0/g' \
              -e 's/@''GNULIB_MKNODAT''@/0/g' \
              -e 's/@''GNULIB_STAT''@/1/g' \
              -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
              -e 's|@''HAVE_FCHMODAT''@|1|g' \
              -e 's|@''HAVE_FSTATAT''@|1|g' \
              -e 's|@''HAVE_FUTIMENS''@|1|g' \
              -e 's|@''HAVE_LCHMOD''@|1|g' \
              -e 's|@''HAVE_LSTAT''@|1|g' \
              -e 's|@''HAVE_MKDIRAT''@|1|g' \
              -e 's|@''HAVE_MKFIFO''@|1|g' \
              -e 's|@''HAVE_MKFIFOAT''@|1|g' \
              -e 's|@''HAVE_MKNOD''@|1|g' \
              -e 's|@''HAVE_MKNODAT''@|1|g' \
              -e 's|@''HAVE_UTIMENSAT''@|1|g' \
              -e 's|@''REPLACE_FSTAT''@|0|g' \
              -e 's|@''REPLACE_FSTATAT''@|0|g' \
              -e 's|@''REPLACE_FUTIMENS''@|0|g' \
              -e 's|@''REPLACE_LSTAT''@|0|g' \
              -e 's|@''REPLACE_MKDIR''@|0|g' \
              -e 's|@''REPLACE_MKFIFO''@|0|g' \
              -e 's|@''REPLACE_MKNOD''@|0|g' \
              -e 's|@''REPLACE_STAT''@|0|g' \
              -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/sys_stat.in.h; \
        } > sys/stat.h-t && \
        mv sys/stat.h-t sys/stat.h
/bin/mkdir -p sys
rm -f sys/time.h-t sys/time.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
              -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
              -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
              -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
              -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
              -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
              -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/sys_time.in.h; \
        } > sys/time.h-t && \
        mv sys/time.h-t sys/time.h
/bin/mkdir -p sys
rm -f sys/types.h-t sys/types.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
              -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/sys_types.in.h; \
        } > sys/types.h-t && \
        mv sys/types.h-t sys/types.h
/bin/mkdir -p sys
rm -f sys/uio.h-t sys/uio.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SYS_UIO_H''@|<sys/uio.h>|g' \
              -e 's|@''HAVE_SYS_UIO_H''@|1|g' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/sys_uio.in.h; \
        } > sys/uio.h-t && \
        mv -f sys/uio.h-t sys/uio.h
/bin/mkdir -p sys
rm -f sys/utsname.h-t sys/utsname.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's/@''HAVE_SYS_UTSNAME_H''@/1/g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SYS_UTSNAME_H''@|<sys/utsname.h>|g' \
              -e 's/@''GNULIB_UNAME''@/1/g' \
              -e 's|@''HAVE_STRUCT_UTSNAME''@|1|g' \
              -e 's|@''HAVE_UNAME''@|1|g' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/sys_utsname.in.h; \
        } > sys/utsname.h-t && \
        mv sys/utsname.h-t sys/utsname.h
/bin/mkdir -p sys
rm -f sys/wait.h-t sys/wait.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
              -e 's/@''GNULIB_WAITPID''@/1/g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/sys_wait.in.h; \
        } > sys/wait.h-t && \
        mv sys/wait.h-t sys/wait.h
rm -f termios.h-t termios.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_TERMIOS_H''@|<termios.h>|g' \
              -e 's/@''GNULIB_TCGETSID''@/0/g' \
              -e 's|@''HAVE_DECL_TCGETSID''@|1|g' \
              -e 's|@''HAVE_TERMIOS_H''@|1|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
            < /root/build/libvirt-upstream/libvirt/./gnulib/lib/termios.in.h; \
        } > termios.h-t && \
        mv termios.h-t termios.h
rm -f time.h-t time.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
              -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
              -e 's/@''GNULIB_MKTIME''@/1/g' \
              -e 's/@''GNULIB_NANOSLEEP''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_STRPTIME''@/1/g' \
              -e 's/@''GNULIB_TIMEGM''@/1/g' \
              -e 's/@''GNULIB_TIME_R''@/1/g' \
              -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
              -e 's|@''HAVE_NANOSLEEP''@|1|g' \
              -e 's|@''HAVE_STRPTIME''@|1|g' \
              -e 's|@''HAVE_TIMEGM''@|1|g' \
              -e 's|@''REPLACE_GMTIME''@|0|g' \
              -e 's|@''REPLACE_LOCALTIME''@|0|g' \
              -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
              -e 's|@''REPLACE_MKTIME''@|1|g' \
              -e 's|@''REPLACE_NANOSLEEP''@|1|g' \
              -e 's|@''REPLACE_TIMEGM''@|0|g' \
              -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
              -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
              -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/time.in.h; \
        } > time.h-t && \
        mv time.h-t time.h
rm -f unistd.h-t unistd.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''HAVE_UNISTD_H''@|1|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
              -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
              -e 's/@''GNULIB_CHDIR''@/0/g' \
              -e 's/@''GNULIB_CHOWN''@/1/g' \
              -e 's/@''GNULIB_CLOSE''@/1/g' \
              -e 's/@''GNULIB_DUP''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_DUP2''@/1/g' \
              -e 's/@''GNULIB_DUP3''@/0/g' \
              -e 's/@''GNULIB_ENVIRON''@/1/g' \
              -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
              -e 's/@''GNULIB_FACCESSAT''@/0/g' \
              -e 's/@''GNULIB_FCHDIR''@/0/g' \
              -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
              -e 's/@''GNULIB_FDATASYNC''@/1/g' \
              -e 's/@''GNULIB_FSYNC''@/1/g' \
              -e 's/@''GNULIB_FTRUNCATE''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_GETCWD''@/1/g' \
              -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
              -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
              -e 's/@''GNULIB_GETGROUPS''@/1/g' \
              -e 's/@''GNULIB_GETHOSTNAME''@/1/g' \
              -e 's/@''GNULIB_GETLOGIN''@/0/g' \
              -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
              -e 's/@''GNULIB_GETPAGESIZE''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
              -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
              -e 's/@''GNULIB_ISATTY''@/1/g' \
              -e 's/@''GNULIB_LCHOWN''@/0/g' \
              -e 's/@''GNULIB_LINK''@/0/g' \
              -e 's/@''GNULIB_LINKAT''@/0/g' \
              -e 's/@''GNULIB_LSEEK''@/1/g' \
              -e 's/@''GNULIB_PIPE''@/1/g' \
              -e 's/@''GNULIB_PIPE2''@/1/g' \
              -e 's/@''GNULIB_PREAD''@/0/g' \
              -e 's/@''GNULIB_PWRITE''@/0/g' \
              -e 's/@''GNULIB_READ''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_READLINK''@/1/g' \
              -e 's/@''GNULIB_READLINKAT''@/0/g' \
              -e 's/@''GNULIB_RMDIR''@/0/g' \
              -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
              -e 's/@''GNULIB_SLEEP''@/1/g' \
              -e 's/@''GNULIB_SYMLINK''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
              -e 's/@''GNULIB_TTYNAME_R''@/1/g' \
              -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
              -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/1/g' \
              -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
              -e 's/@''GNULIB_UNLINK''@/0/g' \
              -e 's/@''GNULIB_UNLINKAT''@/0/g' \
              -e 's/@''GNULIB_USLEEP''@/1/g' \
              -e 's/@''GNULIB_WRITE''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/unistd.in.h | \
          sed -e 's|@''HAVE_CHOWN''@|1|g' \
              -e 's|@''HAVE_DUP2''@|1|g' \
              -e 's|@''HAVE_DUP3''@|1|g' \
              -e 's|@''HAVE_EUIDACCESS''@|1|g' \
              -e 's|@''HAVE_FACCESSAT''@|1|g' \
              -e 's|@''HAVE_FCHDIR''@|1|g' \
              -e 's|@''HAVE_FCHOWNAT''@|1|g' \
              -e 's|@''HAVE_FDATASYNC''@|1|g' \
              -e 's|@''HAVE_FSYNC''@|1|g' \
              -e 's|@''HAVE_FTRUNCATE''@|1|g' \
              -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
              -e 's|@''HAVE_GETGROUPS''@|1|g' \
              -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
              -e 's|@''HAVE_GETLOGIN''@|1|g' \
              -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
              -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
              -e 's|@''HAVE_LCHOWN''@|1|g' \
              -e 's|@''HAVE_LINK''@|1|g' \
              -e 's|@''HAVE_LINKAT''@|1|g' \
              -e 's|@''HAVE_PIPE''@|1|g' \
              -e 's|@''HAVE_PIPE2''@|1|g' \
              -e 's|@''HAVE_PREAD''@|1|g' \
              -e 's|@''HAVE_PWRITE''@|1|g' \
              -e 's|@''HAVE_READLINK''@|1|g' \
              -e 's|@''HAVE_READLINKAT''@|1|g' \
              -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
              -e 's|@''HAVE_SLEEP''@|1|g' \
              -e 's|@''HAVE_SYMLINK''@|1|g' \
              -e 's|@''HAVE_SYMLINKAT''@|1|g' \
              -e 's|@''HAVE_UNLINKAT''@|1|g' \
              -e 's|@''HAVE_USLEEP''@|1|g' \
              -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
              -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
              -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
              -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
              -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
              -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
              -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
              -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
              -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
              -e 's|@''HAVE_OS_H''@|0|g' \
              -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
          | \
          sed -e 's|@''REPLACE_CHOWN''@|0|g' \
              -e 's|@''REPLACE_CLOSE''@|0|g' \
              -e 's|@''REPLACE_DUP''@|0|g' \
              -e 's|@''REPLACE_DUP2''@|0|g' \
              -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
              -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
              -e 's|@''REPLACE_GETCWD''@|0|g' \
              -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
              -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
              -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
              -e 's|@''REPLACE_GETGROUPS''@|0|g' \
              -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
              -e 's|@''REPLACE_ISATTY''@|0|g' \
              -e 's|@''REPLACE_LCHOWN''@|0|g' \
              -e 's|@''REPLACE_LINK''@|0|g' \
              -e 's|@''REPLACE_LINKAT''@|0|g' \
              -e 's|@''REPLACE_LSEEK''@|0|g' \
              -e 's|@''REPLACE_PREAD''@|0|g' \
              -e 's|@''REPLACE_PWRITE''@|0|g' \
              -e 's|@''REPLACE_READ''@|0|g' \
              -e 's|@''REPLACE_READLINK''@|0|g' \
              -e 's|@''REPLACE_READLINKAT''@|0|g' \
              -e 's|@''REPLACE_RMDIR''@|0|g' \
              -e 's|@''REPLACE_SLEEP''@|0|g' \
              -e 's|@''REPLACE_SYMLINK''@|0|g' \
              -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
              -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
              -e 's|@''REPLACE_UNLINK''@|0|g' \
              -e 's|@''REPLACE_UNLINKAT''@|0|g' \
              -e 's|@''REPLACE_USLEEP''@|0|g' \
              -e 's|@''REPLACE_WRITE''@|0|g' \
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
        } > unistd.h-t && \
        mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''HAVE_FEATURES_H''@|1|g' \
              -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
              -e 's|@''HAVE_WCHAR_H''@|1|g' \
              -e 's/@''GNULIB_BTOWC''@/1/g' \
              -e 's/@''GNULIB_WCTOB''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_MBSINIT''@/1/g' \
              -e 's/@''GNULIB_MBRTOWC''@/1/g' \
              -e 's/@''GNULIB_MBRLEN''@/0/g' \
              -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
              -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
              -e 's/@''GNULIB_WCRTOMB''@/1/g' \
              -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
              -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
              -e 's/@''GNULIB_WCWIDTH''@/0/g' \
              -e 's/@''GNULIB_WMEMCHR''@/0/g' \
              -e 's/@''GNULIB_WMEMCMP''@/0/g' \
              -e 's/@''GNULIB_WMEMCPY''@/0/g' \
              -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
              -e 's/@''GNULIB_WMEMSET''@/0/g' \
              -e 's/@''GNULIB_WCSLEN''@/0/g' \
              -e 's/@''GNULIB_WCSNLEN''@/0/g' \
              -e 's/@''GNULIB_WCSCPY''@/0/g' \
              -e 's/@''GNULIB_WCPCPY''@/0/g' \
              -e 's/@''GNULIB_WCSNCPY''@/0/g' \
              -e 's/@''GNULIB_WCPNCPY''@/0/g' \
              -e 's/@''GNULIB_WCSCAT''@/0/g' \
              -e 's/@''GNULIB_WCSNCAT''@/0/g' \
              -e 's/@''GNULIB_WCSCMP''@/0/g' \
              -e 's/@''GNULIB_WCSNCMP''@/0/g' \
              -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
              -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
              -e 's/@''GNULIB_WCSCOLL''@/0/g' \
              -e 's/@''GNULIB_WCSXFRM''@/0/g' \
              -e 's/@''GNULIB_WCSDUP''@/0/g' \
              -e 's/@''GNULIB_WCSCHR''@/0/g' \
              -e 's/@''GNULIB_WCSRCHR''@/0/g' \
              -e 's/@''GNULIB_WCSCSPN''@/0/g' \
              -e 's/@''GNULIB_WCSSPN''@/0/g' \
              -e 's/@''GNULIB_WCSPBRK''@/0/g' \
              -e 's/@''GNULIB_WCSSTR''@/0/g' \
              -e 's/@''GNULIB_WCSTOK''@/0/g' \
              -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/wchar.in.h | \
          sed -e 's|@''HAVE_WINT_T''@|1|g' \
              -e 's|@''HAVE_BTOWC''@|1|g' \
              -e 's|@''HAVE_MBSINIT''@|1|g' \
              -e 's|@''HAVE_MBRTOWC''@|1|g' \
              -e 's|@''HAVE_MBRLEN''@|1|g' \
              -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
              -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
              -e 's|@''HAVE_WCRTOMB''@|1|g' \
              -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
              -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
              -e 's|@''HAVE_WMEMCHR''@|1|g' \
              -e 's|@''HAVE_WMEMCMP''@|1|g' \
              -e 's|@''HAVE_WMEMCPY''@|1|g' \
              -e 's|@''HAVE_WMEMMOVE''@|1|g' \
              -e 's|@''HAVE_WMEMSET''@|1|g' \
              -e 's|@''HAVE_WCSLEN''@|1|g' \
              -e 's|@''HAVE_WCSNLEN''@|1|g' \
              -e 's|@''HAVE_WCSCPY''@|1|g' \
              -e 's|@''HAVE_WCPCPY''@|1|g' \
              -e 's|@''HAVE_WCSNCPY''@|1|g' \
              -e 's|@''HAVE_WCPNCPY''@|1|g' \
              -e 's|@''HAVE_WCSCAT''@|1|g' \
              -e 's|@''HAVE_WCSNCAT''@|1|g' \
              -e 's|@''HAVE_WCSCMP''@|1|g' \
              -e 's|@''HAVE_WCSNCMP''@|1|g' \
              -e 's|@''HAVE_WCSCASECMP''@|1|g' \
              -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
              -e 's|@''HAVE_WCSCOLL''@|1|g' \
              -e 's|@''HAVE_WCSXFRM''@|1|g' \
              -e 's|@''HAVE_WCSDUP''@|1|g' \
              -e 's|@''HAVE_WCSCHR''@|1|g' \
              -e 's|@''HAVE_WCSRCHR''@|1|g' \
              -e 's|@''HAVE_WCSCSPN''@|1|g' \
              -e 's|@''HAVE_WCSSPN''@|1|g' \
              -e 's|@''HAVE_WCSPBRK''@|1|g' \
              -e 's|@''HAVE_WCSSTR''@|1|g' \
              -e 's|@''HAVE_WCSTOK''@|1|g' \
              -e 's|@''HAVE_WCSWIDTH''@|1|g' \
              -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
              -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
          | \
          sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
              -e 's|@''REPLACE_BTOWC''@|0|g' \
              -e 's|@''REPLACE_WCTOB''@|0|g' \
              -e 's|@''REPLACE_MBSINIT''@|0|g' \
              -e 's|@''REPLACE_MBRTOWC''@|1|g' \
              -e 's|@''REPLACE_MBRLEN''@|0|g' \
              -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
              -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
              -e 's|@''REPLACE_WCRTOMB''@|0|g' \
              -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
              -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
              -e 's|@''REPLACE_WCWIDTH''@|0|g' \
              -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
        } > wchar.h-t && \
        mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's/@''HAVE_WCTYPE_H''@/1/g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
              -e 's/@''GNULIB_ISWBLANK''@/0/g' \
              -e 's/@''GNULIB_WCTYPE''@/0/g' \
              -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
              -e 's/@''GNULIB_WCTRANS''@/0/g' \
              -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
              -e 's/@''HAVE_ISWBLANK''@/1/g' \
              -e 's/@''HAVE_ISWCNTRL''@/1/g' \
              -e 's/@''HAVE_WCTYPE_T''@/1/g' \
              -e 's/@''HAVE_WCTRANS_T''@/1/g' \
              -e 's/@''HAVE_WINT_T''@/1/g' \
              -e 's/@''REPLACE_ISWBLANK''@/0/g' \
              -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
              -e 's/@''REPLACE_TOWLOWER''@/0/g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/lib/wctype.in.h; \
        } > wctype.h-t && \
        mv wctype.h-t wctype.h
/usr/bin/make  all-am
make[4]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/gnulib/lib'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upsc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./gnulib/lib -I../o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -std=gnu99  -g -O2  -no-undefined             -pthread -pth 
libtool: link: ar cru .libs/libgnu.a .libs/allocator.o .libs/areadlink.o .libs/base64.o .libs/binary-io.o .libsg
.libs/nonblocking.o .libs/passfd.o .libs/physmem.o .libs/pipe2.o .libs/sig-handler.o .libs/sockets.o .libs/stat 
libtool: link: ranlib .libs/libgnu.a
libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
rm -f t-charset.alias charset.alias && \
        /bin/bash /root/build/libvirt-upstream/libvirt/./gnulib/lib/config.charset 'aarch64-unknown-linux-gnu' \
        mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
        sed -e '/^#/d' -e 's/@''PACKAGE''@/libvirt/g' /root/build/libvirt-upstream/libvirt/./gnulib/lib/ref-add\
        mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
        sed -e '/^#/d' -e 's/@''PACKAGE''@/libvirt/g' /root/build/libvirt-upstream/libvirt/./gnulib/lib/ref-del\
        mv t-ref-del.sed ref-del.sed
make[4]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/gnulib/lib'
make[3]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/gnulib/lib'
Making all in include
make[3]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/include'
Making all in libvirt
make[4]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/include/libvirt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/include/libvirt'
make[4]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/include'
make[3]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/include'
Making all in src
make[3]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/src'
/usr/bin/python2 /root/build/libvirt-upstream/libvirt/./src/util/virkeycode-mapgen.py \
          </root/build/libvirt-upstream/libvirt/./src/util/keymaps.csv >/root/build/libvirt-upstream/libvirt/./h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -h \
               /root/build/libvirt-upstream/libvirt/./src/locking/lock_protocol.x /root/build/libvirt-upstream/h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -c \
               /root/build/libvirt-upstream/libvirt/./src/locking/lock_protocol.x /root/build/libvirt-upstream/c
perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=server \
            virLockSpaceProtocol VIR_LOCK_SPACE_PROTOCOL \
            /root/build/libvirt-upstream/libvirt/./src/locking/lock_protocol.x > /root/build/libvirt-upstream/lh
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -h \
               /root/build/libvirt-upstream/libvirt/./src/lxc/lxc_monitor_protocol.x /root/build/libvirt-upstreh
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -c \
               /root/build/libvirt-upstream/libvirt/./src/lxc/lxc_monitor_protocol.x /root/build/libvirt-upstrec
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=client \
          virLXCMonitor VIR_LXC_MONITOR /root/build/libvirt-upstream/libvirt/./src/lxc/lxc_monitor_protocol.x >\
          /root/build/libvirt-upstream/libvirt/./src/lxc/lxc_monitor_dispatch.h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=server \
          virLXCMonitor VIR_LXC_MONITOR /root/build/libvirt-upstream/libvirt/./src/lxc/lxc_monitor_protocol.x >\
          /root/build/libvirt-upstream/libvirt/./src/lxc/lxc_controller_dispatch.h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -h \
               /root/build/libvirt-upstream/libvirt/./src/remote/remote_protocol.x /root/build/libvirt-upstreamh
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -c \
               /root/build/libvirt-upstream/libvirt/./src/remote/remote_protocol.x /root/build/libvirt-upstreamc
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=client \
          remote REMOTE /root/build/libvirt-upstream/libvirt/./src/remote/remote_protocol.x \
          > /root/build/libvirt-upstream/libvirt/./src/remote/remote_client_bodies.h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -h \
               /root/build/libvirt-upstream/libvirt/./src/remote/lxc_protocol.x /root/build/libvirt-upstream/lih
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -c \
               /root/build/libvirt-upstream/libvirt/./src/remote/lxc_protocol.x /root/build/libvirt-upstream/lic
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=client \
          lxc LXC /root/build/libvirt-upstream/libvirt/./src/remote/lxc_protocol.x \
          > /root/build/libvirt-upstream/libvirt/./src/remote/lxc_client_bodies.h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -h \
               /root/build/libvirt-upstream/libvirt/./src/remote/qemu_protocol.x /root/build/libvirt-upstream/lh
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -c \
               /root/build/libvirt-upstream/libvirt/./src/remote/qemu_protocol.x /root/build/libvirt-upstream/lc
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=client \
          qemu QEMU /root/build/libvirt-upstream/libvirt/./src/remote/qemu_protocol.x \
          > /root/build/libvirt-upstream/libvirt/./src/remote/qemu_client_bodies.h
srcdir=/root/build/libvirt-upstream/libvirt/./src /usr/bin/python2 /root/build/libvirt-upstream/libvirt/./src/e\
          && touch .esx_vi_generator.stamp
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi_types.generated.typedef
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi_types.generated.typeenum
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi_types.generated.typetostring
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi_types.generated.typefromstring
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi_types.generated.h
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi_types.generated.c
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi_methods.generated.h
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi_methods.generated.c
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi_methods.generated.macro
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi.generated.h
  GEN      /root/build/libvirt-upstream/libvirt/./src/esx/esx_vi.generated.c
srcdir=/root/build/libvirt-upstream/libvirt/./src /usr/bin/python2 \
          /root/build/libvirt-upstream/libvirt/./src/hyperv/hyperv_wmi_generator.py \
          && touch .hyperv_wmi_generator.stamp
  GEN      /root/build/libvirt-upstream/libvirt/./src/hyperv/hyperv_wmi.generated.h
  GEN      /root/build/libvirt-upstream/libvirt/./src/hyperv/hyperv_wmi.generated.c
  GEN      /root/build/libvirt-upstream/libvirt/./src/hyperv/hyperv_wmi_classes.generated.typedef
  GEN      /root/build/libvirt-upstream/libvirt/./src/hyperv/hyperv_wmi_classes.generated.h
  GEN      /root/build/libvirt-upstream/libvirt/./src/hyperv/hyperv_wmi_classes.generated.c
/usr/bin/perl /root/build/libvirt-upstream/libvirt/./src/access/genpolkit.pl < /root/build/libvirt-upstream/liby
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclheader \
          remote REMOTE /root/build/libvirt-upstream/libvirt/./src/remote/remote_protocol.x \
          > /root/build/libvirt-upstream/libvirt/./src/access/viraccessapicheck.h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclbody \
          remote REMOTE /root/build/libvirt-upstream/libvirt/./src/remote/remote_protocol.x access/viraccessapi\
          > /root/build/libvirt-upstream/libvirt/./src/access/viraccessapicheck.c
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclheader \
          qemu QEMU /root/build/libvirt-upstream/libvirt/./src/remote/qemu_protocol.x \
          > /root/build/libvirt-upstream/libvirt/./src/access/viraccessapicheckqemu.h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclbody \
          qemu QEMU /root/build/libvirt-upstream/libvirt/./src/remote/qemu_protocol.x access/viraccessapicheckq\
          > /root/build/libvirt-upstream/libvirt/./src/access/viraccessapicheckqemu.c
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclheader \
          lxc LXC /root/build/libvirt-upstream/libvirt/./src/remote/lxc_protocol.x \
          > /root/build/libvirt-upstream/libvirt/./src/access/viraccessapichecklxc.h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclbody \
          lxc LXC /root/build/libvirt-upstream/libvirt/./src/remote/lxc_protocol.x access/viraccessapichecklxc.\
          > /root/build/libvirt-upstream/libvirt/./src/access/viraccessapichecklxc.c
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclapi \
          remote REMOTE /root/build/libvirt-upstream/libvirt/./src/remote/remote_protocol.x > libvirt_access.xml
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclapi \
          qemu QEMU /root/build/libvirt-upstream/libvirt/./src/remote/qemu_protocol.x > libvirt_access_qemu.xml
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclapi \
          lxc LXC /root/build/libvirt-upstream/libvirt/./src/remote/lxc_protocol.x > libvirt_access_lxc.xml
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclsym \
          remote REMOTE /root/build/libvirt-upstream/libvirt/./src/remote/remote_protocol.x > libvirt_access.sys
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclsym \
          qemu QEMU /root/build/libvirt-upstream/libvirt/./src/remote/qemu_protocol.x > libvirt_access_qemu.syms
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/gendispatch.pl --mode=aclsym \
          lxc LXC /root/build/libvirt-upstream/libvirt/./src/remote/lxc_protocol.x > libvirt_access_lxc.syms
rm -f libvirt.syms-tmp libvirt.syms ; \
        printf '# WARNING: generated from the following:\n# /root/build/libvirt-upstream/libvirt/./src/libvirt_\
        cat /root/build/libvirt-upstream/libvirt/./src/libvirt_public.syms >>libvirt.syms-tmp && \
        printf '\n\n# Private symbols\n\n' >>libvirt.syms-tmp && \
        printf 'LIBVIRT_PRIVATE_1.2.12 {\n\n'  >>libvirt.syms-tmp && \
        printf 'global:\n\n' >>libvirt.syms-tmp && \
        cat /root/build/libvirt-upstream/libvirt/./src/libvirt_private.syms /root/build/libvirt-upstream/libvir\
        printf '\n\nlocal:\n*;\n\n};' >>libvirt.syms-tmp && \
        chmod a-w libvirt.syms-tmp && \
        mv libvirt.syms-tmp libvirt.syms
rm -f -- libvirt.def-tmp libvirt.def ; \
        printf 'EXPORTS\n' > libvirt.def-tmp && \
        sed -e '/^$/d; /#/d; /:/d; /}/d; /\*/d; /LIBVIRT_/d'    \
            -e 's/[      ]*\(.*\)\;/    \1/g' libvirt.syms >> libvirt.def-tmp && \
        chmod a-w libvirt.def-tmp && \
        mv libvirt.def-tmp libvirt.def
rm -f -- libvirt_qemu.def-tmp libvirt_qemu.def ; \
        printf 'EXPORTS\n' > libvirt_qemu.def-tmp && \
        sed -e '/^$/d; /#/d; /:/d; /}/d; /\*/d; /LIBVIRT_/d'    \
            -e 's/[      ]*\(.*\)\;/    \1/g' /root/build/libvirt-upstream/libvirt/./src/libvirt_qemu.syms >> l\
        chmod a-w libvirt_qemu.def-tmp && \
        mv libvirt_qemu.def-tmp libvirt_qemu.def
rm -f -- libvirt_lxc.def-tmp libvirt_lxc.def ; \
        printf 'EXPORTS\n' > libvirt_lxc.def-tmp && \
        sed -e '/^$/d; /#/d; /:/d; /}/d; /\*/d; /LIBVIRT_/d'    \
            -e 's/[      ]*\(.*\)\;/    \1/g' /root/build/libvirt-upstream/libvirt/./src/libvirt_lxc.syms >> li\
        chmod a-w libvirt_lxc.def-tmp && \
        mv libvirt_lxc.def-tmp libvirt_lxc.def
/bin/mkdir -p locking ; \
        cp /root/build/libvirt-upstream/libvirt/./src/locking/lockd.conf locking/qemu-lockd.conf
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -h \
               /root/build/libvirt-upstream/libvirt/./src/rpc/virnetprotocol.x /root/build/libvirt-upstream/libh
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -c \
               /root/build/libvirt-upstream/libvirt/./src/rpc/virnetprotocol.x /root/build/libvirt-upstream/libc
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -h \
               /root/build/libvirt-upstream/libvirt/./src/rpc/virkeepaliveprotocol.x /root/build/libvirt-upstreh
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./src/rpc/genprotocol.pl /usr/bin/rpcgen -c \
               /root/build/libvirt-upstream/libvirt/./src/rpc/virkeepaliveprotocol.x /root/build/libvirt-upstrec
/usr/bin/make  all-am
make[4]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/src'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99   -I/usr/include/libnl3   -I/usr/include/libnl3   - 
libtool: link: ar cru .libs/libvirt_util.a util/.libs/libvirt_util_la-viralloc.o util/.libs/libvirt_util_la-vir 
libtool: link: ranlib .libs/libvirt_util.a
libtool: link: ( cd ".libs" && rm -f "libvirt_util.la" && ln -s "../libvirt_util.la" "libvirt_util.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: ar cru .libs/libvirt_conf.a conf/.libs/libvirt_conf_la-netdev_bandwidth_conf.o conf/.libs/libvir 
libtool: link: ranlib .libs/libvirt_conf.a
libtool: link: ( cd ".libs" && rm -f "libvirt_conf.la" && ln -s "../libvirt_conf.la" "libvirt_conf.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
ln -s /root/build/libvirt-upstream/libvirt/src/cpu/cpu_map.xml /root/build/libvirt-upstream/libvirt/debian/buill
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: ar cru .libs/libvirt_cpu.a cpu/.libs/libvirt_cpu_la-cpu.o cpu/.libs/libvirt_cpu_la-cpu_generic.o 
libtool: link: ranlib .libs/libvirt_cpu.a
libtool: link: ( cd ".libs" && rm -f "libvirt_cpu.la" && ln -s "../libvirt_cpu.la" "libvirt_cpu.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: ar cru .libs/libvirt_vmx.a vmx/.libs/libvirt_vmx_la-vmx.o 
libtool: link: ranlib .libs/libvirt_vmx.a
libtool: link: ( cd ".libs" && rm -f "libvirt_vmx.la" && ln -s "../libvirt_vmx.la" "libvirt_vmx.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: ar cru .libs/libvirt_xenconfig.a xenconfig/.libs/libvirt_xenconfig_la-xen_common.o xenconfig/.li 
libtool: link: ranlib .libs/libvirt_xenconfig.a
libtool: link: ( cd ".libs" && rm -f "libvirt_xenconfig.la" && ln -s "../libvirt_xenconfig.la" "libvirt_xenconf)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/p11-kit-1   -DGCRYPT_NO_DEPRECATED - 
libtool: link: ar cru .libs/libvirt_driver.a .libs/libvirt_driver_la-driver.o .libs/libvirt_driver_la-datatypes 
libtool: link: ranlib .libs/libvirt_driver.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver.la" && ln -s "../libvirt_driver.la" "libvirt_driver.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: ar cru .libs/libvirt_driver_test.a test/.libs/libvirt_driver_test_la-test_driver.o 
libtool: link: ranlib .libs/libvirt_driver_test.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_test.la" && ln -s "../libvirt_driver_test.la" "libvirt_dri)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: ar cru .libs/libvirt-net-rpc-client.a rpc/.libs/libvirt_net_rpc_client_la-virnetclientprogram.o  
libtool: link: ranlib .libs/libvirt-net-rpc-client.a
libtool: link: ( cd ".libs" && rm -f "libvirt-net-rpc-client.la" && ln -s "../libvirt-net-rpc-client.la" "libvi)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -D_REENTRANT   -I/usr/include/dbus-1.0 -I/usr/lib/a 
libtool: link: ar cru .libs/libvirt-net-rpc-server.a rpc/.libs/libvirt_net_rpc_server_la-virnetserverprogram.o  
libtool: link: ranlib .libs/libvirt-net-rpc-server.a
libtool: link: ( cd ".libs" && rm -f "libvirt-net-rpc-server.la" && ln -s "../libvirt-net-rpc-server.la" "libvi)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/p11-kit-1   -DGCRYPT_NO_DEPRECATED   
libtool: link: ar cru .libs/libvirt-net-rpc.a rpc/.libs/libvirt_net_rpc_la-virnetmessage.o rpc/.libs/libvirt_ne 
libtool: link: ranlib .libs/libvirt-net-rpc.a
libtool: link: ( cd ".libs" && rm -f "libvirt-net-rpc.la" && ln -s "../libvirt-net-rpc.la" "libvirt-net-rpc.la")
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/p11-kit-1   -DGCRYPT_NO_DEPRECATED   
libtool: link: (cd .libs/libvirt_driver_remote.lax/libvirt-net-rpc-client.a && ar x "/root/build/libvirt-upstre)
libtool: link: (cd .libs/libvirt_driver_remote.lax/libvirt-net-rpc-server.a && ar x "/root/build/libvirt-upstre)
libtool: link: (cd .libs/libvirt_driver_remote.lax/libvirt-net-rpc.a && ar x "/root/build/libvirt-upstream/libv)
libtool: link: ar cru .libs/libvirt_driver_remote.a remote/.libs/libvirt_driver_remote_la-remote_driver.o remot 
libtool: link: ranlib .libs/libvirt_driver_remote.a
libtool: link: rm -fr .libs/libvirt_driver_remote.lax
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_remote.la" && ln -s "../libvirt_driver_remote.la" "libvirt)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: ar cru .libs/libvirt_driver_openvz.a openvz/.libs/libvirt_driver_openvz_la-openvz_conf.o openvz/ 
libtool: link: ranlib .libs/libvirt_driver_openvz.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_openvz.la" && ln -s "../libvirt_driver_openvz.la" "libvirt)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: ar cru .libs/libvirt_driver_vmware.a vmware/.libs/libvirt_driver_vmware_la-vmware_driver.o vmwar 
libtool: link: ranlib .libs/libvirt_driver_vmware.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_vmware.la" && ln -s "../libvirt_driver_vmware.la" "libvirt)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: ar cru .libs/libvirt_security_manager.a security/.libs/libvirt_security_manager_la-security_driv 
libtool: link: ranlib .libs/libvirt_security_manager.a
libtool: link: ( cd ".libs" && rm -f "libvirt_security_manager.la" && ln -s "../libvirt_security_manager.la" "l)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: ar cru .libs/libvirt_driver_access.a access/.libs/libvirt_driver_access_la-viraccessperm.o acces 
libtool: link: ranlib .libs/libvirt_driver_access.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_access.la" && ln -s "../libvirt_driver_access.la" "libvirt)
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -DIN_LIBVIRT -I/usr/include/libxml2   -W -Waddress  
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_util.a ./.libs/libvirt_2
libtool: link: (cd ".libs" && rm -f "libvirt.so.0" && ln -s "libvirt.so.0.1002.12" "libvirt.so.0")
libtool: link: (cd ".libs" && rm -f "libvirt.so" && ln -s "libvirt.so.0.1002.12" "libvirt.so")
libtool: link: ( cd ".libs" && rm -f "libvirt.la" && ln -s "../libvirt.la" "libvirt.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/libvirt_qemu_la-libvirt-qemu.o   -Wl,-rpath -Wl,/root2
libtool: link: (cd ".libs" && rm -f "libvirt-qemu.so.0" && ln -s "libvirt-qemu.so.0.1002.12" "libvirt-qemu.so.0)
libtool: link: (cd ".libs" && rm -f "libvirt-qemu.so" && ln -s "libvirt-qemu.so.0.1002.12" "libvirt-qemu.so")
libtool: link: ( cd ".libs" && rm -f "libvirt-qemu.la" && ln -s "../libvirt-qemu.la" "libvirt-qemu.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/libvirt_lxc_la-libvirt-lxc.o   -Wl,-rpath -Wl,/root/b2
libtool: link: (cd ".libs" && rm -f "libvirt-lxc.so.0" && ln -s "libvirt-lxc.so.0.1002.12" "libvirt-lxc.so.0")
libtool: link: (cd ".libs" && rm -f "libvirt-lxc.so" && ln -s "libvirt-lxc.so.0.1002.12" "libvirt-lxc.so")
libtool: link: ( cd ".libs" && rm -f "libvirt-lxc.la" && ln -s "../libvirt-lxc.la" "libvirt-lxc.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf   
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  locking/.libs/lockd_la-lock_driver_lockd.o locking/.libs/loo
libtool: link: ( cd ".libs" && rm -f "lockd.la" && ln -s "../lockd.la" "lockd.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: ar cru .libs/libvirt_driver_vbox_impl.a vbox/.libs/libvirt_driver_vbox_impl_la-vbox_glue.o vbox/ 
libtool: link: ranlib .libs/libvirt_driver_vbox_impl.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_vbox_impl.la" && ln -s "../libvirt_driver_vbox_impl.la" "l)
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_driver_vbox_impl.a ../go
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_vbox.la" && ln -s "../libvirt_driver_vbox.la" "libvirt_dri)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: (cd .libs/libvirt_driver_vbox_network_impl.lax/libvirt_driver_vbox_impl.a && ar x "/root/build/l)
libtool: link: ar cru .libs/libvirt_driver_vbox_network_impl.a vbox/.libs/libvirt_driver_vbox_network_impl_la-v 
libtool: link: ranlib .libs/libvirt_driver_vbox_network_impl.a
libtool: link: rm -fr .libs/libvirt_driver_vbox_network_impl.lax
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_vbox_network_impl.la" && ln -s "../libvirt_driver_vbox_net)
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_driver_vbox_network_impo
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_vbox_network.la" && ln -s "../libvirt_driver_vbox_network.)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: (cd .libs/libvirt_driver_vbox_storage_impl.lax/libvirt_driver_vbox_impl.a && ar x "/root/build/l)
libtool: link: ar cru .libs/libvirt_driver_vbox_storage_impl.a vbox/.libs/libvirt_driver_vbox_storage_impl_la-v 
libtool: link: ranlib .libs/libvirt_driver_vbox_storage_impl.a
libtool: link: rm -fr .libs/libvirt_driver_vbox_storage_impl.lax
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_vbox_storage_impl.la" && ln -s "../libvirt_driver_vbox_sto)
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_driver_vbox_storage_impo
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_vbox_storage.la" && ln -s "../libvirt_driver_vbox_storage.)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99  -I/root/build/libvirt-upstream/libvirt/./src/acces 
libtool: link: (cd .libs/libvirt_driver_libxl_impl.lax/libvirt_xenconfig.a && ar x "/root/build/libvirt-upstrea)
libtool: link: ar cru .libs/libvirt_driver_libxl_impl.a libxl/.libs/libvirt_driver_libxl_impl_la-libxl_conf.o l 
libtool: link: ranlib .libs/libvirt_driver_libxl_impl.a
libtool: link: rm -fr .libs/libvirt_driver_libxl_impl.lax
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_libxl_impl.la" && ln -s "../libvirt_driver_libxl_impl.la" )
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_driver_libxl_impl.a ../o
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_libxl.la" && ln -s "../libvirt_driver_libxl.la" "libvirt_d)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/p11-kit-1   -DGCRYPT_NO_DEPRECATED -g
bnl3   -I/usr/include/libnl3   -I/root/build/libvirt-upstream/libvirt/./src/access -I/root/build/libvirt-upstre 
libtool: link: ar cru .libs/libvirt_driver_qemu_impl.a qemu/.libs/libvirt_driver_qemu_impl_la-qemu_agent.o qemu 
libtool: link: ranlib .libs/libvirt_driver_qemu_impl.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_qemu_impl.la" && ln -s "../libvirt_driver_qemu_impl.la" "l)
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_driver_qemu_impl.a ../go
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_qemu.la" && ln -s "../libvirt_driver_qemu.la" "libvirt_dri)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libnl3   -I/usr/include/libnl3    -I 
libtool: link: ar cru .libs/libvirt_driver_lxc_impl.a lxc/.libs/libvirt_driver_lxc_impl_la-lxc_monitor_protocol 
libtool: link: ranlib .libs/libvirt_driver_lxc_impl.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_lxc_impl.la" && ln -s "../libvirt_driver_lxc_impl.la" "lib)
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_driver_lxc_impl.a ../gno
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_lxc.la" && ln -s "../libvirt_driver_lxc.la" "libvirt_drive)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/access 
libtool: link: ar cru .libs/libvirt_driver_uml_impl.a uml/.libs/libvirt_driver_uml_impl_la-uml_conf.o uml/.libs 
libtool: link: ranlib .libs/libvirt_driver_uml_impl.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_uml_impl.la" && ln -s "../libvirt_driver_uml_impl.la" "lib)
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_driver_uml_impl.a ../gno
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_uml.la" && ln -s "../libvirt_driver_uml.la" "libvirt_drive)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libnl3   -I/usr/include/libnl3   -I/ 
libtool: link: ar cru .libs/libvirt_driver_network_impl.a network/.libs/libvirt_driver_network_impl_la-bridge_d 
libtool: link: ranlib .libs/libvirt_driver_network_impl.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_network_impl.la" && ln -s "../libvirt_driver_network_impl.)
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_driver_network_impl.a .o
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_network.la" && ln -s "../libvirt_driver_network.la" "libvi)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/access 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  interface/.libs/libvirt_driver_interface_la-interface_driveo
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_interface.la" && ln -s "../libvirt_driver_interface.la" "l)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/access 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  secret/.libs/libvirt_driver_secret_la-secret_driver.o  -Wl,o
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_secret.la" && ln -s "../libvirt_driver_secret.la" "libvirt)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/access 
libtool: link: ar cru .libs/libvirt_driver_storage_impl.a storage/.libs/libvirt_driver_storage_impl_la-storage_ 
libtool: link: ranlib .libs/libvirt_driver_storage_impl.a
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_storage_impl.la" && ln -s "../libvirt_driver_storage_impl.)
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_driver_storage_impl.a .o
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_storage.la" && ln -s "../libvirt_driver_storage.la" "libvi)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/access 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  node_device/.libs/libvirt_driver_nodedev_la-node_device_drio
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_nodedev.la" && ln -s "../libvirt_driver_nodedev.la" "libvi)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include -I/usr/include/libnl3   -I/usr/inclu 
libtool: link: (cd .libs/libvirt_driver_nwfilter_impl.lax/libgnu.a && ar x "/root/build/libvirt-upstream/libvir)
libtool: link: ar cru .libs/libvirt_driver_nwfilter_impl.a nwfilter/.libs/libvirt_driver_nwfilter_impl_la-nwfil 
libtool: link: ranlib .libs/libvirt_driver_nwfilter_impl.a
libtool: link: rm -fr .libs/libvirt_driver_nwfilter_impl.lax
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_nwfilter_impl.la" && ln -s "../libvirt_driver_nwfilter_imp)
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libvirt_driver_nwfilter_impl.a o
libtool: link: ( cd ".libs" && rm -f "libvirt_driver_nwfilter.la" && ln -s "../libvirt_driver_nwfilter.la" "lib)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstre0
 -I/root/build/libvirt-upstream/libvirt/./include -I/root/build/libvirt-upstream/libvirt/./src/util -DIN_LIBVIRc
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gno
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -DLIBVIRT_SETUID_RPC_CLIENT -I/root/build/libvirt-u 
libtool: link: ar cru .libs/libvirt-setuid-rpc-client.a util/.libs/libvirt_setuid_rpc_client_la-viralloc.o util 
libtool: link: ranlib .libs/libvirt-setuid-rpc-client.a
libtool: link: ( cd ".libs" && rm -f "libvirt-setuid-rpc-client.la" && ln -s "../libvirt-setuid-rpc-client.la" )
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -I/usr/include/libxml2 -W -Waddress -Waggressive-loop-optimizations -Wall -Warrayd
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -I/usr/include/libxml2 -W -Waddress -Waggressive-loop-optimizations -Wall -Warrayd
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99  -I/usr/include/libxml2   -W -Waddress -Waggressive 
libtool: link: gcc -std=gnu99 -I/usr/include/libxml2 -W -Waddress -Waggressive-loop-optimizations -Wall -Warrayd
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf - 
libtool: link: gcc -std=gnu99 -I/root/build/libvirt-upstream/libvirt/./src/conf -I/usr/include/libxml2 -W -Waddd
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./src -I.. -I../gnulib/lib -I/root/buc
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -I/usr/include/libxml2 -W -Waddress -Waggressive-loop-optimizations -Wall -Warrayd
pod2man -c "Virtualization Support" -r "libvirt-1.2.12" -s 8 --name VIRTLOCKD /root/build/libvirt-upstream/libv\
            && if grep 'POD ERROR' /root/build/libvirt-upstream/libvirt/./src/virtlockd.8.in ; then rm /root/bui
sed \
            -e 's|[@]sysconfdir[@]|/etc|g' \
            -e 's|[@]localstatedir[@]|/var|g' \
            < /root/build/libvirt-upstream/libvirt/./src/virtlockd.8.in > virtlockd.8-t && \
        mv virtlockd.8-t virtlockd.8
/usr/bin/perl /root/build/libvirt-upstream/libvirt/./build-aux/augeas-gentest.pl /root/build/libvirt-upstream/lg
/usr/bin/perl /root/build/libvirt-upstream/libvirt/./build-aux/augeas-gentest.pl /root/build/libvirt-upstream/lg
/usr/bin/perl /root/build/libvirt-upstream/libvirt/./build-aux/augeas-gentest.pl locking/qemu-lockd.conf /root/g
/usr/bin/perl /root/build/libvirt-upstream/libvirt/./build-aux/augeas-gentest.pl /root/build/libvirt-upstream/lg
make[4]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/src'
make[3]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/src'
Making all in daemon
make[3]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/daemon'
sed \
            -e 's|[@]authaction[@]|auth_admin_keep|g' \
            < /root/build/libvirt-upstream/libvirt/./daemon/libvirtd.policy.in > libvirtd.policy-t && \
        mv libvirtd.policy-t libvirtd.policy
sed                                             \
            -e 's|[@]localstatedir[@]|/var|g'   \
            < /root/build/libvirt-upstream/libvirt/./daemon/libvirtd.qemu.logrotate.in > libvirtd.qemu.logrotat\
        mv libvirtd.qemu.logrotate-t libvirtd.qemu.logrotate
sed                                             \
            -e 's|[@]localstatedir[@]|/var|g'   \
            < /root/build/libvirt-upstream/libvirt/./daemon/libvirtd.lxc.logrotate.in > libvirtd.lxc.logrotate-\
            mv libvirtd.lxc.logrotate-t libvirtd.lxc.logrotate
sed                                             \
            -e 's|[@]localstatedir[@]|/var|g'   \
            < /root/build/libvirt-upstream/libvirt/./daemon/libvirtd.uml.logrotate.in > libvirtd.uml.logrotate-\
            mv libvirtd.uml.logrotate-t libvirtd.uml.logrotate
sed                                             \
            -e 's|[@]localstatedir[@]|/var|g'   \
            < /root/build/libvirt-upstream/libvirt/./daemon/libvirtd.logrotate.in > libvirtd.logrotate-t && \
        mv libvirtd.logrotate-t libvirtd.logrotate
/usr/bin/make  all-am
make[4]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/daemon'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./daemon -I.. -I..o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2    -W -Waddress -Waggressive 
libtool: link: ar cru .libs/libvirtd_conf.a .libs/libvirtd_conf_la-libvirtd-config.o 
libtool: link: ranlib .libs/libvirtd_conf.a
libtool: link: ( cd ".libs" && rm -f "libvirtd_conf.la" && ln -s "../libvirtd_conf.la" "libvirtd_conf.la" )
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./daemon -I.. -I../gnulib/lib -I/rootc
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./daemon/../src/rpc/gendispatch.pl \
          --mode=server remote REMOTE /root/build/libvirt-upstream/libvirt/./src/remote/remote_protocol.x \
          > /root/build/libvirt-upstream/libvirt/./daemon/remote_dispatch.h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./daemon/../src/rpc/gendispatch.pl \
          --mode=server lxc LXC /root/build/libvirt-upstream/libvirt/./src/remote/lxc_protocol.x \
          > /root/build/libvirt-upstream/libvirt/./daemon/lxc_dispatch.h
/usr/bin/perl -w /root/build/libvirt-upstream/libvirt/./daemon/../src/rpc/gendispatch.pl \
          --mode=server qemu QEMU /root/build/libvirt-upstream/libvirt/./src/remote/qemu_protocol.x \
          > /root/build/libvirt-upstream/libvirt/./daemon/qemu_dispatch.h
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./daemon -I.. -I../gnulib/lib -I/rootc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./daemon -I.. -I../gnulib/lib -I/rootc
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -I/usr/include/p11-kit-1   
libtool: link: gcc -std=gnu99 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -DGCRYPT_NO_DEPRECATED -I/usr/incd
pod2man -c "Virtualization Support" -r "libvirt-1.2.12" -s 8 --name LIBVIRTD /root/build/libvirt-upstream/libvi\
            && if grep 'POD ERROR' /root/build/libvirt-upstream/libvirt/./daemon/libvirtd.8.in ; then rm /root/i
sed \
            -e 's|[@]sysconfdir[@]|/etc|g' \
            -e 's|[@]localstatedir[@]|/var|g' \
            < /root/build/libvirt-upstream/libvirt/./daemon/libvirtd.8.in > libvirtd.8-t && \
        mv libvirtd.8-t libvirtd.8
/usr/bin/perl /root/build/libvirt-upstream/libvirt/./build-aux/augeas-gentest.pl /root/build/libvirt-upstream/lg
make[4]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/daemon'
make[3]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/daemon'
Making all in tools
make[3]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/tools'
sed                                             \
            -e 's|[@]PACKAGE[@]|libvirt|g'                      \
            -e 's|[@]bindir[@]|/usr/bin|g'                      \
            -e 's|[@]localedir[@]|/usr/share/locale|g'          \
            -e 's|[@]localstatedir[@]|/var|g'   \
            -e 's|[@]sbindir[@]|/usr/sbin|g'                    \
            -e 's|[@]sysconfdir[@]|/etc|g'              \
            < /root/build/libvirt-upstream/libvirt/./tools/libvirt-guests.sh.in > libvirt-guests.sh-t &&       \
            chmod a+x libvirt-guests.sh-t &&                                    \
            mv libvirt-guests.sh-t libvirt-guests.sh
/usr/bin/make  all-am
make[4]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/tools'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -W -Waddress -Waggressive-loop-optimizations -Wall  
libtool: link: gcc -std=gnu99 -W -Waddress -Waggressive-loop-optimizations -Wall -Warray-bounds -Wattributes -Wd
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -I/usr/include/libxml2   -W -Waddress -Waggressive- 
libtool: link: gcc -std=gnu99 -I/usr/include/libxml2 -W -Waddress -Waggressive-loop-optimizations -Wall -Warrayd
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tools -I.. -I../include -I/root/buic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -DLIBVIRT_SETUID_RPC_CLIENT -I/usr/include/libxml2  
libtool: link: gcc -std=gnu99 -DLIBVIRT_SETUID_RPC_CLIENT -I/usr/include/libxml2 -W -Waddress -Waggressive-loopd
sed -e 's|[@]schemadir@|/usr/share/libvirt/schemas|g' \
                       -e 's|[@]VERSION@|1.2.12|g' \
          < /root/build/libvirt-upstream/libvirt/./tools/virt-xml-validate.in > virt-xml-validate || (rm virt-xe
sed -e 's|[@]sysconfdir@|/etc|g' \
                       -e 's|[@]VERSION@|1.2.12|g' \
          < /root/build/libvirt-upstream/libvirt/./tools/virt-pki-validate.in > virt-pki-validate || (rm virt-pe
pod2man -c "Virtualization Support" -r "libvirt-1.2.12" --name VIRT-HOST-VALIDATE /root/build/libvirt-upstream/\
            && if grep 'POD ERROR' /root/build/libvirt-upstream/libvirt/./tools/virt-host-validate.1 ; then \
                rm /root/build/libvirt-upstream/libvirt/./tools/virt-host-validate.1; exit 1; fi
pod2man -c "Virtualization Support" -r "libvirt-1.2.12" --name VIRT-PKI-VALIDATE /root/build/libvirt-upstream/l\
            && if grep 'POD ERROR' /root/build/libvirt-upstream/libvirt/./tools/virt-pki-validate.1 ; then \
                rm /root/build/libvirt-upstream/libvirt/./tools/virt-pki-validate.1; exit 1; fi
pod2man -c "Virtualization Support" -r "libvirt-1.2.12" --name VIRT-XML-VALIDATE /root/build/libvirt-upstream/l\
            && if grep 'POD ERROR' /root/build/libvirt-upstream/libvirt/./tools/virt-xml-validate.1 ; then \
                rm /root/build/libvirt-upstream/libvirt/./tools/virt-xml-validate.1; exit 1; fi
pod2man -c "Virtualization Support" -r "libvirt-1.2.12" /root/build/libvirt-upstream/libvirt/./tools/virsh.pod \
            && if grep 'POD ERROR' /root/build/libvirt-upstream/libvirt/./tools/virsh.1 ; then \
                rm /root/build/libvirt-upstream/libvirt/./tools/virsh.1; exit 1; fi
pod2man -c "Virtualization Support" -r "libvirt-1.2.12" /root/build/libvirt-upstream/libvirt/./tools/virt-login\
            && if grep 'POD ERROR' /root/build/libvirt-upstream/libvirt/./tools/virt-login-shell.1 ; then \
                rm /root/build/libvirt-upstream/libvirt/./tools/virt-login-shell.1; exit 1; fi
make[4]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/tools'
make[3]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/tools'
Making all in docs
make[3]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/docs'
Making all in schemas
make[4]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/docs/schemas'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/docs/schemas'
make[4]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/docs'
srcdir=/root/build/libvirt-upstream/libvirt/./docs /usr/bin/python2 /root/build/libvirt-upstream/libvirt/./docsy
touch /root/build/libvirt-upstream/libvirt/./docs/apibuild.py.stamp
Generating 404.html.tmp
Validating 404.html
perl /root/build/libvirt-upstream/libvirt/./docs/genaclperms.pl /root/build/libvirt-upstream/libvirt/./src/accec
Generating acl.html.tmp
Validating acl.html
Generating aclpolkit.html.tmp
Validating aclpolkit.html
Generating api.html.tmp
Validating api.html
Generating api_extension.html.tmp
Validating api_extension.html
Generating apps.html.tmp
Validating apps.html
Generating archdomain.html.tmp
Validating archdomain.html
Generating architecture.html.tmp
Validating architecture.html
Generating archnetwork.html.tmp
Validating archnetwork.html
Generating archnode.html.tmp
Validating archnode.html
Generating archstorage.html.tmp
Validating archstorage.html
Generating auditlog.html.tmp
Validating auditlog.html
Generating auth.html.tmp
Validating auth.html
Generating bindings.html.tmp
Validating bindings.html
Generating bugs.html.tmp
Validating bugs.html
Generating cgroups.html.tmp
Validating cgroups.html
Generating compiling.html.tmp
Validating compiling.html
Generating contact.html.tmp
Validating contact.html
Generating csharp.html.tmp
Validating csharp.html
Generating deployment.html.tmp
Validating deployment.html
Generating devguide.html.tmp
Validating devguide.html
Generating docs.html.tmp
Validating docs.html
Generating downloads.html.tmp
Validating downloads.html
Generating drivers.html.tmp
Validating drivers.html
Generating drvbhyve.html.tmp
Validating drvbhyve.html
Generating drvesx.html.tmp
Validating drvesx.html
Generating drvhyperv.html.tmp
Validating drvhyperv.html
Generating drvlxc.html.tmp
Validating drvlxc.html
Generating drvopenvz.html.tmp
Validating drvopenvz.html
Generating drvparallels.html.tmp
Validating drvparallels.html
Generating drvphyp.html.tmp
Validating drvphyp.html
Generating drvqemu.html.tmp
Validating drvqemu.html
Generating drvremote.html.tmp
Validating drvremote.html
Generating drvtest.html.tmp
Validating drvtest.html
Generating drvuml.html.tmp
Validating drvuml.html
Generating drvvbox.html.tmp
Validating drvvbox.html
Generating drvvmware.html.tmp
Validating drvvmware.html
Generating drvxen.html.tmp
Validating drvxen.html
Generating errors.html.tmp
Validating errors.html
Generating firewall.html.tmp
Validating firewall.html
Generating format.html.tmp
Validating format.html
Generating formatcaps.html.tmp
Validating formatcaps.html
Generating formatdomain.html.tmp
Validating formatdomain.html
Generating formatdomaincaps.html.tmp
Validating formatdomaincaps.html
Generating formatnetwork.html.tmp
Validating formatnetwork.html
Generating formatnode.html.tmp
Validating formatnode.html
Generating formatnwfilter.html.tmp
Validating formatnwfilter.html
Generating formatsecret.html.tmp
Validating formatsecret.html
Generating formatsnapshot.html.tmp
Validating formatsnapshot.html
Generating formatstorage.html.tmp
Validating formatstorage.html
Generating formatstorageencryption.html.tmp
Validating formatstorageencryption.html
Generating goals.html.tmp
Validating goals.html
Generating governance.html.tmp
Validating governance.html
Generating hacking.html.tmp
Validating hacking.html
Generating hooks.html.tmp
Validating hooks.html
Generating index.html.tmp
Validating index.html
Generating internals.html.tmp
Validating internals.html
Generating intro.html.tmp
Validating intro.html
Generating java.html.tmp
Validating java.html
Generating locking.html.tmp
Validating locking.html
Generating logging.html.tmp
Validating logging.html
Generating migration.html.tmp
Validating migration.html
Generating news.html.tmp
Validating news.html
Generating pending.html.tmp
Validating pending.html
Generating php.html.tmp
Validating php.html
Generating python.html.tmp
Validating python.html
Generating relatedlinks.html.tmp
Validating relatedlinks.html
Generating remote.html.tmp
Validating remote.html
Generating secureusage.html.tmp
Validating secureusage.html
Generating securityprocess.html.tmp
Validating securityprocess.html
make[4]: Circular sitemap.html.tmp <- sitemap.html.in dependency dropped.
Generating sitemap.html.tmp
Validating sitemap.html
Generating storage.html.tmp
Validating storage.html
Generating testapi.html.tmp
Validating testapi.html
Generating testsuites.html.tmp
Validating testsuites.html
Generating testtck.html.tmp
Validating testtck.html
Generating uri.html.tmp
Validating uri.html
Generating virshcmdref.html.tmp
Validating virshcmdref.html
Generating windows.html.tmp
Validating windows.html
if [ -f  todo.cfg ]; then \
                echo "Generating todo.html.in"; \
                perl /root/build/libvirt-upstream/libvirt/./docs/todo.pl > todo.html.in \
                || { rm todo.html.in && exit 1; }; \
        else \
                echo "Stubbing todo.html.in"; \
                printf "%s\n" \
                  "<html xmlns=\"http://www.w3.org/1999/xhtml\">" \
                  "<body>" \
                  "<h1>Todo list unavailable: no config file</h1>" \
                  "</body></html>" > todo.html.in ; \
        fi
Stubbing todo.html.in
Generating todo.html.tmp
Validating todo.html
perl /root/build/libvirt-upstream/libvirt/./docs/hvsupport.pl /root/build/libvirt-upstream/libvirt/./docs/../sr\
                || { rm /root/build/libvirt-upstream/libvirt/./docs/hvsupport.html.in && exit 1; }
Generating hvsupport.html.tmp
Validating hvsupport.html
Generating internals/command.html.tmp
Validating internals/command.html
Generating internals/locking.html.tmp
Validating internals/locking.html
Generating internals/oomtesting.html.tmp
Validating internals/oomtesting.html
Generating internals/rpc.html.tmp
Validating internals/rpc.html
if [ -x /usr/bin/xsltproc ] ; then \
          /usr/bin/xsltproc --nonet -o /root/build/libvirt-upstream/libvirt/./docs/ \
          --stringparam builddir '/root/build/libvirt-upstream/libvirt/debian/build' \
          /root/build/libvirt-upstream/libvirt/./docs/newapi.xsl /root/build/libvirt-upstream/libvirt/./docs/li\
        if test -x /usr/bin/xmllint && test -x /usr/bin/xmlcatalog ; then \
          if /usr/bin/xmlcatalog '/etc/xml/catalog' "-//W3C//DTD XHTML 1.0 Strict//EN" \
            > /dev/null ; then \
          SGML_CATALOG_FILES='/etc/xml/catalog' \
          /usr/bin/xmllint --catalogs --nonet --valid --noout /root/build/libvirt-upstream/libvirt/./docs/html/\
          else echo "missing XHTML1 DTD"; cat /root/build/libvirt-upstream/libvirt/./docs/libvirt-api.xml > /roi
if [ -x /usr/bin/xsltproc ] ; then \
          /usr/bin/xsltproc --nonet -o /root/build/libvirt-upstream/libvirt/./docs/devhelp/ \
          /root/build/libvirt-upstream/libvirt/./docs/devhelp/devhelp.xsl /root/build/libvirt-upstream/libvirt/i
Generating search.php.tmp
Scripting search.php
rm formatnwfilter.html.tmp archnode.html.tmp formatsecret.html.tmp errors.html.tmp formatsnapshot.html.tmp drvop
make[4]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/docs'
make[3]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/docs'
Making all in gnulib/tests
make[3]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/gnulib/tests'
rm -f c++defs.h-t c++defs.h && \
        sed -n -e '/_GL_CXXDEFS/,$p' \
          < /root/build/libvirt-upstream/libvirt/./build-aux/snippet/c++defs.h \
          > c++defs.h-t && \
        mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
        sed -n -e '/^.ifndef/,$p' \
          < /root/build/libvirt-upstream/libvirt/./build-aux/snippet/warn-on-use.h \
          > warn-on-use.h-t && \
        mv warn-on-use.h-t warn-on-use.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
        sed -n -e '/GL_ARG_NONNULL/,$p' \
          < /root/build/libvirt-upstream/libvirt/./build-aux/snippet/arg-nonnull.h \
          > arg-nonnull.h-t && \
        mv arg-nonnull.h-t arg-nonnull.h
rm -f inttypes.h-t inttypes.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
              -e 's/@''PRI_MACROS_BROKEN''@/0/g' \
              -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
              -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
              -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
              -e 's/@''PRIPTR_PREFIX''@/"l"/g' \
              -e 's/@''GNULIB_IMAXABS''@/0/g' \
              -e 's/@''GNULIB_IMAXDIV''@/0/g' \
              -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
              -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
              -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
              -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
              -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
              -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
              -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
              -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
              -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
              -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
              -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
              -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/tests/inttypes.in.h; \
        } > inttypes.h-t && \
        mv inttypes.h-t inttypes.h
rm -f math.h-t math.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
              -e 's/@''GNULIB_ACOSF''@/0/g' \
              -e 's/@''GNULIB_ACOSL''@/0/g' \
              -e 's/@''GNULIB_ASINF''@/0/g' \
              -e 's/@''GNULIB_ASINL''@/0/g' \
              -e 's/@''GNULIB_ATANF''@/0/g' \
              -e 's/@''GNULIB_ATANL''@/0/g' \
              -e 's/@''GNULIB_ATAN2F''@/0/g' \
              -e 's/@''GNULIB_CBRT''@/0/g' \
              -e 's/@''GNULIB_CBRTF''@/0/g' \
              -e 's/@''GNULIB_CBRTL''@/0/g' \
              -e 's/@''GNULIB_CEIL''@/0/g' \
              -e 's/@''GNULIB_CEILF''@/0/g' \
              -e 's/@''GNULIB_CEILL''@/0/g' \
              -e 's/@''GNULIB_COPYSIGN''@/0/g' \
              -e 's/@''GNULIB_COPYSIGNF''@/0/g' \
              -e 's/@''GNULIB_COPYSIGNL''@/0/g' \
              -e 's/@''GNULIB_COSF''@/0/g' \
              -e 's/@''GNULIB_COSL''@/0/g' \
              -e 's/@''GNULIB_COSHF''@/0/g' \
              -e 's/@''GNULIB_EXPF''@/0/g' \
              -e 's/@''GNULIB_EXPL''@/0/g' \
              -e 's/@''GNULIB_EXP2''@/0/g' \
              -e 's/@''GNULIB_EXP2F''@/0/g' \
              -e 's/@''GNULIB_EXP2L''@/0/g' \
              -e 's/@''GNULIB_EXPM1''@/0/g' \
              -e 's/@''GNULIB_EXPM1F''@/0/g' \
              -e 's/@''GNULIB_EXPM1L''@/0/g' \
              -e 's/@''GNULIB_FABSF''@/0/g' \
              -e 's/@''GNULIB_FABSL''@/0/g' \
              -e 's/@''GNULIB_FLOOR''@/0/g' \
              -e 's/@''GNULIB_FLOORF''@/0/g' \
              -e 's/@''GNULIB_FLOORL''@/0/g' \
              -e 's/@''GNULIB_FMA''@/0/g' \
              -e 's/@''GNULIB_FMAF''@/0/g' \
              -e 's/@''GNULIB_FMAL''@/0/g' \
              -e 's/@''GNULIB_FMOD''@/0/g' \
              -e 's/@''GNULIB_FMODF''@/0/g' \
              -e 's/@''GNULIB_FMODL''@/0/g' \
              -e 's/@''GNULIB_FREXPF''@/0/g' \
              -e 's/@''GNULIB_FREXP''@/0/g' \
              -e 's/@''GNULIB_FREXPL''@/0/g' \
              -e 's/@''GNULIB_HYPOT''@/0/g' \
              -e 's/@''GNULIB_HYPOTF''@/0/g' \
              -e 's/@''GNULIB_HYPOTL''@/0/g' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/tests/math.in.h | \
          sed -e 's/@''GNULIB_ILOGB''@/0/g' \
              -e 's/@''GNULIB_ILOGBF''@/0/g' \
              -e 's/@''GNULIB_ILOGBL''@/0/g' \
              -e 's/@''GNULIB_ISFINITE''@/0/g' \
              -e 's/@''GNULIB_ISINF''@/0/g' \
              -e 's/@''GNULIB_ISNAN''@/0/g' \
              -e 's/@''GNULIB_ISNANF''@/0/g' \
              -e 's/@''GNULIB_ISNAND''@/0/g' \
              -e 's/@''GNULIB_ISNANL''@/0/g' \
              -e 's/@''GNULIB_LDEXPF''@/0/g' \
              -e 's/@''GNULIB_LDEXPL''@/0/g' \
              -e 's/@''GNULIB_LOG''@/0/g' \
              -e 's/@''GNULIB_LOGF''@/0/g' \
              -e 's/@''GNULIB_LOGL''@/0/g' \
              -e 's/@''GNULIB_LOG10''@/0/g' \
              -e 's/@''GNULIB_LOG10F''@/0/g' \
              -e 's/@''GNULIB_LOG10L''@/0/g' \
              -e 's/@''GNULIB_LOG1P''@/0/g' \
              -e 's/@''GNULIB_LOG1PF''@/0/g' \
              -e 's/@''GNULIB_LOG1PL''@/0/g' \
              -e 's/@''GNULIB_LOG2''@/0/g' \
              -e 's/@''GNULIB_LOG2F''@/0/g' \
              -e 's/@''GNULIB_LOG2L''@/0/g' \
              -e 's/@''GNULIB_LOGB''@/0/g' \
              -e 's/@''GNULIB_LOGBF''@/0/g' \
              -e 's/@''GNULIB_LOGBL''@/0/g' \
              -e 's/@''GNULIB_MODF''@/0/g' \
              -e 's/@''GNULIB_MODFF''@/0/g' \
              -e 's/@''GNULIB_MODFL''@/0/g' \
              -e 's/@''GNULIB_POWF''@/0/g' \
              -e 's/@''GNULIB_REMAINDER''@/0/g' \
              -e 's/@''GNULIB_REMAINDERF''@/0/g' \
              -e 's/@''GNULIB_REMAINDERL''@/0/g' \
              -e 's/@''GNULIB_RINT''@/0/g' \
              -e 's/@''GNULIB_RINTF''@/0/g' \
              -e 's/@''GNULIB_RINTL''@/0/g' \
              -e 's/@''GNULIB_ROUND''@/0/g' \
              -e 's/@''GNULIB_ROUNDF''@/0/g' \
              -e 's/@''GNULIB_ROUNDL''@/0/g' \
              -e 's/@''GNULIB_SIGNBIT''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_SINF''@/0/g' \
              -e 's/@''GNULIB_SINL''@/0/g' \
              -e 's/@''GNULIB_SINHF''@/0/g' \
              -e 's/@''GNULIB_SQRTF''@/0/g' \
              -e 's/@''GNULIB_SQRTL''@/0/g' \
              -e 's/@''GNULIB_TANF''@/0/g' \
              -e 's/@''GNULIB_TANL''@/0/g' \
              -e 's/@''GNULIB_TANHF''@/0/g' \
              -e 's/@''GNULIB_TRUNC''@/0/g' \
              -e 's/@''GNULIB_TRUNCF''@/0/g' \
              -e 's/@''GNULIB_TRUNCL''@/0/g' \
          | \
          sed -e 's|@''HAVE_ACOSF''@|1|g' \
              -e 's|@''HAVE_ACOSL''@|1|g' \
              -e 's|@''HAVE_ASINF''@|1|g' \
              -e 's|@''HAVE_ASINL''@|1|g' \
              -e 's|@''HAVE_ATANF''@|1|g' \
              -e 's|@''HAVE_ATANL''@|1|g' \
              -e 's|@''HAVE_ATAN2F''@|1|g' \
              -e 's|@''HAVE_CBRT''@|1|g' \
              -e 's|@''HAVE_CBRTF''@|1|g' \
              -e 's|@''HAVE_CBRTL''@|1|g' \
              -e 's|@''HAVE_COPYSIGN''@|1|g' \
              -e 's|@''HAVE_COPYSIGNL''@|1|g' \
              -e 's|@''HAVE_COSF''@|1|g' \
              -e 's|@''HAVE_COSL''@|1|g' \
              -e 's|@''HAVE_COSHF''@|1|g' \
              -e 's|@''HAVE_EXPF''@|1|g' \
              -e 's|@''HAVE_EXPL''@|1|g' \
              -e 's|@''HAVE_EXPM1''@|1|g' \
              -e 's|@''HAVE_EXPM1F''@|1|g' \
              -e 's|@''HAVE_FABSF''@|1|g' \
              -e 's|@''HAVE_FABSL''@|1|g' \
              -e 's|@''HAVE_FMA''@|1|g' \
              -e 's|@''HAVE_FMAF''@|1|g' \
              -e 's|@''HAVE_FMAL''@|1|g' \
              -e 's|@''HAVE_FMODF''@|1|g' \
              -e 's|@''HAVE_FMODL''@|1|g' \
              -e 's|@''HAVE_FREXPF''@|1|g' \
              -e 's|@''HAVE_HYPOTF''@|1|g' \
              -e 's|@''HAVE_HYPOTL''@|1|g' \
              -e 's|@''HAVE_ILOGB''@|1|g' \
              -e 's|@''HAVE_ILOGBF''@|1|g' \
              -e 's|@''HAVE_ILOGBL''@|1|g' \
              -e 's|@''HAVE_ISNANF''@|1|g' \
              -e 's|@''HAVE_ISNAND''@|1|g' \
              -e 's|@''HAVE_ISNANL''@|1|g' \
              -e 's|@''HAVE_LDEXPF''@|1|g' \
              -e 's|@''HAVE_LOGF''@|1|g' \
              -e 's|@''HAVE_LOGL''@|1|g' \
              -e 's|@''HAVE_LOG10F''@|1|g' \
              -e 's|@''HAVE_LOG10L''@|1|g' \
              -e 's|@''HAVE_LOG1P''@|1|g' \
              -e 's|@''HAVE_LOG1PF''@|1|g' \
              -e 's|@''HAVE_LOG1PL''@|1|g' \
              -e 's|@''HAVE_LOGBF''@|1|g' \
              -e 's|@''HAVE_LOGBL''@|1|g' \
              -e 's|@''HAVE_MODFF''@|1|g' \
              -e 's|@''HAVE_MODFL''@|1|g' \
              -e 's|@''HAVE_POWF''@|1|g' \
              -e 's|@''HAVE_REMAINDER''@|1|g' \
              -e 's|@''HAVE_REMAINDERF''@|1|g' \
              -e 's|@''HAVE_RINT''@|1|g' \
              -e 's|@''HAVE_RINTL''@|1|g' \
              -e 's|@''HAVE_SINF''@|1|g' \
              -e 's|@''HAVE_SINL''@|1|g' \
              -e 's|@''HAVE_SINHF''@|1|g' \
              -e 's|@''HAVE_SQRTF''@|1|g' \
              -e 's|@''HAVE_SQRTL''@|1|g' \
              -e 's|@''HAVE_TANF''@|1|g' \
              -e 's|@''HAVE_TANL''@|1|g' \
              -e 's|@''HAVE_TANHF''@|1|g' \
              -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
              -e 's|@''HAVE_DECL_ASINL''@|1|g' \
              -e 's|@''HAVE_DECL_ATANL''@|1|g' \
              -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
              -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
              -e 's|@''HAVE_DECL_CEILF''@|1|g' \
              -e 's|@''HAVE_DECL_CEILL''@|1|g' \
              -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
              -e 's|@''HAVE_DECL_COSL''@|1|g' \
              -e 's|@''HAVE_DECL_EXPL''@|1|g' \
              -e 's|@''HAVE_DECL_EXP2''@|1|g' \
              -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
              -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
              -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
              -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
              -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
              -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
              -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
              -e 's|@''HAVE_DECL_LOGL''@|1|g' \
              -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
              -e 's|@''HAVE_DECL_LOG2''@|1|g' \
              -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
              -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
              -e 's|@''HAVE_DECL_LOGB''@|1|g' \
              -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
              -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
              -e 's|@''HAVE_DECL_RINTF''@|1|g' \
              -e 's|@''HAVE_DECL_ROUND''@|1|g' \
              -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
              -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
              -e 's|@''HAVE_DECL_SINL''@|1|g' \
              -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
              -e 's|@''HAVE_DECL_TANL''@|1|g' \
              -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
              -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
              -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
          | \
          sed -e 's|@''REPLACE_CBRTF''@|0|g' \
              -e 's|@''REPLACE_CBRTL''@|0|g' \
              -e 's|@''REPLACE_CEIL''@|0|g' \
              -e 's|@''REPLACE_CEILF''@|0|g' \
              -e 's|@''REPLACE_CEILL''@|0|g' \
              -e 's|@''REPLACE_EXPM1''@|0|g' \
              -e 's|@''REPLACE_EXPM1F''@|0|g' \
              -e 's|@''REPLACE_EXP2''@|0|g' \
              -e 's|@''REPLACE_EXP2L''@|0|g' \
              -e 's|@''REPLACE_FABSL''@|0|g' \
              -e 's|@''REPLACE_FLOOR''@|0|g' \
              -e 's|@''REPLACE_FLOORF''@|0|g' \
              -e 's|@''REPLACE_FLOORL''@|0|g' \
              -e 's|@''REPLACE_FMA''@|0|g' \
              -e 's|@''REPLACE_FMAF''@|0|g' \
              -e 's|@''REPLACE_FMAL''@|0|g' \
              -e 's|@''REPLACE_FMOD''@|0|g' \
              -e 's|@''REPLACE_FMODF''@|0|g' \
              -e 's|@''REPLACE_FMODL''@|0|g' \
              -e 's|@''REPLACE_FREXPF''@|0|g' \
              -e 's|@''REPLACE_FREXP''@|0|g' \
              -e 's|@''REPLACE_FREXPL''@|0|g' \
              -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
              -e 's|@''REPLACE_HYPOT''@|0|g' \
              -e 's|@''REPLACE_HYPOTF''@|0|g' \
              -e 's|@''REPLACE_HYPOTL''@|0|g' \
              -e 's|@''REPLACE_ILOGB''@|0|g' \
              -e 's|@''REPLACE_ILOGBF''@|0|g' \
              -e 's|@''REPLACE_ISFINITE''@|0|g' \
              -e 's|@''REPLACE_ISINF''@|0|g' \
              -e 's|@''REPLACE_ISNAN''@|0|g' \
              -e 's|@''REPLACE_ITOLD''@|0|g' \
              -e 's|@''REPLACE_LDEXPL''@|0|g' \
              -e 's|@''REPLACE_LOG''@|0|g' \
              -e 's|@''REPLACE_LOGF''@|0|g' \
              -e 's|@''REPLACE_LOGL''@|0|g' \
              -e 's|@''REPLACE_LOG10''@|0|g' \
              -e 's|@''REPLACE_LOG10F''@|0|g' \
              -e 's|@''REPLACE_LOG10L''@|0|g' \
              -e 's|@''REPLACE_LOG1P''@|0|g' \
              -e 's|@''REPLACE_LOG1PF''@|0|g' \
              -e 's|@''REPLACE_LOG1PL''@|0|g' \
              -e 's|@''REPLACE_LOG2''@|0|g' \
              -e 's|@''REPLACE_LOG2F''@|0|g' \
              -e 's|@''REPLACE_LOG2L''@|0|g' \
              -e 's|@''REPLACE_LOGB''@|0|g' \
              -e 's|@''REPLACE_LOGBF''@|0|g' \
              -e 's|@''REPLACE_LOGBL''@|0|g' \
              -e 's|@''REPLACE_MODF''@|0|g' \
              -e 's|@''REPLACE_MODFF''@|0|g' \
              -e 's|@''REPLACE_MODFL''@|0|g' \
              -e 's|@''REPLACE_NAN''@|0|g' \
              -e 's|@''REPLACE_REMAINDER''@|0|g' \
              -e 's|@''REPLACE_REMAINDERF''@|0|g' \
              -e 's|@''REPLACE_REMAINDERL''@|0|g' \
              -e 's|@''REPLACE_ROUND''@|0|g' \
              -e 's|@''REPLACE_ROUNDF''@|0|g' \
              -e 's|@''REPLACE_ROUNDL''@|0|g' \
              -e 's|@''REPLACE_SIGNBIT''@|0|g' \
              -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \
              -e 's|@''REPLACE_SQRTL''@|0|g' \
              -e 's|@''REPLACE_TRUNC''@|0|g' \
              -e 's|@''REPLACE_TRUNCF''@|0|g' \
              -e 's|@''REPLACE_TRUNCL''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
        } > math.h-t && \
        mv math.h-t math.h
rm -f test-posix_spawn1.sh-t test-posix_spawn1.sh && \
        cp /root/build/libvirt-upstream/libvirt/./gnulib/tests/test-posix_spawn1.in.sh test-posix_spawn1.sh-t &\
        mv test-posix_spawn1.sh-t test-posix_spawn1.sh
rm -f test-posix_spawn2.sh-t test-posix_spawn2.sh && \
        cp /root/build/libvirt-upstream/libvirt/./gnulib/tests/test-posix_spawn2.in.sh test-posix_spawn2.sh-t &\
        mv test-posix_spawn2.sh-t test-posix_spawn2.sh
rm -f unused-parameter.h-t unused-parameter.h && \
        sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
          < /root/build/libvirt-upstream/libvirt/./build-aux/snippet/unused-parameter.h \
          > unused-parameter.h-t && \
        mv unused-parameter.h-t unused-parameter.h
rm -f spawn.h-t spawn.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
              -e 's|@''HAVE_SPAWN_H''@|1|g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''PRAGMA_COLUMNS''@||g' \
              -e 's|@''NEXT_SPAWN_H''@|<spawn.h>|g' \
              -e 's/@''GNULIB_POSIX_SPAWN''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNP''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/0/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/IN_LIBVIRT_GNULIB_TESTS/g' \
              -e 's|@''HAVE_POSIX_SPAWN''@|1|g' \
              -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \
              -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \
              -e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \
              -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|0|g' \
              -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|0|g' \
              -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|0|g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < /root/build/libvirt-upstream/libvirt/./gnulib/tests/spawn.in.h; \
        } > spawn.h-t && \
        mv spawn.h-t spawn.h
/usr/bin/make  all-recursive
make[4]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/gnulib/tests'
Making all in .
make[5]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/gnulib/tests'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/gnulib/tests'
make[4]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/gnulib/tests'
make[3]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/gnulib/tests'
Making all in tests
make[3]: Entering directory `/root/build/libvirt-upstream/libvirt/debian/build/tests'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/shunloadhelper.o   -Wl,-rpath -Wl,/root/build/libvirto
libtool: link: ( cd ".libs" && rm -f "libshunload.la" && ln -s "../libshunload.la" "libshunload.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/libvirportallocatormock_la-virportallocatortest.o   -o
libtool: link: ( cd ".libs" && rm -f "libvirportallocatormock.la" && ln -s "../libvirportallocatormock.la" "lib)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/virnetserverclientmock_la-virnetserverclientmock.o   o
libtool: link: ( cd ".libs" && rm -f "virnetserverclientmock.la" && ln -s "../virnetserverclientmock.la" "virne)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/vircgroupmock_la-vircgroupmock.o   -ldl  -O2   -Wl,-so
libtool: link: ( cd ".libs" && rm -f "vircgroupmock.la" && ln -s "../vircgroupmock.la" "vircgroupmock.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/virpcimock_la-virpcimock.o  -Wl,--whole-archive ../gno
libtool: link: ( cd ".libs" && rm -f "virpcimock.la" && ln -s "../virpcimock.la" "virpcimock.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: ar cru .libs/libqemumonitortestutils.a .libs/qemumonitortestutils.o 
libtool: link: ranlib .libs/libqemumonitortestutils.a
libtool: link: ( cd ".libs" && rm -f "libqemumonitortestutils.la" && ln -s "../libqemumonitortestutils.la" "lib)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/qemuxml2argvmock_la-qemuxml2argvmock.o   -ldl  -O2   o
libtool: link: ( cd ".libs" && rm -f "qemuxml2argvmock.la" && ln -s "../qemuxml2argvmock.la" "qemuxml2argvmock.)
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/virmockdbus_la-virmockdbus.o   -ldl  -O2   -Wl,-sonamo
libtool: link: ( cd ".libs" && rm -f "virmockdbus.la" && ln -s "../virmockdbus.la" "virmockdbus.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/virusbmock_la-virusbmock.o   -ldl  -O2   -Wl,-soname o
libtool: link: ( cd ".libs" && rm -f "virusbmock.la" && ln -s "../virusbmock.la" "virusbmock.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstrec
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/virnetdevbandwidthmock_la-virnetdevbandwidthmock.o   o
libtool: link: ( cd ".libs" && rm -f "virnetdevbandwidthmock.la" && ln -s "../virnetdevbandwidthmock.la" "virne)
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99  -Dabs_builddir="\"/root/build/libvirt-upstream/lib 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99  -Dabs_builddir="\"/root/build/libvirt-upstream/lib 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/root/build/libvirt-upstream/libvirt/./tests -I.. -I.. -I/root/build/libvic
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_d
/bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99 -Dabs_builddir="\"/root/build/libvirt-upstream/libv 
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_l
/usr/lib/gcc/aarch64-linux-gnu/4.8/../../../aarch64-linux-gnu/crt1.o: In function `_start':
(.text+0x30): undefined reference to `main'
collect2: error: ld returned 1 exit status
make[3]: *** [xlconfigtest] Error 1
make[3]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build/tests'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/build/libvirt-upstream/libvirt/debian/build'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1364:
dpkg-buildpackage -rfakeroot -D -us -uc -i -I failed
+ popd
~/build/libvirt-upstream
~/build
cp: cannot stat 'libvirt-upstream/*.deb': No such file or directory
root@ubuntu:~/build# 
                                                                Online 01:07


[-- Attachment #3: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Using Libvirtd with virt-manager on aarch64
  2015-01-21 23:58                     ` Jaggi, Manish
@ 2015-01-22  9:54                       ` Ian Campbell
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Campbell @ 2015-01-22  9:54 UTC (permalink / raw)
  To: Jaggi, Manish
  Cc: xen-devel, Stefano Stabellini, Kumar, Vijaya, jfehlig,
	Anthony.Perard, Kiarie Kahurani, Clark Laughlin

On Wed, 2015-01-21 at 23:58 +0000, Jaggi, Manish wrote:

> [Manish] Attached is the build-log. ​I downloaded your scripts
> build-libvirt and build-libvirt-deb in a build directory and executed
> build-libvirt.

This is a bug in the current libvirt.git
libtool: link: gcc -std=gnu99 -Dabs_builddir=\"/root/build/libvirt-upstream/libvirt/debian/build/tests\" -Dabs_l
/usr/lib/gcc/aarch64-linux-gnu/4.8/../../../aarch64-linux-gnu/crt1.o: In function `_start':
(.text+0x30): undefined reference to `main'
collect2: error: ld returned 1 exit status

https://www.redhat.com/archives/libvir-list/2015-January/msg00709.html
which was committed to libvirt.git as e274d5882eed in the last couple of days.

Ian.



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-01-22  9:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1421410606285.98486@caviumnetworks.com>
2015-01-16 15:14 ` Using Libvirtd with virt-manager on aarch64 Stefano Stabellini
2015-01-16 17:28   ` Jaggi, Manish
2015-01-19 10:31     ` Stefano Stabellini
2015-01-19 19:09       ` Jaggi, Manish
2015-01-19 20:16         ` Jaggi, Manish
2015-01-19 23:34           ` Stefano Stabellini
2015-01-20 13:15             ` Jaggi, Manish
2015-01-20 13:27               ` Clark Laughlin
2015-01-21 16:23                 ` Jaggi, Manish
2015-01-21 17:12                   ` Clark Laughlin
2015-01-21 23:58                     ` Jaggi, Manish
2015-01-22  9:54                       ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.