Build failed in Jenkins: IcedTea7TargetTesting #2027

Hudson Admin gnu.andrew at redhat.com
Wed Aug 19 08:51:56 UTC 2015


See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/2027/changes>

Changes:

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Add 2.5.6 and 2.6.1 release notes.

2015-07-23  Andrew John Hughes  <gnu.andrew at member.fsf.org>

	* NEWS: Add 2.5.6 and 2.6.1
	release notes.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Added tag icedtea-2.7.0pre00 for changeset 3a63a970912e

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Start 2.7.x release series.

2015-07-19  Andrew John Hughes  <gnu.andrew at member.fsf.org>

	* configure.ac: Set to 2.7.0pre00.
	* NEWS: Add 2.7.0 section.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Added tag icedtea-2.6-branchpoint for changeset a72975789761

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Fix placement of CACAO and JamVM news items for 2.6.0.

2015-07-19  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	* NEWS: Fix placement of CACAO and
	JamVM news items for 2.6.0.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Added tag icedtea-2.6.0 for changeset 04264787379d

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Bump 2.6.0 release date.

2015-07-17  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	* NEWS: Bump 2.6.0 release date.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2550: Desktop file doesn't reference versioned icon

2015-07-17  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2550: Desktop file doesn't reference versioned icon
	* NEWS: Updated
	* jconsole.desktop.in:
	Set Icon to java- at JAVA_VER@, so the icon can be found.
	* policytool.desktop.in: Likewise.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2548: install stage doesn't install symbolic links

2015-07-17  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2548: install stage doesn't install symbolic links
	* Makefile.am:
	(install_file): Add function for installing
	files which handles symlinks correctly.
	(install-exec-local): Use install_file
	function to install files where symlinks
	may be encountered.
	(install-data-local): Likewise. Also
	copy the man/ja symlink.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2545: Extend tarball checksumming option to allow the checksum to be specified

2015-07-16  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2545: Extend tarball checksumming option to
	allow the checksum to be specified
	* INSTALL: Update documentation, replacing
	--disable-x-checksum options with
	--with-x-checksum options.
	* Makefile.am:
	(OPENJDK_SUM): Set to either OPENJDK_SHA256SUM
	or the checksum supplied by the user.
	(CORBA_SUM): Set to either CORBA_SHA256SUM
	or the checksum supplied by the user.
	(JAXP_SUM): Set to either JAXP_SHA256SUM
	or the checksum supplied by the user.
	(JAXWS_SUM): Set to either JAXWS_SHA256SUM
	or the checksum supplied by the user.
	(JDK_SUM): Set to either JDK_SHA256SUM
	or the checksum supplied by the user.
	(LANGTOOLS_SUM): Set to either LANGTOOLS_SHA256SUM
	or the checksum supplied by the user.
	(CACAO_SUM): Set to either CACAO_SHA256SUM
	or the checksum supplied by the user.
	(JAMVM_SUM): Set to either JAMVM_SHA256SUM
	or the checksum supplied by the user.
	(HOTSPOT_SUM): Set to either HS_SHA256SUM
	or the checksum supplied by the user.
	(download-openjdk): Use OPENJDK_SUM instead
	of OPENJDK_SHA256SUM directly.
	(download-corba): Use CORBA_SUM instead
	of CORBA_SHA256SUM directly.
	(download-jaxp): Use JAXP_SUM instead
	of JAXP_SHA256SUM directly.
	(download-jaxws): Use JAXWS_SUM instead
	of JAXWS_SHA256SUM directly.
	(download-jdk): Use JDK_SUM instead
	of JDK_SHA256SUM directly.
	(download-langtools): Use LANGTOOLS_SUM instead
	of LANGTOOLS_SHA256SUM directly.
	(download-cacao): Use CACAO_SUM instead
	of CACAO_SHA256SUM directly.
	(download-jamvm): Use JAMVM_SUM instead
	of JAMVM_SHA256SUM directly.
	(download-hotspot): Use HOTSPOT_SUM instead
	of HS_SHA256SUM directly.
	* NEWS: Updated.
	* acinclude.m4:
	(IT_ENABLE_OPENJDK_CHECKSUM): Change from
	an enablement option to a with option, so
	that the user can specify a checksum.
	The conditional WITH_OPENJDK_CHECKSUM is
	set if the specified value is other than
	"yes" or "no".
	(IT_ENABLE_CORBA_CHECKSUM): Change from
	an enablement option to a with option, so
	that the user can specify a checksum.
	The conditional WITH_CORBA_CHECKSUM is
	set if the specified value is other than
	"yes" or "no".
	(IT_ENABLE_JAXP_CHECKSUM): Change from
	an enablement option to a with option, so
	that the user can specify a checksum.
	The conditional WITH_JAXP_CHECKSUM is
	set if the specified value is other than
	"yes" or "no".
	(IT_ENABLE_JAXWS_CHECKSUM): Change from
	an enablement option to a with option, so
	that the user can specify a checksum.
	The conditional WITH_JAXWS_CHECKSUM is
	set if the specified value is other than
	"yes" or "no".
	(IT_ENABLE_JDK_CHECKSUM): Change from
	an enablement option to a with option, so
	that the user can specify a checksum.
	The conditional WITH_JDK_CHECKSUM is
	set if the specified value is other than
	"yes" or "no".
	(IT_ENABLE_LANGTOOLS_CHECKSUM): Change from
	an enablement option to a with option, so
	that the user can specify a checksum.
	The conditional WITH_LANGTOOLS_CHECKSUM is
	set if the specified value is other than
	"yes" or "no".
	(IT_ENABLE_CACAO_CHECKSUM): Change from
	an enablement option to a with option, so
	that the user can specify a checksum.
	The conditional WITH_CACAO_CHECKSUM is
	set if the specified value is other than
	"yes" or "no".
	(IT_ENABLE_JAMVM_CHECKSUM): Change from
	an enablement option to a with option, so
	that the user can specify a checksum.
	The conditional WITH_JAMVM_CHECKSUM is
	set if the specified value is other than
	"yes" or "no".
	(IT_ENABLE_HOTSPOT_CHECKSUM): Change from
	an enablement option to a with option, so
	that the user can specify a checksum.
	The conditional WITH_HOTSPOT_CHECKSUM is
	set if the specified value is other than
	"yes" or "no".

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2540: Specify a cacerts file for the OpenJDK build as we do for OpenJDK 8

