Package Details: freenet 0.7.5.1497-1

Git Clone URL: https://aur.archlinux.org/freenet.git (read-only, click to copy)
Package Base: freenet
Description: A peer-to-peer platform for censorship-resistant communication and publishing
Upstream URL: https://freenetproject.org
Keywords: anonymous censorship encrypted freenet network
Licenses: GPL2
Submitter: Xemertix
Maintainer: Thynix
Last Packager: skydrome
Votes: 183
Popularity: 0.20
First Submitted: 2009-04-17 16:46 (UTC)
Last Updated: 2023-03-05 00:21 (UTC)

Dependencies (7)

Required by (0)

Sources (8)

Pinned Comments

amanvg commented on 2020-10-13 08:32 (UTC)

if you are having issues with the key, run this command:

curl -sS https://freenetproject.org/assets/keyring.gpg | gpg --import -

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 18 Next › Last »

skydrome commented on 2017-02-24 16:00 (UTC)

relogin after installing jdk to update the path to javah

fausterjames commented on 2017-02-21 00:52 (UTC)

I have this error : ==> Building NativeBigInt... + gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -I./jbigi/include -I/usr/lib/jvm/default/include -I/usr/lib/jvm/default/include/linux jbigi/src/jbigi.c + gcc -shared -Wl,-O1,--sort-common,-z,relro,-soname,libjbigi.so -lgmp jbigi.o -o lib/net/i2p/util/libjbigi-linux-none.so + set +x ==> Building NativeThread... + javah -o NativeThread.h -classpath ../../fred/src freenet.support.io.NativeThread /tmp/yaourt-tmp-usr/aur-freenet/./PKGBUILD: line 200: javah: command not found

skydrome commented on 2016-08-07 04:59 (UTC)

https://github.com/freenet/plugin-WebOfTrust/releases/tag/build0019

MissingNoIOI commented on 2016-07-09 11:45 (UTC)

The link https://www.bouncycastle.org/download/bcprov-jdk15on-154.jar doesnt seem to work anylonger

whynothugo commented on 2016-05-28 15:44 (UTC)

fatal error: jni.h: No such file or directory Maybe a dependency is missing?

henkm commented on 2016-05-25 01:47 (UTC)

D101101, I had the same issue when trying to update. I removed jcpuid.c to force downloading a new version and it builds fine after that.

D101101 commented on 2016-05-04 09:21 (UTC)

==> Validating source files with sha256sums... *** ant-contrib-1.0b3-bin.tar.bz2 ... Passed jcpuid.c ... FAILED jcpuid.h ... Passed *** ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Could not download sources.

Thynix commented on 2016-04-24 15:18 (UTC)

Whoops, it needed an update for the KeyUtils version. I've pushed that change. Does it work for you now?

MrTimscampi commented on 2016-04-24 10:35 (UTC)

It's not compiling on my machine, both with openjdk7/8 and java7/8. Here's what I get: [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] /home/mrtimscampi/.cache/pacaur/freenet/src/plugin-KeyUtils/src/plugins/KeyUtils/KeyExplorerUtils.java:38: error: cannot find symbol [javac] import freenet.client.async.KeyListenerConstructionException; [javac] ^ [javac] symbol: class KeyListenerConstructionException [javac] location: package freenet.client.async [javac] /home/mrtimscampi/.cache/pacaur/freenet/src/plugin-KeyUtils/src/plugins/KeyUtils/KeyExplorerUtils.java:123: error: cannot find symbol [javac] KeyListenerConstructionException { [javac] ^ [javac] symbol: class KeyListenerConstructionException [javac] location: class KeyExplorerUtils [javac] /home/mrtimscampi/.cache/pacaur/freenet/src/plugin-KeyUtils/src/plugins/KeyUtils/KeyExplorerUtils.java:327: error: cannot find symbol And it continues for a while, with more KeyListenerConstructionException symbol not being found.