Package Details: i2pd-git 2.49.0.r17.gc8ae1504-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
Conflicts: i2pd
Provides: i2p-router, i2pd
Submitter: robertfoster
Maintainer: dbermond
Last Packager: dbermond
Votes: 14
Popularity: 0.026757
First Submitted: 2014-08-20 15:08 (UTC)
Last Updated: 2023-10-29 14:25 (UTC)

Latest Comments

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

Jikstra commented on 2018-07-03 17:09 (UTC)

In case you get this error:

$ makepkg -si
==> FEHLER: conflicts enthält ungültige Zeichen: '${%%}'

Change line 20 to conflicts=("${pkgname%%-git}")

redfish commented on 2018-03-05 23:50 (UTC)

Since PR#1142 was merged, please remove the tmpfiles stuff on Line 42 in PKGBUILD and Line 14 in .install. Thanks! Btw, also, do not remove the user on uninstall in .install (the policy is to not remove user, to prevent orphaned objects in the file system).

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