Search Criteria
Package Details: i2pd 2.23.0-1
Git Clone URL: | https://aur.archlinux.org/i2pd.git (read-only) |
---|---|
Package Base: | i2pd |
Description: | Simplified C++ implementation of I2P client |
Upstream URL: | https://github.com/PurpleI2P/i2pd |
Keywords: | i2p |
Licenses: | |
Conflicts: | |
Submitter: | gim |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 45 |
Popularity: | 1.067458 |
First Submitted: | 2014-10-26 18:00 |
Last Updated: | 2019-01-22 17:16 |
Dependencies (6)
Required by (4)
- gostcoin-qt-git (optional)
- gostcoind-git (optional)
- transmission-i2p-git
- xd-torrent-git
Latest Comments
1 2 3 4 5 Next › Last »
strshr commented on 2018-05-17 19:33
Could you, please, add armv6h to the list of architectures? Builds fine on RPI 1.
post-factum commented on 2018-05-14 10:15
Additional patches are needed to build this with GCC 8:
or
post-factum commented on 2018-01-08 17:53
An extra patch is needed to build i2pd v2.17.0 with boost v1.66.0:
https://github.com/PurpleI2P/i2pd/commit/0f2d2156e6b4c75568a8c87606b1196cabff1948.patch
redfish commented on 2017-09-26 15:36
Need to use openssl-1.0 because openssl v1.1 is causing memory issues (#835). I also PRed upstream to add the version check to cmake (PR #963). Please bump pkgrel version. Also, same change on i2pd-git. Patch:
diff --git a/PKGBUILD b/PKGBUILD
index 6cea608..8b75c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,3 +13,3 @@ url="https://github.com/PurpleI2P/$pkgname"
license=('BSD')
-depends=('boost-libs' 'miniupnpc' 'openssl' 'zlib')
+depends=('boost-libs' 'miniupnpc' 'openssl-1.0' 'zlib')
makedepends=('boost' 'cmake')
@@ -27,2 +27,3 @@ build() {
-DWITH_UPNP=ON -DWITH_PCH=OFF \
+ -DOPENSSL_ROOT_DIR="/usr/include/openssl-1.0;/usr/lib/openssl-1.0" \
-DCMAKE_BUILD_TYPE=Release
Dante commented on 2017-09-12 14:50
Everything works out of the box now, thanks.
Dante commented on 2017-08-30 06:10
Also, is there any reason to use a custom i2pd.service? At least, return ExecReload, it's much more handy than 'kill -HOP'.
Dante commented on 2017-08-30 01:21
Could you please remove -DWITH_AVX=ON from PKGBUILD.
https://github.com/PurpleI2P/i2pd/issues/938
frankspace commented on 2017-06-11 03:59
@redfish: yep, that change worked for me, thanks!
redfish commented on 2017-06-10 20:58
I posted fix on i2pd-git: copy paste:
@robsmith11: workaround: on line 28, change -DWITH_PCH=1 to -DWITH_PCH=OFF.
@MORf30: might be worth it to change PKGBUILD on AUR to just disable this precompiled headers stuff -- it should not have an effect on the resulting binary.
Btw, @alphazo: just try it on aarch64 (makepkg -A), there is a very very high chance it will work just fine. FWIW, it does work fine on armv7h for me.
whoami commented on 2017-06-10 20:34
same for me