Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13830 - wxPython failure message should be more specific
Summary: wxPython failure message should be more specific
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-13 03:22 UTC by Ryan Shaw
Modified: 2003-02-04 19:42 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 Ryan Shaw 2003-01-13 03:22:17 UTC
Currently the wxPython ebuild fails with the message:

"make sure you compiled wxGTK with all the graphic libraries enabled via USE"

This requires the user to look up the list of USE flags, and figure out which
ones are related to graphic libraries. It would be better to say:

"Make sure you compile wxGTK with all the graphic libraries enabled:
`env USE="jpeg png opengl gif tiff zlib gtk X" emerge wxGTK wxPython`"
Comment 1 SpanKY gentoo-dev 2003-01-13 10:57:49 UTC
done