First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 142824
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Wulf Krueger (RETIRED) <philantrop@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 142824 depends on: Show dependency tree
Show dependency graph
Bug 142824 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-04 11:34 0000
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 following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/kannadic-2.0.3/work/kannadic-2.0.3/config.log

!!! ERROR: app-dicts/kannadic-2.0.3 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  kannadic-2.0.3.ebuild, line 21:   Called econf '--disable-debug'
'--without-xinerama'
  ebuild.sh, line 541:   Called die

The relevant lines from config.loh

configure:29107: checking for KDE
configure: 29160: /usr/include/ksharedptr.h
configure: 29160: /usr/lib/kde/include/ksharedptr.h
configure: 29160: /usr/local/kde/include/ksharedptr.h
configure: 29160: /usr/local/include/ksharedptr.h
configure: 29160: /usr/kde/include/ksharedptr.h
configure: 29160: /usr/include/kde/ksharedptr.h
configure: 29160: /usr/include/ksharedptr.h
configure: 29160: /opt/kde3/include/ksharedptr.h
configure: 29160: /opt/kde/include/ksharedptr.h
configure: 29160: ./ksharedptr.h
configure: 29160: /usr/qt/3/include/ksharedptr.h
configure:29174: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!


The above include dirs can be found in the configure script:

kde_incdirs="/usr/lib/kde/include /usr/local/kde/include /usr/local/include
/usr/kde/include /usr/include/kde /usr/include /opt/kde3/include
/opt/kde/include $x_includes $qt_includes"
test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR
$kde_incdirs"
kde_incdirs="$ac_kde_includes $kde_incdirs"

So it searches all over the place but not where KDE actually gets installed on
Gentoo. KDEDIR is not set so it can't fall back to that either.

------- Comment #1 From Diego E. 'Flameeyes' Pettenò 2006-10-18 03:26:02 0000 -------
Should be fixed now that I've migrated it to kde.eclass.

First Last Prev Next    No search results available      Search page      Enter new bug