Summary: | sysutils/iocage: "AttributeError: module 'collections' has no attribute 'Iterable'" | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alan Somers <asomers> | ||||
Component: | Individual Port(s) | Assignee: | Michael Gmelin <grembo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | grembo, laszlo.david | ||||
Priority: | --- | Flags: | grembo:
maintainer-feedback+
grembo: merge-quarterly+ |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Alan Somers
2024-07-10 17:31:01 UTC
Created attachment 251966 [details]
Fix the errors in two iocage modules
I can confirm that I am also experiencing this issue. My environment details are as follows: FreeBSD version: 14.1-RELEASE-p2 Python version: 3.11.9 iocage version: 1.2 Thanks for the patch! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e15d19c28d11eb9da6ad543b4e3f0ff61783ced5 commit e15d19c28d11eb9da6ad543b4e3f0ff61783ced5 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2024-07-12 14:30:27 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2024-07-12 14:30:27 +0000 sysutils/iocage: Fixes for python 3.11 PR: 280219 Reported by: asomers Tested by: asomers sysutils/iocage/Makefile | 2 +- sysutils/iocage/files/patch-iocage__lib_ioc__common.py (new) | 11 +++++++++++ .../iocage/files/patch-iocage__lib_ioc__exceptions.py (new) | 11 +++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) Can we please have an MFH because Python 3.11 is already in the latest quarterly branch? A commit in branch 2024Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=41e0bde90dbb4bedf8411fbc278606d92cf90208 commit 41e0bde90dbb4bedf8411fbc278606d92cf90208 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2024-07-12 14:30:27 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2024-07-12 15:24:51 +0000 sysutils/iocage: Fixes for python 3.11 PR: 280219 Reported by: asomers Tested by: asomers (cherry picked from commit e15d19c28d11eb9da6ad543b4e3f0ff61783ced5) sysutils/iocage/Makefile | 2 +- sysutils/iocage/files/patch-iocage__lib_ioc__common.py (new) | 11 +++++++++++ .../iocage/files/patch-iocage__lib_ioc__exceptions.py (new) | 11 +++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) Thanks! |