Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524536 - sys-auth/sssd-1.12.1 fails to install libsss_ipa.so
Summary: sys-auth/sssd-1.12.1 fails to install libsss_ipa.so
Status: RESOLVED DUPLICATE of bug 489762
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-05 19:29 UTC by Michael Sudnick
Modified: 2014-10-29 19:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Domain/Realm specific log. (sssd_home.private.log,3.79 KB, text/plain)
2014-10-05 19:29 UTC, Michael Sudnick
Details
sssd.log (sssd.log,25.04 KB, text/plain)
2014-10-05 19:30 UTC, Michael Sudnick
Details
Build log for sssd-1.12.1 (build.log,207.91 KB, text/plain)
2014-10-05 19:40 UTC, Michael Sudnick
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***