Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2019 16:03:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        elastic@FreeBSD.org
Subject:   [Bug 241312] sysutils/logstash6 Cipher Error
Message-ID:  <bug-241312-37421-oOGZ6gP1Ug@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241312-37421@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241312-37421@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241312

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

I found the file which fails:

root@113R-dvl:~ # find / -name tcn.h
/wrkdirs/usr/ports/sysutils/logstash6/work/netty-tcnative-netty-tcnative-pa=
rent-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@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241312-37421-oOGZ6gP1Ug>