[Bug 218152] net/samba45: lib/shared-modules/service/kdc.so unable to find libHDB-SAMBA4-samba4.so

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 26 23:13:31 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218152

            Bug ID: 218152
           Summary: net/samba45: lib/shared-modules/service/kdc.so unable
                    to find libHDB-SAMBA4-samba4.so
           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: prj at rootwyrm.com
             Flags: maintainer-feedback?(timur at FreeBSD.org)
          Assignee: timur at FreeBSD.org

Confirmed that libHDB-SAMBA4-samba4.so is present in stage at
${PREFIX}lib/samba4/private/libHDB-SAMBA4-samba4.so. This issue prevents DC
from working correctly due to kdc services being unable to start (though all
other Kerberos services do work.) It is not being installed; when the @comment
is removed from the entry in pkg-plist, it still does not appear to install.
This chains into additional missing files that are found in stage but not
installed

GENSEC backend 'http_ntlm' registered
GENSEC backend 'krb5' registered
GENSEC backend 'fake_gssapi_krb5' registered
PROCESS_MODEL 'single' registered
PROCESS_MODEL 'standard' registered
Error loading module '/usr/local/lib/shared-modules/service/kdc.so': Shared
object "libHDB-SAMBA4-samba4.so" not found, required by "kdc.so"
AUTH backend 'sam' registered
...
Failed to start service 'kdc' - NT_STATUS_INVALID_SYSTEM_SERVICE
STATUS=daemon failed to start: Samba failed to start services, error code
-1073741796

-- chains into -->

Error loading module '/usr/local/lib/shared-modules/service/kdc.so': Shared
object "libpac-samba4.so" not found, required by "kdc.so"

Found at: ./work/stage/usr/local/lib/samba4/private/libpac-samba4.so

-- chains into -->

Error loading module '/usr/local/lib/shared-modules/service/kdc.so': Shared
object "libdb-glue-samba4.so" not found, required by "libHDB-SAMBA4-samba4.so"

Found at: ./work/stage/usr/local/lib/samba4/private/libdb-glue-samba4.so

Only PY_ISO8601 and PY_DNSPYTHON have PLIST_SUB+= entries for "@comment "; I
have confirmed that manually installing the files in question resolves this
issue fully. As does un- at comment-ing them in pkg-plist. I'm uncertain of what
the preferred fix would be (%%AD_DC%% vs PLIST_SUB+= AD_DC="@comment ") though.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list