I run a virtual machine (VMWare Workstation) with EndeavourOS. On my system installing eddie-ui 2.24.6-1 with makepkg fails with the following error message: cp: cannot stat '/home/altae/.mono/targets/mono-6.8.0-debian-10-x64/etc/mono/config': No such file or directory. The latest mono version is installed (6.12.0.206-1). Any help would be appreciated.
Search Criteria
Package Details: eddie-ui 2.24.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/eddie-ui.git (read-only, click to copy) |
---|---|
Package Base: | eddie-ui |
Description: | Eddie - VPN tunnel - UI |
Upstream URL: | https://eddie.website |
Licenses: | GPLv3 |
Conflicts: | airvpn, airvpn-beta-bin, airvpn-git |
Provides: | eddie-ui |
Submitter: | Eddie.website |
Maintainer: | Eddie.website |
Last Packager: | Eddie.website |
Votes: | 33 |
Popularity: | 0.050585 |
First Submitted: | 2018-05-20 19:09 (UTC) |
Last Updated: | 2025-01-14 13:14 (UTC) |
Dependencies (16)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libayatana-appindicator
- libnotify (libnotify-gitAUR)
- mono (mono-gitAUR)
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, fudo-gitAUR, sudo-selinuxAUR)
- cmake (cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-8.0-binAUR, dotnet-sdk-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mono (mono-gitAUR) (make)
- mono-msbuild (make)
- patchelf (patchelf-gitAUR) (make)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR, openssh-dnatAUR) (optional) – VPN over SSH
- stunnel (optional) – VPN over SSL
Required by (0)
Sources (1)
altae commented on 2025-01-16 20:02 (UTC)
flan_suse commented on 2024-11-08 20:59 (UTC)
Why was this marked out of date?
The stable branch version is still 2.21.8
yochananmarqos commented on 2023-06-25 01:31 (UTC) (edited on 2023-06-25 16:35 (UTC) by yochananmarqos)
@Eddie.website: Forgot to mention, the dependencies are incorrect. Here are the proper dependencies:
depends=('gtk3' 'libayatana-appindicator' 'libnotify' 'mono' 'openvpn' 'sudo')
makedepends=('desktop-file-utils' 'patchelf')
optdepends=('hummingbird: increased OpenVPN performance'
'openssh: VPN over SSH'
'stunnel: VPN over SSL')
Add mono-msbuild
to makedepends if you want to build with msbuild
instead of xbuild
.
yochananmarqos commented on 2023-06-19 00:47 (UTC)
@Eddie.website: Using msbuild
works fine without restricting the TargetFrameworkVersion
:
# Compile C# sources
if [ "ui" = "cli" ]; then
msbuild /verbosity:minimal /p:Configuration="Release" /p:Platform="$_pkgarch" src/eddie.linux.cli.sln
elif [ "ui" = "ui" ]; then
msbuild /verbosity:minimal /p:Configuration="Release" /p:Platform="$_pkgarch" src/eddie2.linux.ui.sln
fi
zebulon commented on 2023-01-17 19:17 (UTC) (edited on 2023-01-17 19:20 (UTC) by zebulon)
Hello. I need to install nftables to be able to activate network lock (without it, it throws an error as described in this thread: https://airvpn.org/forums/topic/50033-activate-network-lock-causes-error/). Could you please make it a dependency ? This would also apply to the beta versions *-git.
lencho commented on 2022-11-15 17:42 (UTC)
Oh I'm sorry, thanks for the help!
opensorcerer commented on 2022-11-15 17:38 (UTC)
@lencho Relog in Eddie. It's all summarized in a stickied post in the Troubleshooting forum.
lencho commented on 2022-11-15 17:30 (UTC)
@opensorcerer Thank you for the tip, it indeed needed to be renewed, but I still get the same error described below. Could there be something else, or does this just take a bit of time?
opensorcerer commented on 2022-11-15 13:01 (UTC)
@Koboldz This is a very frequently asked question. Renew your certificates in the client area of airvpn.org.
The reason is that Arch switched to OpenSSL 3 a while ago which does not allow SHA1 hashes in the certificate chain anymore.
Pinned Comments