It builds! I mean it this time. Let me know if I missed anything.
Search Criteria
Package Details: mullvad-vpn 2025.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/mullvad-vpn.git (read-only, click to copy) |
---|---|
Package Base: | mullvad-vpn |
Description: | The Mullvad VPN client app for desktop |
Upstream URL: | https://www.mullvad.net |
Licenses: | GPL-3.0-or-later |
Submitter: | gin078 |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 153 |
Popularity: | 5.37 |
First Submitted: | 2018-10-24 17:33 (UTC) |
Last Updated: | 2025-04-21 18:09 (UTC) |
Dependencies (13)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- iputils (iputils-gitAUR)
- libnftnl (libnftnl-fullconeAUR, libnftnl-gitAUR)
- libnotify (libnotify-gitAUR)
- nss (nss-hgAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- libxcrypt-compat (make)
- nvm (nvm-gitAUR) (make)
- protobuf (protobuf-gitAUR, protobuf-dllexportAUR) (make)
- libappindicator-gtk3 (optional) – tray icon
Required by (3)
Sources (6)
Latest Comments
« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 47 Next › Last »
yochananmarqos commented on 2019-12-03 23:41 (UTC)
yochananmarqos commented on 2019-12-02 16:44 (UTC) (edited on 2019-12-02 17:57 (UTC) by yochananmarqos)
@dbirks: Thank you, that helps. EDIT: I think I just figured out what the problem is, rebuilding now...
dbirks commented on 2019-12-02 15:17 (UTC)
@yochananmarqos I haven't fully tested this, but while working on building this from source last week, this is what I got. I added dist-assets/binaries
to the init to skip grabbing the windows-specific sources. Hopefully it helps some:
source=("git+https://github.com/mullvad/mullvadvpn-app.git#tag=$pkgver"
"git+https://github.com/mullvad/mullvadvpn-app-binaries.git")
prepare() {
# Point the submodule to our local copy
cd mullvadvpn-app
git submodule init dist-assets/binaries
git config submodule.mullvadvpn-app-binaries.url "$srcdir/mullvadvpn-app-binaries"
git submodule update
}
yochananmarqos commented on 2019-12-02 15:10 (UTC) (edited on 2019-12-02 15:22 (UTC) by yochananmarqos)
I can reproduce the error, I'll work on it.
@coderobe: Oh, I see what you mean. I'll do some research about it.
coderobe commented on 2019-12-02 15:00 (UTC)
@yochananmarqos: the difference is that your sources are not checked into SRCDEST. Please follow our guidelines for this.
Taijian commented on 2019-12-02 12:53 (UTC)
@blackpoll: The mullvad-vpn-bin package works fine and is quick and easy to install.
Taijian commented on 2019-12-02 12:46 (UTC)
Two things:
1) gui testing fails under wayland (..cannot open display...)
2) the 'cannot stat dist/linux-unpacked/' issue also occurs when building in a clean chroot (via clean-chroot-manager). So that needs to be fixed.
@yochananmarqos: Could you try the clean chroot build? Then compare your live system and see what the difference is, presuming that the build works for you in your 'regular' system?
FuelFlo commented on 2019-12-02 11:26 (UTC)
Hey, i have the same problem. None of the 3 changes in PKGBUILD worked for me. I'm still getting:
==> Entering fakeroot environment... ==> Starting package()... install: cannot stat 'dist/linux-unpacked/*': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...
...using pamac and/or yay.
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.