version scilab 6.0.2-1 - multiple compile-time errors like "template with C linkage", for example: /usr/include/c++/9.1.0/memory:146:1: error: template with C linkage 146 | template <typename _Tp> | ^~~~~~~~ ...... make[3]: [Makefile:1147: src/cpp/libscicompletion_algo_la-XMLFieldsGetter.lo] Error 1 make[3]: Leaving directory '/tmp/yaourt-tmp-element/aur-scilab/src/scilab-6.0.2/modules/completion' make[2]: [Makefile:815: all] Error 2 make[2]: Leaving directory '/tmp/yaourt-tmp-element/aur-scilab/src/scilab-6.0.2/modules/completion' make[1]: [Makefile:827: all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-element/aur-scilab/src/scilab-6.0.2/modules' make: [Makefile:1601: all-recursive] Error 1
Search Criteria
Package Details: scilab 2025.0.0-1
Package Actions
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.014222 |
First Submitted: | 2011-12-07 20:36 (UTC) |
Last Updated: | 2024-10-26 02:56 (UTC) |
Dependencies (16)
- arpack (arpack-gitAUR)
- bwidgetAUR
- eigen (eigen-gitAUR)
- fftw
- hdf5-openmpi
- libmatio (libmatio-gitAUR)
- suitesparse
- ant (ant-gitAUR) (make)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- ocaml-num (make)
- pcre (make)
- pkgconf (pkgconf-gitAUR) (make)
- time (time-gitAUR) (make)
- tk (tk-fossilAUR) (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 29 Next › Last »
tavla commented on 2019-06-20 11:01 (UTC) (edited on 2019-06-21 07:36 (UTC) by tavla)
ragoreco commented on 2019-05-14 13:09 (UTC)
I've been trying to install Scilab from AUR, and all goes well until it starts linking. I have the following error: In file included from src/cpp/XMLDocFieldsGetter.hxx:24, from src/cpp/XMLFieldsGetter.cpp:24: ../../modules/xml/src/cpp/XMLDocument.hxx:26:1: note: 'extern "C"' linkage started here extern "C" ^~~~~~~~~~ make[3]: [Makefile:1147: src/cpp/libscicompletion_algo_la-XMLFieldsGetter.lo] Error 1 make[3]: Leaving directory '/var/tmp/pamac-build-rgonzalez/scilab/src/scilab-6.0.2/modules/completion' make[2]: [Makefile:815: all] Error 2 make[2]: Leaving directory '/var/tmp/pamac-build-rgonzalez/scilab/src/scilab-6.0.2/modules/completion' make[1]: [Makefile:827: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/pamac-build-rgonzalez/scilab/src/scilab-6.0.2/modules' make: [Makefile:1601: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
Is anybody having the same issue? Can someone indicate me how to fix this error?. I know I can go Scilab website and download the package, it works fine. However, I want to get it installed from AUR.
Thanks
dbarbosa0 commented on 2019-04-05 13:18 (UTC) (edited on 2019-04-05 13:20 (UTC) by dbarbosa0)
People, i tried install the scilab, but this error appeared: .cache/pacaur/scilab/src/scilab-6.0.2/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/xmlloader/CSSParser.java:17: error: package javax.annotation does not exist
Can someone help me?
Thanks
eolianoe commented on 2019-03-04 20:28 (UTC)
@Xwang: sorry, I forgot to test in a clean chroot...
Xwang commented on 2019-03-03 23:48 (UTC)
I had to install time to solve a compile error (/usr/bin/time not found). I suggest to add time to the compile depends.
hifigraz commented on 2018-11-24 13:49 (UTC)
Build Error cannot satisfy apache-ant>=1.9 Changed buildfile to ant>=1.9 and it builds and installs.
Start from start menu but immediately exits.
Anyhow it starts from commandline ....
haawda commented on 2018-10-06 14:57 (UTC)
Builds fine here.
adrien20000 commented on 2018-10-05 08:17 (UTC)
Hello,
It's seems that the PKGBUILD bug in "package()" after this step : "Buildfile: /tmp/pamac-build-adrien/scilab/src/scilab-6.0.1/modules/graph/build.xml".
Thank for help.
Potomac commented on 2018-06-27 01:53 (UTC)
scilab 6 has a bug related to jogl jar library, if mesa version is >= 17.2 then scilab will be unable to use graphic hardware acceleration, no graph plotting,
in the console we can read these error logs : javax.media.opengl.GLException: X11GLXDrawableFactory - Could not initialize shared resources for :0 at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:317) at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:295) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NullPointerException at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:625) at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:539) at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:293) ... 2 more
the solution is to build scilab with a beta version of jogl (2.3.3), or to disable gpu hardware acceleration :
export LIBGL_ALWAYS_SOFTWARE=1
petronny commented on 2018-05-17 16:24 (UTC) (edited on 2018-05-20 19:01 (UTC) by petronny)
Can't build with java-enviroment>8.
First, I get configure: error: Cannot find javah
And I can fix it by
export JAVAH=/usr/bin/javah
.
And then, I get some gramma errors.
Changing java-runtime>=8
and java-enviroment>=8
to
java-runtime=8
and java-enviroment=8
works fine.
Pinned Comments
carlosal1015 commented on 2024-11-17 18:01 (UTC)
Open issue https://gitlab.com/scilab/scilab/-/issues/16429