
28 Sep
2021
28 Sep
'21
07:46
On Tuesday 2021-09-28 07:37, Axel Braun wrote:
Hi, the test section fro one of 'my' packages fails since the new glibc is active:
[ 502s] [----------] 2 tests from SharedLibrary [ 502s] [ RUN ] SharedLibrary.Enumerations [ 502s] [ OK ] SharedLibrary.Enumerations (0 ms) [ 502s] [ RUN ] SharedLibrary.Basic [ 502s] E0926 16:45:19.856614 SharedLibrary.cpp:97] dlopen(libdl.so) failed: Error libdl.so: cannot open shared object file: No such file or directory
Guess: The test is likely flawed and should use libdl.so.2 instead. Similar to https://github.com/coelckers/gzdoom/pull/1464/commits/0fc59ec057f8ce4ae2a928...