Date: Tue, 27 Mar 2018 08:57:18 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226965] net/samba48 Message-ID: <bug-226965-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226965 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@FreeBSD.org Reporter: elij+freebsd@wundrd.net Flags: maintainer-feedback?(timur@FreeBSD.org) Assignee: timur@FreeBSD.org samba48 fails to build. FreeBSD-11.1-p8 amd64 building under poudriere. Selected options: ---Begin OPTIONS List--- =3D=3D=3D> The following configuration options are available for samba48-4.= 8.0: ADS=3Doff: Active Directory client(implies LDAP) AD_DC=3Doff: Active Directory Domain Controller AESNI=3Don: Accelerated AES crypto functions(amd64 only) CUPS=3Doff: CUPS printing system support DEBUG=3Doff: Build with debugging support DEVELOPER=3Doff: With developer framework(implies NTVFS) DOCS=3Doff: Build and/or install documentation FAM=3Doff: File Alteration Monitor GPGME=3Doff: GpgME LDAP=3Doff: LDAP client MANDOC=3Doff: Build manpages from DOCBOOK templates NTVFS=3Doff: Build *DEPRECATED* NTVFS file server PROFILE=3Doff: Profiling data QUOTAS=3Doff: Disk quota SPOTLIGHT=3Doff: Spotlight SYSLOG=3Don: Syslog logging support UTMP=3Doff: UTMP accounting =3D=3D=3D=3D> Options available for the radio DNS: you can only select none= or one of them NSUPDATE=3Doff: Use samba NSUPDATE utility for AD DC BIND99=3Doff: Use Bind 9.9 as AD DC DNS server frontend BIND910=3Doff: Use Bind 9.10 as AD DC DNS server frontend BIND911=3Doff: Use Bind 9.11 as AD DC DNS server frontend =3D=3D=3D=3D> Options available for the radio ZEROCONF: you can only select= none or one of them MDNSRESPONDER=3Doff: Zeroconf support via mDNSResponder AVAHI=3Doff: Zeroconf support via Avahi =3D=3D=3D> 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 =3D 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 =3D 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 =3D 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 =3D ads_get_dn(ads, talloc_tos(), res); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libgpo/pygpo.c:354:22: error: use of undeclared identifier 'LDAP_NO_MEMO= RY' status =3D 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 =3D ADS_ERROR(LDAP_NO_SUCH_ATTRIBUTE); ^ ../libgpo/pygpo.c:370:23: error: use of undeclared identifier 'LDAP_NO_MEMO= RY' status =3D 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):=20 {task: cc pygpo.c -> pygpo_4.o} =3D=3D=3D> Compilation failed unexpectedly. --=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-226965-13>