From 9698e575e77c1df3dcf1614a8404ee0e2ea55778 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Fri, 29 Nov 2019 01:10:50 +0100 Subject: [PATCH] 1 a.m. lazy commit. Plenty of new libs appeared on our radar on fedora after an update (elfutils ?)... They have multiple ro segments, and their debuginfos are missing. --- src/mc/remote/RemoteClient.cpp | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/mc/remote/RemoteClient.cpp b/src/mc/remote/RemoteClient.cpp index 919945439f..940d9f9b7e 100644 --- a/src/mc/remote/RemoteClient.cpp +++ b/src/mc/remote/RemoteClient.cpp @@ -86,7 +86,30 @@ static const std::vector filtered_libraries = { "libunwind-ptrace", "libunwind-x86", "libunwind-x86_64", - "libz"}; + "libz", + "libkrb5support", /*odd behaviour on fedora rawhide ... remove these when fixed*/ + "libkeyutils", + "libunistring", + "libbrotlidec", + "liblber", + "libldap", + "libcom_err", + "libk5crypto", + "libkrb5", + "libgssapi_krb5", + "libssl", + "libpsl", + "libssh", + "libidn2", + "libnghttp2", + "libcurl", + "libdebuginfod", + "libbrotlicommon", + "libsasl2", + "libresolv", + "libcrypt", + "libselinux" +}; static bool is_simgrid_lib(const std::string& libname) { -- 2.20.1