Forgot the log

-- 
[]s,
Fernando
source /etc/profile
export CLASSPATH=.:/usr/share/java && export PATH="$PATH:/opt/openjdk-bin/bin" && export JAVA_HOME="/opt/openjdk-bi/bin"
which javac
env LC_ALL=C ./build.sh -Ddist.dir=/opt/ant-1.9.2 dist


# which javac
/opt/openjdk-bin/bin/javac

... Bootstrapping Ant Distribution
... Compiling Ant Classes
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb76f9e15, pid=2138, tid=3064154944
#
# JRE version:  (7.0_40-b31) (build )
# Java VM: OpenJDK Client VM (24.0-b50 mixed mode linux-x86 )
# Problematic frame:
# C  [libc.so.6+0x127e15]  __strstr_sse42+0x355
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/fernando/tmp/paco-build-2013.08.25-13h06m18s/apache-ant-1.9.2/hs_err_pid2138.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
./bootstrap.sh: line 136:  2138 Aborted                 "${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/property/*.java ${TOOLS}/ant/types/*.java ${TOOLS}/ant/types/resources/*.java ${TOOLS}/ant/*.java ${TOOLS}/ant/taskdefs/*.java ${TOOLS}/ant/taskdefs/compilers/*.java ${TOOLS}/ant/taskdefs/condition/*.java
... Failed compiling Ant classes !
Bootstrap FAILED
root [ /home/fernando/tmp/paco-build-2013.08.25-13h06m18s/apache-ant-1.9.2 ]# 


source /etc/profile
export CLASSPATH=.:/usr/share/java && export PATH="$PATH:/opt/jdk1.7.0_25-bin/bin" &&  export JAVA_HOME=/opt/jdk1.7.0_25-bin
which javac
env LC_ALL=C ./build.sh -Ddist.dir=/opt/ant-1.9.2 dist
ls -ld /opt/*

# which javac
/opt/jdk1.7.0_25-bin/bin/javac



root [ /home/fernando/tmp/paco-build-2013.08.25-13h06m18s/apache-ant-1.9.2 ]# env LC_ALL=C ./build.sh -Ddist.dir=/opt/ant-1.9.2 dist
... Bootstrapping Ant Distribution
... Compiling Ant Classes
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb76c4e15, pid=2174, tid=3066063680
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Client VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libc.so.6+0x127e15]  __strstr_sse42+0x355
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/fernando/tmp/paco-build-2013.08.25-13h06m18s/apache-ant-1.9.2/hs_err_pid2174.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
# which javac
/opt/jdk1.7.0_25-bin/bin/javac
./bootstrap.sh: line 136:  2174 Aborted                 "${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/property/*.java ${TOOLS}/ant/types/*.java ${TOOLS}/ant/types/resources/*.java ${TOOLS}/ant/*.java ${TOOLS}/ant/taskdefs/*.java ${TOOLS}/ant/taskdefs/compilers/*.java ${TOOLS}/ant/taskdefs/condition/*.java
... Failed compiling Ant classes !
Bootstrap FAILED
root [ /home/fernando/tmp/paco-build-2013.08.25-13h06m18s/apache-ant-1.9.2 ]# ls -ld /opt/*
lrwxrwxrwx  1 root root   20 Ago 25 12:35 /opt/ant -> apache-ant-1.9.2-bin
drwxr-xr-x  6 root root 4096 Jul  8 15:19 /opt/apache-ant-1.9.2-bin
drwxr-xr-x  8   10  143 4096 Jun  6 01:23 /opt/jdk1.7.0_25
lrwxrwxrwx  1 root root   11 Ago 25 13:05 /opt/jdk1.7.0_25-bin -> jdk1.7.0_25
drwxr-xr-x  9 root root 4096 Ago 25 11:38 /opt/OpenJDK-1.7.0.40-2.4.1-i686-bin
lrwxrwxrwx  1 root root   36 Ago 25 13:08 /opt/openjdk-bin -> /opt/OpenJDK-1.7.0.40-2.4.1-i686-bin
lrwxrwxrwx  1 root root    8 Ago 24 02:06 /opt/qt -> qt-4.8.5
drwxrwxr-x 14 root root 4096 Ago 24 00:59 /opt/qt-4.8.5
root [ /home/fernando/tmp/paco-build-2013.08.25-13h06m18s/apache-ant-1.9.2 ]# 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to