2015-07-16  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2540: Specify a cacerts file for the OpenJDK
	build as we do for OpenJDK 8
	* INSTALL: Document --with-cacerts-file.
	* Makefile.am:
	(ICEDTEA_ENV): Pass ALT_CACERTS_FILE to OpenJDK
	build if specified and valid.
	(install-data-local): Install the cacerts file.
	* NEWS: Updated.
	* acinclude.m4:
	(IT_WITH_CACERTS_FILE): Allow a cacerts file to
	be specified, defaulting to
	${SYSTEM_JDK_DIR}/jre/lib/security/cacerts
	* configure.ac:
	Invoke IT_WITH_CACERTS_FILE.

2015-06-16  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2540: Specify a cacerts file for the OpenJDK
	build as we do for OpenJDK 8
	* Makefile.am:
	(JDK_CACERTS_FILE): Added to specify the location
	of cacerts within the bootstrap JDK.
	(CACERTS_FILE): Find the regular cacerts file,
	dereferencing any symlinks which point to it.
	* configure.ac:
	Call IT_FIND_TOOL to locate the readlink tool,
	which is part of coreutils.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2539: Libraries in some subdirectories of jre/lib/{arch} are not installed

2015-07-16  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2539: Libraries in some subdirectories of
	jre/lib/{arch} are not installed
	* Makefile.am:
	(install-exec-local): Loop over jre/lib/$(INSTALL_ARCH_DIR)
	and all subdirectories to ensure all libraries are
	installed.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2537: Desktop files do not allow installation from multiple versions of IcedTea

