Package Details: scilab 2025.0.0-1

Git Clone URL: https://aur.archlinux.org/scilab.git (read-only, click to copy)
Package Base: scilab
Description: A scientific software package for numerical computations
Upstream URL: https://www.scilab.org
Keywords: algorithm analysis data development gui mathematics model modelica numeric numerical science scientific sdk simulation visualization
Licenses: BSD-3-Clause, GPL-2.0-or-later, CeCILL-2.1
Submitter: td123
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 86
Popularity: 0.017081
First Submitted: 2011-12-07 20:36 (UTC)
Last Updated: 2024-10-26 02:56 (UTC)

Pinned Comments

carlosal1015 commented on 2024-11-17 18:01 (UTC)

Open issue https://gitlab.com/scilab/scilab/-/issues/16429

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 29 Next › Last »

bartus commented on 2020-05-11 15:48 (UTC) (edited on 2020-05-11 16:12 (UTC) by bartus)

@issue_no1: you have to build jgraphx against jre=8. Otherwise you get this error while running ./configure:

/usr/lib/jvm/java-8-openjdk/bin/java conftestSharedChecker "jgraphx" "com.mxgraph.view.mxGraph" "/usr/share/java/jgraphx/jgraphx.jar:." "VERSION" "2.0.0.1" ""
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/mxgraph/view/mxGraph has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

Last official jgraph build whih jre8 support was 3.7.4.

issue_no1 commented on 2020-05-08 23:59 (UTC) (edited on 2020-05-09 00:14 (UTC) by issue_no1)

the jogl patch got an update due to the switch from scilab 6.0.2 to 6.1 - https://codereview.scilab.org/#/c/17530/

looks like the lucent patch is not needed anymore.

But I failed compiling by missing jgraphx, even if I already have this on my system. - Really don't know how so solve this.

compiling leads to to following

...
checking jgraphx... no
configure: error: Could not find or use the Java package/jar jgraphx used by Diagram design (looking for package com.mxgraph.view.mxGraph)

bartus commented on 2020-05-07 09:24 (UTC) (edited on 2020-05-07 09:26 (UTC) by bartus)

@TheGoliath: jogl and lucent patches doesn't apply ( prepare.log ) rest seems fine.

otreblan commented on 2020-05-06 20:57 (UTC) (edited on 2020-05-06 20:57 (UTC) by otreblan)

prepare() fails

Xwang commented on 2020-04-26 14:02 (UTC)

I get the same configuration error related to jgraphx as @otreblan an @swilde

swilde commented on 2020-04-08 09:29 (UTC)

As reported by @otreblan build fails for me, too:

configure: error: Could not find or use the Java package/jar jgraphx used by Diagram design (looking for package com.mxgraph.view.mxGraph) ==> ERROR: A failure occurred in build().

'jgraphx' is installed though:

pacman -Q jgraphx

jgraphx 4.1.0-1

otreblan commented on 2020-03-26 13:04 (UTC)

AC_JAVA_CHECK_JAR doesn't find jgraphx.

configure: error: Could not find or use the Java package/jar jgraphx used by Diagram design (looking for package com.mxgraph.view.mxGraph)

thegala commented on 2020-02-23 11:11 (UTC)

Hello, I can't build scilab pacakge. This is error message:

/usr/bin/ld: ./modules/.libs/libscilab-cli.so: undefined reference to `get_full_pathW(wchar_t*, wchar_t const*, unsigned long)' /usr/bin/ld: ./modules/.libs/libscilab-cli.so: undefined reference to `pathconvertW(wchar_t const*, BOOL, BOOL, PathConvertType)' /usr/bin/ld: ~/.cache/yay/scilab/src/scilab-6.0.2/modules/functions_manager/.libs/libscifunctions_manager.so: undefined reference to `loadOnUseClassPath(char const*)' /usr/bin/ld: ./modules/.libs/libscilab-cli.so: undefined reference to `FileExist(char const*)' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:1215: scilab-bin] Error 1 make[1]: Leaving directory '~/.cache/yay/scilab/src/scilab-6.0.2' make: *** [Makefile:1601: all-recursive] Error 1

Problem with linker? Anyone now solution.

Jino commented on 2019-10-15 13:51 (UTC) (edited on 2019-10-16 07:01 (UTC) by Jino)

I just build and installed scilab for the first time. Unfortunately I cannot run it. I get an error: Error parsing gtk-icon-sizes string: ''

Does anybody experiences the same error? I am running xfce on latest arch. Furthermore I tried the same on my laptop with manjaro+xfce. Same result.

Edit: It seems that this issue is not xfce-related. I evaded the gtk error as suggested in the xfce forum. Now I don´t get any error anymore but still scilab won´t start as described before.

https://forum.xfce.org/viewtopic.php?id=13447

Edit#2: I removed this package and installed scilab-bin instead. Somehow, it works now. Note: I also tried to make different jdk versions default before. This also didnt make a different when trying to start scilab.

joren.ideas commented on 2019-08-20 18:43 (UTC) (edited on 2019-08-20 19:07 (UTC) by joren.ideas)

@ragoreco @tavla I found a solution, having the same problem before. Go into the directory where the Scilab aur package was downloaded, into src/scilab-6.0.2 or such, and edit ./modules/xml/src/cpp/XMLDocument.hxx Around line 26 will be "extern C {". remove that, as well as the next closing bracket.

There's also another of the same error. Just do the same thing with: ./modules/scicos/includes/XMIResource.hxx

After that finishes, run sudo make install.

I believe the reason for the error is some changes in xml.h that now has c++ code in it or something, conflicting with the whole "extern C" stuff.