Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2022 19:21:16 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        David Wolfskill <david@catwhisker.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: What is this "gi" Python module that x11-toolkits/gtk40 wants?
Message-ID:  <a675-25f7-wny@FreeBSD.org>
In-Reply-To: <Yx3rBX/6ET7WXDqL@albert.catwhisker.org> (David Wolfskill's message of "Sun, 11 Sep 2022 07:04:53 -0700")
References:  <Yx3rBX/6ET7WXDqL@albert.catwhisker.org>

next in thread | previous in thread | raw e-mail | index | archive | help
David Wolfskill <david@catwhisker.org> writes:

> | Adding test "reftest wrapping-in-boxes-in-boxes.ui"
> | Program python3 (gi) found: NO
> | 
> | testsuite/introspection/meson.build:1:0: ERROR: python3 is missing modules: gi

"gi" module is provided by

  $ pkg which -qo /usr/local/lib/python*/site-packages/gi/*init*
  devel/py-gobject3

which is pulled by

  $ pkg query -g %rn py\?\?-gobject3 | xargs pkg query %o
  graphics/graphene

Before trying to build current version (4.8.0) make sure you can build
previous version (4.6.3). Try bisecting by creating a clean build
environment in a jail then slowly replicating until the build fails.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a675-25f7-wny>