Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 524536

Summary: sys-auth/sssd-1.12.1 fails to install libsss_ipa.so
Product: Gentoo Linux Reporter: Michael Sudnick <michael.sudnick>
Component: [OLD] Core systemAssignee: Markos Chandras (RETIRED) <hwoarang>
Status: RESOLVED DUPLICATE    
Severity: normal CC: michael.sudnick
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=525352
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Domain/Realm specific log.
sssd.log
Build log for sssd-1.12.1

Description Michael Sudnick 2014-10-05 19:29:54 UTC
Created attachment 386090 [details]
Domain/Realm specific log.

I'm running ~amd64 hardened with systemd.

Updating from sssd-1.9.6-r3 to sssd.1.12.1 results in sssd being unable to start.

home.private is my domain, HOME.PRIVATE is my kerberos realm name. I'm authenticating against FreeIPA 3.0.0-37.el6 running on CentOS 6.

Attached is my domain log (it shows a bunch of attempts at starting the daemon) as well as sssd.log, which shows a single launch attempt of the daemon. Please let me know what other logs you'd like.
Comment 1 Michael Sudnick 2014-10-05 19:30:25 UTC
Created attachment 386092 [details]
sssd.log
Comment 2 Michael Sudnick 2014-10-05 19:40:01 UTC
Created attachment 386094 [details]
Build log for sssd-1.12.1

Using use flags:
[ebuild   R    ] sys-auth/sssd-1.12.1  USE="acl augeas autofs locator manpages netlink nls python ssh sudo -nfsv4 (-selinux) {-test}" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 0 KiB
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2014-10-29 19:48:59 UTC
I think it's the same reason as explained on #525352. Samba4 is masked on Gentoo, hence samba4 support has been disabled in the ebuild until that's fixed.

From the Makefile.am

if BUILD_SAMBA
sssdlib_LTLIBRARIES += \
    libsss_ipa.la \
    libsss_ad.la
endif

I am sorry :) You can always join the effort in fixing samba4 and get things fixed properly in the tree :)

*** This bug has been marked as a duplicate of bug 489762 ***