#3565 dlopen test fail on rawhide
Closed: Invalid 6 years ago Opened 6 years ago by jhrozek.

I noticed this while looking at github PR #426, but I'm also able to reproduce the failures with current master:

./dlopen-tests 
Running suite(s): dlopen
0%: Checks: 1, Failures: 1, Errors: 0
src/tests/dlopen-tests.c:221:F:dlopen:test_dlopen_base:0: Error opening sss.so: [dlopen() failed: /home/jhrozek/sssd/.libs/sss.so: undefined symbol: conf_get_str]

cont_get_str() is provided by libnfsidmap:

$ nm -D /usr/lib/libnfsidmap.so | grep conf_get_str
00003670 T conf_get_str
000038b0 T conf_get_str_with_def

but not part of the public API. So maybe this changed on the libnfsidmap side and we need to figure out if the call was just renamed or find a more public solution for this.

This is also possible and would explain why the issue only happens on rawhide at the moment.

Metadata Update from @lslebodn:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

6 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4589

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata