Alex Pyattaev schrieb: > Hello! > Just encountered a bad problem - I do not know how to fix the update > mechanism for my gentoo installation. I used the ebuild system to install > freenet, and it "should" fetch latest snapshot upon every install. However, > the node continues to give Update Failed: Could not determine which jars are > in use: Could not find freenet-ext.jar in wrapper.conf (did find > freenet.jar: /usr/share/freenet/lib/freenet.jar) error, and I do not know > why... > Could anyone help me make a fix for the ebuild?
You cannot use autoupdates with Gentoo ebuilds. You have to choose: -Either you use the Gentoo ebuilds, then you will have to update over Gentoo ebuilds -or you use the installer from the website, no support from me or Gentoo side, but autoupdates are possible. There are some reasons for this: -Gentoo ebuilds build a jar for every dependency instead of 1 jar containing everything (freenet-ext.jar) -Gentoo ebuilds place the jars in a root-only writeable dir, no user, including freenet user, is allowed to modify the jars -Gentoo ebuilds track the dependencies, so can make sure that everything needed is updated, if you mix them with autoupdates, this is not any more possible and may break your install (unlikely, but possible) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 316 bytes Desc: OpenPGP digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090808/4b2a3395/attachment.pgp>
