Package Details: i2pd-git 2.54.0.r14.g7104d334-1

Git Clone URL: https://aur.archlinux.org/i2pd-git.git (read-only, click to copy)
Package Base: i2pd-git
Description: A full-featured C++ implementation of the I2P router (git version)
Upstream URL: https://i2pd.website/
Licenses: BSD-3-Clause
Conflicts: i2pd
Provides: i2p-router, i2pd
Submitter: robertfoster
Maintainer: dbermond
Last Packager: dbermond
Votes: 15
Popularity: 0.014692
First Submitted: 2014-08-20 15:08 (UTC)
Last Updated: 2024-10-15 17:35 (UTC)

Latest Comments

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

DDoSolitary commented on 2017-10-24 08:08 (UTC)

Please add git to makedepends. https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines

redfish commented on 2017-10-10 15:11 (UTC)

Please add cmake to makedeps, otherwise build fails on clean system.

redfish commented on 2017-10-08 20:54 (UTC)

You can use contrib/debian/i2pd.service (and .tmpfiles) from upstream instead of adding a copy into the package; easier to maintain. The upstream .service has RuntimeDirectory which avoids the need for /var/run in tmpfiles.

redfish commented on 2017-06-11 16:23 (UTC)

Paths to files are broken again, here is a patch: https://gateway.ipfs.io/ipfs/QmUqhAQzP62CS8S315M81e2vyao6fHMQVUuKykS3UzVWtJ/0001-i2pd-git--fix-paths-to-contrib-files.patch

redfish commented on 2017-06-08 06:44 (UTC)

@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.

robsmith11 commented on 2017-06-08 02:56 (UTC)

Latest git fails and I'm not sure how to fix it: CMake Error at CMakeLists.txt:291 (add_library): Cannot find source file: ../libi2pd/stdafx.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error: Cannot determine link language for target "stdafx". CMake Error: CMake can not determine linker language for target: stdafx

redfish commented on 2017-04-22 19:08 (UTC)

Broken paths, again; patch: https://gateway.ipfs.io/ipfs/QmXbKTPAzWpmvVLWbihuvN1qRwCZCb2oeqYxg41op4EpQZ Btw, as far as I know, the guidelines say not to remove the user on uninstall, even if the user is created upon install, in order to avoid orphaned files on the system.

redfish commented on 2017-02-06 07:37 (UTC)

Paths broke again; patch: https://gateway.ipfs.io/ipfs/QmXRNt1isqMA6vnLp1om849HnQ39PojgAQfDmfeCr7Goy9 Also, added armv7h arch (I've been using on armv7h for a long time now).

kurych commented on 2016-12-19 06:54 (UTC)

I think if in i2pd package we create a "i2pd" user, probable in i2pd-git we should do the same. As usual I propose right version of packages with my viewpoint in dropbox share: https://www.dropbox.com/sh/wxcl2lhtp8bejnh/AACYq4GNtESC6HCGEkL-iBrca?dl=0

redfish commented on 2016-08-21 17:49 (UTC)

Paths have changed. Here is the patch: - install -Dm0644 $srcdir/i2pd/debian/tunnels.conf $pkgdir/${_conf_dest}/tunnels.conf - install -Dm0644 $srcdir/i2pd/debian/subscriptions.txt $pkgdir/${_conf_dest}/subscriptions.txt + install -Dm0644 $srcdir/i2pd/docs/tunnels.conf $pkgdir/${_conf_dest}/tunnels.conf + install -Dm0644 $srcdir/i2pd/docs/subscriptions.txt $pkgdir/${_conf_dest}/subscriptions.txt PS. Also, while at it please bump ver to 2.9 in PKGBUILD and .SRCINFO.