Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186996 - media-video/dvdstyler-1.5-r1 needs fails to merge - dependency problem
Summary: media-video/dvdstyler-1.5-r1 needs fails to merge - dependency problem
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-29 10:27 UTC by Chris Dragan
Modified: 2007-07-29 11:13 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 Chris Dragan 2007-07-29 10:27:49 UTC
media-video/dvdstyler-1.5-r1 depends on =x11-libs/wxGTK-2.6* while it probably should on >=x11-libs/wxGTK-2.6.3, because that's what configure checks for.

Reproducible: Always

Steps to Reproduce:
1. Have <wxGTK-2.6.3 installed
2. emerge =dvdstyler-1.5-r1

Actual Results:  
checking for wxWindows version >= 2.6.3... no (version 2.6.2 is not new enough)
configure: error:
        Please check that wx-config is in path, the directory
        where wxWidgets libraries are installed (returned by
        'wx-config --libs' command) is in LD_LIBRARY_PATH or
        equivalent variable and wxWidgets is version 2.6.3 or above.

Expected Results:  
wxGTK should be automagically upgraded from the older version by a proper dependency.

Manually upgrading wxGTK to 2.6.3.3 makes it all work.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-29 11:13:20 UTC
Upgrade your system properly using --deep. >=x11-libs/wxGTK-2.6.3 will completely break for people w/ wxGTK-2.8 installed.