[Bug 1618] New: zero build hangs in the stamps/check-crypto.stamp target
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Dec 12 06:41:37 PST 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1618
Bug ID: 1618
Summary: zero build hangs in the stamps/check-crypto.stamp
target
Classification: Unclassified
Product: IcedTea
Version: 2.4.3
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Zero
Assignee: chphilli at redhat.com
Reporter: doko at ubuntu.com
CC: unassigned at icedtea.classpath.org
set -e
wget http://icedtea.wildebeest.org/download/source/icedtea-2.4.3.tar.xz
tar xf icedtea-2.4.3.tar.xz
cd icedtea-2.4.3
#./autogen.sh
./configure \
--with-jdk-home=/usr/lib/jvm/java-gcj \
--with-ecj-jar=/usr/lib/jvm/java-gcj/lib/ecj.jar \
--with-javac=/usr/lib/jvm/java-gcj/bin/javac \
--with-java=/usr/lib/jvm/java-gcj/bin/java \
--with-javah=/usr/lib/jvm/java-gcj/bin/javah \
--with-rmic=/usr/lib/jvm/java-gcj/bin/rmic \
--with-jar=/usr/bin/fastjar \
--with-rhino=/usr/share/java/js.jar \
--with-parallel-jobs=4 \
--disable-system-lcms \
--enable-pulse-java \
--enable-nss \
--enable-zero \
--host=x86_64-linux-gnu \
--build=x86_64-linux-gnu
# --with-additional-vms=jamvm \
make
and then hangs at:
touch stamps/cryptocheck.stamp
if [ -e
/scratch/packages/openjdk/7u15/icedtea-2.4.3/openjdk.build-boot/j2sdk-image/bin/java
] ; then \
/scratch/packages/openjdk/7u15/icedtea-2.4.3/openjdk.build-boot/j2sdk-image/bin/java
-cp /scratch/packages/openjdk/7u15/icedtea-2.4.3/cryptocheck.build
TestCryptoLevel ; \
fi
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20131212/514997e7/attachment.html
More information about the distro-pkg-dev
mailing list