[Bug 191523] New: math/scilab does not compile with openjdk7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 1 05:46:00 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191523
Bug ID: 191523
Summary: math/scilab does not compile with openjdk7
Product: Ports Tree
Version: Latest
Hardware: amd64
OS: Any
Status: Needs Triage
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: kenji at k2r.org
Created attachment 144304
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144304&action=edit
config.log.txt
uname -a:
FreeBSD minimax.priv.k2r.org 10.0-STABLE FreeBSD 10.0-STABLE #39 r267845: Wed
Jun 25 08:59:13 JST 2014
root at minimax.priv.k2r.org:/usr/obj/usr/src/sys/K2RKERNEL amd64
math/scilab (scilab-5.3.3_9) does not build due to (see config.log.txt):
1) libhpi.so does not exist in openjdk7 (in /usr/local/openjdk7/jre/lib) (see
make.result.txt)
2) javadoc generates error if locale is C (a source code line with UTF-8 entry
causes error) (javac generates the same error but does not stop compiling) (see
make.excerpt.utf8.txt)
Workarounds:
(see patch-to-port.patch.txt)
The error 1) can be circumvented with a patch on ./configure.
The error 2) can be circumvented with adding LANG, LC_CTYPE, and LC_ALL as
en_US.UTF-8 to MAKE_ENV in Makefile.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list