RE: Samba43 install error

2016-12-29 Thread Gerard Seibert
> Am 28.12.2016 um 14:32 schrieb Gerard Seibert:
> > I am unable to update samba43. The following error message is displayed:
> >
> > samba43-4.3.13 cannot install: SASL support requested and
> > openldap-client-2.4.44  is installed.
> > *** Error code 1
> >
> > Stop.
> > make: stopped in /usr/ports/net/samba43
> >
> 
> make sure you have in your make.conf (if poudriere user, use
> /usr/local/etc/poudriere.d/make.conf):
> 
> WANT_OPENLDAP_SASL=yes
> 
> Rerun poudriere to rebuild all necessary dependencies including samba43.
> 
> Gruß
> Matthias

I have been given two workable suggestons for building (updating) the port; 
however, the bottom line is that there is a serious problem with the port to 
begin with. These manual fixes required to just get the port to build should 
not be required. I would hope that the port maintainer would correct them.

-- 
Carmel

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Samba43 install error

2016-12-28 Thread Dewayne Geraghty
On Thu, 29 Dec 2016 at 00:34, Gerard Seibert  wrote:

> FreeBSD 11.0
>
>
>
> I am unable to update samba43. The following error message is displayed:
>
>
>
> samba43-4.3.13 cannot install: SASL support requested and
>
> openldap-client-2.4.44  is installed.
>
> *** Error code 1
>
>
>
> Stop.
>
> make: stopped in /usr/ports/net/samba43
>
>
>
> I am using the default port configuration as listed below:
>
>
>
> ===> The following configuration options are available for samba43-4.3.13:
>
>  ACL_SUPPORT=on: File system ACL support
>
>  ADS=on: Active Directory client support
>
>  AD_DC=on: Active Directory Domain Controller support
>
>  AIO_SUPPORT=on: Asyncronous IO support
>
>  CUPS=off: CUPS printing system support
>
>  DEBUG=on: Build with debugging support
>
>  DEVELOPER=off: With development support
>
>  DNSUPDATE=on: Dynamic DNS update (require ADS)
>
>  DOCS=on: Build and/or install documentation
>
>  EXP_MODULES=off: Experimental modules
>
>  FAM=on: File Alteration Monitor support
>
>  LDAP=on: LDAP client support
>
>  MANPAGES=off: Build manpages from DOCBOOK templates
>
>  PAM_SMBPASS=off: PAM authentication via passdb backends
>
>  PTHREADPOOL=on: Pthread pool
>
>  QUOTAS=on: Disk quota support
>
>  SYSLOG=on: Syslog logging support
>
>  UTMP=on: UTMP accounting support
>
> > 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 bind99 as AD DC DNS server frontend
>
>  BIND910=off: Use bind910 as AD DC DNS server frontend
>
> > Options available for the radio ZEROCONF: you can only select none
> or one of them
>
>  AVAHI=off: Zeroconf support via Avahi
>
>  MDNSRESPONDER=off: Zeroconf support via mDNSResponder
>
>
>
> I turned of LDAP in the config file; however, the problem still exists.
>
>
>
> I do not understand why this is happening. Does anyone have a work-around
> for this or should I file a PR?
>
>
>
> --
>
> Carmel
>
>
>
> ___
>
> freebsd-ports@freebsd.org mailing list
>
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
>
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
> I had a problem on FreeBSD 11 & samba 44.  I used gcc5 to build.  I
modified s few things and now running samba 4.4.8 :)
I force gcc5 use for a few ports as clang fails.
Might help you.
Regards.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Samba43 install error

2016-12-28 Thread Matthias Fechner
Am 28.12.2016 um 14:32 schrieb Gerard Seibert:
> I am unable to update samba43. The following error message is displayed:
>
> samba43-4.3.13 cannot install: SASL support requested and
> openldap-client-2.4.44  is installed.
> *** Error code 1
>
> Stop.
> make: stopped in /usr/ports/net/samba43
>

make sure you have in your make.conf (if poudriere user, use
/usr/local/etc/poudriere.d/make.conf):

WANT_OPENLDAP_SASL=yes

Rerun poudriere to rebuild all necessary dependencies including samba43.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Samba43 install error

2016-12-28 Thread Andrea Venturoli

On 12/28/16 15:33, Adam Weinberger wrote:

OpenLDAP support is an absolute mess and is not handled well here. samba asks 
for a SASL-enabled OpenLDAP, but the mandatory ldb dependency brings in 
non-SASL OpenLDAP. The ADS knob also brings in OpenLDAP but never tells you 
about it.

