Package Details: riseup-vpn-git 0.24.8.r21.g473595df-1

Git Clone URL: https://aur.archlinux.org/riseup-vpn-git.git (read-only, click to copy)
Package Base: riseup-vpn-git
Description: RiseupVPN is a branded build of Bitmask VPN. Bitmask VPN is a minimal rewrite of the Bitmask VPN Client, written in golang, that for now lacks client authentication, and is preconfigured to use a single provider.
Upstream URL: https://0xacab.org/leap/bitmask-vpn
Licenses: GPL3
Conflicts: riseup-vpn
Submitter: rany
Maintainer: kalikaneko (noktakito, peanut2)
Last Packager: peanut2
Votes: 6
Popularity: 0.001217
First Submitted: 2020-11-02 17:15 (UTC)
Last Updated: 2024-10-01 15:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ldm commented on 2023-09-04 08:31 (UTC)

missing dep: qt5-graphicaleffects

varac commented on 2023-06-05 18:01 (UTC)

Hi !

After some Arch update a few weeks/days ago this package stopped working for me. It got stuck in "Connecting" mode, and this is from the journal:


2023/06/04 23:48:36 Error starting VPN:  exit status 1
2023/06/04 23:53:56 Close: cleanup and vpn shutdown...
2023/06/04 23:53:56 firewall stop
2023/06/04 23:53:56 openvpn stop
2023/06/05 19:53:46 Client expects anon auth
2023/06/05 19:53:46 Checking for updates...
2023/06/05 19:53:47 Fetching MOTD for riseup.net
2023/06/05 19:53:48 There are 4 pending messages
2023/06/05 19:53:48 firewall stop
2023/06/05 19:53:48 Getting certificate...
2023/06/05 19:53:48 Fetching certificate to /tmp/leap-2846834967/openvpn.pem
2023/06/05 19:53:48 Fetching gateways...
2023/06/05 19:53:50 DEBUG We have a valid cert: /tmp/leap-2846834967/openvpn.pem
2023/06/05 19:53:50 Got sorted gateways: [vpn19-ams.riseup.net vpn13-ams.riseup.net vpn04-ams.riseup.net vpn06-ams.riseup.net vpn14-par.riseup.net vpn11-par.riseup.net vpn08-par.riseup.net vpn02-par.riseup.net vpn03-par.riseup.net vpn07-par.riseup.net vpn05-par.riseup.net vpn18-mtl.riseup.net vpn10-mtl.riseup.net vpn12-nyc.riseup.net vpn17-mia.riseup.net vpn09-mia.riseup.net vpn01-sea.riseup.net vpn15-sea.riseup.net vpn16-sea.riseup.net]
2023/06/05 19:53:51 Got sorted gateways: [vpn19-ams.riseup.net vpn04-ams.riseup.net vpn06-ams.riseup.net vpn13-ams.riseup.net vpn07-par.riseup.net vpn02-par.riseup.net vpn03-par.riseup.net vpn11-par.riseup.net vpn14-par.riseup.net vpn05-par.riseup.net vpn08-par.riseup.net vpn10-mtl.riseup.net vpn18-mtl.riseup.net vpn12-nyc.riseup.net vpn09-mia.riseup.net vpn17-mia.riseup.net vpn15-sea.riseup.net vpn16-sea.riseup.net vpn01-sea.riseup.net]
2023/06/05 19:53:51 args passed to bitmask-root: [--tls-cipher DHE-RSA-AES128-SHA --tun-ipv6 --float  --auth SHA1 --cipher AES-128-CBC --keepalive 10 30]
2023/06/05 19:53:51 firewall start
2023/06/05 19:53:51 Error while running bitmask-root:
2023/06/05 19:53:51 args:  [/usr/sbin/bitmask-root firewall start 163.172.211.109 51.15.9.205 51.158.144.32]
2023/06/05 19:53:51 output:  bitmask-root: ERROR: Could not run ['/bin/iptables', '-t', 'nat', '--append', 'bitmask', '--protocol', 'udp', '--dest', '127.0.1.1,127.0.0.1,127.0.0.53', '--dport', '53', '--jump', 'ACCEPT']: None
2023/06/05 19:53:51 Error starting VPN:  exit status 1

