On Tue, Aug 7, 2018 at 10:19 AM Sumit Bose <[email protected]> wrote: > > > But something is still unexplained: the same test works just fine in > > debian, and doesn't try to connect to that socket. > > This is just linker magic. Due to my fault > sss_nss_make_request_timeout() is defined twice and which symbol is > picked might depend on specific linker options used.
I just found out what option that was. Ubuntu, since many years, uses -Wl,-Bsymbolic-functions in its default linker flags. Debian doesn't. The moment I strip this flag from the build, the test passes. I can't do that for the official package build, but it's good to know what option was causing the test to fail. _______________________________________________ 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/MAPSU5UGQLQ5FP5PZ5QCGTSFAXKZMNX2/
