Bug 227253 - systutils/bareos-client: compiler error: variable has incomplete type 'union semun'
Summary: systutils/bareos-client: compiler error: variable has incomplete type 'union ...
Status: Closed DUPLICATE of bug 226386
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-03 12:43 UTC by O. Hartmann
Modified: 2018-06-18 22:58 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2018-04-03 12:43:41 UTC
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).
Comment 1 Walter Schwarzenfeld freebsd_triage 2018-06-18 22:58:11 UTC

*** This bug has been marked as a duplicate of bug 226386 ***