IcedTea6, Hotspot build19 and option --with-hotspot-build=hs16?
Pavel Tisnovsky
ptisnovs at redhat.com
Mon Apr 19 05:10:58 PDT 2010
Hi,
I have noticed (mainly because I have registered much more JTreg
failures than before :-) that IcedTea6 (head) is now compiled with
Hotspot build 19.
Is it still possible to use this configuration option: -
with-hotspot-build = hs16?
When I tried to use this option make failed when it try to download a
tarball:
hotspot_md5sum="`gawk 'version==$1 {print $4}' version=hs16 \
/jck/1/icedtea6/hotspot.map`" ; \
if ! echo "${hotspot_md5sum} hotspot.tar.gz" \
| /usr/bin/md5sum --check ; \
then \
if [ hotspot.tar.gz ] ; \
then \
mv hotspot.tar.gz hotspot.tar.gz.old ; \
fi ; \
hotspot_url="`gawk 'version==$1 {print $2 "/archive/" $3
".tar.gz"}' \
version=hs16 /jck/1/icedtea6/hotspot.map`"; \
/usr/bin/wget ${hotspot_url} -O hotspot.tar.gz ; \
fi
/usr/bin/md5sum: standard input: no properly formatted MD5 checksum
lines found
mv: cannot stat `hotspot.tar.gz': No such file or directory
wget: missing URL
Any ideas?
Cheers
Pavel
More information about the distro-pkg-dev
mailing list