Skip to main content
Topic: Package shellcheck-bin seems broken (Read 270 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Package shellcheck-bin seems broken

I recently tried to install shellcheck on my Artix machine. The only package that looked related was shellcheck-bin. I installed this through pacman and this looked like it succeeded. However, there was no command `shellcheck` in my path, or anywhere on my system.

I ran
Code: [Select]
pacman -S shellcheck-bin
which shellcheck
find / -name 'shellch*'
and the output was
Code: [Select]
/var/cache/pacman/pkg/shellcheck-bin-0.9.0-46-x86_64.pkg.tar.zst
/var/cache/pacman/pkg/shellcheck-bin-0.9.0-46-x86_64.pkg.tar.zst.sig
/var/lib/pacman/local/shellcheck-bin-0.9.0-46
/usr/share/vim/vim90/compiler/shellcheck.vim

So it looks like a problem with the `shellcheck-bin` package. Does anyone know how to contact the maintainer? I would have opened an issue on `https://gitea.artixlinux.org/` but I did not see a way to create an account there.

Re: Package shellcheck-bin seems broken

Reply #1
shellcheck-bin-0.9.0-47 is fixed and in world.

Re: Package shellcheck-bin seems broken

Reply #2
Thanks artoo.

Re: Package shellcheck-bin seems broken

Reply #3
I do not see it (but I use the non-bin file so its not a problem for me).

However I noticed that the bin tool is behind the standard version?

Code: [Select]
user@host $ pacman -Ss shellcheck
world/shellcheck-bin 0.9.0-46
    Shell script analysis tool (binary release)
extra/shellcheck 0.9.0-54 [installed]
    Shell script analysis tool

Re: Package shellcheck-bin seems broken

Reply #4
that difference is not of much importance look at wiki
beside those packages are a little bit different.

 

Re: Package shellcheck-bin seems broken

Reply #5
Thank you so much, I did not know that this is so well defined.
Now I can finally understand the GRUB versions :dd