$ genkernel --kernel-config=/root/config --no-mrproper --makeopts=-j1 all --strip=all /usr/share/genkernel/gen_cmdline.sh: line 693: parse_opt: command not found In gen_cmdline.sh at line 693 I have: CMD_STRIP_TYPE=`parse_opt "$*"` but there is not function with that name Reproducible with --strip=all
Error still present in git master.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=17e112fcedaa5bd5f5c5a8e573bd3fe8dc08879d commit 17e112fcedaa5bd5f5c5a8e573bd3fe8dc08879d Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2019-10-02 12:30:18 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2019-10-02 12:30:18 +0000 gen_cmdline.sh: parse_cmdline(): Fix --strip argument parsing Closes: https://bugs.gentoo.org/696056 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> gen_cmdline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)