Re: libvirt 0.9.9 doesn't build on OpenBSD 5.0-current (i386)

2012-02-12 Thread Jiri B
Hello, I applied both your diff and with snapshot from Feb 12 22:00 CET I get following: gmake[3]: Entering directory `/home/karl/Downloads/libvirt-0.9.9/gnulib/lib' CC allocator.lo CC areadlink.lo CC base64.lo CC c-ctype.lo CC c-strcasecmp.lo CC c-strncasecmp.

Re: libvirt 0.9.9 doesn't build on OpenBSD 5.0-current (i386)

2012-02-04 Thread Bruno Haible
> the problem with a gnulib testdir for the modules > > unistd stdlib pthread signal sys_select allocator mkstemp pthread_sigmask > ... > 2012-02-04 Bruno Haible > > sys_select: Avoid syntax error on OpenBSD 5.0. > * lib/sys_select.in.h: Include only after the include_next >

Re: libvirt 0.9.9 doesn't build on OpenBSD 5.0-current (i386)

2012-02-04 Thread Bruno Haible
Jiri B wrote: > any news? > > I sent requested file > > http://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00258.html Thanks for the reminder. The allocator.i file reveals that the fd_set type is being used in /usr/include/unistd.h:255 but it is only defined later, in /usr/include/sys/selec

Re: libvirt 0.9.9 doesn't build on OpenBSD 5.0-current (i386)

2012-02-02 Thread Jiri B
On Tue, Jan 17, 2012 at 07:16:34PM +0100, Bruno Haible wrote: > Hi Jiri, > > > Log and tarball of requested files in attachment. > > Thanks, but the allocator.i file is unusable. It contains two commands > instead of a preprocessed output. I need the result of the command > > gcc -std=gnu99 -DHA

Re: libvirt 0.9.9 doesn't build on OpenBSD 5.0-current (i386)

2012-01-17 Thread Jiri B
On Tue, Jan 17, 2012 at 07:16:34PM +0100, Bruno Haible wrote: > > Log and tarball of requested files in attachment. > > Thanks, but the allocator.i file is unusable. It contains two commands > instead of a preprocessed output. I need the result of the command > > gcc -std=gnu99 -DHAVE_CONFIG_H -I

Re: libvirt 0.9.9 doesn't build on OpenBSD 5.0-current (i386)

2012-01-17 Thread Bruno Haible
Hi Jiri, > Log and tarball of requested files in attachment. Thanks, but the allocator.i file is unusable. It contains two commands instead of a preprocessed output. I need the result of the command gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -g -O2 -E allocat

Re: libvirt 0.9.9 doesn't build on OpenBSD 5.0-current (i386)

2012-01-15 Thread Bruno Haible
Hello, Jiri B wrote: > gmake all-am > gmake[3]: Entering directory `/home/karl/tmp/libvirt-0.9.9/gnulib/lib' > CC allocator.lo > In file included from ./unistd.h:44, > from ./stdlib.h:90, > from ./pthread.h:38, > from ./signal.h:65, >

libvirt 0.9.9 doesn't build on OpenBSD 5.0-current (i386)

2012-01-15 Thread Jiri B
Hello, I was asked on RH bugzilla to send it even here. https://bugzilla.redhat.com/show_bug.cgi?id=781374 Build of libvirt fails in gnulib dir... gmake all-am gmake[3]: Entering directory `/home/karl/tmp/libvirt-0.9.9/gnulib/lib' CC allocator.lo In file included from ./unistd.h:44,