mason.nvim icon indicating copy to clipboard operation
mason.nvim copied to clipboard

Codelldb aarch64 android

Open xcccdjsn opened this issue 10 months ago • 1 comments

I've searched open issues for similar requests

  • [x] Yes

I've recently downloaded the latest plugin version of mason.nvim

  • [x] Yes

Problem description

I can not install codelldb package.

Expected behavior

Install codelldb package with mason in android aarch64 platform.

Affected packages

codelldb

Mason output

The current platform in unsupported.

Installation log

[INFO  Tue Mar  4 17:52:37 2025] ...e/nvim/lazy/mason.nvim/lua/mason-core/installer/init.lua:184: Executing installer for Package(name=codelldb) {}
[ERROR Tue Mar  4 17:52:37 2025] ...e/nvim/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=codelldb) error="The current platform is unsupported."

Neovim version (>= 0.7)

NVIM v0.10.4 Build type: Release LuaJIT 2.1.1731601260

Operating system/version

aarch64

Healthcheck

──────────────────────────────────────────────────────────────────────────────
  mason: require("mason.health").check()

  mason.nvim
  - OK mason.nvim version v1.11.0
  - OK PATH: skip                                                                                                                                                                  - OK Providers:·
  · · mason.providers.registry-api                                                                                                                                                 · · mason.providers.client                                                                                                                                                       - OK neovim version >= 0.7.0

  mason.nvim [Registries]                                                                                                                                                          - OK Registry github.com/mason-org/mason-registry version: 2025-03-04-eager-flood is installed.

  mason.nvim [Core utils]
  - OK unzip: UnZip 6.00 of 20 April 2009, by Info-ZIP.  Maintained by C. Spieler.  Send
  - WARNING wget: not available
  · - ADVICE:
  · · - spawn: wget failed with exit code - and signal -. wget is not executable
  - OK curl: curl 8.12.1 (aarch64-unknown-linux-android) libcurl/8.12.1 OpenSSL/3.4.1 zlib/1.3.1 libssh2/1.11.1 nghttp2/1.64.0 nghttp3/1.8.0
  - OK gzip: gzip 1.13
  - OK tar: tar (GNU tar) 1.35
  - OK bash: GNU bash, version 5.2.37(1)-release (aarch64-unknown-linux-android)
  - OK sh: Ok

  mason.nvim [Languages]
  - WARNING Go: not available
  · - ADVICE:
  · · - spawn: go failed with exit code - and signal -. go is not executable
  - WARNING luarocks: not available
  · - ADVICE:
  · · - spawn: luarocks failed with exit code - and signal -. luarocks is not executable
  - WARNING Ruby: not available
  · - ADVICE:
  · · - spawn: ruby failed with exit code - and signal -. ruby is not executable
  - WARNING RubyGem: not available
  · - ADVICE:
  · · - spawn: gem failed with exit code - and signal -. gem is not executable
  - WARNING Composer: not available
  · - ADVICE:
  · · - spawn: composer failed with exit code - and signal -. composer is not executable
  - WARNING PHP: not available
  · - ADVICE:
  · · - spawn: php failed with exit code - and signal -. php is not executable
  - WARNING npm: not available
  · - ADVICE:
  · · - spawn: npm failed with exit code - and signal -. npm is not executable
  - WARNING node: not available
  · - ADVICE:
  · · - spawn: node failed with exit code - and signal -. node is not executable
  - WARNING javac: not available
  · - ADVICE:
  · · - spawn: javac failed with exit code - and signal -. javac is not executable
  - WARNING java: not available
  · - ADVICE:
  · · - spawn: java failed with exit code - and signal -. java is not executable
  - WARNING julia: not available
  · - ADVICE:
  · · - spawn: julia failed with exit code - and signal -. julia is not executable
  - OK cargo: cargo 1.84.1 (66221abde 2024-11-19)
  - OK python: Python 3.12.9
  - WARNING pip: not available
  · - ADVICE:
  · · - spawn: python3 failed with exit code 1 and signal 0. /data/data/com.termux/files/usr/bin/python3: No module named pip
  ······
  - OK python venv: Ok

  mason.nvim [GitHub]
  - OK GitHub API rate limit. Used: 11. Remaining: 49. Limit: 60. Reset: Tue Mar  4 18:40:07 2025.
  · Install and authenticate via gh-cli to increase rate limit.

Screenshots

Image

xcccdjsn avatar Mar 04 '25 09:03 xcccdjsn

codelldb doesn't have an official aarch64 package, and this issue isn't related to mason.nvim.

If you're using termux, just use lldb-dap instead, (in the lldb package)

chemio9 avatar Mar 08 '25 08:03 chemio9