Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497638 - [science overlay] sci-mathematics/scilab-5.5.1_beta1 does not compile against dev-java/jogl-2.1.4_rc1
Summary: [science overlay] sci-mathematics/scilab-5.5.1_beta1 does not compile against...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-09 19:39 UTC by Malte E.
Modified: 2014-07-27 18:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malte E. 2014-01-09 19:39:04 UTC
the recently updated jogl breaks both the installed version as well as compiling scilab. Please adjust the dependencies.
Comment 1 Guillaume Horel 2014-01-10 04:26:47 UTC
I've pinned the jogl version in the ebuild, so should be fixed now.
Comment 2 Malte E. 2014-01-10 13:27:03 UTC
Yep, that's fixed. Except that scilab still has a blank graphics window - I'm not sure whether that's gentoo's fault though. And that's another topic anyway.
Comment 3 Guillaume Horel 2014-01-10 15:49:19 UTC
I you start scilab from the command line, do you get an error message when you open a graphics window?
Which graphics drivers are you using? Would be interesting to get to the bottom of this.
Comment 4 Malte E. 2014-02-12 10:24:17 UTC
This is what I get when I'm starting scilab from the command line. I'm using the intel driver. I had the same problem with scilab 5.4 which could be fixed by upgrading jogl, which in turn would cause other problems. But with the new version of jogl AND the new version of scilab, I'm having the same problem again.

Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
ERROR:  'No space left on device'
Could not save file: /home/malte/.Scilab/scilab-5.5.0-beta-1/windowsConfiguration.xml
javax.xml.transform.TransformerException: org.xml.sax.SAXException: No space left on device
java.io.IOException: No space left on device
ERROR:  'No space left on device'
Could not save file: /home/malte/.Scilab/scilab-5.5.0-beta-1/windowsConfiguration.xml
javax.xml.transform.TransformerException: org.xml.sax.SAXException: No space left on device
java.io.IOException: No space left on device
libEGL warning: failed to create a pipe screen for i965
javax.media.opengl.GLException: Zero components, format and/or type: PixelAttributes[comp 4, fmt 0x1908, type 0x0, bytesPerPixel 0]
Comment 5 Guillaume Horel 2014-02-12 16:51:19 UTC
You seem to have some other issues than just a driver issue: "No space left on device". Can you clean some space on your drive and show me the actual error message?
Comment 6 Malte E. 2014-02-12 17:15:27 UTC
Yes, there wasn't enough space. Here's everything with enough space. Same problem.

Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
libEGL warning: failed to create a pipe screen for i965
javax.media.opengl.GLException: Zero components, format and/or type: PixelAttributes[comp 4, fmt 0x1908, type 0x0, bytesPerPixel 0]
Comment 7 Guillaume Horel 2014-04-22 23:50:49 UTC
I have just pushed scilab-5.5.0 in the science overlay. There was a lot of changes in the graphics stack. Please let me know if you still have issues with a blank display.
Comment 8 Malte E. 2014-07-27 18:51:35 UTC
Everything fine now