[Bug 269202] x11-toolkits/vte3: fail to stage if default python != 3.9: "lib/girepository-1.0/Vte-%%PYTHON_VER%%1.typelib share/gir-1.0/Vte-%%PYTHON_VER%%1.gir"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 10:57:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269202 Bug ID: 269202 Summary: x11-toolkits/vte3: fail to stage if default python != 3.9: "lib/girepository-1.0/Vte-%%PYTHON_VER%%1.typelib share/gir-1.0/Vte-%%PYTHON_VER%%1.gir" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: vvd@unislabs.com Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) Attachment #239762 maintainer-approval? Flags: Created attachment 239762 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239762&action=edit Fix plist with default python!=3.9 With default python 3.10: [/usr/ports/x11-toolkits/vte3]# make check-plist … ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/girepository-1.0/Vte-3.91.typelib Error: Orphaned: share/gir-1.0/Vte-3.91.gir ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: lib/girepository-1.0/Vte-%%PYTHON_VER%%1.typelib Error: Missing: share/gir-1.0/Vte-%%PYTHON_VER%%1.gir ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/x11-toolkits/vte3 So "3.91" != "%%PYTHON_VER%%1" it's just "3.91" same as PLIST_SUB= VERSION=2.91. -- You are receiving this mail because: You are the assignee for the bug.