Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 907804

Summary: app-containers/podman-4.5.0 "Error: netavark: No such file or directory" even if it is installed
Product: Gentoo Linux Reporter: Rahil Bhimjiani <me>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=911537
https://github.com/gentoo/gentoo/pull/32976
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 907805    
Bug Blocks:    

Description Rahil Bhimjiani 2023-06-03 18:40:34 UTC
Cause: net-firewall/iptables is not pulled in as deps
Upstream instructions: https://podman.io/docs/installation#building-from-scratch
Related bugs: https://github.com/containers/podman/issues/16956

Podman shouldn't directly depend on net-firewall/iptables instead containers-common (which is not packaged in Gentoo) should. https://packages.fedoraproject.org/pkgs/containers-common/containers-common-extra/fedora-rawhide.html#dependencies
Comment 1 Larry the Git Cow gentoo-dev 2023-09-21 22:17:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2941140a0760ca358eecc44391a79479f024a3de

commit 2941140a0760ca358eecc44391a79479f024a3de
Author:     Rahil Bhimjiani <rahil3108@gmail.com>
AuthorDate: 2023-09-21 18:34:24 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-09-21 22:16:19 +0000

    app-containers/containers-common: add 0.56.0 and live
    
    Common configs & docs for Containers eco-system (i.e. podman buildah skopeo...)
    
    Go realm, executables are all in compiled, static, tidy in one binary but docs & configs...OMG all over the place. Spent whole day coding all these (such noob, I know), but was fun & fulfilling. Once this is merged the foundation of podman-stack is built, so will proceed to update frontend packages of eco-system.
    
    Closes: https://bugs.gentoo.org/907805
    Closes: https://bugs.gentoo.org/904433
    Closes: https://bugs.gentoo.org/914456
    Closes: https://bugs.gentoo.org/907804
    Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/32976
    Signed-off-by: Sam James <sam@gentoo.org>

 app-containers/containers-common/Manifest          |    1 +
 .../containers-common-0.56.0.ebuild                |   76 ++
 .../containers-common-9999.ebuild                  |   76 ++
 .../containers-common/files/default.yaml           |   28 +
 .../containers-common/files/fix-warnings.patch     |   24 +
 app-containers/containers-common/files/mounts.conf |    3 +
 app-containers/containers-common/files/policy.json |   14 +
 .../containers-common/files/seccomp.json           | 1051 ++++++++++++++++++++
 app-containers/containers-common/metadata.xml      |   17 +
 9 files changed, 1290 insertions(+)