maintainer-feedback requested: [Bug 237158] java/openjdk12: can not build on 11-STABLE (configure error: libjpeg is not found)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 9 12:17:38 UTC 2019
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-java mailing list
<java at 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=237158
--- Description ---
java/openjdk12 can not be built on FreeBSD 11.2-STABLE. Configure can not find
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=system specified, but jpeglib.h not found!
configure exiting with result code 1
% ls /usr/local/include/jpeglib.h
/usr/local/include/jpeglib.h
%
More information about the freebsd-java
mailing list