Re: [libvirt] [PATCH 0/2] Attempt, and fail, to fix build with Clang 3.9 / Linux

2017-01-10 Thread Andrea Bolognani
On Fri, 2017-01-06 at 15:48 -0600, Eric Blake wrote: > > The last one I was unable to work around in any sensible > > manner: when linking, clang fails with > >  > >   ../gnulib/lib/.libs/libgnu.a(mgetgroups.o): > >   In function `realloc_groupbuf': > >   .../libvirt/gnulib/lib/mgetgroups.c:45: > >

Re: [libvirt] [PATCH 0/2] Attempt, and fail, to fix build with Clang 3.9 / Linux

2017-01-06 Thread Eric Blake
On 01/02/2017 12:15 PM, Andrea Bolognani wrote: > The last one I was unable to work around in any sensible > manner: when linking, clang fails with > > ../gnulib/lib/.libs/libgnu.a(mgetgroups.o): > In function `realloc_groupbuf': > .../libvirt/gnulib/lib/mgetgroups.c:45: > undefined refer

[libvirt] [PATCH 0/2] Attempt, and fail, to fix build with Clang 3.9 / Linux

2017-01-02 Thread Andrea Bolognani
Martin asked for this a while ago. I was surprised, at first, because according to my experience the only issue with Clang builds were a couple of test cases failing to run, but trying again on Clang 3.9 / Fedora rawhide caused me to run into at least three separate compilation issues. Two of them