@bartus is there anything I can do to solve it or is it an upstream bug?
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.001935 |
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-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 .. 29 Next › Last »
Xwang commented on 2020-05-16 14:55 (UTC)
bartus commented on 2020-05-16 14:13 (UTC)
@Xwag: this error is caused by including libxml
headers in extern "C"
section, forcing C style linkage.
Xwang commented on 2020-05-15 09:49 (UTC) (edited on 2020-05-15 10:06 (UTC) by Xwang)
Even though I've jdk8 and compiled the jgraphx 3.7.4, I still have the following issue:
checking lucene-core... no configure: error: Could not find or use the Java package/jar lucene-core used by Lucene (looking for package org.apache.lucene.LucenePackage) ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta... :: Unable to build scilab - makepkg exited with code: 4
The apache-lucene package v.8.5.1-1 is installed, but it seems to contain only this file: /usr/share/licenses/apache-lucene/license.txt
EDIT: I've reinstalled the apache-lucene and now it has correctly populated the /usr/share/java/apache-lucene folder. Now the building process starts but it terminates with this build error:
/usr/include/unicode/ucnv.h:585:1: error: conflicting declaration of C function ‘void icu_67::swap(icu_67::LocalUConverterPointer&, icu_67::LocalUConverterPointer&)’ 585 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, ucnv_close); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/unicode/uenum.h:68:1: note: previous declaration ‘void icu_67::swap(icu_67::LocalUEnumerationPointer&, icu_67::LocalUEnumerationPointer&)’ 68 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: [Makefile:883: src/cpp/libscifunctions_manager_la-dynamic_modules.lo] Errore 1 make[2]: uscita dalla directory «/home/andreak/tmp/trizen-andreak/scilab/src/scilab-6.1.0/modules/functions_manager» make[1]: [Makefile:844: all-recursive] Errore 1 make[1]: uscita dalla directory «/home/andreak/tmp/trizen-andreak/scilab/src/scilab-6.1.0/modules» make: *** [Makefile:1608: all-recursive] Errore 1 ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta... :: Unable to build scilab - makepkg exited with code: 4
Which maybe is related to this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959756
petronny commented on 2020-05-15 06:20 (UTC)
We need a package called jgraphx-jre8
at version 3.7.4
.
@TheGoliath Could you add it to AUR?
petronny commented on 2020-05-15 06:18 (UTC)
@Xwang
The build process is searching for javah
.
It's only provided in jdk8 and removed in jdk10.
Xwang commented on 2020-05-13 22:29 (UTC)
I've compiled the jgraphx package and now I have the following error:
checking lucene-core... no configure: error: Could not find or use the Java package/jar lucene-core used by Lucene (looking for package org.apache.lucene.LucenePackage) ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta... :: Unable to build scilab - makepkg exited with code: 4
Pinned Comments
carlosal1015 commented on 2024-11-17 18:01 (UTC)
Open issue https://gitlab.com/scilab/scilab/-/issues/16429