Open its-mr-gray opened 1 year ago
Hi! Big Thanks for Chapel and Mason! I just installed Chapel 1.32 and mason don't work with a message:
mason external search openssl ==> Error: name 'maintainers' is not defined
just change 'openssl' to any search text and the result is the same error.
Very Very Very Thanks! BlessWishes, GrateFull, Dani.
Hey @its-mr-gray, thanks for reporting! Do you have any of the following tools installed on your system:
The health check usually provides this information but it seems to have broken for you, I really need to fix that.
@danieagle Hey this repository is not related to Chapel at all, it just happens to share the same name as its package manager :).
hey @williamboman thanks for the reply! i currently have all three of those installed on my system.
I'm facing same error as well
I am getting this email too. I think the issue is wget needs to be run with --no-check-certificate because of coperate proxies, but I don't know how to add this option. Does anyone know how this option can be added?
Guys the fix is to add the PowerShell executable location to your PATH, mine looks like this: C:\Windows\SysWOW64\WindowsPowerShell\v1.0
Very close to truth. It turns out that mason extensively use curl
to download packages not wget. When MasonInstallAll
is issued, I monitor which command is running in another terminal. Easily find this:
curl -H "User-Agent: mason.nvim v1.10.0 (+https://github.com/williamboman/mason.nvim)" -fsSL -X GET -o /home/cshi/.local/share/nvim/mason/registries/github/mason-org/mason-registry/registry.json.zip --connect-timeout 30 https://github.com/mason-org/mason-registry/releases/download/2024-04-14-chunky-run/registry.json.zip
Manually run it and ssl certificate problem is reported. So the solution is easy, add insecure
to ~/.curlrc
I am getting this email too. I think the issue is wget needs to be run with --no-check-certificate because of coperate proxies, but I don't know how to add this option. Does anyone know how this option can be added?
I'm getting the registry installation failure error (On Ubuntu 22.04 and NVIM v0.10.0-dev): The curl command @baiwfg2 suggested ran successfully without adding insecure to the ".curlrc" directory.
yeah same here on pop os just now
I'm getting the registry installation failure error (On Ubuntu 22.04 and NVIM v0.10.0-dev): The curl command @baiwfg2 suggested ran successfully without adding insecure to the ".curlrc" directory.
yeah me too just now on pop os
Also experiencing this on Pop OS
Broken on Ubuntu 22.04
Same here on Arch. Only happens on nightly, a workaround (for me) is to update on stable
Neovim as of today.
Same here on Arch. Only happens on nightly, a workaround (for me) is to update on
stable
Neovim as of today.
bro which version
The version of arch doesn't matter, nightly is nightly, and stable neovim is 9.5.0.
--
Thanks,
Igor Guerrero.
On Thu, Apr 25, 2024 at 11:36 AM, Gaurav Singh Tangariya @.***(mailto:On Thu, Apr 25, 2024 at 11:36 AM, Gaurav Singh Tangariya < wrote:
Same here on Arch. Only happens on nightly, a workaround (for me) is to update on stable Neovim as of today.
bro which version
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Stable worked. Thank you so much.
Using bob-nvim I found that c5af5c0b9ab84c86f84e32210512923e7eb641ba was where the issue started arising for me.
Repro
cargo install bob-nvim
export PATH="$HOME/.local/share/bob/nvim-bin:$PATH"
bob use c5af5c0b9ab84c86f84e32210512923e7eb641ba
nvim
If I rollback one commit to a4fc3bb0e68c8b078377fd9826e4cca3b4b3fdbf the issue no longer occurs
Fixed here:
bob use a4fc3bb0e68c8b078377fd9826e4cca3b4b3fdbf
nvim
Maybe this is related and helps, these are where I ref'd the commits from, on April 2023:
I updated and looks like it's working on unstable
as well (for me!).
I've searched open issues for similar requests
I've recently downloaded the latest plugin version of mason.nvim
Problem description
*installed NVChad on windows 11
when initially load nvim after installing, mason fails.
Expected behavior
packages will be installed
Affected packages
lua-language-server, mason-registry
Mason output
Installation log
Neovim version (>= 0.7)
NVIM v0.9.2 Build type: RelWithDebInfo LuaJIT 2.1.1694082368
Operating system/version
Windows 11
Healthcheck
Screenshots