Since almost 2 weeks I am unable to build beecrypt. I have no idea, what the actual problem is. Attached is the build log and the emerge info. My guess is that the directory where jni.h resides in (/usr/lib64/icedtea7/include) is not pushed as include directory. Reproducible: Always
Created attachment 335148 [details] build.log
Created attachment 335150 [details] emerge --info
Probably needs jdk:1.6 Also, this package is orphan, if you want to help with it, please look at: http://my.opera.com/pacho/blog/2012/11/27/about-maintainer-needed
Installing jdk:1.6 did not help... However it is solved now. The following problem was there: The configure script checks whether there is gcj. On my pc gcj could be found in the PATH. However this was from an old install of gcc, since I do not have gcj enabled anymore (I do not know, why it was not correctly uninstalled by portage???)... Fallback if gcj is not found, is looking for the java jdk. After removing by hand the binary gcj everything works fine again. From my side this bug can be closed, however I'm wondering why portage did not unmerge gcj when I rebuilt gcc without gcj useflag...
Thanks for your investigation