Re: [libvirt] nss build failure on arm32

2016-03-21 Thread Martin Kletzander
On Mon, Mar 21, 2016 at 11:52:00AM -0400, Cole Robinson wrote: Just a note, I'm getting build failures with the nss module on Fedora 23 arm 32bit: This should be fixed by now with my series about alignment. nss/libvirt_nss.c: In function '_nss_libvirt_gethostbyname3_r': nss/libvirt_nss.c:325

[libvirt] nss build failure on arm32

2016-03-21 Thread Cole Robinson
Just a note, I'm getting build failures with the nss module on Fedora 23 arm 32bit: nss/libvirt_nss.c: In function '_nss_libvirt_gethostbyname3_r': nss/libvirt_nss.c:325:17: error: cast increases required alignment of target type [-Werror=cast-align] r_aliases = (char **) buffer + idx;