2015-07-16  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2537: Desktop files do not allow installation from
	multiple versions of IcedTea
	* jconsole.desktop: Moved to jconsole.desktop.in.
	* policytool.desktop: Moved to policytool.desktop.in.
	* Makefile.am:
	(ICEDTEA_ENV): Use @JAVA_VER@ in JRE_RELEASE_VERSION,
	rather than hardcoding version.
	(DESKTOP_FILES): Add Java version to filenames.
	(EXTRA_DIST): Remove $(DESKTOP_FILES) as they are
	now handled by autoconf and generated versions shouldn't
	be packaged.
	(all-local): Depend on $(DESKTOP_FILES) being created.
	(clean-local): Add clean-policytool- at JAVA_VER@.desktop
	and clean-jconsole- at JAVA_VER@.desktop
	(.PHONY): Likewise.
	(policytool- at JAVA_VER@.desktop): Generate desktop file
	by replacing _BINDIR_ with actual make variable $(bindir).
	(clean-policytool- at JAVA_VER@.desktop): Remove generated file.
	(jconsole- at JAVA_VER@.desktop): Generate desktop file
	by replacing _BINDIR_ with actual make variable $(bindir).
	(clean-jconsole- at JAVA_VER@.desktop): Remove generated file.
	(install-data-local): Replace hard-coded "1.7.0" with @JAVA_VER at .
	Copy desktop files from build directory.
	* NEWS: Updated.
	* acinclude.m4:
	(IT_DETERMINE_VERSION): Set JAVA_VER to 1.7.0 and include in
	configure output.
	* configure.ac:
	Generate jconsole.desktop and policytool.desktop.
	Drop AC_PREFIX_DEFAULT invocation, reverting to
	/usr/local as default installation directory.
	* jconsole.desktop.in: Moved from jconsole.desktop so
	that @JAVA_VER@ can be replaced by configure and
	_BINDIR_ by the build.
	* policytool.desktop.in: Likewise for policytool.desktop.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Set 2.6.0 release date.

2015-07-15  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	* NEWS: Set 2.6.0 release date.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Bump to 2.6.0.

2015-07-15  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	* Makefile.am:
	(JDK_CHANGESET): Update to icedtea-2.6.0.
	(JDK_SHA256SUM): Likewise.
	* configure.ac: Bump to 2.6.0

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2359: Ensure all stamp targets have aliases

2015-07-15  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2359: Ensure all stamp targets have aliases
	* Makefile.am:
	Add missing aliases for add-cacao,
	add-cacao-debug, add-jamvm, add-jamvm-debug,
	add-systemtap-boot, add-tzdata-support-boot,
	extract-jamvm, remove-intree-libraries,
	split-debuginfo, split-debuginfo-boot,
	split-debuginfo-debug and versioning.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR1888: Allow tarball checksumming to be disabled

2015-07-15  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR1888: Allow tarball checksumming to be disabled
	* INSTALL: Document new options.
	* Makefile.am:
	(OPENJDK_SHA256SUM_BIN): Define to either
	$(SHA256SUM) or true, depending on whether or
	not checksumming should be performed.
	(CORBA_SHA256SUM_BIN): Likewise.
	(JAXP_SHA256SUM_BIN): Likewise.
	(JAXWS_SHA256SUM_BIN): Likewise.
	(JDK_SHA256SUM_BIN): Likewise.
	(LANGTOOLS_SHA256SUM_BIN): Likewise.
	(CACAO_SHA256SUM_BIN): Likewise.
	(JAMVM_SHA256SUM_BIN): Likewise.
	(HOTSPOT_SHA256SUM_BIN): Likewise.
	(download-openjdk): Use OPENJDK_SHA256SUM_BIN
	instead of SHA256SUM directly.
	(download-corba): Use CORBA_SHA256SUM_BIN
	instead of SHA256SUM directly.
	(download-jaxp): Use JAXP_SHA256SUM_BIN
	instead of SHA256SUM directly.
	(download-jaxws): Use JAXWS_SHA256SUM_BIN
	instead of SHA256SUM directly.
	(download-jdk): Use JDK_SHA256SUM_BIN
	instead of SHA256SUM directly.
	(download-langtools): Use LANGTOOLS_SHA256SUM_BIN
	instead of SHA256SUM directly.
	(download-cacao): Use CACAO_SHA256SUM_BIN
	instead of SHA256SUM directly.
	(download-jamvm): Use JAMVM_SHA256SUM_BIN
	instead of SHA256SUM directly.
	(download-hotspot): Use HOTSPOT_SHA256SUM_BIN
	instead of SHA256SUM directly.
	* NEWS: Updated.
	* acinclude.m4:
	(IT_WITH_OPENJDK_SRC_ZIP): Define only once.
	(IT_WITH_CACAO_SRC_ZIP): Likewise.
	(IT_WITH_HOTSPOT_SRC_ZIP): Likewise.
	(IT_WITH_CORBA_SRC_ZIP): Likewise.
	(IT_WITH_JAXP_SRC_ZIP): Likewise.
	(IT_WITH_JAXWS_SRC_ZIP): Likewise.
	(IT_WITH_JDK_SRC_ZIP): Likewise.
	(IT_WITH_LANGTOOLS_SRC_ZIP): Likewise.
	(IT_WITH_JAMVM_SRC_ZIP): Likewise.
	(IT_ENABLE_NON_NSS_CURVES): Check ${enableval}
	to catch values other than yes/no.
	(IT_ENABLE_OPENJDK_CHECKSUM): Provide
	--disable-openjdk-checksum option.
	(IT_ENABLE_CORBA_CHECKSUM): Provide
	--disable-corba-checksum option.
	(IT_ENABLE_JAXP_CHECKSUM): Provide
	--disable-jaxp-checksum option.
	(IT_ENABLE_JAXWS_CHECKSUM): Provide
	--disable-jaxws-checksum option.
	(IT_ENABLE_JDK_CHECKSUM): Provide
	--disable-jdk-checksum option.
	(IT_ENABLE_LANGTOOLS_CHECKSUM): Provide
	--disable-langtools-checksum option.
	(IT_ENABLE_CACAO_CHECKSUM): Provide
	--disable-cacao-checksum option.
	(IT_ENABLE_JAMVM_CHECKSUM): Provide
	--disable-jamvm-checksum option.
	(IT_ENABLE_HOTSPOT_CHECKSUM): Provide
	--disable-hotspot-checksum option.
	* configure.ac: Replace calls to
	IT_WITH_X_SRC_ZIP macros with calls
	to IT_ENABLE_X_CHECKSUM macros, which
	in turn require the IT_WITH_X_SRC_ZIP
	macro.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR1374: Provide option to strip and link debugging info after build

