Re: [Libguestfs] [PATCH] appliance: Fix searching for shared libraries on usr-merged Debian systems

2021-08-31 Thread Richard W.M. Jones
On Tue, Aug 31, 2021 at 03:24:08PM +0200, Hilko Bengen wrote: > If /lib is a symlink to usr/lib, paths to shared libraries as > determined by ld.so may differ from dpkg's file lists. > > We turn the filename search pattern into a glob expression by > prefixing it with a '*', so the required

[Libguestfs] [PATCH] appliance: Fix searching for shared libraries on usr-merged Debian systems

2021-08-31 Thread Hilko Bengen
If /lib is a symlink to usr/lib, paths to shared libraries as determined by ld.so may differ from dpkg's file lists. We turn the filename search pattern into a glob expression by prefixing it with a '*', so the required packages are found again: $ dpkg -S /lib/x86_64-linux-gnu/libpcre2-8.so.0

Re: [Libguestfs] Fwd: libnbd | Failed pipeline for master | 2e381ac2

2021-08-31 Thread Martin Kletzander
On Tue, Aug 31, 2021 at 09:02:52AM +0100, Richard W.M. Jones wrote: On Mon, Aug 30, 2021 at 10:29:09AM +0200, Martin Kletzander wrote: On Fri, Aug 27, 2021 at 11:16:25AM +0100, Daniel P. Berrangé wrote: >On Fri, Aug 27, 2021 at 11:09:13AM +0100, Richard W.M. Jones wrote: >>>From the log:

Re: [Libguestfs] Fwd: libnbd | Failed pipeline for master | 2e381ac2

2021-08-31 Thread Richard W.M. Jones
On Mon, Aug 30, 2021 at 10:29:09AM +0200, Martin Kletzander wrote: > On Fri, Aug 27, 2021 at 11:16:25AM +0100, Daniel P. Berrangé wrote: > >On Fri, Aug 27, 2021 at 11:09:13AM +0100, Richard W.M. Jones wrote: > >>>From the log: > >>https://gitlab.com/nbdkit/libnbd/-/jobs/1540375264 > >> >