Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Mar 2018 05:34:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226386] sysutils/bareos-client: Compiler error: variable has incomplete type 'union semun'
Message-ID:  <bug-226386-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 226386
           Summary: sysutils/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: acm@FreeBSD.org
          Reporter: ohartmann@walstatt.org
             Flags: maintainer-feedback?(acm@FreeBSD.org)
          Assignee: acm@FreeBSD.org

On a recent CURRENT poudriere system, the port sysutils/bareos-client fails=
 to
build with the error shown below.

The environment of the building host is:

Makefile ident:      $FreeBSD: head/sysutils/bareos-client/Makefile 445197
2017-07-07 02:19:21Z acm $
Poudriere version: 3.2.4
Host OSVERSION: 1200060
Jail OSVERSION: 1200060
Job Id: 01


The box itself hosting poudriere is running CURRENT of the same
version/revision as the jail performing the task.

[...]
Making libbareosfind.la ...
/wrkdirs/usr/ports/sysutils/bareos-client/work/bareos-Release-16.2.7/libtool
--silent --tag=3DCXX --mode=3Dlink /usr/bin/c++   -L/usr/local/lib -L/usr/l=
ocal/lib
-fstack-protector -L../lib -o libbareosfind.la acl.lo attribs.lo bfile.lo
create_file.lo drivetype.lo enable_priv.lo find_one.lo find.lo fstype.lo
hardlink.lo match.lo mkpath.lo savecwd.lo shadowing.lo xattr.lo -export-dyn=
amic
-rpath /usr/local/lib -release 16.2.7    -lbareos
--- all ---
=3D=3D=3D=3D Make of findlib is good =3D=3D=3D=3D
=3D=3D>Entering directory
/wrkdirs/usr/ports/sysutils/bareos-client/work/bareos-Release-16.2.7/src/lm=
db
--- mdb.lo ---
--- midl.lo ---
Compiling mdb.c
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

make[2]: stopped in
/wrkdirs/usr/ports/sysutils/bareos-client/work/bareos-Release-16.2.7/src/lm=
db
1 error

make[2]: stopped in
/wrkdirs/usr/ports/sysutils/bareos-client/work/bareos-Release-16.2.7/src/lm=
db
  =3D=3D=3D=3D=3D=3D Error in
/wrkdirs/usr/ports/sysutils/bareos-client/work/bareos-Release-16.2.7/src/lm=
db
=3D=3D=3D=3D=3D=3D

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