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.80
First Submitted: 2021-01-13 02:38 (UTC)
Last Updated: 2024-11-06 07:01 (UTC)

Latest Comments

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

stop50 commented on 2022-11-06 11:40 (UTC)

has anyone else build problems like this?

/home/sebastian/.cache/yay/mozillavpn/src/mozillavpn-2.10.1/signature/vendor/ring/pregenerated/chacha20_poly1305_x86_64-elf.S:2146: undefined reference to `GFp_ia32cap_P'
/usr/bin/ld: mozillavpn: hidden symbol `GFp_ia32cap_P' isn't defined
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/mozillavpn.dir/build.make:3618: src/mozillavpn] Error 1
make[1]: *** [CMakeFiles/Makefile2:339: src/CMakeFiles/mozillavpn.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

Xavier commented on 2022-10-19 23:28 (UTC) (edited on 2022-10-19 23:32 (UTC) by Xavier)

Hi @smasper, first I recommend you update your system and after that try to build it again. If the problem persists check the log, it should be in ~/.local/share/mozillavpn.txt. To use it in a shell the command is mozillavpn without the ./

smasper commented on 2022-10-19 19:21 (UTC)

Hi, for some reason on 5.15.74-3-MANJARO the AUR automake and install process gives a ./mozillavpn that will just crash with "segmentation fault (core dumped) mozillavpn". I have tried (as it already happened to me a few months ago) to remove it and rebuild it, but last time it worked fine, now it's always the same error. Also I have tried different scenarios like - remove/build/install/restart then sudo systemctl enable --now mozillavpn.service and then sudo systemctl start mozillavpn.service (and enable) - remove/build/install sudo systemctl enable --now mozillavpn.service /restart and then sudo systemctl start mozillavpn.service (and enable) Do you have any idea how I could either fix this or get more useful infos on this segfault from the command line? Regards, Stéphane

Xavier commented on 2022-10-06 20:07 (UTC)

UI fixed due to a missing QT6 dependency, fix build type also.

Xavier commented on 2022-10-04 17:50 (UTC) (edited on 2022-10-04 17:57 (UTC) by Xavier)

@LouisSimon22 yeah bug present with Qt >= 6.4 and I can confirm that MozillaVPN is broken with the recent Qt 6.4 release in Arch

https://github.com/mozilla-mobile/mozilla-vpn-client/issues/4537

LouisSimon22 commented on 2022-10-04 12:07 (UTC)

Hi, I'm getting this compilation error with no much more information:

# error Check if QT added support for QDnsLookup::lookup() on Android On file: mozillavpn/src/mozillavpn-2.9.0/src/connectionbenchmark/benchmarktaskdownload.cpp:50:4

Xavier commented on 2022-08-09 18:51 (UTC)

@jcardoso yeah is qt6-tools not qt5-tools (a typo), I just tested building this package in a clean docker image and works fine, so the makefiles can find the location of those qt6-tool scripts

jcardoso commented on 2022-08-09 17:17 (UTC)

@XavierCLL Just tested in an arch container and whilst qt6-tools is on the makedpends list, this installs lconvert and lrelease in these locations:

/usr/lib/qt6/bin/lconvert
/usr/lib/qt6/bin/lrelease

It appears a few of the upstream scripts are not expecting/handling this. :|