iocage --versionVersion 1.2FreeBSD 13.0-RELEASE amd64
iocage listiocage --helpError: No such command 'list'.Commands:migrate Migrate all iocage_legacy develop basejails to new clonejails.master if usingIdem. Would really like a fix for this one (soon) since I thought it was really stable recently and use it on a production system... :-)
I'm still running FreeBSD 12.2, and just updated to Python 3.8, but this problem also occurred while running Python 3.7.
Same here with 12.2 and 3.7 馃憖
If you have not changed to Python 3.8 yet, you could fix this by removing the current version and installing the previous version, which should still be stored in /var/cache/pkg, using pkg add
Fixed by adding the following lines to /usr/ports/sysutils/iocage/Makefile
${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \
Just before the line:
merge:devel/rcs57
See https://forums.freebsd.org/threads/iocage-all-subcommands-are-gone-after-upgraded-to-13-0-release.80151/ for more detailed instructions.
Fixed by adding the following lines to /usr/ports/sysutils/iocage/Makefile
Just committed a quick fix on the port 馃憖
Most helpful comment
Fixed by adding the following lines to /usr/ports/sysutils/iocage/Makefile
Just before the line:
See https://forums.freebsd.org/threads/iocage-all-subcommands-are-gone-after-upgraded-to-13-0-release.80151/ for more detailed instructions.