Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172701 - sci-visualisation/gnuplot-4.2 - USE="-wxwindows" doesn't suppress wx terminal support
Summary: sci-visualisation/gnuplot-4.2 - USE="-wxwindows" doesn't suppress wx terminal...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-29 19:01 UTC by Petr Pisar
Modified: 2007-06-19 06:17 UTC (History)
2 users (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 Petr Pisar 2007-03-29 19:01:21 UTC
gnuplot-4.2 supports wxwidgets frontend optionally. This can be conntrolled by wxwindows use flag. But it takes no effect actually because configure gets --with/without-wxwidgets option instead of exptected --enable/disable-wxwindows. After that configure fallbacks into autodetection.

(Accidentally, I have installed only wxGTK and USE=-wxwindows emerge gnuplot detects wx-config but crashes inside make on missing something.)

Replacing use_with with use_enable on wxwindows condition in ebuild solves the problem for me.

Reproducible: Always
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-06-19 06:17:28 UTC
changed, thanks for your report