gnome-control-center samba libsmbconf.so.0: Undefined symbol "yp_match@FBSD_1.0"

When I start gnome-control center I receive the error:
ld-elf.so.1: /usr/local/lib/samba4/libsmbconf.so.0: Undefined symbol "yp_match@FBSD_1.0"
Still I rebuilded and installed world with /etc/src.conf :
WITH_NIS=yes
 
Still in /etc/src.conf I have :
WITH_NIS=yes
This doesn't do anything, src.conf(5). Did you build a custom world with WITHOUT_NIS once? Did you do a full rebuild after you removed it? Did you use other WITHOUT_ variables? Some of them may have caused NIS to be removed too.
 
I used :
Code:
WITHOUT_LLVM_TARGET_AARCH64=yes
WITHOUT_LLVM_TARGET_ARM=yes
WITHOUT_LLVM_TARGET_MIPS=yes
WITHOUT_LLVM_TARGET_POWERPC=yes
WITHOUT_LLVM_TARGET_SPARC=yes
WITHOUT_FLOPPY=yes
WITHOUT_INETD=yes
WITHOUT_KDUMP=yes
WITHOUT_WIRELESS=yes
WITHOUT_WIRELESS_SUPPORT=yes
WITHOUT_KERNEL_SYMBOLS=yes
WITHOUT_HYPERV=YES
WITHOUT_SENDMAIL=yes
WITHOUT_NTP=yes
WITHOUT_LOCATE=yes
WITHOUT_TCP_WRAPPERS=yes
WITHOUT_BIND=yes
WITHOUT_OPENSSH=yes
WITHOUT_FLOPPY=yes
WITHOUT_IPX=yes
WITHOUT_LPR=yes
WITHOUT_LLVM_TARGET_ALL=yes
WITHOUT_NVME=yes
I'm currently removing all WITHOUT... in src.conf. and rebuilding world.
WITH_NIS was not enough.
 
I'm currently removing all WITHOUT... in src.conf. and rebuilding world.
WITH_NIS was not enough.
Ooh, It seems I'm stuck with this error it keeps showing.
"pkg check -B -d " shows no problems.
 
The problem remained. I ended up removing samba. Weird gnome is dependent on a Microsoft file sharing protocol.
 
Weird gnome is dependent on a Microsoft file sharing protocol.
Because devel/gvfs supports connecting to Windows shares. Has nothing to do with Gnome "depending" on a Microsoft protocol, it doesn't. The file manager can connect to Windows shares because users like to be able to connect to things like NAS or other Windows computers.
 
Back
Top