Your message dated Fri, 30 Oct 2015 10:50:28 +0000
with message-id <[email protected]>
and subject line Bug#791990: fixed in scilab 5.5.2-2
has caused the Debian Bug report #791990,
regarding scilab doesn't work on arm64: could not find the Java configuration 
for the model <aarch64>
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
791990: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791990
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: scilab
Version: 5.5.2-1
Severity: important
Tags: patch
Forwarded: http://bugzilla.scilab.org/show_bug.cgi?id=13931
User: [email protected]
Usertags: arm64 port

While scilab is available on arm64, it doesn't actually work:

$ /usr/bin/scilab
Could not find the Java configuration for the model <aarch64>. Please contact 
us on http://bugzilla.scilab.org
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot 
open shared object file: No such file or directory

A patch is attached.

Unfortunately, we then get another error, which seems to be a problem
in gluegen2.  I'll file a bug.

(sid)112:tbm@m400-c2n1: ..cilab-5.5.2/debian/patches] /usr/bin/scilab
Could not create a Scilab main class. Error:
Exception in thread "main" java.lang.ExceptionInInitializerError
        at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:120)
        at org.scilab.modules.gui.SwingView.<init>(Unknown Source)
        at org.scilab.modules.gui.SwingView.registerSwingView(Unknown Source)
        at org.scilab.modules.core.Scilab.<init>(Unknown Source)
Caused by: java.lang.RuntimeException: Please port CPU detection to your 
platform (linux/aarch64)
        at 
jogamp.common.os.PlatformPropsImpl.getCPUTypeImpl(PlatformPropsImpl.java:304)
        at 
jogamp.common.os.PlatformPropsImpl.<clinit>(PlatformPropsImpl.java:134)
        ... 4 more

Scilab cannot create Scilab Java Main-Class (we have not been able to find the 
main Scilab class. Check if the Scilab and thirdparty packages are available).


-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard
Description: Fix Aarch64 detection
Author: Martin Michlmayr <[email protected]>

--- scilab-5.5.2.orig/bin/scilab
+++ scilab-5.5.2/bin/scilab
@@ -540,6 +540,9 @@ detect_java_vm() {
                         armv*)
                             proc="arm"
                             ;;
+                        aarch64)
+                            proc="aarch64"
+                            ;;
                         *)
                             echo "Could not find the Java configuration for the model <${MODEL}>. Please contact us on http://bugzilla.scilab.org";
                             ;;

--- End Message ---
--- Begin Message ---
Source: scilab
Source-Version: 5.5.2-2

