Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834569 - app-containers/podman-4.0.1 breaks installs: "catatonit": executable file not found
Summary: app-containers/podman-4.0.1 breaks installs: "catatonit": executable file not...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-04 08:56 UTC by Bernd Feige
Modified: 2022-03-05 18:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Feige 2022-03-04 08:56:42 UTC
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
Comment 1 Bernd Feige 2022-03-04 08:58:08 UTC
(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
Comment 2 Larry the Git Cow gentoo-dev 2022-03-05 18:48:56 UTC
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(+)
Comment 3 Larry the Git Cow gentoo-dev 2022-03-05 18:56:46 UTC
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(+)
Comment 4 Zac Medico gentoo-dev 2022-03-05 18:57:17 UTC
Thanks!