Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339047 - media-gfx/quat-1.20 does not compile gui, pulls in wrong version of x11-libs/fltk.
Summary: media-gfx/quat-1.20 does not compile gui, pulls in wrong version of x11-libs/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-28 17:28 UTC by glbr
Modified: 2010-10-03 20:22 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 glbr 2010-09-28 17:28:37 UTC
Using the X use flag, media-gfx/quat is suppose to build a gui using fltk-1.1, however the ebuild for quat pulls in fltk-2 causing the quat configure script to build without the gui: 

checking for fltk-config... no
configure: WARNING:
   'fltk-config' not found. Compiling console version.
   If FLTK 1.1.x is not installed, please install it first if you want to
   compile the GUI version (strongly recommended).
   If FLTK 1.1.x is installed, and 'fltk-config' is not in your path, use
   the variable 'FLTK' in the configure command. Example:
   ./configure FLTK=/usr/local/fltk-1.1.0/bin/fltk-config

It looks like quat should be depending on fltk slot 1.1. 


Reproducible: Always

Steps to Reproduce:
1. Starting without fltk installed
2. run "emerge quat"

Actual Results:  
fltk2 is installed, then quat is installed without gui support.  

Expected Results:  
It should install fltk1.1, and then install quat with the gui.
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2010-10-03 20:22:50 UTC
Fixed in CVS.  Thanks for reporting the problem :)