Cant compile on ubuntu 14.04 x64
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
./configure --static
Install prefix /usr/local
BIOS directory /usr/local/
binary directory /usr/local/bin
library directory /usr/local/lib
module directory /usr/local/lib/qemu
libexec directory /usr/local/libexec
include directory /usr/local/include
config directory /usr/local/etc
local state directory /usr/local/var
Manual directory /usr/local/
ELF interp prefix /usr/gnemul/qemu-%M
Source path /home/slobodan/qemu
C compiler cc
Host C compiler cc
C++ compiler c++
Objective-C compiler cc
ARFLAGS rv
CFLAGS -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/usr/
QEMU_CFLAGS -I/usr/
LDFLAGS -Wl,--warn-common -m64 -static -g
make make
install install
python python -B
smbd /usr/sbin/smbd
module support no
host CPU x86_64
host big endian no
target list aarch64-softmmu alpha-softmmu arm-softmmu cris-softmmu i386-softmmu lm32-softmmu m68k-softmmu microblaze-softmmu microblazeel-
tcg debug enabled no
gprof enabled no
sparse enabled no
strip binaries yes
profiler no
static build yes
pixman system
SDL support no
GTK support yes
GNUTLS support yes
GNUTLS hash yes
GNUTLS gcrypt yes
GNUTLS nettle no ()
VTE support no
curses support no
curl support no
mingw32 support no
Audio drivers oss
Block whitelist (rw)
Block whitelist (ro)
VirtFS support no
VNC support yes
VNC TLS support no
VNC SASL support no
VNC JPEG support yes
VNC PNG support yes
xen support no
brlapi support no
bluez support yes
Documentation no
GUEST_BASE yes
PIE no
vde support no
netmap support no
Linux AIO support no
ATTR/XATTR support yes
Install blobs yes
KVM support yes
RDMA support no
TCG interpreter no
fdt support yes
preadv support yes
fdatasync yes
madvise yes
posix_madvise yes
sigev_thread_id yes
uuid support yes
libcap-ng support no
vhost-net support yes
vhost-scsi support yes
Trace backends nop
spice support no
rbd support no
xfsctl support no
nss used no
libusb no
usb net redir no
OpenGL support no
libiscsi support no
libnfs support no
build guest agent yes
QGA VSS support no
QGA w32 disk info no
seccomp support no
coroutine backend ucontext
coroutine pool yes
GlusterFS support no
Archipelago support no
gcov gcov
gcov enabled no
TPM support yes
libssh2 support no
TPM passthrough yes
QOM debugging yes
vhdx yes
lzo support no
snappy support no
bzip2 support no
NUMA host support no
tcmalloc support no
:~/qemu$ 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
GEN trace/generated
GEN trace/generated
GEN trace/generated
GEN tests/test-
GEN tests/test-
GEN tests/test-
GEN tests/test-
CC tests/qemu-
LINK tests/qemu-
c++: error: unrecognized command line option ‘-R’
make: *** [tests/
| Changed in qemu: | |
| status: | Fix Committed → Fix Released |

On 26 July 2015 at 17:02, Vido <email address hidden> wrote:
> Public bug reported:
>
> ./configure --static
> c++: error: unrecognized command line option ‘-R’ qemu-iotests/ socket_ scm_helper] Error 1
> make: *** [tests/
This is a bug in Ubuntu's gnutls package: /bugs.launchpad .net/ubuntu/ +source/ gnutls26/ +bug/1478035
https:/
You can work around it by adding "--disable-gnutls" to patchwork. ozlabs. org/patch/ 499821/
your configure arguments, or by applying this patch:
http://
I would expect that patch to be applied for QEMU 2.4.
thanks
-- PMM