Originally reported at libgweather, though the issue also present on OpenBSD for at least Gepub-0.6.gir and libical-3.0.3.gir.
This is with the following components:
meson-0.46.0
gobject-introspection-1.56.1
clang version 6.0.0
After the update to libgweather-3.28.1 (from 3.26.1, thus switching to meson), the shared-library gets incorrectly recorded in the .gir and .typelib files:
Originally reported at libgweather, though the issue also present on OpenBSD for at least
Gepub-0.6.gir
andlibical-3.0.3.gir
.This is with the following components:
After the update to libgweather-3.28.1 (from 3.26.1, thus switching to meson), the shared-library gets incorrectly recorded in the .gir and .typelib files:
compared to other gir files on the filesystem:
So in case of libgweather it should be "libgweather-3.so.3.2" as that's the name the library gets installed as.
I've attached the build logs for libgweather-3.28.1 and libgepub-0.6.0
The
generate_gir
calls from both projects look sane, but apparently something is still off. Any help narrowing down this issue is most welcome.