Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287971 - q4wine is not installing icoutils when +icotools
Summary: q4wine is not installing icoutils when +icotools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 22:17 UTC by Alberto Zennaro
Modified: 2009-10-06 22:36 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 Alberto Zennaro 2009-10-06 22:17:15 UTC
Be sure you do not have media-gfx/icoutils installed, then try emerging q4wine with the use +icotool, icoutils will not be merged and q4wine will not work as it is asking for the location of the binary file of icotool.

The reason could be that the use is "icotool" while the ebuild is checking for the use "icoutils" to emerge media-gfx/icoutils.

From the ebuild
...
IUSE="debug icotools winetools embedded-fuseiso development"
...
RDEPEND="x11-libs/qt-gui:4[debug?]
        x11-libs/qt-sql:4[sqlite,debug?]
        app-admin/sudo
        app-emulation/wine
        >=sys-apps/which-2.19
        icoutils? ( >=media-gfx/icoutils-0.26.0 )"


Reproducible: Always

Steps to Reproduce:
1.Be sure you do not have media-gfx/icoutils installed in your system
2.Emerge q4wine
3.Launch q4wine
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2009-10-06 22:36:23 UTC
Fixed ( q4wine-0.113-r1 ebuild )

Thanks for reporting

Reopen if needed