Summary: | Emerging ant-core 1.6.2 is crashing on x86 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Krzysztof Wysocki <proffesor> |
Component: | [OLD] Development | Assignee: | Java team <java> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Krzysztof Wysocki
2005-01-23 07:42:56 UTC
please provide a full emerge log, otherwise troubleshooting because very difficult. thanks >>> emerge (1 of 1) dev-java/ant-core-1.6.2 to / >>> md5 src_uri ;-) apache-ant-1.6.2-src.tar.bz2 >>> Unpacking source... >>> Unpacking apache-ant-1.6.2-src.tar.bz2 to /var/tmp/portage/ant-core-1.6.2/work tar: A lone zero block at 34226 * Applying build.sh-exit-fix.patch.gz ... [ ok ] >>> Source unpacked. . ... Bootstrapping Ant Distribution ... Compiling Ant Classes ./bootstrap.sh: line 135: 30803 Segmentation fault "${JAVAC}" $BOOTJAVAC_OPTS -d ${CLASSDIR} ${TOOLS}/bzip2/*.java ${TOOLS}/tar/*.java ${TOOLS}/zip/*.java ${TOOLS}/ant/util/regexp/RegexpMatcher.java ${TOOLS}/ant/util/regexp/RegexpMatcherFactory.java ${TOOLS}/ant/types/*.java ${TOOLS}/ant/*.java ${TOOLS}/ant/taskdefs/*.java ${TOOLS}/ant/taskdefs/compilers/*.java ${TOOLS}/ant/taskdefs/condition/*.java ... Failed compiling Ant classes ! Bootstrap FAILED !!! ERROR: dev-java/ant-core-1.6.2 failed. !!! Function src_compile, Line 48, Exitcode 1 !!! (no error message) that is not a problem with the ebuild itself, the problem is that you're using hardened and probably also grsecurity features. to make everything which is java related work again use chpax or paxctl to disable the pax restrictions on the javac, java, jar and javadoc binaries. another option could it be to simply disable these restrictions directly, depends on what you're using the computer for. |