When I execute the failing iptables cmd I get:

~ $ sudo /bin/iptables -t nat --append 'bitmask' --protocol udp --dest 127.0.1.1,127.0.0.1,127.0.0.53 --sport 53 --jump 'ACCEPT'
Warning: Extension udp revision 0 not supported, missing kernel module?
iptables: No chain/target/match by that name.

Is this the right place to file potential Arch related issues like this or better https://0xacab.org/leap/bitmask-vpn/-/issues ?

begin-theadventu commented on 2023-04-14 19:15 (UTC) (edited on 2023-04-15 22:14 (UTC) by begin-theadventu)

A new commit fixed the problem, and now the package can be built!

begin-theadventu commented on 2023-03-30 02:23 (UTC)

I have a simple fix, but to fix this package must become an orphan, which I sent a request for.

langfingaz commented on 2023-03-11 17:56 (UTC) (edited on 2023-04-19 17:04 (UTC) by langfingaz)

I am building this package in a Docker container (archlinux:base-devel) with makepkg and get the same error. makepkg installs go as it is a dependency and not installed previously - so I don't have the option to reinstall go ;) Are there any updates on this?

==> Starting build()...
# 0xacab.org/leap/bitmask-vpn/pkg/config/version
pkg/config/version/version.go:6:5: VERSION redeclared in this block
    pkg/config/version/checknewer.go:14:5: other declaration of VERSION

Edit: I reported the problem upstream and it is now fixed.

MFlossmann commented on 2023-02-22 18:52 (UTC)

When trying to install, the build() process fails as follows:

==> Starting build()...
# 0xacab.org/leap/bitmask-vpn/pkg/config/version
pkg/config/version/version.go:6:5: VERSION redeclared in this block
        pkg/config/version/checknewer.go:14:5: other declaration of VERSION
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: riseup-vpn-git

Google searches suggest that reinstalling go should do the trick, but that didn't work. :/

langfingaz commented on 2023-01-27 15:50 (UTC)

@src530 According to this line /home/guse/.cache/yay/qt-installer-framework/PKGBUILD: line 21: make: command not found it seems as if make is not installed on your system. If you build packages from the AUR, please install base-devel first. See https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

src530 commented on 2023-01-27 12:23 (UTC) (edited on 2023-01-27 12:31 (UTC) by src530)


==> Sources are ready.
==> Making package: qt-installer-framework 4.2.0-1 (Пт 27 янв 2023 13:41:29)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Info: creating stash file /home/guse/.cache/yay/qt-installer-framework/src/installer-framework-4.2.0/.qmake.stash
/home/guse/.cache/yay/qt-installer-framework/PKGBUILD: line 21: make: command not found
==> ERROR: A failure occurred in build().
    Aborting...
error: target not found: qt-installer-framework
 -> error making: qt-installer-framework


  Host: ASUS TUF Gaming A17 FA706IH_FX706IH 1.0 
  Kernel: 6.1.7-1
  Shell: bash 5.1.16 
  Resolution: 1920x1080, 1920x1080 
  DE: Plasma 5.26.5 
  WM: KWin 
  CPU: AMD Ryzen 5 4600H with Radeon Graphics (12) @ 3.000GHz 
  GPU: AMD ATI 05:00.0 Renoir 
  GPU: NVIDIA 01:00.0 NVIDIA Corporation TU117M 
  Memory: 3945MiB / 7360MiB 


atomo commented on 2022-08-04 05:54 (UTC) (edited on 2022-09-10 23:13 (UTC) by atomo)

==> Starting build()...
go: inconsistent vendoring in /home/belle/.cache/paru/clone/riseup-vpn-git/src/bitmask-vpn:
    0xacab.org/leap/obfsvpn@v0.0.0-20220626143947-feff527c00e5: is marked as replaced in vendor/modules.txt, but not replaced in go.mod
    0xacab.org/leap/obfsvpn: is marked as replaced in vendor/modules.txt, but not replaced in go.mod

    To ignore the vendor directory, use -mod=readonly or -mod=mod.
    To sync the vendor directory, run:
        go mod vendor
make: *** [Makefile:339: generate] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'riseup-vpn-git-0.21.2-2': 
error: packages failed to build: riseup-vpn-git-0.21.2-2