[Bug 1825037] Re: scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco and eoan

2019-06-12 Thread Tiago Stürmer Daitx
** Description changed:

+ [Impact]
+ 
+  * Scilab does not show console prompt and freezes.
+  * Scilab requires additional fixes to properly work with OpenJDK 11, thus it 
needs to be backported to releases that have openjdk-lts as the default-jdk.
+  * The bug was caused by the failure to load modules, which had their service 
files removed during build time.  The change was introduced in scilab 6.0.1-4, 
which started using find to remove all empty files during build time, that 
caused some required (although empty) files from the modules to be removed as 
well, thus causing scilab to fail to find and load these modules.
+ 
+ 
+ [Test Case]
+ 
+  1. run scilab-cli
+  2. verify that it reports missing modules and that it hangs
+ ```
+ $ scilab-cli
+ commons module not found.
+ graphic_objects module not found.
+ ui_data module not found.
+ graph module not found.
+ history_browser module not found.
+ slint module not found.
+ coverage module not found.
+ 
+ ```
+ 
+ With the fix applied scilab-cli should load and show a prompt to the user
+ ```
+ $ scilab-cli  

  Scilab 6.0.2 (May 21 2019, 20:36:16)
+ 
+ -->
+ ```
+ 
+ 
+ [Regression Potential]
+ 
+  * This change only prevent empty files in scilab source from being
+ removed during build time. No side-effect (except for getting the
+ modules working again) is known.
+ 
+ 
+ [Original Report]
  Steps to reproduce:
  1. Have Ubuntu 18.04.2 LTS installed with all updates
  2. Install latest Scilab package (6.0.1-7ubuntu1~18.04)
  3. Launch Scilab CLI with `scilab-cli` or `scilab-adv-cli`
  
  Expected results:
  * Scilab shows its console prompt
  
  Actual results:
  * Scilab does not show console prompt and freezes with the following messages:
  
  ```
  $ scilab-cli
  commons module not found.
  graphic_objects module not found.
  ui_data module not found.
  graph module not found.
  history_browser module not found.
  slint module not found.
  coverage module not found.
  
  ```
  
  ```
- $ scilab-adv-cli 
+ $ scilab-adv-cli
  Picked up _JAVA_OPTIONS: 

[Bug 1825037] Re: scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco and eoan

2019-05-23 Thread Norbert
Please backport the fix to Ubuntu 18.04 Bionic Beaver (LONG TERM SUPPORT
release).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825037

Title:
  scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco
  and eoan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825037] Re: scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco and eoan

2019-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package scilab - 6.0.2-0ubuntu2

---
scilab (6.0.2-0ubuntu2) eoan; urgency=medium

  [ Alexis Murzeau ]
  * Fix a startup issue with scilab-cli & scilab-adv-cli. (Closes: #907607,
LP: #1825037)

 -- Tiago Stürmer Daitx   Tue, 21 May 2019
20:36:16 +

** Changed in: scilab (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825037

Title:
  scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco
  and eoan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825037] Re: scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco and eoan

2019-05-19 Thread Bug Watch Updater
** Changed in: scilab (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825037

Title:
  scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco
  and eoan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825037] Re: scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco and eoan

2019-05-13 Thread Aidan Walton
This Bug report and workaround works for me:

https://www.mail-archive.com/debian-bugs-
d...@lists.debian.org/msg1679259.html

I assume Ubuntu picked up the same...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825037

Title:
  scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco
  and eoan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825037] Re: scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco and eoan

2019-04-24 Thread Francis Ginther
** Tags added: id-5cbf8cd59e0abe4d0844735a

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825037

Title:
  scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco
  and eoan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1825037] Re: scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco and eoan

2019-04-21 Thread Norbert
** Summary changed:

- scilab-cli and scilab-adv-cli does not start on bionic, cosmic and disco
+ scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco and eoan

** Tags added: eoan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825037

Title:
  scilab-cli and scilab-adv-cli does not start on bionic, cosmic, disco
  and eoan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1825037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs