Opened 4 years ago
Last modified 3 years ago
#61508 closed defect
gobject-introspection generates invalid gir files on Big Sur — at Initial Version
Reported by: | idryzhov (Igor Ryzhov) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | Cc: | ||
Port: | gobject-introspection |
Description
Examples of ports with invalid gir files:
gdk-pixbuf2:
$ grep libgdk /opt/local/share/gir-1.0/* -r /opt/local/share/gir-1.0/GdkPixbuf-2.0.gir: shared-library="libgdk_pixbuf-2.0.0.dylib" /opt/local/share/gir-1.0/GdkPixdata-2.0.gir: shared-library="libgdk_pixbuf-2.0.0.dylib"
atk:
$ grep libatk /opt/local/share/gir-1.0/* -r /opt/local/share/gir-1.0/Atk-1.0.gir: shared-library="libatk-1.0.0.dylib"
Paths should be absolute, but they are not. This problem leads to errors like in ticket 61471
Note: See
TracTickets for help on using
tickets.