kodi-cli error: "show_help: command not found"

  • Open
  • quality assurance status badge
Details
One participant
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal

Debbugs page

pkill9 wrote 4 years ago
(address . bug-guix@gnu.org)
20210119110455.3898d721@runbox.com
kodi-cli is a bash script, and the 'show_help' function is called
before it's defined. Not really something that can be fixed in Guix,
Probably just needs an update.
pkill9 wrote 4 years ago
(address . 45978@debbugs.gnu.org)(name . pkill9)(address . pkill9@runbox.com)
20210119191201.5a92f4a9@runbox.com
Building with `--with-branch=kodi-cli=master` fixed this, so just needs
an update.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 45978@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45978
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help