2015-07-15  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR1374: Provide option to strip and link debugging
	info after build
	* INSTALL: Document --enable-split-debuginfo.
	* Makefile.am:
	(BUILD_DEBUGINFO_DIR): Specify location of split
	binaries and libraries for main build.
	(BUILD_DEBUG_DEBUGINFO_DIR): Likewise for debug build.
	(BUILD_BOOT_DEBUGINFO_DIR): Likewise for bootstrap build.
	(DEBUG_PREFIX): Prefix for debuginfo installation directory.
	(.PHONY): Add clean-split-debuginfo, clean-split-debuginfo-debug
	and clean-split-debuginfo-boot.
	(split-debuginfo): Split ELF binaries into debuginfo and
	non-debuginfo files if --enable-split-debuginfo is enabled.
	(clean-split-debuginfo): Remove split debuginfo files.
	(split-debuginfo-debug): Equivalent of split-debuginfo
	for debug builds.
	(clean-split-debuginfo-debug): Remove split debuginfo
	files for debug build.
	(icedtea-stage2): Depend on stamps/split-debuginfo.stamp
	(clean-icedtea-stage2): Depend on clean-split-debuginfo.
	(icedtea-debug-stage2): Depend on
	stamps/split-debuginfo-debug.stamp
	(clean-icedtea-debug-stage2): Depend on
	clean-split-debuginfo-debug.
	(split-debuginfo-boot): Equivalent of split-debuginfo
	for bootstrap builds.
	(clean-split-debuginfo-boot): Remove split debuginfo
	files for bootstrap build.
	(icedtea-stage1): Depend on
	stamps/split-debuginfo-boot.stamp
	(clean-icedtea-stage1): Depend on
	clean-split-debuginfo-boot.
	(install-exec-local): Create debuginfo directories
	and install stripped file and debug file instead of
	original file if --enable-split-debuginfo is enabled
	and the file is not a symbolic link or the java-rmi.cgi
	script.
	* NEWS: Updated.
	* acinclude.m4:
	(IT_ENABLE_SPLIT_DEBUGINFO): New macro to introduce
	the --enable-split-debuginfo option. The option is
	automatically disabled if native debuginfo is
	disabled. Turning the option on introduces a
	requirement for objcopy.
	* configure.ac: Invoke IT_ENABLE_SPLIT_DEBUGINFO.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2535: install-data-local needs to check that classes.jsa actually exists

2015-06-17  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2535: install-data-local needs to check that
	classes.jsa actually exists
	* Makefile.am:
	(install-data-local): Remove conditionals around
	classes.jsa installation, instead just checking
	that the file exists. Create the directory for it
	first, as technically install-data-local does not
	depend on install-exec-local and so should be
	self-sufficient.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2534: Install TRADEMARK, COPYING and ChangeLog as RPM spec file does

2015-06-17  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2534: Install TRADEMARK, COPYING and ChangeLog
	as RPM spec file does
	* Makefile.am:
	(install-data-local): Install missing files.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2533: Allow greater control of Javadoc installation directory

