Gentoo Archives: gentoo-user

From: "David M. Fellows" <dmf@××××××××××××××.ca>
To: gentoo-user@l.g.o, Alex Luehm <alex@×××××.com>
Subject: Re: [gentoo-user] SSSD and nsupdate installation issue
Date: Sat, 13 Mar 2021 23:28:12
Message-Id: 26178.1615678084@owl.pooh.corner
In Reply to: [gentoo-user] SSSD and nsupdate installation issue by Alex Luehm
1 >Hey all,
2 >
3 >I've been trying to install SSSD on my Gentoo laptop over the past week
4 >and keep getting stuck at the same spot. I've tried 2.2.0-r1, 2.3.1-r2,
5 >and even 2.4.2 - all are failing during initial configuration, claiming
6 >that "nsupdate does not support 'realm'". I've manually run the Autoconf
7 >script and it doesn't seem to find this issue with nsupdate, so I'm
8 >really starting to scratch my head. Admittedly, my knowledge of the
9 >Gentoo package build process is lacking and after exhausting my
10 >google-foo I now climb the mountain in search of guidance.
11 >
12 >The dependencies and flags for SSSD seem pretty straightforward, so not
13 >sure what could be causing this. Any pointers (or commiseration) would
14 >be much appreciated.
15 >
16 >A few snippets below:
17 >
18 >checking for executable nsupdate... yes
19 >checking for nsupdate 'realm' support'... no
20 >configure: error: nsupdate does not support 'realm'
21 >
22 >environment, line 3426:  Called econf '--localstatedir=/var'
23 >'--runstatedir=/run' '--with-pid-path=/run'
24 >'--with-plugin-path=/usr/lib64/sssd'
25 >'--enable-pammoddir=//lib64/security'
26 >'--with-ldb-lib-dir=/usr/lib64/samba/ldb'
27 >'--with-db-path=/var/lib/sss/db'
28 >'--with-gpo-cache-path=/var/lib/sss/gpo_cache'
29 >'--with-pubconf-path=/var/lib/sss/pubconf'
30 >'--with-pipe-path=/var/lib/sss/pipes'
31 >'--with-mcache-path=/var/lib/sss/mc'
32 >'--with-secrets-db-path=/var/lib/sss/secrets'
33 >'--with-log-path=/var/log/sssd' '--with-os=gentoo'
34 >'--with-nscd=/usr/sbin/nscd' '--with-unicode-lib=glib2'
35 >'--disable-rpath' '--sbindir=/usr/sbin' '--enable-local-provider'
36 >'--without-kcm' '--without-secrets' '--with-samba'
37 >'--with-smb-idmap-interface-version=6' '--enable-cifs-idmap-plugin'
38 >'--without-selinux' '--without-semanage' '--enable-krb5-locator-plugin'
39 >'--disable-pac-responder' '--with-nfsv4-idmapd-plugin' '--enable-nls'
40 >'--with-libnl' '--with-manpages' '--with-sudo' '--with-autofs'
41 >'--with-ssh' '--disable-valgrind' '--without-python2-bindings'
42 >'--without-python3-bindings' '--with-initscript=sysv'
43 >
44 >Best,
45 >
46 >Alex
47
48 The problem seems to be described in this bug report:
49
50 https://bugs.gentoo.org/679838
51
52 It also describes a workaround (set FEATURES=-network-sandbox).
53
54 DaveF

Replies

Subject Author
Re: [gentoo-user] SSSD and nsupdate installation issue Alex Luehm <alex@×××××.com>