[SSSD] [PATCH] Check our libraries properly resolve symbols

Lukas Slebodnik lslebodn at redhat.com
Mon Sep 9 17:30:13 UTC 2013


On (09/09/13 11:43), Simo Sorce wrote:
>On Mon, 2013-09-09 at 17:29 +0200, Lukas Slebodnik wrote:
>> >>+dlopen_tests_LDADD = \
>> >>+    -ldl \
>> Please use $(LIBADD_DL) instead of "-ldl"
>> I did not noticed it first time.
>> 
>> "-ldl" was relaced in commit "AUTOMAKE: Use portable way to link with
>> dlopen"
>> ccf340e56364851f2e5b75e52d3d63701b662954
>> 
>> LS
>
>Ok fixed this one too.
>
>Simo.
>
>-- 
>Simo Sorce * Red Hat, Inc * New York

I checked two fixed issues: #2025 and #1838

https://fedorahosted.org/sssd/ticket/2025
fixed in 4b60fd691cc04455810d15da4f7f4044b92b07b3

Running suite(s): dlopen
0%: Checks: 1, Failures: 1, Errors: 0
src/tests/dlopen-tests.c:125:F:dlopen:test_dlopen_base:0: Error opening pysss.so: [dlopen() failed: /dev/shm/sssd_build/.libs/pysss.so: undefined symbol: debug_timestamps]


https://fedorahosted.org/sssd/ticket/1838
fixed in 3a4186ae40d0c3b7be46a4c973166f6048fcfe38

Running suite(s): dlopen
0%: Checks: 1, Failures: 1, Errors: 0
src/tests/dlopen-tests.c:125:F:dlopen:test_dlopen_base:0: Error opening libnss_sss.so: [dlopen() failed: /dev/shm/sssd_build/.libs/libnss_sss.so: undefined symbol: sss_open_cloexec]


dlopen test catched both problems.

ACK

LS



More information about the sssd-devel mailing list