Search Criteria
Package Details: gnvim 0.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnvim.git (read-only, click to copy) |
---|---|
Package Base: | gnvim |
Description: | GUI for neovim, without any web bloat |
Upstream URL: | https://github.com/vhakulinen/gnvim |
Licenses: | MIT |
Submitter: | svenstaro |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 8 |
Popularity: | 0.076906 |
First Submitted: | 2019-05-17 11:31 (UTC) |
Last Updated: | 2024-03-28 13:53 (UTC) |
Dependencies (4)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- neovim (nvim-with-restricted-modeAUR, neovim-nightly-binAUR, neovim-nightlyAUR, neovim-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
Latest Comments
bub1ick commented on 2024-11-04 22:12 (UTC)
Doesn't work for me with the same error message as described below
Terseus commented on 2024-06-02 11:22 (UTC)
Build fails with the same error, the test
smoke_test_ui_attach
fails.cosmo commented on 2024-05-29 09:08 (UTC)
Build fails for me as well with the same error
rosenberg commented on 2024-05-23 10:35 (UTC)
For me it fails to compile:
agusdallalba commented on 2022-05-18 22:44 (UTC)
Please add
options=( !lto )
to the PKGBUILD,onig
does not link with LTO enabled.halcek commented on 2022-03-03 14:11 (UTC)
@Svenstaro Can you add
'aarch64'
also to the list of supported architectures for this PKGBUILD?Thanks,
caelia commented on 2020-11-13 22:33 (UTC)
@Ataraxy :
Yes, that error indicates that you need to set a default Rust toolchain. I guess you must have
rustup
installed, so you need to run the command:You could also set your default to
nightly
(or various other less-common values), butgnvim
is supposed to compile against stable Rust, so unless you're a Rust developer there is no reason to use anything else.Also,
rustup
is a developer tool for managing multiple and/or customized toolchains. It's not hard to use, but one consequence of using it is that you have to manually update your Rust toolchain. If you only ever need stable Rust, you might want to install therust
package instead. That will give you the stable toolchain, which will be updated with Pacman, and you don't have to administer anything.Ataraxy commented on 2020-10-27 10:01 (UTC)
Then:
Is there some default toolchain that is required for build?