We believe that the bug you reported is fixed in the latest version of
scilab, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gilles Filippini <[email protected]> (supplier of updated scilab package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 30 Oct 2015 00:26:29 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-minimal-bin-dbg scilab-full-bin-dbg scilab-doc 
scilab-doc-fr scilab-doc-pt-br scilab-doc-ja scilab-test
Architecture: source all amd64
Version: 5.5.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Description:
 scilab     - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (english documentations)
 scilab-doc-fr - Scientific software package (french documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-full-bin-dbg - Scientific software package (scilab debugging symbols)
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-minimal-bin-dbg - Scientific software package (scilab-cli debugging 
symbols)
 scilab-test - Scientific software package for numerical computations (test file
Closes: 791990 798652
Changes:
 scilab (5.5.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Build against gluegen2 and libjogl2-java 2.3.2 (closes: #791990,
     #798652):
     - New patch libjogl2-java-2.3.2.diff to adapt to jogamp 2.3.2
     - Bump the versioned build-depends and depends on libjogl2-java
       >= 2.3.2
     - Complete patch jvm-archdir-ppc64le.diff to fix bin/scilab.
   * Refresh patch aarch64-detection.patch.
Checksums-Sha1:
 79969110016f1808c9637cfa168425c9c8a151a0 3612 scilab_5.5.2-2.dsc
 f1c8f849b7e1f1538f0aae1120689b76bfd5d7c6 42368 scilab_5.5.2-2.debian.tar.xz
 ddaa6b30a02f3fa619c5739bbb16364ec44a0dab 510810 scilab-cli_5.5.2-2_all.deb
 0a31f8a2c1d7f4d046c44f8f998bf5faf34a0ab5 35155718 scilab-data_5.5.2-2_all.deb
 c5c36837a557ec64b1579320e617f25dfe830b4b 7248778 scilab-doc-fr_5.5.2-2_all.deb
 8be97837c4ff11349d75328eda6a926fc5899aa8 7491012 scilab-doc-ja_5.5.2-2_all.deb
 6b99add4d5e6ce1461b590f2536a9d089f245a3d 7069016 
scilab-doc-pt-br_5.5.2-2_all.deb
 edb37b4a96903b5e830ee4962058a7b49e107e59 7950600 scilab-doc_5.5.2-2_all.deb
 dbe6ddff2ccc0207a1dfb31c60f1dc122abc6551 3409386 
scilab-full-bin-dbg_5.5.2-2_amd64.deb
 6193269447f6fd9490dc3d3ac941156bacae4e6e 1552008 
scilab-full-bin_5.5.2-2_amd64.deb
 90b262c6ef61d9486c029905ed28424456799a9b 130950 
scilab-include_5.5.2-2_amd64.deb
 e346114e0e2bb703c4779d69e8dfcef41c7ec8b7 5534872 
scilab-minimal-bin-dbg_5.5.2-2_amd64.deb
 1455beb11641981c476ed203d8c7ce0ec607681e 2558362 
scilab-minimal-bin_5.5.2-2_amd64.deb
 bf0c17a89b8971198fa4df4282c8ca7b54735e46 13850378 scilab-test_5.5.2-2_all.deb
 ed19b081b751f9408b1ad8a0c47cead8bf67f50d 82788 scilab_5.5.2-2_all.deb
Checksums-Sha256:
 0033dc72095d8a3e7a10cb143e18b82bdeb5f8f0559fee9b3dbc1112480dd5b5 3612 
scilab_5.5.2-2.dsc
 34f10f49aa835c05002a81458cb6b2039174bf79f15d29daaada7b824aa61cdd 42368 
scilab_5.5.2-2.debian.tar.xz
 491e8d9fb5e0098119cd684f5ee1617d3b1bae59b10edd92367335954ab527ec 510810 
scilab-cli_5.5.2-2_all.deb
 abad7046d4f7044d76122911e9b9fbd87200a851193a7fe991acf99aae19eb70 35155718 
scilab-data_5.5.2-2_all.deb
 16cc8a87964b5e8754f1eb9d55d831a1c44fd880ca0bb1e3ddb3e4474b564163 7248778 
scilab-doc-fr_5.5.2-2_all.deb
 5d953481d6ccb0c0d86f6a3b016a3d91f901d963503b8c109b4fc4dcad1b280d 7491012 
scilab-doc-ja_5.5.2-2_all.deb
 f82a4b705b88a1cda75ba1f760621fe2ca4346239076da3995ddf8148a38b390 7069016 
scilab-doc-pt-br_5.5.2-2_all.deb
 8d15b754308468fcb535b2e0f5b5d1c64f4e28d4814b54c61e5021492a6e3c84 7950600 
scilab-doc_5.5.2-2_all.deb
 9abb9231ea0720eb8ee3379dd484a567f19c00541aa7c8ebf30009ce5f605ac5 3409386 
scilab-full-bin-dbg_5.5.2-2_amd64.deb
 7b9587eb69e62d1bed49498cbae517c1ab4ea7e0ad124ba638a9591a74389c77 1552008 
scilab-full-bin_5.5.2-2_amd64.deb
 650d9903f4a82c9d947bb93c3a63c137891ccb09d657ba6f2c95f6186bae464a 130950 
scilab-include_5.5.2-2_amd64.deb
 a6eced2b146e128ef249236100b77ff099754882174924a09bd9a27292dffd50 5534872 
scilab-minimal-bin-dbg_5.5.2-2_amd64.deb
 d44fa63c04612ffdbfb02dbd3efd4d84fd07536c23e568a666276d620b8b6cb4 2558362 
scilab-minimal-bin_5.5.2-2_amd64.deb
 b518ee167718179f5342d857ce9c5b33fcc89aaa208ae9571866b2ee70c69b77 13850378 
scilab-test_5.5.2-2_all.deb
 55b0f72fba8634b106b97c3cc0e4683ace5e4a9e82349de68167edd63744bdac 82788 
scilab_5.5.2-2_all.deb
Files:
 649b0a90281f2a10101b9adaafb349bf 3612 math optional scilab_5.5.2-2.dsc
 1517c0d02b2184d99cf7e73140681d0e 42368 math optional 
scilab_5.5.2-2.debian.tar.xz
 d4c67bd386c9270ade1aa59ae9cacffd 510810 math optional 
scilab-cli_5.5.2-2_all.deb
 d3305596f860b106eb05dbd611f85136 35155718 math optional 
scilab-data_5.5.2-2_all.deb
 d7ae13852e5c50275df3f797699ba489 7248778 doc optional 
scilab-doc-fr_5.5.2-2_all.deb
 10af78b93eab364b2fdf6f214fc8c786 7491012 doc optional 
scilab-doc-ja_5.5.2-2_all.deb
 af92551c67cd7bde73418b32d26ea9c9 7069016 doc optional 
scilab-doc-pt-br_5.5.2-2_all.deb
 d90673959963e0d530a880cb2bf17ab1 7950600 doc optional 
scilab-doc_5.5.2-2_all.deb
 1d165282b9fe2f825a5b610572f5a94a 3409386 debug extra 
scilab-full-bin-dbg_5.5.2-2_amd64.deb
 3b6df85f91d2b180dd3601e2051dfd23 1552008 math optional 
scilab-full-bin_5.5.2-2_amd64.deb
 cc2e50d7638c51b5073fda320c23f0fb 130950 math optional 
scilab-include_5.5.2-2_amd64.deb
 6d9130358eabaf0368049d5dc5ac520a 5534872 debug extra 
scilab-minimal-bin-dbg_5.5.2-2_amd64.deb
 2e25720ce8a6f70626d8ffed884d5951 2558362 math optional 
scilab-minimal-bin_5.5.2-2_amd64.deb
 e407e7680b6a27e8ff21b8cc9231540d 13850378 math optional 
scilab-test_5.5.2-2_all.deb
 ed5f94327f6bd3ed837c204b78968f42 82788 math optional scilab_5.5.2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJWM0L9AAoJEO/obGx//s+DUjsH/0fTddy8AprZOEiQWCylNLDx
g/gJTTC4ivDIFEdmdRgu9R7e7OR9ZSIwTy9M3Ty4iasR6ALlLn/LY9ADzA8x/mV+
PiuucR6YsSgSrRaYPbAU62nMjBs6Hzyu7ahu4edi4EztX66WttMoV3RuV99hZQk2
XeiOZ6ayRRlFX1mGFdvQV30z9I4FaZaGA0XV4lpmKMD4CPkfI0g6a8cdOzGEn2pD
93LQVIW4HqYs2OZwmXlTTFLsh62tZb5dc9dOyRcXzhv6jLqxECFbBbuRFY5ys/Ok
yz7JUuJXKGm9c7M5iAEKIYEkvJJm28Aj71IwRbxgUCYEgiar02gNLMFPYztb1io=
=JrZo
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to