Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213417 - app-doc/kchmviewer-3.1_p2 incorrectly versioned dependency on kdelibs
Summary: app-doc/kchmviewer-3.1_p2 incorrectly versioned dependency on kdelibs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 17:53 UTC by Chí-Thanh Christopher Nguyễn
Modified: 2008-03-14 18:23 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 Chí-Thanh Christopher Nguyễn gentoo-dev 2008-03-14 17:53:53 UTC
app-doc/kchmviewer-3.1_p2 needs kdelibs-3 to compile when USE="kde" is set. If only kdelibs-4 is installed, it will fail to build

Reproducible: Always

Steps to Reproduce:
1. emerge =kde-base/kdelibs:kde-4
2. emerge kchmviever

Actual Results:  
checking for kde-config... not found
configure: error: The important program kde-config was not found!
Please check whether you installed KDE correctly.

Expected Results:  
depend on the correct version of kdelibs

changing the dependency to kde-base/kdelibs:3.5 should fix the issue.