Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2020 13:23:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523723 - head/math/scilab
Message-ID:  <202001211323.00LDNAjW019247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001211323.00LDNAjW019247>