i2p-0.9.22-r1 depends on dev-java/jrobin:0, and jrobin is referenced in EANT_GENTOO_CLASSPATH in ebuild, but wrapper.config installed in /usr/share/i2p doesn't reference jrobin, so jrobin.jar isn't in classpath when running i2p, which causes the following error to appear in wrapper.log: 2015/10/29 11:16:02 | Thread terminated unexpectedly: StatSummarizer 2015/10/29 11:16:02 | java.lang.NoClassDefFoundError: org/jrobin/core/RrdException If I add the line wrapper.java.classpath.6=/usr/share/jrobin/lib/*.jar to wrapper.config, the error disappears. Reproducible: Always
Created attachment 415680 [details] emerge --info
https://github.com/gentoo/gentoo/pull/619 introduced the latest version available (0.9.23) and should solve this issue, courtesy of tharvik the new maintainer. Give it a go and report back. Thank you.