[Bug 226965] net/samba48
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 27 08:57:20 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226965
Bug ID: 226965
Summary: net/samba48
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: timur at FreeBSD.org
Reporter: elij+freebsd at wundrd.net
Flags: maintainer-feedback?(timur at FreeBSD.org)
Assignee: timur at FreeBSD.org
samba48 fails to build.
FreeBSD-11.1-p8
amd64
building under poudriere.
Selected options:
---Begin OPTIONS List---
===> The following configuration options are available for samba48-4.8.0:
ADS=off: Active Directory client(implies LDAP)
AD_DC=off: Active Directory Domain Controller
AESNI=on: Accelerated AES crypto functions(amd64 only)
CUPS=off: CUPS printing system support
DEBUG=off: Build with debugging support
DEVELOPER=off: With developer framework(implies NTVFS)
DOCS=off: Build and/or install documentation
FAM=off: File Alteration Monitor
GPGME=off: GpgME
LDAP=off: LDAP client
MANDOC=off: Build manpages from DOCBOOK templates
NTVFS=off: Build *DEPRECATED* NTVFS file server
PROFILE=off: Profiling data
QUOTAS=off: Disk quota
SPOTLIGHT=off: Spotlight
SYSLOG=on: Syslog logging support
UTMP=off: UTMP accounting
====> Options available for the radio DNS: you can only select none or one of
them
NSUPDATE=off: Use samba NSUPDATE utility for AD DC
BIND99=off: Use Bind 9.9 as AD DC DNS server frontend
BIND910=off: Use Bind 9.10 as AD DC DNS server frontend
BIND911=off: Use Bind 9.11 as AD DC DNS server frontend
====> Options available for the radio ZEROCONF: you can only select none or one
of them
MDNSRESPONDER=off: Zeroconf support via mDNSResponder
AVAHI=off: Zeroconf support via Avahi
===> Use 'make config' to modify these settings
---End OPTIONS List---
Error output:
../libgpo/pygpo.c:340:11: warning: implicit declaration of function
'ads_do_search_all' is invalid in C99 [-Wimplicit-function-declaration]
status = ads_do_search_all(ads, ads->config.bind_path,
^
../libgpo/pygpo.c:341:8: error: use of undeclared identifier
'LDAP_SCOPE_SUBTREE'
LDAP_SCOPE_SUBTREE, filter, attrs, &res);
^
../libgpo/pygpo.c:348:22: error: use of undeclared identifier
'LDAP_NO_RESULTS_RETURNED'
status = ADS_ERROR(LDAP_NO_RESULTS_RETURNED);
^
../libgpo/pygpo.c:352:7: warning: implicit declaration of function 'ads_get_dn'
is invalid in C99 [-Wimplicit-function-declaration]
dn = ads_get_dn(ads, talloc_tos(), res);
^
../libgpo/pygpo.c:352:5: warning: incompatible integer to pointer conversion
assigning to 'char *' from 'int' [-Wint-conversion]
dn = ads_get_dn(ads, talloc_tos(), res);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libgpo/pygpo.c:354:22: error: use of undeclared identifier 'LDAP_NO_MEMORY'
status = ADS_ERROR(LDAP_NO_MEMORY);
^
../libgpo/pygpo.c:358:7: warning: implicit declaration of function
'ads_pull_uint32' is invalid in C99 [-Wimplicit-function-declaration]
if (!ads_pull_uint32(ads, res, "userAccountControl", &uac)) {
^
../libgpo/pygpo.c:359:22: error: use of undeclared identifier
'LDAP_NO_SUCH_ATTRIBUTE'
status = ADS_ERROR(LDAP_NO_SUCH_ATTRIBUTE);
^
../libgpo/pygpo.c:370:23: error: use of undeclared identifier 'LDAP_NO_MEMORY'
status = ADS_ERROR(LDAP_NO_MEMORY);
^
../libgpo/pygpo.c:376:2: warning: implicit declaration of function
'ads_msgfree' is invalid in C99 [-Wimplicit-function-declaration]
ads_msgfree(ads, res);
^
5 warnings and 5 errors generated.
Waf: Leaving directory `/wrkdirs/usr/ports/net/samba48/work/samba-4.8.0/bin'
Build failed: -> task failed (err #1):
{task: cc pygpo.c -> pygpo_4.o}
===> Compilation failed unexpectedly.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list