Re: [PATCH 3/3] readutmp: load libsystemd with dlopen instead of linking

Paul Eggert <[email protected]> Sun, 19 Jul 2026 10:37:15 -0700
Newsgroups gmane.comp.lib.gnulib.bugs
Organization UCLA Computer Science Department
Message-ID <[email protected]>
On 2026-07-19 10:26, Luca Boccassi wrote:
> I'm not sure what static checking you are talking about? There's
> static analyzer involved that I know of

The static checking that looks at what objects are dynamically linked 
and complains if the corresponding package doesn't have the 
corresponding required dependency. For example, this static checking 
complains that because 'ldd /usr/bin/who' outputs a libsystemd.so.0 
line, the coreutils package should depend on the libsystemd package.