Re: [PATCH 3/3] readutmp: load libsystemd with dlopen instead of linking
Luca Boccassi <[email protected]> Sun, 19 Jul 2026 18:38:59 +0100
| Newsgroups | gmane.comp.lib.gnulib.bugs |
|---|---|
| Message-ID | <CAMw=ZnRR35BhkMSfPagtMm1vMkh=aPCGZ3muLLqePd7tS=84Wg@mail.gmail.com> |
On Sun, 19 Jul 2026 at 18:37, Paul Eggert <[email protected]> wrote: > > 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. There's no static checking or complaining involved anywhere that I know of.