[Bug 214873] emulators/qemu: build failure on CURRENT: error: incomplete definition ...

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 27 10:25:12 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214873

            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 at freebsd.org
          Reporter: ohartmann at walstatt.org
             Flags: maintainer-feedback?(bofh at freebsd.org)
          Assignee: bofh at freebsd.org

On CURRENT, emulators/qemu fails to build now for a long, long time (I started
with 11-CURRENT). Compiling with the standard configuration options provided,
the compiler dies after a while with the error show below. I marked the error
with "==>>", 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  
-I/usr/ports/emulators/qemu/work/qemu-2.6.1/dtc/libfdt -m64 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -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=\""/usr/local\"" -Wno-string-plus-int
-Wno-initializer-overrides -Wendif-labels -Wmissing-include-dirs -Wempty-body
-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  
-I/usr/local/include   -I/usr/local/include/libpng16  
-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 
-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 = rdma_getaddrinfo(rdma->host, port_str, NULL, &res);
          ^
==>> migration/rdma.c:935:35: error: incomplete definition of type 'struct
rdma_addrinfo'
    for (e = res; e != NULL; e = e->ai_next) {
                                 ~^

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


More information about the freebsd-ports-bugs mailing list