svn commit: r523723 - head/math/scilab

Antoine Brodin antoine at FreeBSD.org
Tue Jan 21 13:23:11 UTC 2020


Author: antoine
Date: Tue Jan 21 13:23:10 2020
New Revision: 523723
URL: https://svnweb.freebsd.org/changeset/ports/523723

Log:
  Mark BROKEN: fails to build
  
  LANG=C LC_ALL=en_US.UTF-8 SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 ./bin/scilab-adv-cli -noatomsautoload -nb -l en_US -nouserstartup -e "try xmltojar([],[],'en_US');catch disp(lasterror()); exit(-1);end;exit(0);"
  Could not access to the Main Scilab Class:
  Exception in thread "main" java.lang.ExceptionInInitializerError
  	at org.scilab.modules.localization.Messages.gettext(Unknown Source)
  	at org.scilab.modules.commons.xml.XConfiguration.<clinit>(Unknown Source)
  	at org.scilab.modules.core.Scilab.<clinit>(Unknown Source)
  Caused by: java.lang.NullPointerException
  	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847)
  	at java.lang.Runtime.loadLibrary0(Runtime.java:871)
  	at java.lang.System.loadLibrary(System.java:1124)
  	at org.scilab.modules.localization.MessagesJNI.<clinit>(Unknown Source)
  	... 3 more
  
  Reported by:	pkg-fallout

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Tue Jan 21 13:21:55 2020	(r523722)
+++ head/math/scilab/Makefile	Tue Jan 21 13:23:10 2020	(r523723)
@@ -16,6 +16,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/COPYING-BSD
 
+BROKEN=		fails to build
+
 # A partial dependencies list can be found at:
 # http://wiki.scilab.org/Dependencies_of_Scilab_5.X
 LIB_DEPENDS=	libxml2.so:textproc/libxml2 \


More information about the svn-ports-all mailing list