[Bug 227253] systutils/bareos-client: compiler error: variable has incomplete type 'union semun'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 3 12:43:43 UTC 2018


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

            Bug ID: 227253
           Summary: systutils/bareos-client: compiler error: variable has
                    incomplete type 'union semun'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: ohartmann at walstatt.org

Compiling port sysutils/bareos-client (outdated version 16.2.7) with option
LMDB enabled, the compiler terminates with the error:

[...]
Compiling midl.c
--- mdb.lo ---
mdb.c:4832:14: error: variable has incomplete type 'union semun'
        union semun semu;
                    ^
mdb.c:4832:8: note: forward declaration of 'union semun'
        union semun semu;
              ^
1 error generated.
*** [mdb.lo] Error code 1

This happens on recent CURRENT (FreeBSD 12.0-CURRENT #28 r331906: Tue Apr  3
07:26:05 CEST 2018 amd64).

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


More information about the freebsd-ports-bugs mailing list