[Bug 243611] print/pdflib: fail to build with JAVA option
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 26 11:49:41 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243611
Bug ID: 243611
Summary: print/pdflib: fail to build with JAVA option
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: tommyhp2 at gmail.com
===> The following configuration options are available for pdflib-7.0.5_5:
DOCS=off: Build and/or install documentation
JAVA=on: Build Java bindings
PERL=on: Build perl bindings
===> Use 'make config' to modify these settings
../../../libtool --silent --mode=link cc -o libpdf_java.la pdflib_java.lo
-module -rpath /usr/local/lib \
-fstack-protector-strong ../../../libs/pdflib/libs_libpdf.la -lm
rm -rf com
mkdir com
mkdir com/pdflib
javac -classpath pdflib.jar:. -source 1.4 PDFlibException.java pdflib.java
warning: [options] bootstrap class path not set in conjunction with -source 1.4
error: Source option 1.4 is no longer supported. Use 6 or later.
gmake[4]: *** [Makefile:68: pdflib.jar] Error 2
gmake[4]: Leaving directory
'/wrkdirs/usr/ports/print/pdflib/work/PDFlib-Lite-7.0.5p3/bind/pdflib/java'
gmake[3]: *** [../../config/mksubdirs.inc:17: all] Error 2
gmake[3]: Leaving directory
'/wrkdirs/usr/ports/print/pdflib/work/PDFlib-Lite-7.0.5p3/bind/pdflib'
gmake[2]: *** [../config/mksubdirs.inc:17: all] Error 2
gmake[2]: Leaving directory
'/wrkdirs/usr/ports/print/pdflib/work/PDFlib-Lite-7.0.5p3/bind'
gmake[1]: *** [config/mksubdirs.inc:17: all] Error 2
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/print/pdflib/work/PDFlib-Lite-7.0.5p3'
*** Error code 1
Stop.
make: stopped in /usr/ports/print/pdflib
====================================================================================================================
# JAVA_VERSION List of space-separated suitable java versions for the
# port. An optional "+" allows you to
specify a range of
# versions. (allowed values: 7[+] 8[+]
11[+] 12[+] 13[+])
from Mk/bsd.java.mk
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list