On Mon, Jun 11, 2018 at 10:50:09AM +0000, Joakim Tjernlund wrote: > On Mon, 2018-06-11 at 10:33 +0000, Joakim Tjernlund wrote: > > CAUTION: This email originated from outside of the organization. Do not > > click links or open attachments unless you recognize the sender and know > > the content is safe. > > > > > > On Mon, 2018-06-11 at 11:35 +0200, Michael Ströder wrote: > > > > > > > > > > > > On 06/08/2018 09:57 PM, Jakub Hrozek wrote: > > > > SSSD 1.16.2 > > > > =========== > > > > > > > > The SSSD team is proud to announce the release of version 1.16.2 of the > > > > System Security Services Daemon. > > > > > > I've added new build dependency p11-kit-devel but build fails and I > > I too noticed the new dependency on p11-kit, was that intentional ?
p11-kit-devel is now needed if you use --with-crypto=libcrypto to build support for Smartcard authentication. So far this was only available for NSS. bye, Sumit > > > > can't figure out myself what's missing: > > > > > > 203s] /home/abuild/rpmbuild/BUILD/sssd-1.16.2/.libs/libsss_cert.so: > > > undefined reference to `child_handler_destroy' > > > [ 203s] /home/abuild/rpmbuild/BUILD/sssd-1.16.2/.libs/libsss_cert.so: > > > undefined reference to `child_handler_setup' > > > [ 203s] /home/abuild/rpmbuild/BUILD/sssd-1.16.2/.libs/libsss_cert.so: > > > undefined reference to `child_io_destructor' > > > [ 203s] /home/abuild/rpmbuild/BUILD/sssd-1.16.2/.libs/libsss_cert.so: > > > undefined reference to `exec_child_ex' > > > [ 203s] collect2: error: ld returned 1 exit status > > > [ 203s] make[2]: *** [Makefile:15605: sss_ssh_authorizedkeys] Error 1 > > > [ 203s] make[2]: Leaving directory > > > '/home/abuild/rpmbuild/BUILD/sssd-1.16.2' > > > [ 203s] make[1]: *** [Makefile:34974: all-recursive] Error 1 > > > [ 203s] make[1]: Leaving directory > > > '/home/abuild/rpmbuild/BUILD/sssd-1.16.2' > > > [ 203s] make: *** [Makefile:11449: all] Error 2 > > > > > > See full build log: > > > > > > https://build.opensuse.org/package/live_build_log/home:stroeder:branches:network:ldap/sssd/openSUSE_Tumbleweed/x86_64 > > > > > > Ciao, Michael. > > > > Right, that looks exactly like my build error(I posted a little while ago). > > Adding > > LD flag -Wl,--allow-shlib-undefined makes it build again but I have no idea > > if sssd will run then. > > > > Jocke > > _______________________________________________ > > sssd-users mailing list -- [email protected] > > To unsubscribe send an email to [email protected] > > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > > List Archives: > > https://lists.fedoraproject.org/archives/list/[email protected]/message/T6RW2WTN3NAR6PZEVZ3AZXEG3MKG7N7G/ > _______________________________________________ > sssd-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/[email protected]/message/2FT4UX6ADUO52QAUZQDS2FW24BAXIN2Q/ _______________________________________________ sssd-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]/message/4WFH47FQYXSZEVOIG74NDXBV5F6OMKBU/
