Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298314 - =media-gfx/ufraw-0.16[-gtk,+gimp] improve eerror message
Summary: =media-gfx/ufraw-0.16[-gtk,+gimp] improve eerror message
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-25 14:18 UTC by Dmitry Ivankov
Modified: 2009-12-27 11:51 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 Dmitry Ivankov 2009-12-25 14:18:56 UTC
There are following lines:
    if use gimp && ! use gtk; then
        eerror "to enable gimp support, you must enable gtk support"
        die "emerge ${PN} with gtk support"
    fi
eerror should be something like
        eerror "to enable gimp support, add +gtk useflag too"
Don't remember how exactly does the emerge report that one needs to add some useflags.


Reproducible: Always

Steps to Reproduce:
1. Set useflags +gimp,-gtk for ufraw
2. emerge =media-gfx/ufraw-0.16
3. read the error message.

Actual Results:  
Message isn't too clear, I did't see if it is a bug in ufraw itself or in my useflags from the first look.

Expected Results:  
Should go and add +gtk to my useflags immediately.
Comment 1 Markus Meier gentoo-dev 2009-12-27 11:51:35 UTC
I changed the eerror message to "to enable gimp support, you must also enable gtk support for ufraw" - hopefully this is clearer now. thanks