From nobody Sun Sep 11 15:11:53 2022 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MQY9S1Hnwz4c2XG for ; Sun, 11 Sep 2022 15:11:56 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MQY9Q6KXmz3xYn; Sun, 11 Sep 2022 15:11:54 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.16.1/8.15.2) with ESMTP id 28BFBrTA003433; Sun, 11 Sep 2022 15:11:53 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.16.1/8.16.1/Submit) id 28BFBrVm003432; Sun, 11 Sep 2022 08:11:53 -0700 (PDT) (envelope-from david) Date: Sun, 11 Sep 2022 08:11:53 -0700 From: David Wolfskill To: Dima Panov Cc: freebsd-ports@freebsd.org Subject: Re: What is this "gi" Python module that x11-toolkits/gtk40 wants? Message-ID: Reply-To: freebsd-ports@freebsd.org References: <7e16d47d-51bf-abbd-eccf-6cbd23ad61f0@FreeBSD.org> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+xrlJS3cmuGUMZzC" Content-Disposition: inline In-Reply-To: <7e16d47d-51bf-abbd-eccf-6cbd23ad61f0@FreeBSD.org> X-Rspamd-Queue-Id: 4MQY9Q6KXmz3xYn X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of david@catwhisker.org designates 107.204.234.170 as permitted sender) smtp.mailfrom=david@catwhisker.org X-Spamd-Result: default: False [-4.36 / 15.00]; SIGNED_PGP(-2.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.96)[-0.963]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; R_SPF_ALLOW(-0.20)[+ip4:107.204.234.170]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_TWO(0.00)[2]; R_DKIM_NA(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[david]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_DN_SOME(0.00)[]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[catwhisker.org]; HAS_REPLYTO(0.00)[freebsd-ports@freebsd.org] X-ThisMailContainsUnwantedMimeParts: N --+xrlJS3cmuGUMZzC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 11, 2022 at 05:47:31PM +0300, Dima Panov wrote: > Moin! >=20 > On 11.09.2022 17:04, David Wolfskill wrote: > > ... > > The tail end of that "full log" reads: > >=20 > > | Adding test "reftest wrapping-in-boxes-in-boxes.ui" > > | Program python3 (gi) found: NO > > | > > | testsuite/introspection/meson.build:1:0: ERROR: python3 is missing mo= dules: gi > >=20 >=20 > It should be textproc/py-gi-docgen but it not a hard-requirement and=20 > should pass without. Thanks! But I seem to have that installed: g1-70(12.3-S)[20] pkg info -o \*-gi-\* py39-gi-docgen-2022.1 textproc/py-gi-docgen > Error also can be caused by wrong python3 detection but it should be=20 > covered via BINARY_ALIAS >=20 Hmmm... Well: g1-70(12.3-S)[21] pkg info -o pyth\* python-3.9_3,2 lang/python python3-3_3 lang/python3 python39-3.9.13 lang/python39 And: g1-70(12.3-S)[34] ls -lT /usr/local/bin/python{,3{,.9}} lrwxr-xr-x 1 root wheel 7 Sep 11 08:04:00 2022 /usr/local/bin/python = -> python3 lrwxr-xr-x 1 root wheel 9 Sep 11 08:04:00 2022 /usr/local/bin/python3= -> python3.9 -r-xr-xr-x 1 root wheel 5256 Sep 11 07:58:02 2022 /usr/local/bin/python3= =2E9 Re-building/installing textproc/py-gi-docgen was (also) successful in and of itself, but a subsequent attempt to build x11-toolkits/gtk40 still failed with the same whine about "Program python3 (gi) found: NO". Weird. Peace, david --=20 David H. Wolfskill david@catwhisker.org "In my administration, I'm going to enforce all laws concerning the protection of classified information. No one will be above the law." -- D. Trump, August, 2016 See https://www.catwhisker.org/~david/publickey.gpg for my public key. --+xrlJS3cmuGUMZzC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQSr0Kzv+UJRY3wfOii0+6PfV4Ix1AUCYx36uV8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0QUJE MEFDRUZGOTQyNTE2MzdDMUYzQTI4QjRGQkEzREY1NzgyMzFENAAKCRC0+6PfV4Ix 1NrAAPwMVFOPn9laSQHtC7+Ivi+XTdoJ9DvTJUv7sI+eub4tPgEAwr4zknAypjJf T06zUYFgunuNhBd6mY2CjQ8p8ErmBA0= =V4H6 -----END PGP SIGNATURE----- --+xrlJS3cmuGUMZzC--