2.3.0 build fails on Ubuntu 12.04
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Build of 2.3.0 fails on Ubuntu 12.04:
sudo make clean
sudo ./configure --prefix=/usr/local --target-
sudo make
GEN config-host.h
GEN qemu-options.def
GEN qmp-commands.h
GEN qapi-types.h
GEN qapi-visit.h
GEN qapi-event.h
GEN trace/generated
GEN trace/generated
...
CC migration/
CC migration/xbzrle.o
CC migration/rdma.o
migration/rdma.c: In function ‘qemu_rdma_
migration/
migration/
migration/
migration/
migration/
migration/
migration/rdma.c: In function ‘qemu_rdma_
migration/
migration/
migration/
migration/
migration/
make: *** [migration/rdma.o] Error 1
Build succeeds with
sudo ./configure --prefix=/usr/local --target-

This does not happend anymore with the upstream git. Closing. Please reopen if you still see this.