2015-06-17  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2533: Allow greater control of Javadoc
	installation directory
	* Makefile.am:
	(install-data-local): Install Javadocs into
	$htmldir rather than $docdir/html, so the
	user has more control over where they end up.
	Copy the contents of docs rather than the
	directory itself.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2532: install stage fails where BUILD_ARCH_DIR != INSTALL_ARCH_DIR

2015-06-17  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2532: install stage fails where
	BUILD_ARCH_DIR != INSTALL_ARCH_DIR
	* Makefile.am:
	(install-exec-local): Use INSTALL_ARCH_DIR
	rather than BUILD_ARCH_DIR as the two are not
	the same on x86 (i386 vs. i586)
	(install-data-local): Likewise.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2531: Location of docs directory in install-data-local is incorrect

2015-05-24  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2531: Location of docs directory in
	install-data-local is incorrect
	* Makefile.am:
	(install-data-local): 'docs' directory
	is in BUILD_OUTPUT_DIR, not BUILD_IMAGE_DIR.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2530: PaX mark the installed JDK so it runs on hardened systems

2015-05-20  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR2530: PaX mark the installed JDK so it runs
	on hardened systems
	* Makefile.am:
	(install-exec-local): PaX mark installed JDK.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR94: empty install target in Makefile.am

2015-07-14  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR94: empty install target in Makefile.am
	* Makefile.am:
	(add-tzdata-support): Redefine using BUILD_SDK_DIR.
	(clean-add-tzdata-support): Likewise.
	(add-tzdata-support-debug): Likewise using BUILD_DEBUG_SDK_DIR.
	(clean-add-tzdata-support-debug): Likewise.
	(add-tzdata-support-boot): Likewise using BUILD_BOOT_SDK_DIR.
	(clean-add-tzdata-support-boot): Likewise.
	(install-exec-local): Remove copying of *.so files
	from $(BUILD_SDK_DIR)/lib ; none in OpenJDK 7.
	(install-data-local): Remove blacklisted.certs and
	tzdb.dat which don't exist in OpenJDK 7. Add
	jre/lib/zi and fontconfig files. Copy icons as
	java-1.7.0.png.

2015-05-16  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR94: empty install target in Makefile.am
	* Makefile.am:
	(BUILD_SDK_DIR): Added.
	(BUILD_JRE_DIR): Likewise.
	(BUILD_JRE_ARCH_DIR): Redefine using BUILD_SDK_DIR.
	(BUILD_DEBUG_SDK_DIR): Added.
	(BUILD_DEBUG_JRE_DIR): Likewise.
	(BUILD_DEBUG_JRE_ARCH_DIR): Redefine using
	BUILD_DEBUG_SDK_DIR.
	(BUILD_BOOT_SDK_DIR): Added.
	(BUILD_BOOT_JRE_DIR): Likewise.
	(BUILD_BOOT_JRE_ARCH_DIR): Redefine using
	BUILD_BOOT_SDK_DIR.
	(DESKTOP_FILES): Likewise.
	(EXTRA_DIST): Redefine using DESKTOP_FILES.
	(install): Removed.
	(bootstrap-directory-stage2): Redefine using
	BUILD_BOOT_SDK_DIR.
	(icedtea): Redefine using BUILD_SDK_DIR and
	BUILD_JRE_DIR.
	(add-systemtap): Likewise.
	(clean-add-systemtap): Likewise.
	(check-crypto): Redefine using BUILD_SDK_DIR.
	(add-archive): Likewise.
	(icedtea-debug): Likewise using BUILD_DEBUG_SDK_DIR
	and BUILD_DEBUG_JRE_DIR.
	(add-systemtap-debug): Likewise.
	(clean-add-systemtap-debug): Likewise.
	(check-crypto-debug): Redefine using BUILD_DEBUG_SDK_DIR.
	(add-archive-debug): Likewise.
	(icedtea-boot): Redefine using BUILD_BOOT_SDK_DIR.
	(add-systemtap-boot): Likewise.
	(clean-add-systemtap-boot): Likewise.
	(check-crypto-boot): Redefine using BUILD_BOOT_SDK_DIR.
	(add-archive-boot): Likewise.
	(rebuild): Likewise.
	(hotspot): Redefine using BUILD_SDK_DIR and
	BUILD_BOOT_SDK_DIR.
	(ADD_ZERO_CONFIGURE_ARGS): Redefine using $(BUILD_SDK_DIR).
	(check-hotspot): Likewise.
	(check-langtools): Likewise.
	(check-jdk): Likewise.
	(install-exec-local): Added. Installs JDK binaries,
	headers, native libraries, tapsets, JAR and IDL files.
	(install-data-local): Installs property files, man
	pages, images, documentation and other miscellaneous
	data files, such as the timezone database.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Actually remove patches/cacao/armhf.patch

