Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24229 - fails configure. media-libs/libdbmusic-0.4.1.ebuild
Summary: fails configure. media-libs/libdbmusic-0.4.1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-10 06:31 UTC by Masatomo Nakano (RETIRED)
Modified: 2003-07-18 23:14 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 Masatomo Nakano (RETIRED) gentoo-dev 2003-07-10 06:31:35 UTC
This is error message.

checking for kde header files...configure: error: no KDE headers 
installed/found. Please install or check configuration.

!!! ERROR: media-libs/libdbmusic-0.4.1 failed.
!!! Function kde_src_compile, Line 118, Exitcode 1
!!! died running ./configure, kde_src_compile:configure

I looked into the ebuild. then I found it.
KDE is /usr/kde/3.1/ in my box. But the ebuild say --with-kdedir=/usr/kde/3/.

We should modify this.

From
myconf="$myconf --host=${CHOST} --prefix=${PREFIX} --with-pqdir=/usr/include/ --
with-qtdir=/usr/qt/3/ --with-kdedir=/usr/kde/3/"

To
myconf="$myconf --host=${CHOST} --prefix=${PREFIX} --with-pqdir=/usr/include/ --
with-qtdir=/usr/qt/3/ --with-kdedir=${KDEDIR}"

Thanks.
Comment 1 J. Ellis (RETIRED) gentoo-dev 2003-07-18 23:14:14 UTC
Commited.