Until this is properly fixed, you'll need to disable both the LDAP and ADS 
options.


I seem to have solved with:

pkg delete openldap-client
portupgrade -RN openldap-sasl-client
portupgrade -RN samba43


Did I do a mess?

 bye & Thanks
av.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Samba43 install error

2016-12-28 Thread Adam Weinberger
> On 28 Dec, 2016, at 6:32, Gerard Seibert  wrote:
> 
> FreeBSD 11.0
> 
> I am unable to update samba43. The following error message is displayed:
> 
> samba43-4.3.13 cannot install: SASL support requested and
> openldap-client-2.4.44  is installed.
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/ports/net/samba43
> 
> I am using the default port configuration as listed below:
> 
> ===> The following configuration options are available for samba43-4.3.13:
> ACL_SUPPORT=on: File system ACL support
> ADS=on: Active Directory client support
> AD_DC=on: Active Directory Domain Controller support
> AIO_SUPPORT=on: Asyncronous IO support
> CUPS=off: CUPS printing system support
> DEBUG=on: Build with debugging support
> DEVELOPER=off: With development support
> DNSUPDATE=on: Dynamic DNS update (require ADS)
> DOCS=on: Build and/or install documentation
> EXP_MODULES=off: Experimental modules
> FAM=on: File Alteration Monitor support
> LDAP=on: LDAP client support
> MANPAGES=off: Build manpages from DOCBOOK templates
> PAM_SMBPASS=off: PAM authentication via passdb backends
> PTHREADPOOL=on: Pthread pool
> QUOTAS=on: Disk quota support
> SYSLOG=on: Syslog logging support
> UTMP=on: UTMP accounting support
> > 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 bind99 as AD DC DNS server frontend
> BIND910=off: Use bind910 as AD DC DNS server frontend
> > Options available for the radio ZEROCONF: you can only select none or 
> one of them
> AVAHI=off: Zeroconf support via Avahi
> MDNSRESPONDER=off: Zeroconf support via mDNSResponder
> 
> I turned of LDAP in the config file; however, the problem still exists.
> 
> I do not understand why this is happening. Does anyone have a work-around for 
> this or should I file a PR?

OpenLDAP support is an absolute mess and is not handled well here. samba asks 
for a SASL-enabled OpenLDAP, but the mandatory ldb dependency brings in 
non-SASL OpenLDAP. The ADS knob also brings in OpenLDAP but never tells you 
about it.

Until this is properly fixed, you'll need to disable both the LDAP and ADS 
options.

# Adam


-- 
Adam Weinberger
ad...@adamw.org
https://www.adamw.org

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Samba43 install error

2016-12-28 Thread Gerard Seibert
FreeBSD 11.0

I am unable to update samba43. The following error message is displayed:

samba43-4.3.13 cannot install: SASL support requested and
openldap-client-2.4.44  is installed.
*** Error code 1

Stop.
make: stopped in /usr/ports/net/samba43

I am using the default port configuration as listed below:

===> The following configuration options are available for samba43-4.3.13:
 ACL_SUPPORT=on: File system ACL support
 ADS=on: Active Directory client support
 AD_DC=on: Active Directory Domain Controller support
 AIO_SUPPORT=on: Asyncronous IO support
 CUPS=off: CUPS printing system support
 DEBUG=on: Build with debugging support
 DEVELOPER=off: With development support
 DNSUPDATE=on: Dynamic DNS update (require ADS)
 DOCS=on: Build and/or install documentation
 EXP_MODULES=off: Experimental modules
 FAM=on: File Alteration Monitor support
 LDAP=on: LDAP client support
 MANPAGES=off: Build manpages from DOCBOOK templates
 PAM_SMBPASS=off: PAM authentication via passdb backends
 PTHREADPOOL=on: Pthread pool
 QUOTAS=on: Disk quota support
 SYSLOG=on: Syslog logging support
 UTMP=on: UTMP accounting support
> 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 bind99 as AD DC DNS server frontend
 BIND910=off: Use bind910 as AD DC DNS server frontend
> Options available for the radio ZEROCONF: you can only select none or one 
of them
 AVAHI=off: Zeroconf support via Avahi
 MDNSRESPONDER=off: Zeroconf support via mDNSResponder

I turned of LDAP in the config file; however, the problem still exists.

I do not understand why this is happening. Does anyone have a work-around for 
this or should I file a PR?

-- 
Carmel

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"