[Bug 688] New: icedtea6-1.10.1: OpenJDK Shark VM is unable to build itself

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Apr 7 10:16:25 PDT 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=688

           Summary: icedtea6-1.10.1: OpenJDK Shark VM is unable to build
                    itself
           Product: IcedTea
           Version: 6-1.10.1
          Platform: ppc
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Shark
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: acrux at linuxmail.org


Created an attachment (id=508)
 --> (http://icedtea.classpath.org/bugzilla/attachment.cgi?id=508)
hs_err_pid1856.log

to build icedtea6-1.10.1 --enable-shark with llvm-2.9 i used:
sed -i -e "s|llvm/System|llvm/Support|g"
openjdk*/hotspot/src/share/vm/shark/llvmHeaders.hpp
as llvm-2.9 moved its own headers from /include/llvm/System to
/include/llvm/Support .

I sucessfully built it:
My configure:
./configure \
               
--with-openjdk-src-zip=$PKGMK_SOURCE_DIR/openjdk-6-src-b22-28_feb_2011.tar.gz \
                --with-jaxp-drop-zip=$PKGMK_SOURCE_DIR/jaxp144_01.zip  \
                --with-jaf-drop-zip=$PKGMK_SOURCE_DIR/jdk6-jaf-b20.zip \
                --with-jaxws-drop-zip=$PKGMK_SOURCE_DIR/jdk6-jaxws-b20.zip \
                --with-pkgversion=cruxppc-2.7-${_arch} \
                --with-jdk-home=${JDK_HOME} --disable-bootstrap \
                --with-java=${JDK_HOME} \
                --with-abs-install-dir=${JDK_HOME} \
                --enable-zero --enable-shark \
                --enable-nss \
                --disable-docs \
                --with-xalan2-jar=/usr/share/java/xalan2.jar \
                --with-xerces2-jar=/usr/share/java/xercesImpl.jar \
                --with-xalan2-serializer-jar=/usr/share/java/serializer.jar \
                --with-rhino=/usr/share/java/js.jar \
                --with-ant-home=/usr/lib/ant \
                --with-parallel-jobs=2




# java -version
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.1) (cruxppc-2.7-ppc)
OpenJDK Shark VM (build 19.0-b09, mixed mode)

but when i try to re-build it again i get:

[...]
build-bootstrap-javac:
    [mkdir] Created dir:
/mnt/DEVEL/next/icedtea6/0/work/src/icedtea6-1.10.1/openjdk.build/langtools/build/bootstrap/gensrc
    [mkdir] Created dir:
/mnt/DEVEL/next/icedtea6/0/work/src/icedtea6-1.10.1/openjdk.build/langtools/build/bootstrap/classes
 [pcompile] Generating 7 resource files to
/mnt/DEVEL/next/icedtea6/0/work/src/icedtea6-1.10.1/openjdk.build/langtools/build/bootstrap/gensrc
     [copy] Copying 1 file to
/mnt/DEVEL/next/icedtea6/0/work/src/icedtea6-1.10.1/openjdk.build/langtools/build/bootstrap/gensrc
 [pcompile] Generating 1 resource files to
/mnt/DEVEL/next/icedtea6/0/work/src/icedtea6-1.10.1/openjdk.build/langtools/build/bootstrap/gensrc
    [javac] Compiling 8 source files to
/mnt/DEVEL/next/icedtea6/0/work/src/icedtea6-1.10.1/openjdk.build/langtools/build/bootstrap/classes
    [javac] Compiling 250 source files to
/mnt/DEVEL/next/icedtea6/0/work/src/icedtea6-1.10.1/openjdk.build/langtools/build/bootstrap/classes
    [javac] #
    [javac] # A fatal error has been detected by the Java Runtime Environment:
    [javac] #
    [javac] #  Internal Error (os_linux_zero.cpp:236), pid=1856, tid=1209738384
    [javac] #  fatal error: caught unhandled signal 4
    [javac] #
    [javac] # JRE version: 6.0_22-b22
    [javac] # Java VM: OpenJDK Shark VM (19.0-b09 mixed mode linux-ppc )
    [javac] # Derivative: IcedTea6 1.10.1
    [javac] # Distribution: Custom build (Thu Apr  7 15:40:28 CEST 2011)
    [javac] # An error report file with more information is saved as:
    [javac] #
/mnt/DEVEL/next/icedtea6/0/work/src/icedtea6-1.10.1/openjdk/langtools/hs_err_pid1856.log
    [javac] #
    [javac] # If you would like to submit a bug report, please include
    [javac] # instructions how to reproduce the bug and visit:
    [javac] #   http://icedtea.classpath.org/bugzilla
    [javac] #

BUILD FAILED

here attached hs_err_pid1856.log


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the distro-pkg-dev mailing list