Package Details: mullvad-vpn-cli 2024.5-2

Git Clone URL: https://aur.archlinux.org/mullvad-vpn-cli.git (read-only, click to copy)
Package Base: mullvad-vpn-cli
Description: The Mullvad VPN CLI client
Upstream URL: https://www.mullvad.net
Licenses: GPL-3.0-or-later
Conflicts: mullvad-vpn
Provides: mullvad-vpn
Submitter: t1m0
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 18
Popularity: 0.182679
First Submitted: 2020-02-07 18:37 (UTC)
Last Updated: 2024-09-06 16:02 (UTC)

Pinned Comments

yochananmarqos commented on 2021-12-01 23:30 (UTC) (edited on 2021-12-01 23:32 (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.

Latest Comments

1 2 3 4 Next › Last »

arch-mage commented on 2024-09-08 18:42 (UTC) (edited on 2024-09-08 18:44 (UTC) by arch-mage)

udasi, go to the Developer Keys link from the pinned message, download Oskar (current) gpg, cd to the directory where the oskar-xxxx.pub file is and run gpg --import oskar-xxxx.pub.

udasi commented on 2024-09-06 16:12 (UTC)

Getting an error with the keys:

gpg: error reading key: No public key

:: PGP keys need importing: -> 1D0026CBD1F1858DF8DB54DFCB87E2B919A6454C, required by: mullvad-vpn-cli :: Import? [Y/n] :: Importing keys with gpg... gpg: keyserver receive failed: No data -> problem importing keys

ramenu commented on 2024-09-04 00:45 (UTC)

Enabling DAITA gives me this error:

[2024-09-03 20:37:46.686][talpid_wireguard::wireguard_go][DEBUG] Reading maybenot machines from /opt/Mullvad VPN/resources/maybenot_machines [2024-09-03 20:37:46.686][panic][ERROR] thread 'tokio-runtime-worker' panicked at 'called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" }': talpid-wireguard/src/wireguard_go/mod.rs:253

yochananmarqos commented on 2024-07-26 00:09 (UTC)

@Technetium1: It turns out I had forgotten to update the checksums, they're corrected now.

In the future, please be more specific than "failing to build". That upstream commit has nothing to do with anything.

Technetium1 commented on 2024-07-25 23:56 (UTC) (edited on 2024-07-26 01:36 (UTC) by Technetium1)

Failing to build. Maybe you also want to pin to the latest commit here: https://github.com/mullvad/mullvadvpn-app-binaries/commit/b0c37cecd9b671d2480a7dc9636da93d76e2b14c

Motodavide commented on 2023-04-02 15:57 (UTC)

There is a problem during prepare(), it cannot find Cargo.toml inside '~/.cargo/git/checkouts/udp-over-tcp-f1cba70dbd168f08/4d52f93'. It causes it to fail to get udp-over-tcp as a dependency of package tunnel-obfuscation v0.0.0.

yochananmarqos commented on 2022-11-13 19:21 (UTC)

PSA: Upstream does not support building natively for ARM64, only cross-compiling.

aorth commented on 2022-10-19 16:04 (UTC) (edited on 2022-10-24 15:19 (UTC) by aorth)

I'm getting a build error with all 2022.5 versions recently:

  --- stderr
  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Failure { command: "\"pkg-config\" \"--libs\" \"--cflags\" \"libnftnl\" \"libnftnl >= 1.1.0\"", output: Output { status: ExitStatus(unix_wait_status(256)), stdout: "", stderr: "Package libnftnl was not found in the pkg-config search path.\nPerhaps you should add the directory containing `libnftnl.pc'\nto the PKG_CONFIG_PATH environment variable\nPackage 'libnftnl', required by 'virtual:world', not found\nPackage 'libnftnl', required by 'virtual:world', not found\n" } }', /build/.cargo/registry/src/github.com-1ecc6299db9ec823/nftnl-sys-0.6.1/build.rs:44:14
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

Building in a clean chroot.

Edit: I finally got this to build. I think the failures could have been because cargo takes forever to update the crates index and fails many times for me.