Re: [libvirt] Fwd: libvirtd failing on MacOS in setgroups

2019-08-30 Thread Bruno Haible
Hi Eric, > I wonder if gnulib could provide a workaround setgroups() that overcomes > this issue I don't see how a workaround could look like. The problem is not the value of NGROUPS_MAX in user-space, but the same value NGROUPS_MAX in the kernel. More precisely, in the Darwin kernel file bsd/ker

Re: [libvirt] Fwd: libvirtd failing on MacOS in setgroups

2019-08-30 Thread Eric Blake
[adding gnulib] On 8/21/19 1:34 PM, Roman Bolshakov wrote: > I get the following error when running libvirtd on MacOS as root: > > 2019-07-11 00:12:33.673+: 123145573953536: error : > qemuProcessQMPLaunch:8501 : internal error: Failed to start QEMU > binary /usr/local/bin/

Re: Any experience with cmake?

2019-08-30 Thread Bruno Haible
Hi, > But I can't find anything related with CMake+gnulib integration. So my > question is if you have any experience about how to use gnulib with > cmake? See the thread that starts at . > Could you please explain the steps to

Any experience with cmake?

2019-08-30 Thread Ergus
Hi I am working in something relative big that uses cmake and there are a couple of functionalities in gnulib that are very interesting for us. But I can't find anything related with CMake+gnulib integration. So my question is if you have any experience about how to use gnulib with cmake? Becaus