Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Dec 2016 16:37:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215100] emulators/qemu-devel: compiler failure : error: incomplete definition
Message-ID:  <bug-215100-13@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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

            Bug ID: 215100
           Summary: emulators/qemu-devel: compiler failure : 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

The error reported in Bug 214873 also occurs building port emulators/qemu-devel
on 12-CURRENT (FreeBSD 12.0-CURRENT #40 r309601: Tue Dec  6 06:41:48 CET 2016):

[...]
migration/rdma.c  CC    net/tap-bsd.o
  CC    net/tap.o
: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.

home | help

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