Shellckeck found errors in one or more shellscripts provided by scripts/bootstrap.sh. Kindly refer to the findings below and the shellcheck wiki for further details: ------------------------------------------------ script: /usr/portage/scripts/bootstrap.sh:175 trap "cleanup" TERM KILL INT QUIT ABRT ^^^^ error: SIGKILL/SIGSTOP can not be trapped. (https://github.com/koalaman/shellcheck/wiki/SC2173) This is an automated bug report. Conservative settings were used to minimize false-positives but there's still a chance that the above list contains non-issues. Running shellcheck again with default settings could detect other possible issues. References: [1] this script: https://github.com/heeplr/gentoo-shellbug [2] shellcheck: https://www.shellcheck.net/
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4d46a13ed4b223866c50e109f5c51488fc6bd9 commit 9f4d46a13ed4b223866c50e109f5c51488fc6bd9 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2022-04-19 21:09:24 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2022-04-19 21:09:24 +0000 scripts/bootstrap.sh: do not attempt to trap SIGKILL Closes: https://bugs.gentoo.org/839162 Signed-off-by: Mike Gilbert <floppym@gentoo.org> scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)