Summary: | When I try to emerge kde, it fails during kde-base. Resulting error is: kdebase-3.1.4 failed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dewey <dc2> |
Component: | New packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Dewey
2003-10-22 10:24:32 UTC
Something else is wrong here. Look in the config.log in the work directory for the build and see if you can identify what's causing the problem: checking build system type... Invalid configuration `No': machine `No' not recognized That's not a very normal error..most like a misconfig. I think I've figured out that issue. As suggested by Caleb Tennis, I took a look at config.log and found that it was looking for JDK_HOME to be set. That appeared to be my problem. I was able to compile with USE="-java" and it worked out. So next thing I tried was I edited my /etc/env.d/30java-finalclasspath and added a CLASSPATH, JDK_HOME, JAVAC, and JAVA_HOME and it looks like it's compiling. |