LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-03-2019, 09:53 AM   #1
tuckthetux
LQ Newbie
 
Registered: Jan 2019
Distribution: antiX
Posts: 8

Rep: Reputation: Disabled
Unable to run Scilab on Debian Testing x64.


Hello!
I installed Scilab via terminal. Installation was fine and 3 menus got created 1. Scilab 2. Scilab Advanced CLI 3. Scilab CLI. But none of them worked! So, I uninstalled and installed it again via Synaptic. Same results as above. Uninstalled again, updated system and installed again via Synaptic, but still no gain. Running scilab in terminal gives following output

Code:
$ scilab
A fatal error has been detected by Scilab.
Please check your user-defined functions (or external module ones) should they appear in the stack trace.
Otherwise you can report a bug on http://bugzilla.scilab.org/ with:
 * a sample code which reproduces the issue
 * the result of [a, b] = getdebuginfo()
 * the following information:
[zwx:30983] Signal: Segmentation fault (11)
[zwx:30983] Signal code: Address not mapped (1)
[zwx:30983] Failing at address: (nil)
 
Call stack:
   1: 0x444108 < >                              (/usr/lib/scilab/libsciast.so.6)
   2: 0x4442c4 < >                              (/usr/lib/scilab/libsciast.so.6)
   3: 0x444584 < >                              (/usr/lib/scilab/libsciast.so.6)
   4: 0x4448bc <defineSCIHOME>                  (/usr/lib/scilab/libsciast.so.6)
   5: 0x4455de <SetScilabEnvironment>           (/usr/lib/scilab/libsciast.so.6)
   6: 0x1b2be0 <StartScilabEngine>              (/usr/lib/scilab/libscilab-cli.so.6)
   7: 0x2350   <main>                           (/usr/bin/scilab-bin)
   8: 0x2409b  <__libc_start_main>              (/lib/x86_64-linux-gnu/libc.so.6)
   9: 0x2dda   < >                              (/usr/bin/scilab-bin)
End of stack
On the other hand, downloading the Scilab package from its website and running
Code:
./bin/scilab
works just fine. But doing this repetitively is tedious at best.

How can I get Scilab running by installation method?
Thank you!

Last edited by tuckthetux; 03-03-2019 at 09:55 AM.
 
Old 03-03-2019, 10:45 PM   #2
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Debian Testing has kind of been frozen for a few days now, when I open synaptic, there is absolutely nothing available for install. I changed my sources from "testing" to "buster" yesterday and same thing, nothing available for installation.

Perhaps something wrong with my local mirror?
Buster is about to bust loose to stable designation which is typically why testing get's frozen.

So...either you installed from repositories a while back, or from another version of Debian?
or haven't done an update in a while.
Can't figure out how you can install something and I can't
 
Old 03-03-2019, 11:29 PM   #3
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Seems to be there ... https://packages.debian.org/search?k...ll&section=all

This bug report seems relevant:
https://bugs.debian.org/cgi-bin/bugr...cgi?bug=884033
 
Old 03-03-2019, 11:42 PM   #4
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Quote:
Originally Posted by descendant_command View Post
Have you tried an update? To see if there is anything available in Synaptic after updating.
Because all I got yesterday was around 10 packages of updates after upgrade command, but nothing available for new installations.

Last edited by Brains; 03-03-2019 at 11:44 PM.
 
Old 03-03-2019, 11:48 PM   #5
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Code:
root@goldendawn::~# aptitude show scilab
Package: scilab                          
Version: 6.0.1-7
State: not installed
Priority: optional
Section: math
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Uncompressed Size: 307 k
Depends: scilab-cli (>= 6.0.1-7), scilab-full-bin
Recommends: scilab-doc (= 6.0.1-7)
Suggests: scilab-doc-fr (= 6.0.1-7), scilab-doc-pt-br (= 6.0.1-7), scilab-doc-ja (= 6.0.1-7)
Description: Scientific software package for numerical computations
 Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems,
 lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... 
 
 This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for
 industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc.
 Modelica capabilities are also provided. 
 
 For a minimum version of scilab, install package "scilab-cli".
Homepage: https://www.scilab.org
Tags: field::electronics, field::mathematics, field::physics, field::statistics, implemented-in::c, implemented-in::fortran, implemented-in::java, interface::graphical, interface::x11,
      role::program, scope::utility, uitoolkit::tk, use::analysing, use::learning, works-with::image, x11::application
 
Old 03-03-2019, 11:50 PM   #6
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Because when Testing is frozen, nothing get's done, halted. Focus is on putting together final configuration for Stable release.
 
Old 03-03-2019, 11:52 PM   #7
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
No new version upgrades - only bug squashing.
So this RC bug should be fixed by release (or the package will be removed).

Last edited by descendant_command; 03-03-2019 at 11:54 PM.
 
Old 03-04-2019, 01:40 AM   #8
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Just a note that once your original command line installation attempt failed, installing through Aptitude wasn't going to make a difference. They are both ways of doing exactly the same thing in this regard.
 
Old 03-05-2019, 01:35 AM   #9
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Quote:
Originally Posted by Brains View Post
Because when Testing is frozen, nothing get's done, halted. Focus is on putting together final configuration for Stable release.
Well, funny how all three of my Debian derivatives, Mint, Debian Testing, and Ubuntu had nothing available in Synaptic for install. I must of managed to do updates when the 2 local mirrors they use were being updated or something, twice over a three day stretch. Apt downloaded metadata both times and there were updates, but nothing for install.

Because Debian Testing/Buster is not supposed to hit full freeze till Mar. 12th. But got a list of available software now, one mirror for Mint still produced nothing but updates so switched to another and got a list of available stuff.
 
  


Reply

Tags
debian stretch



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Unable to run xtream download manager under debian wheezy x64 tousif Linux - Newbie 6 10-15-2013 04:50 AM
FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) Punctual Programming 3 08-07-2013 05:20 PM
OpenSuse 11.2 x64 - just installed along side Win 7 x64 - major prob Linux side thoug KL51 SUSE / openSUSE 7 12-11-2009 05:18 AM
LVM needs e2fsck after Upgrade from Kubuntu 8.10 x64 to 9.04 x64 don_wombat_73 Linux - Newbie 6 04-30-2009 04:13 PM
can i run linux mandriver x64 with windows x64 bit if so wich one should i install fi malmac2000 Linux - Software 2 04-26-2006 07:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration