Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Apr 2019 12:17:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 237158] java/openjdk12: can not build on 11-STABLE (configure error: libjpeg is not found)
Message-ID:  <bug-237158-8522-I3m2gbpYik@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237158-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237158-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-java mailing l=
ist
<java@FreeBSD.org> for maintainer-feedback:
Bug 237158: java/openjdk12: can not build on 11-STABLE (configure error:
libjpeg is not found)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237158



--- Description ---
java/openjdk12 can not be built on FreeBSD 11.2-STABLE. Configure can not f=
ind
jpeg.h. I've tried to add "--with-libjpeg-include" / "--with-libjpeg-lib" (=
as
is done for libgif), but "configure" complains about these options:

Using freetype: system
checking for which libjpeg to use... system
checking for JPEG... no
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
configure: error: --with-libjpeg=3Dsystem specified, but jpeglib.h not foun=
d!
configure exiting with result code 1

% ls /usr/local/include/jpeglib.h
/usr/local/include/jpeglib.h
%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237158-8522-I3m2gbpYik>