------------------------------------------
[...truncated 197894 lines...]
‘/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/bin/rmic’ -> ‘/usr/lib/jvm/java-gcj/bin/rmic’
ln -sfv /usr/lib/jvm/java-gcj/bin/jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/bin/jar
‘/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/bin/jar’ -> ‘/usr/lib/jvm/java-gcj/bin/jar’
ln -sfv /usr/lib/jvm/java-gcj/bin/native2ascii /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/bin/native2ascii
‘/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/bin/native2ascii’ -> ‘/usr/lib/jvm/java-gcj/bin/native2ascii’
ln -sfv ../../../javac /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/bin/javac
‘/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/bin/javac’ -> ‘../../../javac’
ln -sfv ../../../javap /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/bin/javap
‘/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/bin/javap’ -> ‘../../../javap’
mkdir -p /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/lib/modules
mkdir -p /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib && \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar && \
chmod u+w /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar
mkdir -p /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/lib && \
if [ -e /usr/lib/jvm/java-gcj/lib/tools.jar ] ; then \
  ln -sfv /usr/lib/jvm/java-gcj/lib/tools.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/lib/tools.jar ; \
else \
  ln -sfv /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/lib/tools.jar ; \
fi
‘/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/lib/tools.jar’ -> ‘/usr/lib/jvm/java-gcj/lib/tools.jar’
if test -d /usr/lib/jvm/java-gcj/jre/lib/ppc64 ; then \
  ln -sfv /usr/lib/jvm/java-gcj/jre/lib/ppc64 \
    /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/amd64 ; \
elif test -d /usr/lib/jvm/java-gcj/jre/lib/ppc64el ; then \
  ln -sfv /usr/lib/jvm/java-gcj/jre/lib/ppc64el \
    /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/amd64 ; \
else \
  ln -sfv /usr/lib/jvm/java-gcj/jre/lib/amd64 \
    /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/ ; \
fi
‘/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/amd64’ -> ‘/usr/lib/jvm/java-gcj/jre/lib/amd64’
if ! test -d /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/amd64; \
  then \
  ln -sfv ./amd64 \
    /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/amd64; \
