Search Criteria
Package Details: lokinet 0.9.11-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/lokinet.git (read-only, click to copy) |
---|---|
Package Base: | lokinet |
Description: | Anonymous, decentralized and IP based overlay network for the internet. |
Upstream URL: | https://lokinet.org |
Keywords: | Anonymity Internet loki-network Network Oxen |
Licenses: | GPL3 |
Submitter: | nekgem |
Maintainer: | nekgem2 (jagerman) |
Last Packager: | nekgem2 |
Votes: | 11 |
Popularity: | 0.042559 |
First Submitted: | 2020-05-06 01:44 (UTC) |
Last Updated: | 2023-08-29 02:51 (UTC) |
Dependencies (14)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fmt (fmt-gitAUR)
- jemalloc (jemalloc-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libuv (libuv-gitAUR)
- spdlog (spdlog-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- unbound (unbound-gitAUR)
- zeromq (zeromq-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR, systemd-fmlAUR) (make)
Required by (0)
Sources (10)
- fix-include.patch
- https://github.com/oxen-io/lokinet/releases/download/v0.9.11/lokinet-v0.9.11.tar.xz
- https://github.com/oxen-io/lokinet/releases/download/v0.9.11/lokinet-v0.9.11.tar.xz.sig
- lokinet-resume.service
- lokinet-vpn@.service
- lokinet.conf
- lokinet.rules
- lokinet.service
- lokinet.sysusers
- lokinet.tmpfiles
Latest Comments
1 2 3 4 Next › Last »
nekgem2 commented on 2023-08-29 02:53 (UTC)
seems i've fixed it. made use of vendored fmt/spdlog in header-only mode to avoid shared lib loader fails.
quest commented on 2023-08-05 00:47 (UTC)
Seems to be an upstream issue with fmt. Hopefully fixed soon.
https://github.com/fmtlib/fmt/issues/3567
quest commented on 2023-08-02 10:37 (UTC)
No longer builds.
berkersal commented on 2023-04-11 15:48 (UTC) (edited on 2023-04-11 15:49 (UTC) by berkersal)
I got
and it did not work.
After looking at the last changes I ran
(notice how I have / before var/lib in both cases) and now I can start the service
nekgem2 commented on 2023-03-27 02:29 (UTC)
@JerMah updated stuff with your
-DLOKINET_VERSIONTAG=release
suggestion and also modified install script to take into account potentially missing var lokinet.ini. didn't change service file though, if i do it fails withthanks for reporting.
JerMah commented on 2023-01-19 01:47 (UTC)
Please also change the ExecStart line in lokinet.service to use /etc/loki/lokinet.ini because as it is it cannot find the configuration file.
JerMah commented on 2023-01-19 01:44 (UTC)
Please add -DLOKINET_VERSIONTAG=release or something similar to CMake invocation. Without that the build of version 0.9.11 fails.
nekgem2 commented on 2022-11-18 06:40 (UTC)
Should be fixed now.
1 2 3 4 Next › Last »