Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Apr 2018 12:43:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 227253] systutils/bareos-client: compiler error: variable has incomplete type 'union semun'
Message-ID:  <bug-227253-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: ohartmann@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).

--=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-227253-13>