Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865467 - app-containers/lxd-5.0.1-r2 calls commands that do not exist: shellcheck
Summary: app-containers/lxd-5.0.1-r2 calls commands that do not exist: shellcheck
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Joonas Niilola
URL: https://github.com/lxc/lxd/issues/10795
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-17 07:01 UTC by Agostino Sarubbo
Modified: 2022-12-08 09:55 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,91.08 KB, application/x-xz)
2022-08-17 07:01 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-08-17 07:01:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-containers/lxd-5.0.1 calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)

NOTE:
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-17 07:01:22 UTC
Created attachment 799905 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-10-13 06:50:47 UTC
ci has reproduced this issue with version 5.0.1-r1 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2022-11-19 10:27:04 UTC
ci has reproduced this issue with version 5.0.1-r2 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2022-12-08 09:55:46 UTC
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(+)