Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2016 10:25:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214873] emulators/qemu: build failure on CURRENT: error: incomplete definition ...
Message-ID:  <bug-214873-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214873

            Bug ID: 214873
           Summary: emulators/qemu: build failure on CURRENT: error:
                    incomplete definition ...
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: ohartmann@walstatt.org
             Flags: maintainer-feedback?(bofh@freebsd.org)
          Assignee: bofh@freebsd.org

On CURRENT, emulators/qemu fails to build now for a long, long time (I star=
ted
with 11-CURRENT). Compiling with the standard configuration options provide=
d,
the compiler dies after a while with the error show below. I marked the err=
or
with "=3D=3D>>", but also put the leading cc line in front to document whats
happening.

[...]

cc -I/usr/ports/emulators/qemu/work/qemu-2.6.1/tcg
-I/usr/ports/emulators/qemu/work/qemu-2.6.1/tcg/i386 -I.
-I/usr/ports/emulators/qemu/work/qemu-2.6.1
-I/usr/ports/emulators/qemu/work/qemu-2.6.1/include -Inet -Inet
-I/usr/local/include/pixman-1=20=20
-I/usr/ports/emulators/qemu/work/qemu-2.6.1/dtc/libfdt -m64 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -Wstrict-prototypes
-Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes
-fno-strict-aliasing -fno-common  -I/usr/ports/emulators/qemu/work/qemu-2.6=
.1
-I/usr/local/include -DPREFIX=3D\""/usr/local\"" -Wno-string-plus-int
-Wno-initializer-overrides -Wendif-labels -Wmissing-include-dirs -Wempty-bo=
dy
-Wnested-externs -Wformat-security -Wformat-y2k -Winit-self
-Wignored-qualifiers -Wold-style-definition -Wtype-limits
-fstack-protector-strong -I/usr/local/include -I/usr/local/include/p11-kit-=
1=20=20
-I/usr/local/include   -I/usr/local/include/libpng16=20=20
-I/usr/ports/emulators/qemu/work/qemu-2.6.1/tests -MMD -MP -MT net/eth.o -MF
net/eth.d -pthread -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include   -g -O2 -pipe=20
-fstack-protector -fno-strict-aliasing  -c -o net/eth.o net/eth.c
migration/rdma.c:805:26: warning: unused variable 'port_attr'
[-Wunused-variable]
    struct ibv_port_attr port_attr;
                         ^
migration/rdma.c:929:11: warning: implicit declaration of function
'rdma_getaddrinfo' is invalid in C99 [-Wimplicit-function-declaration]
    ret =3D rdma_getaddrinfo(rdma->host, port_str, NULL, &res);
          ^
=3D=3D>> migration/rdma.c:935:35: error: incomplete definition of type 'str=
uct
rdma_addrinfo'
    for (e =3D res; e !=3D NULL; e =3D e->ai_next) {
                                 ~^

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214873-13>