Re: scilab

2022-07-16 Thread George N. White III
On Sat, Jul 16, 2022 at 10:28 AM Patrick Dupre wrote: > Hello, > > Also, what is going on with scilab. > It is not anymore in the distribution since fc32 > Nobody stepped up to maintain it, but it is available as a flatpak ___ use

scilab

2022-07-16 Thread Patrick Dupre
Hello, Also, what is going on with scilab. It is not anymore in the distribution since fc32 === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne

Re: scilab

2021-06-28 Thread Patrick Dupre
Now, as a regular user, I get: /usr/bin/chcon: failed to change context of '/usr/local/scilab-6.1.0/bin/scilab-bin' to ‘unconfined_u:object_r:execmem_exec_t:s0’: Operation not permitted Error: Cannot chcon 'scilab-bin' /usr/bin/chcon: failed to change context of '/usr/local/scilab-6.1.0/bin

Re: scilab

2021-06-27 Thread Jonathan Billings
> On Jun 27, 2021, at 17:16, Patrick Dupre wrote: > > echo $LD_LIBRARY_PATH > /usr/lib64/gtk-3.0/modules > > but still > /usr/local/scilab-6.1.0/bin/scilab > Gtk-Message: 23:13:39.716: Failed to load module "pk-gtk-module" > > also: > /usr/local/s

Re: scilab

2021-06-27 Thread Patrick Dupre
echo $LD_LIBRARY_PATH /usr/lib64/gtk-3.0/modules but still /usr/local/scilab-6.1.0/bin/scilab Gtk-Message: 23:13:39.716: Failed to load module "pk-gtk-module" also: /usr/local/scilab-6.1.0/bin/scilab-bin error while loading shared libraries: libscilab-cli.so.6: cannot open shared o

Re: scilab

2021-06-27 Thread Samuel Sieb
On 6/27/21 1:49 PM, John Mellor wrote: On 2021-06-27 9:18 a.m., Patrick Dupre wrote: Hello, Trying to run scilab under fedora34 '/usr/local/scilab-6.1.0/bin/scilab) from the files available on the scilab web site, I get Gtk-Message: 15:06:56.350: Failed to load module "pk-gtk-module&

Re: scilab

2021-06-27 Thread John Mellor
On 2021-06-27 9:18 a.m., Patrick Dupre wrote: Hello, Trying to run scilab under fedora34 '/usr/local/scilab-6.1.0/bin/scilab) from the files available on the scilab web site, I get Gtk-Message: 15:06:56.350: Failed to load module "pk-gtk-module" dnf repoquery --whatprovides 'pk-

scilab

2021-06-27 Thread Patrick Dupre
Hello, Trying to run scilab under fedora34 '/usr/local/scilab-6.1.0/bin/scilab) from the files available on the scilab web site, I get Gtk-Message: 15:06:56.350: Failed to load module "pk-gtk-module" dnf repoquery --whatprovides 'pk-gtk-module' does not provide any information rpmfin

Re: scilab bin

2021-06-19 Thread George N. White III
On Sat, 19 Jun 2021 at 05:05, Barry Scott wrote: > > > > On 18 Jun 2021, at 21:50, Jerry James wrote: > > > > On Fri, Jun 18, 2021 at 2:40 PM Patrick Dupre wrote: > >> But > >> > >> scilab-bin: symbol lookup error: /lib64/libk5cry

Re: scilab bin

2021-06-19 Thread Barry Scott
> On 18 Jun 2021, at 21:50, Jerry James wrote: > > On Fri, Jun 18, 2021 at 2:40 PM Patrick Dupre wrote: >> But >> >> scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: >> EVP_KDF_ctrl, version OPENSSL_1_1_1b > > Take a look

Re: scilab bin

2021-06-18 Thread Samuel Sieb
On 2021-06-18 2:17 p.m., Patrick Dupre wrote: # ldd /lib64/libk5crypto.so.3 | grep crypto libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x7fecb90ca000) libcrypto.so.1.1 => /usr/local/scilab-6.1.0/lib/thirdparty/libcrypto.so.1.1 (0x7f4c37d2d000) And there is your problem

Re: scilab bin

2021-06-18 Thread Patrick Dupre
> Subject: Re: scilab bin > > On 6/18/21 1:38 PM, Patrick Dupre wrote: > > dnf install krb5-libs > > Last metadata expiration check: 0:44:00 ago on Fri 18 Jun 2021 09:47:24 PM > > CEST. > > Package krb5-libs-1.19.1-8.fc34.x86_64 is already installed. > &g

Re: scilab bin

2021-06-18 Thread Samuel Sieb
to do. But scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b I don't know why you're getting that error. # nm -D /lib64/libk5crypto.so.3 | grep EVP_KDF_ctrl U EVP_KDF_ctrl@@OPENSSL_1_1_1b # ldd /lib64/libk5crypto.so

Re: scilab bin

2021-06-18 Thread Jerry James
On Fri, Jun 18, 2021 at 2:40 PM Patrick Dupre wrote: > But > > scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: > EVP_KDF_ctrl, version OPENSSL_1_1_1b Take a look here: https://bugzilla.redhat.com/show_bug.cgi?id=1829790 This seems to mean that scilab

Re: scilab bin

2021-06-18 Thread Patrick Dupre
> > On 18/06/2021 04:22, Patrick Dupre wrote: > > Still trying to run scilab:: > > scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: > > EVP_KDF_ctrl, version OPENSSL_1_1_1b > > > > dnf repoquery --whatprovides 'libk5crypto.so

Re: scilab bin

