@jeanlucthumm I highly recommend that use devtools to compile the package to avoid this problem. https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
Search Criteria
Package Details: neovide-git 0.11.2.r18.g5743356-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/neovide-git.git (read-only, click to copy) |
---|---|
Package Base: | neovide-git |
Description: | No Nonsense Neovim Client in Rust |
Upstream URL: | https://github.com/neovide/neovide |
Licenses: | MIT |
Conflicts: | neovide |
Provides: | neovide |
Submitter: | peeweep |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 23 |
Popularity: | 0.000176 |
First Submitted: | 2020-01-27 08:47 (UTC) |
Last Updated: | 2024-03-28 00:40 (UTC) |
Dependencies (17)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libfontconfig.so (fontconfig-gitAUR, fontconfig-ubuntuAUR, fontconfig, lib32-fontconfig)
- libfreetype.so (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- libglvnd (libglvnd-gitAUR)
- neovim (nvim-with-restricted-modeAUR, neovim-nightly-binAUR, neovim-nightlyAUR, neovim-gitAUR)
- sndio (sndio-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR) (make)
- vulkan-intel (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR) (optional) – vulkan support for intel
Required by (1)
- neovide-lunarvim (requires neovide)
Sources (1)
peeweep commented on 2021-06-22 05:59 (UTC) (edited on 2021-06-22 06:00 (UTC) by peeweep)
jeanlucthumm commented on 2021-06-21 22:24 (UTC)
@peeweep I got a similar error as @zsolt-donca. The error happens when you are using the nightly toolchain for Rust instead of the stable one. A workaround is to switch back temporarily for install:
rustup default stable
peeweep commented on 2021-06-15 01:59 (UTC)
@zsolt-donca Not reproduced, it looks like this problem has been fixed
zayatura commented on 2021-06-14 10:47 (UTC)
Build fails for me with the following:
==> Updated version: neovide-git 0.7.0.r29.g8168023-1
==> Starting build()...
error: failed to parse manifest at `/home/zdonca/work/aur/neovide-git/src/neovide-git/Cargo.toml`
Caused by:
feature `resolver` is required
this Cargo does not support nightly features, but if you
switch to nightly channel you can add
`cargo-features = ["resolver"]` to enable this feature
==> ERROR: A failure occurred in build().
Aborting...
nghialm commented on 2021-06-08 02:34 (UTC)
it works fine after I explicitly set guifont
in init.vim
nghialm commented on 2021-06-08 02:29 (UTC)
@peeweep: without noto-fonts, I got error: thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0' , /home/nghialm/.cache/paru/clone/neovide-git/src/neovide-git/CARGO/git/checkout s/skribo-3c422fce25a33836/a35c876/src/collection.rs:130:32
It's the same issue as https://github.com/Kethku/neovide/issues/213
peeweep commented on 2021-03-27 07:54 (UTC)
@lmartinez-mirror I also think that noto-fonts should not become a dependency. @j4qfrost What do you think?
lmartinez-mirror commented on 2021-03-26 18:16 (UTC)
Is there a reason why the neovide
packages depend on noto-fonts
?
j4qfrost commented on 2020-06-15 20:26 (UTC) (edited on 2020-06-15 20:29 (UTC) by j4qfrost)
@peeweep I can take over package management.
ptolemy753 commented on 2020-06-08 18:50 (UTC) (edited on 2020-06-09 03:49 (UTC) by ptolemy753)
There is an issue with the static linking when building. I was able to get it to build by adding
sed -i 's/, features = \[\"bundled", "static-link"\] / /g' Cargo.toml
to prepare()
in the PKGBUILD
. I am also interested in maintaining this package.
Pinned Comments
peeweep commented on 2022-08-15 03:29 (UTC) (edited on 2022-08-15 03:29 (UTC) by peeweep)
If you encounter compilation errors, it may be caused by the rust version, please try to use devtools: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot.
The latest version build status can refer to: https://build.archlinuxcn.org/packages/#/neovide-git