From nobody Sun Sep 11 16:18:40 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 4MQZfc6HVYz4c97Q for ; Sun, 11 Sep 2022 16:18:48 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from xmailer.gwdg.de (xmailer.gwdg.de [134.76.10.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MQZfb4sS7z45SQ; Sun, 11 Sep 2022 16:18:47 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1oXPfR-000Hwe-Nt; Sun, 11 Sep 2022 18:18:45 +0200 Received: from [192.168.178.23] (10.250.9.199) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.2507.12; Sun, 11 Sep 2022 18:18:45 +0200 Message-ID: Date: Sun, 11 Sep 2022 18:18:40 +0200 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 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: What is this "gi" Python module that x11-toolkits/gtk40 wants? Content-Language: en-US To: David Wolfskill , Dima Panov CC: References: <7e16d47d-51bf-abbd-eccf-6cbd23ad61f0@FreeBSD.org> Reply-To: Rainer Hurling From: Rainer Hurling In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: EXCMBX-04.um.gwdg.de (134.76.9.219) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4MQZfb4sS7z45SQ X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rhurlin@gwdg.de designates 134.76.10.29 as permitted sender) smtp.mailfrom=rhurlin@gwdg.de X-Spamd-Result: default: False [-2.48 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.98)[-0.976]; R_SPF_ALLOW(-0.20)[+ip4:134.76.10.0/23]; RCVD_IN_DNSWL_MED(-0.20)[134.76.10.29:from]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[gwdg.de]; RCPT_COUNT_THREE(0.00)[3]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; FREEFALL_USER(0.00)[rhurlin]; HAS_REPLYTO(0.00)[rhurlin@FreeBSD.org]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; REPLYTO_DN_EQ_FROM_DN(0.00)[]; TO_DN_SOME(0.00)[]; HAS_XOIP(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:680, ipnet:134.76.0.0/16, country:DE]; RCVD_TLS_LAST(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi David, Am 11.09.22 um 17:44 schrieb David Wolfskill: > On Sun, Sep 11, 2022 at 06:28:35PM +0300, Dima Panov wrote: >> .... >> Just curious -- did you rebuild/reinstall *ALL* 'py3*-*' modules after >> bump default python from 3.8 to 3.9? >> .... > > Not sure -- that was a while back, and I only keep build typescripts for > a limited time. > > In any case, given the above hint, I just ran "portmaster py3\*" (which > is, admittedly, rather brute-force). > > A subsequent "portmaster -da" (to pick up x11-toolkits/gtk40) still > fails in precisely the same way, though. > > Thanks for taking the time to help -- this feels as if I'm doing > something (after a couple of decades of reasonable success at keeping > things up-to-date) rather fundamentally wrong. Just a wild guess. Is textproc/gtk-doc installed? It seems required indirectly by meson in x11-toolkits/gtk40: docs/reference/meson.build:l4 gidocgen = find_program('gi-docgen', required: get_option('gtk_doc')) > > Peace, > david