fi
mkdir -p /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/include && \
for i in /usr/lib/jvm/java-gcj/include/*; do \
  test -r $i | continue; \
  i=`basename $i`; \
  rm -f /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/include/$i; \
  ln -sv /usr/lib/jvm/java-gcj/include/$i /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/include/$i; \
done;
‘/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/include/jawt.h’ -> ‘/usr/lib/jvm/java-gcj/include/jawt.h’
‘/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/include/jni.h’ -> ‘/usr/lib/jvm/java-gcj/include/jni.h’
‘/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/include/linux’ -> ‘/usr/lib/jvm/java-gcj/include/linux’
mkdir -p stamps
touch stamps/bootstrap-directory-stage1.stamp
rm -f /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage1.stamp
ln -sf /notnfs/nighttester/drops/icedtea7/openjdk.tar.bz2 openjdk.tar.bz2
if ! echo "20dd3e250ba5ee96546a8a86d5d6c85e6546df97b3a05df7a5a2d99d0e44df6b  openjdk.tar.bz2" \
  | /bin/sha256sum --check ; \
then \
  if test "xno" = "xyes"; then \
    if [ -e openjdk.tar.bz2 ] ; then \
      mv openjdk.tar.bz2 openjdk.tar.bz2.old ; \
    fi ; \
    /bin/wget http://icedtea.classpath.org/download/drops/icedtea7/2.6.7/openjdk.tar.bz2; \
    if ! echo "20dd3e250ba5ee96546a8a86d5d6c85e6546df97b3a05df7a5a2d99d0e44df6b  openjdk.tar.bz2" \
      | /bin/sha256sum --check ; then \
      echo "ERROR: Bad download of OpenJDK root zip"; false; \
    fi; \
  else \
    echo "ERROR: No up-to-date OpenJDK root zip available"; exit -1; \
  fi ; \
fi ;
openjdk.tar.bz2: OK
mkdir -p stamps
touch stamps/download-openjdk.stamp
set -e ; \
if ! test -d openjdk ; then \
  if [ ! -z openjdk.tar.bz2 ] ; then \
    case "openjdk.tar.bz2" in \
      *.zip) /bin/unzip -q openjdk.tar.bz2 ;; \
      *.tar.*) /bin/gtar xf openjdk.tar.bz2 ;; \
    esac; \
    mv `echo icedtea7-forest|/bin/sed 's#\.#-#'`-dbfa75121aca openjdk ; \
  else \
    echo "ERROR: Couldn't extract OpenJDK"; \
    false; \
  fi; \
fi; 
touch stamps/extract-openjdk.stamp
ln -sf /notnfs/nighttester/drops/icedtea7/corba.tar.bz2 corba.tar.bz2
if ! echo "5aebaa5d670337a87ecc154372bc9d225a5232599c44f31a1d231bf8c5b89fcb  corba.tar.bz2" \
  | /bin/sha256sum --check ; \
then \
  if test "xno" = "xyes"; then \
    if [ corba.tar.bz2 ] ; then \
      mv corba.tar.bz2 corba.tar.bz2.old ; \
    fi ; \
    /bin/wget http://icedtea.classpath.org/download/drops/icedtea7/2.6.7/corba.tar.bz2; \
    if ! echo "5aebaa5d670337a87ecc154372bc9d225a5232599c44f31a1d231bf8c5b89fcb  corba.tar.bz2" \
      | /bin/sha256sum --check ; then \
      echo "ERROR: Bad download of CORBA zip"; false; \
    fi; \
  else \
    echo "ERROR: No up-to-date OpenJDK CORBA zip available"; exit -1; \
  fi ; \
fi ;
corba.tar.bz2: OK
mkdir -p stamps
touch stamps/download-corba.stamp
set -e ; \
if [ ! -z corba.tar.bz2 ] ; then \
  if test -e corba.tar.bz2 ; \
  then \
    if ! test -d openjdk/corba ; \
    then \
      case "corba.tar.bz2" in \
        *.zip) /bin/unzip -q corba.tar.bz2 ;; \
        *.tar.*) /bin/gtar xf corba.tar.bz2 ;; \
      esac; \
      mv corba-e3445769412d openjdk/corba ; \
    fi ; \
  fi ; \
fi
touch stamps/extract-corba.stamp
ln -sf /notnfs/nighttester/drops/icedtea7/jaxp.tar.bz2 jaxp.tar.bz2
if ! echo "8de42ee0a7cf50ac5ca9b55a36e3933992b4dc0160a29a380820aea5d8158c07  jaxp.tar.bz2" \
  | /bin/sha256sum --check ; \
then \
  if test "xno" = "xyes"; then \
    if [ jaxp.tar.bz2 ] ; then \
      mv jaxp.tar.bz2 jaxp.tar.bz2.old ; \
    fi ; \
    /bin/wget http://icedtea.classpath.org/download/drops/icedtea7/2.6.7/jaxp.tar.bz2; \
    if ! echo "8de42ee0a7cf50ac5ca9b55a36e3933992b4dc0160a29a380820aea5d8158c07  jaxp.tar.bz2" \
      | /bin/sha256sum --check ; then \
      echo "ERROR: Bad download of JAXP zip"; false; \
    fi; \
  else \
    echo "ERROR: No up-to-date JAXP root zip available"; exit -1; \
  fi ; \
fi ;
jaxp.tar.bz2: OK
mkdir -p stamps
touch stamps/download-jaxp.stamp
set -e ; \
if [ ! -z jaxp.tar.bz2 ] ; then \
  if test -e jaxp.tar.bz2 ; \
  then \
    if ! test -d openjdk/jaxp ; \
    then \
      case "jaxp.tar.bz2" in \
        *.zip) /bin/unzip -q jaxp.tar.bz2 ;; \
        *.tar.*) /bin/gtar xf jaxp.tar.bz2 ;; \
      esac; \
      mv jaxp-e3b08dc13807 openjdk/jaxp ; \
    fi ; \
  fi ; \
fi
touch stamps/extract-jaxp.stamp
ln -sf /notnfs/nighttester/drops/icedtea7/jaxws.tar.bz2 jaxws.tar.bz2
if ! echo "816a6d7a4bd302871d73f5681f6b35459000d76bfb9fa04b3479ffb630dc39f5  jaxws.tar.bz2" \
  | /bin/sha256sum --check ; \
then \
  if test "xno" = "xyes"; then \
    if [ jaxws.tar.bz2 ] ; then \
      mv jaxws.tar.bz2 jaxws.tar.bz2.old ; \
    fi ; \
    /bin/wget http://icedtea.classpath.org/download/drops/icedtea7/2.6.7/jaxws.tar.bz2; \
    if ! echo "816a6d7a4bd302871d73f5681f6b35459000d76bfb9fa04b3479ffb630dc39f5  jaxws.tar.bz2" \
      | /bin/sha256sum --check ; then \
      echo "ERROR: Bad download of JAXWS zip"; false; \
    fi; \
  else \
    echo "ERROR: No up-to-date OpenJDK JAXWS zip available"; exit -1; \
  fi ; \
fi ;
jaxws.tar.bz2: OK
mkdir -p stamps
touch stamps/download-jaxws.stamp
set -e ; \
if [ ! -z jaxws.tar.bz2 ] ; then \
  if test -e jaxws.tar.bz2 ; \
  then \
    if ! test -d openjdk/jaxws ; \
    then \
      case "jaxws.tar.bz2" in \
        *.zip) /bin/unzip -q jaxws.tar.bz2 ;; \
        *.tar.*) /bin/gtar xf jaxws.tar.bz2 ;; \
      esac; \
      mv jaxws-299588405837 openjdk/jaxws ; \
    fi ; \
  fi ; \
fi
touch stamps/extract-jaxws.stamp
ln -sf /notnfs/nighttester/drops/icedtea7/jdk.tar.bz2 jdk.tar.bz2
if ! echo "900bba75d68a8d92f58c7b8da1ea141be6d5f01f7cc015f85c2b14573384b62c  jdk.tar.bz2" \
  | /bin/sha256sum --check ; \
then \
  if test "xno" = "xyes"; then \
    if [ jdk.tar.bz2 ] ; then \
      mv jdk.tar.bz2 jdk.tar.bz2.old ; \
    fi ; \
    /bin/wget http://icedtea.classpath.org/download/drops/icedtea7/2.6.7/jdk.tar.bz2; \
    if ! echo "900bba75d68a8d92f58c7b8da1ea141be6d5f01f7cc015f85c2b14573384b62c  jdk.tar.bz2" \
      | /bin/sha256sum --check ; then \
      echo "ERROR: Bad download of JDK zip"; false; \
    fi; \
  else \
    echo "ERROR: No up-to-date OpenJDK JDK zip available"; exit -1; \
  fi ; \
fi ;
jdk.tar.bz2: OK
mkdir -p stamps
touch stamps/download-jdk.stamp
set -e ; \
if [ ! -z jdk.tar.bz2 ] ; then \
  if test -e jdk.tar.bz2 ; \
  then \
    if ! test -d openjdk/jdk ; \
    then \
      case "jdk.tar.bz2" in \
        *.zip) /bin/unzip -q jdk.tar.bz2 ;; \
        *.tar.*) /bin/gtar xf jdk.tar.bz2 ;; \
      esac; \
      mv jdk-2db5e90a399b openjdk/jdk ; \
    fi ; \
  fi ; \
fi
touch stamps/extract-jdk.stamp
ln -sf /notnfs/nighttester/drops/cacao/cacao7.tar.gz cacao-c182f119eaad.tar.gz
if ! echo "eade43f6c5da8b3b5a64e6b206b624eaca88539f80101d7164d6aa426eb590b1  cacao-c182f119eaad.tar.gz" \
 | /bin/sha256sum --check ; \
then \
 if test "xno" = "xyes"; then \
   if [ -e cacao-c182f119eaad.tar.gz ] ; then \
     mv cacao-c182f119eaad.tar.gz cacao-c182f119eaad.tar.gz.old ; \
   fi ; \
   /bin/wget http://icedtea.classpath.org/download/drops/cacao/cacao-c182f119eaad.tar.gz -O cacao-c182f119eaad.tar.gz; \
   if ! echo "eade43f6c5da8b3b5a64e6b206b624eaca88539f80101d7164d6aa426eb590b1  cacao-c182f119eaad.tar.gz" \
     | /bin/sha256sum --check ; then \
     echo "ERROR: Bad download of CACAO zip"; false; \
   fi; \
 else \
   echo "ERROR: No up-to-date CACAO zip available"; exit -1; \
 fi ; \
fi
cacao-c182f119eaad.tar.gz: FAILED
/bin/sha256sum: WARNING: 1 computed checksum did NOT match
ERROR: No up-to-date CACAO zip available
make: *** [stamps/download-cacao.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure


More information about the icedtea-test mailing list