Re: What is this "gi" Python module that x11-toolkits/gtk40 wants?
Date: Sun, 11 Sep 2022 16:18:40 UTC
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