Summary: | devel/py-gobject3 build fails in 3.9 to 3.11 update | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | rkoberman | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed Not Accepted | ||||||
Severity: | Affects Only Me | CC: | arrowd, desktop, fernape, shige | ||||
Priority: | --- | Flags: | fernape:
maintainer-feedback?
(desktop) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
rkoberman
2024-05-30 16:03:51 UTC
I met the same problem. This may occur because the python script /usr/local/bin/g-ir-scanner is for python3.9. The reason of the error FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/g-ir-scanner' is the first line of the script "#!/usr/local/bin/python3.9". Try reinstall devel/gobject-introspection and textproc/itstool, and then "postmaster $REINSTALL" again. You're building on host with portmaster, which is unsupported. Like Takeno-san suggested, rebuild gobject-introspection before upgrading py-gobject3. |