Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87057 - k3guitune-0.4.1 fails configure on recent kde's; fix is attached
Summary: k3guitune-0.4.1 fails configure on recent kde's; fix is attached
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-28 19:25 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2005-04-03 09:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
k3guitune-0.4.1-r1.ebuild (k3guitune-0.4.1-r1.ebuild,1.03 KB, text/plain)
2005-03-28 19:26 UTC, Alexandre Rostovtsev (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Rostovtsev (RETIRED) gentoo-dev 2005-03-28 19:25:44 UTC
k3guitune fails configure on recent kde's: it expects that kde libraries and headers are somewhere in PREFIX, and doesn't think of looking at /usr/kde/3.4 (somehow, it had installed correctly back in the kde-3.2 era). I think the solution, just like for amarok et al, is to set PREFIX to kde-config --prefix.

Reproducible: Always
Steps to Reproduce:
1. emerge k3guitune

Actual Results:  
[...]
checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/k3guitune-0.4.1-r1/work/k3guitune-0.4.1/config.log

!!! ERROR: media-sound/k3guitune-0.4.1-r1 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

Expected Results:  
successful merge
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2005-03-28 19:26:24 UTC
Created attachment 54735 [details]
k3guitune-0.4.1-r1.ebuild

This builds successfully
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-03 09:50:18 UTC
The most correct fix is to properly use the kde eclass... it should work fine now.