Date: Wed, 10 Sep 2014 16:12:35 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193526] New: net/samba41: compile error: error: use of undeclared identifier Message-ID: <bug-193526-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193526 Bug ID: 193526 Summary: net/samba41: compile error: error: use of undeclared identifier Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: ohartman@zedat.fu-berlin.de On FreeBSD 11.0-CURRENT, FreeBSD 11.0-CURRENT #3 r271366: Wed Sep 10 11:05:11 CEST 2014 amd64 port net/samba41 fails to build/install with the fowllowing error message: ../source4/torture/winbind/winbind.c:110:17: error: use of undeclared identifier 'WBC_AUTH_USER_LEVEL_PAC' params.level = WBC_AUTH_USER_LEVEL_PAC; ^ ../source4/torture/winbind/winbind.c:111:18: error: no member named 'pac' in 'union wbcAuthUserParams::<anonymous at /usr/local/include/wbclient.h:215:2>' params.password.pac.data = pac.data; ~~~~~~~~~~~~~~~ ^ ../source4/torture/winbind/winbind.c:112:18: error: no member named 'pac' in 'union wbcAuthUserParams::<anonymous at /usr/local/include/wbclient.h:215:2>' params.password.pac.length = pac.length; ~~~~~~~~~~~~~~~ ^ 3 errors generated. Waf: Leaving directory `/usr/ports/net/samba41/work/samba-4.1.11/bin' Build failed: -> task failed (err #1): {task: cc winbind.c -> winbind_1.o} [: xTry: unexpected operator *** Error code 1 Stop. make[1]: stopped in /usr/ports/net/samba41 *** Error code 1 Stop. make: stopped in /usr/ports/net/samba41 ===>>> make build failed for net/samba41 ===>>> Aborting update -- 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-193526-13>