<html><head></head><body>Jogl has to be updated too. I think there is a familiar patch for another arch. <br><br><div class="gmail_quote">Le 11 septembre 2015 15:45:19 GMT+02:00, Erwan Prioul <erwan@linux.vnet.ibm.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Package: scilab<br />Version: 5.5.2-1<br />Severity: normal<br /><br />While scilab is available on ppc64el, it doesn't actually work:<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> $ /usr/bin/scilab<br /> Could not find the Java configuration for the model <ppc64le>. Please contact us on <a href="http://bugzilla.scilab.org">http://bugzilla.scilab.org</a><br /> /usr/bin/scilab-bin: error while loading shared libraries: <a href="http://libjava.so">libjava.so</a>: cannot open shared object file: No such file or directory<br /></blockquote><br />I apply this patch to get rid of the error:<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> --- scilab-5.5.2.orig/bin/scilab<br /> +++ scilab-5.5.2/bin/scilab<br /> @@ -528,7 +528,7 @@<br />                          "ppc"|"powerpc")<br />                             
proc="ppc"<br />                              ;;<br /> -                        "ppc64"|"ppc64el")<br /> +                        "ppc64"|"ppc64el"|"ppc64le")<br />                              proc="ppc64"<br />                              ;;<br />                          "s390")<br /></blockquote><br />Unfortunately, we then get another error:<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> $ /usr/bin/scilab<br /> Could not create a Scilab main class. Error:<br /> Exception in thread "main" java.lang.ExceptionInInitializerError<br />  at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:120)<br />  at org.scilab.modules.gui.SwingView.<init>(Unknown Source)<br />  at org.scilab.modules.gui.SwingView.registerSwingView(Unknown Source)<br />  at org.scilab.modules.core.Scilab.<init>(Unknown Source)<br /> Caused by: java.lang.RuntimeException: Please port CPU detection to your platform
(linux/ppc64)<br />  at jogamp.common.os.PlatformPropsImpl.getCPUTypeImpl(PlatformPropsImpl.java:304)<br />  at jogamp.common.os.PlatformPropsImpl.<clinit>(PlatformPropsImpl.java:134)<br />  ... 4 more<br /> <br /> 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).<br /></blockquote><br />Thanks,<br />Erwan.<br /></pre></blockquote></div><br>
-- <br>
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.</body></html>