Package Details: mozillavpn 2.24.3-1

Git Clone URL: https://aur.archlinux.org/mozillavpn.git (read-only, click to copy)
Package Base: mozillavpn
Description: Fast, secure, and easy to use VPN from the makers of Firefox
Upstream URL: https://vpn.mozilla.org
Keywords: vpn wireguard
Licenses: MPL-2.0
Submitter: tavianator
Maintainer: Xavier (xiota)
Last Packager: Xavier
Votes: 43
Popularity: 0.82
First Submitted: 2021-01-13 02:38 (UTC)
Last Updated: 2024-11-06 07:01 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 22 Next › Last »

dmp1ce commented on 2023-04-17 00:29 (UTC) (edited on 2023-04-17 00:29 (UTC) by dmp1ce)

@Xavier, No, it looks like I have gcc-go installed and I'm using paru to install. Do I need go installed instead of gcc-go?

Xavier commented on 2023-04-16 23:45 (UTC)

@dmp1ce, that issue is related to your go compiler, are you using the official go package? building in a clean shell?

dmp1ce commented on 2023-04-16 00:28 (UTC)

I was not able to compile. The errors I got were:

...
/usr/bin/ld: netfilter.a(a.out.a.o):(.data.rel.ro.golang_0org_1x_1sync_1errgroup.token..d+0x18): undefined reference to `runtime.memequal0..f'
/usr/bin/ld: netfilter.a(a.out.a.o):(.data.rel.ro.golang_0org_1x_1sync_1errgroup.token..p[golang_0org_1x_1sync_1errgroup.token..p]+0x18): undefined reference to `runtime.memequal64..f'
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/mozillavpn.dir/build.make:3876: src/mozillavpn] Error 1
make[1]: *** [CMakeFiles/Makefile2:1140: src/CMakeFiles/mozillavpn.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().   
    Aborting...
error: failed to build 'mozillavpn-2.14.0-1':          
error: packages failed to build: mozillavpn-2.14.0-1

Has this been reported already? Is anyone else seeing this?

bbbart commented on 2023-04-13 20:46 (UTC)

Ah, yes, of course. A simple rm -Rf .cache/yay/mozillavpn did the trick for me as well. :-)

Thanks a lot!

<deleted-account> commented on 2023-04-13 20:32 (UTC)

Hi! Yes I am also having this issue but recompiling after the update fixed it for me. It won't recompile automatically if you're using an AUR helper like paru which will keep the older build files, so make sure to first remove the old files then reinstall that should fix the issue. (For paru do rm -r ~/.cache/paru/clone/mozillavpn/)

bbbart commented on 2023-04-13 09:26 (UTC)

I am getting the following error when starting mozillavpn:

mozillavpn: symbol lookup error: mozillavpn: undefined symbol: _ZN16QNetworkDatagram7destroyEP23QNetworkDatagramPrivate, version Qt_6

This happened, I believe, after upgrading qt6 from 6.4 to 6.5 and persists after re-installing (which also recompiles, doesn't it?) mozillavpn.

Is this the place to report this, or should I go upstream?

shadewell commented on 2023-03-20 14:13 (UTC)

Works great for me, thanks.

<deleted-account> commented on 2023-03-09 07:29 (UTC)

Hi! Okay, I think, for now, everything to update to the latest version is done I'm not pulling anything from pip, so all should be good! Again, thank you so much @XavierCLL for your help.

Xavier commented on 2023-03-09 00:47 (UTC)

Hi @Alphabyte nice work!, it is very easy, just put "python-glean_parser" in the makedepends list, that is all, any AUR helper can handle it, there are a lot of AUR packages that depended on other AUR packages, and it is ok.

<deleted-account> commented on 2023-03-08 19:53 (UTC)

Hey @XavierCLL, If you have some time, I went ahead and packaged glean_parser. But it needs an AUR package to build. I did some research, but couldn't find how PROPERLY to deal with having AUR depends. This is all I found, https://bbs.archlinux.org/viewtopic.php?id=243517. Should I just switch to the AUR depend and expect people to manually install the AUR depends? So then they would need to manually install 2 AUR packages for this to build 1. The python-diskcache, then my package glean_parser, and then this would build is this the best way to do it? Or should I just get the packages and use makepkg -si --asdeps in the prepare?