2021-06-17 Thread Ed Greshko
On 18/06/2021 04:22, Patrick Dupre wrote: Still trying to run scilab:: scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b dnf repoquery --whatprovides 'libk5crypto.so.3' [egreshko@meimei ~]$ dnf repoquery --whatprovides

Re: scilab bin

2021-06-17 Thread Patrick Dupre
Still trying to run scilab:: scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b dnf repoquery --whatprovides 'libk5crypto.so.3' Traceback (most recent call last): File "/usr/bin/dnf", line 57, in from dnf.cli import m

Re: scilab bin

2021-06-16 Thread Samuel Sieb
On 2021-06-16 1:32 p.m., Patrick Dupre wrote: OK, very good, thanks now scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory dnf repoquery --whatprovides libjava.so java-11-openjdk-headless-1:11.0.11.0.9-4.fc34.i686 java-11

Re: scilab bin

2021-06-16 Thread Patrick Dupre
OK, very good, thanks now scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory dnf repoquery --whatprovides libjava.so java-11-openjdk-headless-1:11.0.11.0.9-4.fc34.i686 java-11-openjdk-headless-slowdebug-1:11.0.11.0.9-4.fc34

Re: scilab bin

2021-06-13 Thread Samuel Sieb
On 6/13/21 2:26 PM, Patrick Dupre wrote: Trying to install scilab 6.1.0 from scilab-6.1.0.bin.linux-x86_64.tar.gz I got: scilab-bin: error while loading shared libraries: libldap-2.4.so.2: cannot open shared object file: No such file or directory I could bit find libldap only penldap

scilab bin

2021-06-13 Thread Patrick Dupre
Trying to install scilab 6.1.0 from scilab-6.1.0.bin.linux-x86_64.tar.gz I got: /usr/bin/chcon: failed to change context of '/usr/local/scilab-6.1.0/bin/scilab-bin' to ‘unconfined_u:object_r:execmem_exec_t:s0’: Operation not permitted Error: Cannot chcon 'scilab-bin' /usr/bin/chcon: failed

Re: scilab

2021-06-13 Thread Patrick Dupre
t.org > Subject: Re: scilab > > Hi, > > Patrick Dupre wrote: > > It seems that scilab has be withdrawn from the distribution. > > Is it correct? If yes, is there a reason? > > It is. It appears that no one stepped up to maintain it. > After 6+ weeks with no maintain

Re: scilab

2021-06-13 Thread Todd Zullinger
Hi, Patrick Dupre wrote: > It seems that scilab has be withdrawn from the distribution. > Is it correct? If yes, is there a reason? It is. It appears that no one stepped up to maintain it. After 6+ weeks with no maintainer, it was removed. This happened almost exactly one year ago

scilab

2021-06-13 Thread Patrick Dupre
Hello, It seems that scilab has be withdrawn from the distribution. Is it correct? If yes, is there a reason? === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire

Re: scilab

2020-06-05 Thread stan via users
On Fri, 5 Jun 2020 08:35:26 -0300 "George N. White III" wrote: > jgraphx-3.6.0.0-9.fc31.noarch.rpm I saw that but decided to go with the older version, as I was using older versions of everything else, and had more likelihood of compatibility with the older version. And it has been the same

Re: scilab

2020-06-05 Thread stan via users
On Thu, 4 Jun 2020 18:30:28 -0500 (CDT) Michael Hennebry wrote: > What is "the degeneration of the Java stack in Fedora"? Many of the packages have lost maintainers, and because they failed to build over time, have been orphaned. That affects other packages that use them as dependencies,

Re: scilab

2020-06-05 Thread George N. White III
On Thu, 4 Jun 2020 at 16:12, stan via users wrote: > On Thu, 4 Jun 2020 08:55:57 -0700 > stan wrote: > > > On Thu, 4 Jun 2020 11:19:15 -0400 > > Jonathan Billings wrote: > > > > > On Thu, Jun 04, 2020 at 04:41:45PM +0200, Patrick Dupre wrote: > > &g

Re: scilab

2020-06-04 Thread Michael Hennebry
On Thu, 4 Jun 2020, stan via users wrote: software well enough to check it, though. Should also work on F32. I think the issue is related to the degeneration of the Java stack in Fedora. If I had to guess, I would say that is happening because java is more popular in enterprises than with

Re: scilab

2020-06-04 Thread stan via users
On Thu, 4 Jun 2020 08:55:57 -0700 stan wrote: > On Thu, 4 Jun 2020 11:19:15 -0400 > Jonathan Billings wrote: > > > On Thu, Jun 04, 2020 at 04:41:45PM +0200, Patrick Dupre wrote: > > > I cannot install scilab on fc32 Just for fun I decided to see if I could

Re: scilab

2020-06-04 Thread stan via users
On Thu, 4 Jun 2020 11:19:15 -0400 Jonathan Billings wrote: > On Thu, Jun 04, 2020 at 04:41:45PM +0200, Patrick Dupre wrote: > > I cannot install scilab on fc32 > > The package was orphaned by its maintainer[1], and is failing to > install on Fedora 32, which will likel

Re: scilab

2020-06-04 Thread Jonathan Billings
On Thu, Jun 04, 2020 at 04:41:45PM +0200, Patrick Dupre wrote: > I cannot install scilab on fc32 The package was orphaned by its maintainer[1], and is failing to install on Fedora 32, which will likely lead to it being removed at the next release[2]. It looks like the install dependencies a

scilab

2020-06-04 Thread Patrick Dupre
Hello, I cannot install scilab on fc32 === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex