Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488526 - [science overlay] =sci-mathematics/scilab-4.5.1 - Graphic window is blank
Summary: [science overlay] =sci-mathematics/scilab-4.5.1 - Graphic window is blank
Status: RESOLVED DUPLICATE of bug 488402
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: 2013-10-18 20:51 UTC by José Romildo Malaquias
Modified: 2013-10-19 12:00 UTC (History)
0 users

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


Attachments
Output of "emerge --info" (emerge.info.txt,17.62 KB, text/plain)
2013-10-18 20:51 UTC, José Romildo Malaquias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José Romildo Malaquias 2013-10-18 20:51:47 UTC
Created attachment 361268 [details]
Output of "emerge --info"

Plotting with scilab-5.4.1 (from the science overlay) is not working on my ~amd64 system.

Nothing is shown in the graphic window that opens when the plot function is called, for instance, by entering the following expression in the console window:

  plot( 1:10, sin(x))
Comment 1 José Romildo Malaquias 2013-10-18 20:54:04 UTC
(In reply to José Romildo Malaquias from comment #0)
> Created attachment 361268 [details]
> Output of "emerge --info"
> 
> Plotting with scilab-5.4.1 (from the science overlay) is not working on my
> ~amd64 system.
> 
> Nothing is shown in the graphic window that opens when the plot function is
> called, for instance, by entering the following expression in the console
> window:
> 
>   plot( 1:10, sin(x))

The correct commands typed into the console window are:

-->x = 1:10;
 
-->y = sin(x);
 
-->plot(x,y);
Comment 3 José Romildo Malaquias 2013-10-19 11:15:57 UTC
I do not see any Java exception on the terminal where scilab has been launched.

But I see the following message:

libEGL warning: failed to create a pipe screen for i965
Comment 4 José Romildo Malaquias 2013-10-19 11:40:40 UTC
The discussion linked below in the jogl forum suggests it is a problem with the version of jogl:

http://forum.jogamp.org/libEGL-warning-failed-to-create-a-pipe-screen-for-i965-blank-screen-td4030010.html

Then I have found the bug https://bugs.gentoo.org/show_bug.cgi?id=488402 which may be related.
Comment 5 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-10-19 12:00:22 UTC

*** This bug has been marked as a duplicate of bug 488402 ***