podman uses catatonit as init by default which is no longer included in podman-4. Cf. https://bugs.archlinux.org/task/61644 It is possible to fix this by installing catatonit separately, eg using https://github.com/srcshelton/gentoo-ebuilds/tree/master/app-containers/catatonit Note that there is an issue with eautoreconf (1.71) that needs to be patched: https://github.com/srcshelton/gentoo-ebuilds/tree/master/app-containers/catatonit Reproducible: Always
(In reply to Bernd Feige from comment #0) > podman uses catatonit as init by default which is no longer included in > podman-4. Cf. https://bugs.archlinux.org/task/61644 > It is possible to fix this by installing catatonit separately, eg using > https://github.com/srcshelton/gentoo-ebuilds/tree/master/app-containers/ > catatonit > Note that there is an issue with eautoreconf (1.71) that needs to be > patched: > https://github.com/srcshelton/gentoo-ebuilds/tree/master/app-containers/ > catatonit > > Reproducible: Always Sorry, second link should have been: https://github.com/openSUSE/catatonit/issues/20
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c2fb7e1d93eb17a0d1de3f896be06656aceac7 commit 41c2fb7e1d93eb17a0d1de3f896be06656aceac7 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2022-03-05 18:44:04 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2022-03-05 18:48:46 +0000 app-containers/catatonit: Initial import Bug: https://bugs.gentoo.org/834569 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> app-containers/catatonit/Manifest | 1 + app-containers/catatonit/catatonit-0.1.7.ebuild | 23 +++++++++++++++++++++++ app-containers/catatonit/metadata.xml | 10 ++++++++++ 3 files changed, 34 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7875add976aa822cc0f994ba2f613190b21b5235 commit 7875add976aa822cc0f994ba2f613190b21b5235 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2022-03-05 18:54:15 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2022-03-05 18:55:31 +0000 app-containers/podman: Bump to version 4.0.2 This adds a dependency on app-containers/catatonit for bug #834569. Closes: https://bugs.gentoo.org/834569 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> app-containers/podman/Manifest | 1 + app-containers/podman/metadata.xml | 3 + app-containers/podman/podman-4.0.2.ebuild | 162 ++++++++++++++++++++++++++++++ 3 files changed, 166 insertions(+)
Thanks!