Date: Tue, 01 Jul 2014 05:46:00 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191523] New: math/scilab does not compile with openjdk7 Message-ID: <bug-191523-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: kenji@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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191523-13>