Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501760 - sci-mathematics/octave-3.8.0 USE=-curl - octave --force-gui: segmentation fault in QString::operator=(QString const&) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
Summary: sci-mathematics/octave-3.8.0 USE=-curl - octave --force-gui: segmentation fau...
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 Mathematics related packages
URL: http://savannah.gnu.org/bugs/?41067
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 10:40 UTC by Fabian Köster
Modified: 2014-02-20 01:59 UTC (History)
0 users

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 Fabian Köster 2014-02-19 10:40:54 UTC
If octave-3.8.0 is installed with the new GUI and I run octave --force-gui it exits with signal 11 if it was not build with curl support, see http://savannah.gnu.org/bugs/?41067.

So enabling the GUI (I think it is enabled using USE=opengl) should also require USE=curl.


Reproducible: Always
Comment 1 Mark Wright gentoo-dev 2014-02-20 01:59:14 UTC
Committed the patch from upstream, please rebuild with octave-3.8.0.ebuild
revision: 1.4 or higher:

Fix bug 501760 octave 3.8.0 gui crashes if curl is not available, by applying the patch from upstream for http://savannah.gnu.org/bugs/?41067. Thanks to Fabian Koester for reporting.