Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread reza shahriari
Thanks so much. I got it to go past pthreads. Now I am working on other dependencies > On Aug 20, 2019, at 1:30 PM, Daniel P. Berrangé wrote: > > On Tue, Aug 20, 2019 at 01:03:40PM -0400, reza shahriari wrote: >> Hi, >> >> I tried that out, I got a new error about pthreads in my config.log.

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Daniel P . Berrangé
On Tue, Aug 20, 2019 at 01:03:40PM -0400, reza shahriari wrote: > Hi, > > I tried that out, I got a new error about pthreads in my config.log. It finds the header file now which is good, but it still fails to find the libpthread.dll file, which is what LDFLAGS should have addressed

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Daniel P . Berrangé
On Tue, Aug 20, 2019 at 12:29:15PM -0400, reza shahriari wrote: > Hi, > > I have attached my compressed config file. > > Thanks, > > Reza > > > > > On Aug 20, 2019, at 12:03 PM, Daniel P. Berrangé > > wrote: > > > > Re-adding the mailing list CC - please don't drop it. > > > > On Tue,

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Daniel P . Berrangé
Re-adding the mailing list CC - please don't drop it. On Tue, Aug 20, 2019 at 11:54:34AM -0400, reza shahriari wrote: > Hi, > > I am using msys2. When I run `./configure` without any parameters and I still > see missing pthreads impl. > > I have installed mingw64 cross compiler toolchain.

Re: [libvirt-users] Starting VM fails with: "Setting different DAC user or group on /path... which is already in use" after upgrading to libvirt 5.6.0-1

2019-08-20 Thread Nir Soffer
On Tue, Aug 20, 2019 at 1:12 PM Michal Privoznik wrote: > On 8/19/19 9:53 PM, Nir Soffer wrote: > > Hi, > > > > I upgraded to a Fedora 29 host using virt-preview repo to > > libvirt-daemon-5.6.0-1.fc29.x86_64 > > The host was using plain Fedora 29 without virt-preview before that. > > > > After

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Daniel P . Berrangé
On Mon, Aug 19, 2019 at 03:52:51PM -0400, reza shahriari wrote: > Hi, > > I am trying to compile Libvirt from the source code on windows using msys2 > but keep hitting issues while running `./configure`. > > …. > > checking whether C compiler handles -Wno-suggest-attribute=pure… yes > >

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Daniel P . Berrangé
On Tue, Aug 20, 2019 at 11:17:06AM -0400, reza shahriari wrote: > I am passing in: > > ./configure \ > --without-sasl \ > --without-polkit \ > --without-python \ > --without-libxl \ > --without-qemu \ > --without-lxc \ > --without-openvz \ > --without-libvirtd > (The ones on the

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread reza shahriari
I am passing in: ./configure \ --without-sasl \ --without-polkit \ --without-python \ --without-libxl \ --without-qemu \ --without-lxc \ --without-openvz \ --without-libvirtd (The ones on the website: https://libvirt.org/windows.html ) > On Aug

Re: [libvirt-users] Starting VM fails with: "Setting different DAC user or group on /path... which is already in use" after upgrading to libvirt 5.6.0-1

2019-08-20 Thread Michal Privoznik
On 8/19/19 9:53 PM, Nir Soffer wrote: Hi, I upgraded to a Fedora 29 host using virt-preview repo to libvirt-daemon-5.6.0-1.fc29.x86_64 The host was using plain Fedora 29 without virt-preview before that. After the upgrade, starting some vms that were running fine fail now with this error:

Re: [libvirt-users] Compiling Libvirt on Windows for Hyper V support

2019-08-20 Thread Erik Skultety
On Mon, Aug 19, 2019 at 03:52:51PM -0400, reza shahriari wrote: > Hi, > > I am trying to compile Libvirt from the source code on windows using msys2 > but keep hitting issues while running `./configure`. So what arguments does msys2 pass to the configure script? Erik