On 31 August 2014 18:37, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 31 August 2014 13:06, Karl-Philipp Richter <krichter...@aol.de> wrote: >> qemu-seccomp.c:186:1: error: '__NR_alarm' undeclared here (not in a >> function) >> make: *** [qemu-seccomp.o] Error 1 > > Ccing Eduardo for the seccomp compile issues.
Oops, wrong email address, let's try that again. >> + After installing some of the missing header files (-> configure should >> + fail at the right point with a good error message), i.e. `apt-get >> + install liblzo2-dev libbsd-dev syslinux-common libhwloc-dev librdmacm- >> + dev libsnappy-dev libibverbs-dev valgrind linux-headers-3.2.0-4-common` >> + I'm getting >> + >> + CC migration-rdma.o >> + migration-rdma.c: In function 'ram_chunk_start': >> + migration-rdma.c:523:12: error: cast to pointer from integer of >> different size [-Werror=int-to-pointer-cast] > > This probably hasn't been tested on a 32 bit build system :-( Also cc'ing David Gilbert as a random guess at who might want to look at the migration-rdma failures. (in both cases, see the launchpad bug for the full error list https://bugs.launchpad.net/bugs/1363641 ) thanks -- PMM