[Bug 1951340] Re: libdl.so missing in impish and jammy

2021-11-18 Thread Steve Langasek
vtk7 build failure now fixed, so openems is sorted. ** Changed in: glibc (Ubuntu Impish) Status: New => Invalid ** Changed in: glibc (Ubuntu Jammy) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1951340] Re: libdl.so missing in impish and jammy

2021-11-18 Thread Florian Weimer
libdl.a is empty, it exists only to make -ldl work. This is a curiosity in some Cmake-based build systems. We had to do some rebuilds to make those legacy file references go away, for example: https://bugzilla.redhat.com/show_bug.cgi?id=1977878 ** Bug watch added: Red Hat Bugzilla #1977878 htt

[Bug 1951340] Re: libdl.so missing in impish and jammy

2021-11-18 Thread Matthias Klose
No, nothing gets static linkage. libdl.a is an empty library: $ ls -l /usr/lib/x86_64-linux-gnu/libdl.a -rw-r--r-- 1 root root 8 Sep 28 01:38 /usr/lib/x86_64-linux-gnu/libdl.a There's nothing to fix in glibc itself. What we need to do is to identify references to libdl.so in all Makefiles, and t