qemu unbuildable on FreeBSD 5.4/amd64

Juergen Lock nox at jelal.kn-bremen.de
Mon Nov 14 14:10:34 PST 2005


In article <28edec3c0511131931s36a5734epf2728cf0a1bf8a46 at mail.gmail.com> you write:
>Greetz!
>
> I find that the latest qemu is unbuildable on FreeBSD 5.4/amd64:
>===> qemu-0.7.2s.20051030 is only for amd64 i386, and you are running x86_64.
>
> In the Makefile, if i take out these out:
> .if ${ARCH} == "amd64"
>ARCH=           x86_64
>.endif
>[...]

> However if I don't, and I just add x86_64 to the supported archs:
> -ONLY_FOR_ARCHS=        amd64 i386
>+ONLY_FOR_ARCHS=        amd64 i386 x86_64
>
> It gets built and runs fine on my virtual machines.

Oh.  Looks like something changed that made this necessary.
Thanx for the report, fix submitted.

	Juergen


More information about the freebsd-emulation mailing list