Following error while trying to install in Endeavour OS:
Compiling mullvad-rpc v0.1.0 (~/.cache/yay/mullvad-vpn/src/ mullvadvpn-app/mullvad-rpc)
error[E0658]: half-open range patterns are unstable
--> talpid-core/src/tunnel/wireguard/wireguard_go.rs:344:9
|
344 | 0.. => Ok(()),
| ^^^
|
= note: see issue #67264 <https://github.com/rust-lang/rust/issues/67264> for more information
error[E0658]: exclusive range pattern syntax is experimental
--> talpid-core/src/tunnel/wireguard/wireguard_go.rs:344:9
|
344 | 0.. => Ok(()),
| ^^^
|
= note: see issue #37854 <https://github.com/rust-lang/rust/issues/37854> for more information
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0658`.
error: could not compile `talpid-core`
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
==> ERROR: A failure occurred in build().
Aborting...
-> error making: mullvad-vpn
Pinned Comments
yochananmarqos commented on 2022-11-11 19:31 (UTC) (edited on 2022-11-13 19:21 (UTC) by yochananmarqos)
PSA: Upstream does not support building natively for ARM64, only cross-compiling. You can use
mullvad-vpn-bin
instead.yochananmarqos commented on 2019-12-07 17:44 (UTC) (edited on 2024-06-06 22:09 (UTC) by yochananmarqos)
--> ALWAYS DO A CLEAN BUILD <--
This package will verify the signature of the git tag / commit. Developer keys are available here and instructions are here. See the PKGBUILD to determine which developer key you need.
Please do not create upstream issues about the AUR package, they do not support it.