[Webkit-unassigned] [Bug 240511] [WPE] Build failure when gobject-introspection not properly installed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 15 03:04:09 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=240511

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aperez at igalia.com

--- Comment #6 from Adrian Perez <aperez at igalia.com> ---
The --include=Foo-X.Y flags will try to search for the file Foo-X.Y.gir
in the default search path, typically /usr/share/gir-1.0 -- there should
be Ubuntu packages which provide the needed files. For example in Arch
Linux one can see that the .gir files are provided either by their own
package, or gobject-introspection for the base .gir files:

  % pacman -Qo /usr/share/gir-1.0/GObject-2.0.gir      
/usr/share/gir-1.0/GObject-2.0.gir is owned by gobject-introspection 1.76.0-1
  % pacman -Qo /usr/share/gir-1.0/Gtk-3.0.gir  
/usr/share/gir-1.0/Gtk-3.0.gir is owned by gtk3 1:3.24.37-1

Checking the contents of the gobject-introspection package, it does not
include any .gir files, see:

  https://packages.ubuntu.com/focal/amd64/gobject-introspection/filelist

Searching in package contents for files ending in .gir returns no results
which would contain the GObject-2.0.gir file:

  https://packages.ubuntu.com/search?suite=focal&arch=any&searchon=contents&keywords=.gir

I haven't checked other Ubuntu versions, but at least for 20.04LTS it looks
like there is a packaging bug there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230315/4f584543/attachment.htm>


More information about the webkit-unassigned mailing list