Hi!
I have some troubles with building scilab. Scilab requires hdf5 and I have community/hdf5 1.10.1-1 installed. But while building scilab a receive error: libhdf5.so.100: cannot open shared object file: No such file or directory (not literally). So to fix it I've tried
sudo ln -s /usr/lib/libhdf5.so.101 /usr/lib/libhdf5.so.100
and recompiled scilab after that. No errors occurred, package building were successful, but I received some warnings and null pointer exceptions while Help Browser was in compilation process. So, I've tested Scilab Help Browser and found its partially out of order: the only operable sections of Scilab Help are
-- Scilab Help >> Scilab
-- Scilab Help >> Differential calculus, Integration
-- Scilab Help >> Elementary Functions
-- Scilab Help >> Linear Algebra
All sections below Linear Algebra are not showing their content without any error messages to terminal. Scilab core (plots and math operations) seems to be OK.
The same situation after downgrading hdf5 to 1.10.0 and subsequent recompilation of scilab.
Can anyone confirm problems with libhdf5.so.100 and Scilab Help Browser?
I suppose strict dependency to libhdf5.so.100 should be fixed.
Best wishes,
yevhen
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.017081 |
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-quiche-gitAUR, 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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 29 Next › Last »
ye_k commented on 2017-10-20 17:35 (UTC)
eolianoe commented on 2017-09-24 10:59 (UTC)
@visionincision: could you try in a clean chroot?
visionincision commented on 2017-09-21 14:10 (UTC)
@eoliano Hi, I have just tried this on a fresh install of Arch and am having the same error. I have verified and attempted to fix my java install with archlinux-java but no dice.
eolianoe commented on 2017-09-11 18:03 (UTC)
@visionincision: the _JAVA_OPTIONS are set by the build but for me there is no trouble to build scilab in a clean chroot
@fernando_morais: are you sure that you are using the latest PKGBUILD??? Because those deps are not used since a while (08/2016 for beanshell2 and 02/2016 for jogl2.2.4)
fernando_morais commented on 2017-09-11 16:48 (UTC) (edited on 2017-09-11 16:51 (UTC) by fernando_morais)
Hello! I face the following error:
error: failed to prepare transaction (could not satisfy dependencies)
I can't build this package because it needs, as dependencies, "beanshell2" and "jogl2.2.4", but their names in the repositories, now, are "beanshell" and "jogl", and I've already installed them.
How can I overcome this error in order to install Scilab?
visionincision commented on 2017-09-06 17:42 (UTC)
I am unable to build this package, with the build failing on the following error
picked up _JAVA_OPTIONS: -Djava.awt.headless=true
Failed to execute SCI/modules/core/etc/core.start:
startModule: Could not find 'SCI/modules/core/macros/lib': Please check that macros have been built.
However, when I view my _JAVA_OPTIONS env variable, it is blank. I have also ensured that it is not being set in /etc/profile.d/jre.sh
I have OpenJDK 8 at the latest version in the arch repo's; 1.8.0_144-b01
eolianoe commented on 2017-08-30 12:51 (UTC)
@visionincision, @uboot: the new version (6.0.0-10) should fix Xcos
visionincision commented on 2017-08-29 16:59 (UTC)
Hi,
I have just installed Scilab using this PKGBUILD and all seems to have gone well, until I attempt to launch Xcos. I am receiving the following exception:
java.lang.RuntimeException: Unable to load the Batik library
However, I can confirm that I have java-batik installed.
eolianoe commented on 2017-08-22 20:08 (UTC)
@mgd: the pkgrel is regularly increased when some rebuild are necessary (see the log), there is sometimes some delay due the lack of free time.
Pinned Comments
carlosal1015 commented on 2024-11-17 18:01 (UTC)
Open issue https://gitlab.com/scilab/scilab/-/issues/16429