Summary: | app-containers/lxd-5.0.1-r2 calls commands that do not exist: shellcheck | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Joonas Niilola <juippis> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | virtualization |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/lxc/lxd/issues/10795 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 799905 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
ci has reproduced this issue with version 5.0.1-r1 - Updating summary. ci has reproduced this issue with version 5.0.1-r2 - Updating summary. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcc7c7e18b0e57e53c5aaf487744ca426dc949c commit 0fcc7c7e18b0e57e53c5aaf487744ca426dc949c Author: Joonas Niilola <juippis@gentoo.org> AuthorDate: 2022-12-08 09:17:18 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2022-12-08 09:55:38 +0000 app-containers/lxd: add backported fixes etc before 5.0.2 - update init file to create necessary paths to run systemd containers on openrc host. NOTE: Last this was enabled, some openrc on openrc containers were broken. Haven't had this happen in a while, let's try again. I'm aware some more expert setups, such as lxd-in-lxd (nested) needs _more_ manual tweaking now. As majority of containers are systemd based, I feel like it's more important to support that out-of-the-box and figure other issues case-by-case when they arise. - fix calling non-existent commands, upstream issue 10795, - fix timeouts on exec channels, upstream issue 10034. Closes: https://bugs.gentoo.org/865467 Closes: https://github.com/gentoo/gentoo/pull/28566 Signed-off-by: Joonas Niilola <juippis@gentoo.org> app-containers/lxd/Manifest | 2 + app-containers/lxd/files/lxd-5.0.2.initd | 54 ++++++++ app-containers/lxd/lxd-5.0.1-r3.ebuild | 203 +++++++++++++++++++++++++++++++ 3 files changed, 259 insertions(+) |