Package Details: riseup-vpn 0.24.5-2

Git Clone URL: https://aur.archlinux.org/riseup-vpn.git (read-only, click to copy)
Package Base: riseup-vpn
Description: Easy, fast, and secure VPN service from riseup.net
Upstream URL: https://0xacab.org/leap/bitmask-vpn
Keywords: easy fast go golang openvpn qt qt5 riseup secure service vpn
Licenses: GPL-3.0-only
Submitter: rany
Maintainer: begin-theadventu (kalikaneko)
Last Packager: begin-theadventu
Votes: 26
Popularity: 1.05
First Submitted: 2020-11-07 16:14 (UTC)
Last Updated: 2024-05-03 15:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

ljmf00 commented on 2021-04-02 17:57 (UTC)

I've done some changes to the package to make it works. For some reason, go build -buildmode=c-archive -o lib/libgoshim.a gui/backend.go is not running on make build. It's also needed to generate before build.

I added check() too. It's a good practice to run some tests to make sure the package runs as expected.

https://share.riseup.net/#_S3gFL-Yxz3Gxwk4DSiShg

ljmf00 commented on 2021-04-02 16:33 (UTC)

In file included from ../../gui/handlers.cpp:6:
../../gui/handlers.h:7:10: fatal error: lib/libgoshim.h: No such file or directory
    7 | #include "lib/libgoshim.h"
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:896: release/.obj/handlers.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from ../../gui/main.cpp:10:
../../gui/handlers.h:7:10: fatal error: lib/libgoshim.h: No such file or directory
    7 | #include "lib/libgoshim.h"
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.

Please compile this package in a clean chroot, see more here: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot

Tio commented on 2021-03-19 15:21 (UTC)

I get this error:

# github.com/gotk3/gotk3/gtk
/home/tio/go/pkg/mod/github.com/gotk3/gotk3@v0.0.0-20191027191019-60cba67d4ea4/gtk/accel.go:247:5: val.accel_flags undefined (type _Ctype_struct__GtkAccelKey has no field or method accel_flags)
/home/tio/go/pkg/mod/github.com/gotk3/gotk3@v0.0.0-20191027191019-60cba67d4ea4/gtk/accel.go:256:22: obj.accel_flags undefined (type *_Ctype_struct__GtkAccelKey has no field or method accel_flags)
make[1]: *** [Makefile:78: build_bitmask-vpn] Error 2
make[1]: Leaving directory '/var/tmp/pamac-build-tio/riseup-vpn/src/bitmask-vpn'
make: *** [Makefile:72: build] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

MattMadness commented on 2020-12-06 20:04 (UTC)

Nice to see this in the AUR, had to use "debtap" and convert the .deb to a Arch package to use this before, because the snap's fonts did not show up right. Thanks!