On Wed, 23 May 2012 18:06:18 +0200
Paolo Bonzini <pbonz...@redhat.com> wrote:

> Il 23/05/2012 17:57, Luiz Capitulino ha scritto:
> > On Wed, 23 May 2012 11:35:49 -0300
> > Luiz Capitulino <lcapitul...@redhat.com> wrote:
> > 
> >>> Maybe we need a patch to declare environ for openbsd
> >>
> >> Yes, I have the patch already but am installing openbsd on a VM to test it.
> > 
> > I'm getting lots of make errors on openbsd 4.9:
> > 
> > "Makefile", line 7: Missing dependency operator
> > "/root/qemu.a/rules.mak", line 20: Missing dependency operator
> > "/root/qemu.a/rules.mak", line 23: Need an operator
> > "/root/qemu.a/rules.mak", line 26: Need an operator
> > "Makefile", line 15: Need an operator
> > "Makefile", line 19: Need an operator
> > "Makefile", line 22: Missing dependency operator
> > "Makefile", line 24: Need an operator
> > Bad modifier: $(SRC_PATH)/hw)
> > 
> > Bad modifier: $(SRC_PATH)/hw)
> > 
> > "Makefile", line 36: Need an operator
> > 
> > Anyone knows what I did wrong? Or, if anybody could test the attached fix...
> 
> Probably you need to install gnumake.

Yeah, Andreas helped by irc, but now I get zillions of -Wno-redundant-decls 
errors:

In file included from /root/qemu.a/qemu-common.h:33,
                 from /root/qemu.a/module.c:16:
/usr//include/unistd.h:99: warning: redundant redeclaration of 'lseek'
/usr//include/sys/types.h:210: warning: previous declaration of 'lseek' was here
/usr//include/unistd.h:138: warning: redundant redeclaration of 'ftruncate'
/usr//include/sys/types.h:211: warning: previous declaration of 'ftruncate' was 
here

I've removed -Wno-redundant-decls and I finally get the environ build error,
but I wonder why build bot doesn't get it.

Reply via email to