[Bug 241312] sysutils/logstash6 Cipher Error

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 22 16:03:19 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241312

--- Comment #19 from Dan Langille <dvl at FreeBSD.org> ---
I wish I knew more about how this code looks for .h files 

I found the file which fails:

root at 113R-dvl:~ # find / -name tcn.h
/wrkdirs/usr/ports/sysutils/logstash6/work/netty-tcnative-netty-tcnative-parent-2.0.12.Final/openssl-dynamic/src/main/c/tcn.h


Looking in that file, I find the include statement:


# grep jni.h tcn.h
#include <jni.h>

It exists at /usr/local/openjdk8/include/jni.h

root at 113R-dvl:~ # pkg which /usr/local/openjdk8/include/jni.h
/usr/local/openjdk8/include/jni.h was installed by package
openjdk8-8.232.09.1_1


For fun, I changed the include line to:

#include "/usr/local/openjdk8/include/jni.h"

Then it builds.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-elastic mailing list