Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213428 - dev-util/xxdiff needs to depend on kde-base/kdelibs:3.5
Summary: dev-util/xxdiff needs to depend on kde-base/kdelibs:3.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 18:47 UTC by Chí-Thanh Christopher Nguyễn
Modified: 2008-03-18 19:53 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 Chí-Thanh Christopher Nguyễn gentoo-dev 2008-03-14 18:47:14 UTC
dev-util/xxdiff 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 kdelibs:kde-4
2. USE="kde" emerge xxdiff

Actual Results:  
In file included from main.cpp:29:
./app.h:104: error: invalid use of incomplete type 'struct QkApplication'
./kdeSupport.h:49: error: forward declaration of 'struct QkApplication'

Expected Results:  
depend on the correct version of kdelibs

Changing the >=kde-base/kdelibs-3.1 dependency to kde-base/kdelibs:3.5 should fix the issue.
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2008-03-18 19:53:58 UTC
Fixed, thanks