Build failed in Jenkins: IcedTea8TargetTesting #1368
Hudson Admin
gnu.andrew at redhat.com
Fri Apr 1 23:28:48 UTC 2016
See <http://toadeater.yyz.redhat.com:8080/job/IcedTea8TargetTesting/1368/changes>
Changes:
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2908: Add missing functions for CACAO OpenJDK JVM implementation
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2908: Add missing functions for CACAO
OpenJDK JVM implementation
* Makefile.am:
(ICEDTEA_PATCHES): Add new patch.
* NEWS: Updated.
* patches/cacao/pr2908-missing_functions.patch:
Provide stubs for JVM_GetClassTypeAnnotations,
JVM_GetFieldTypeAnnotations, JVM_GetMethodParameters,
JVM_GetMethodTypeAnnotations and JVM_IsVMGeneratedMethodIx.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2909: Install CACAO in same way as JamVM
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2909: Install CACAO in same way as JamVM
* Makefile.am:
(cacao-install): Perform same operations as
in jamvm-install.
* NEWS: Updated.
* acinclude.m4:
(IT_WITH_CACAO_HOME): Use a clean subdirectory for
the OpenJDK-style VM import, as JamVM does.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2907: Replace --with-abs-install-dir with usual --prefix
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2907: Replace --with-abs-install-dir
with usual --prefix
* NEWS: Updated.
2014-06-04 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR2907: Replace --with-abs-install-dir
with usual --prefix
* INSTALL: Replace documentation of
--with-abs-install-dir with --prefix. Fix typo.
* Makefile.am:
(ICEDTEA_ENV): Set INSTALL_LOCATION to prefix.
* configure.ac: Drop abs-install-dir
option and use prefix in ABS_CLIENT_LIBJVM_SO and
ABS_SERVER_LIBJVM_SO instead.
* tapset/hotspot.stp.in,
* tapset/hotspot_jni.stp.in,
* tapset/jstack.stp.in:
Replace ABS_JAVA_HOME_DIR with prefix.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2906: Support prefixed variants of GNU tools used on *BSD systems
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2906: Support prefixed variants of GNU
tools used on *BSD systems
* NEWS: Updated.
2014-04-14 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR2906: Support prefixed variants of GNU
tools used on *BSD systems
* AUTHORS: Add Radim Kolar.
* acinclude.m4:
(IT_FIND_TOOL): Cleanup error message.
(IT_FIND_TOOLS): Likewise.
2014-03-20 Radim Kolar <hsn at sanatana.filez.com>
PR2906: Support prefixed variants of GNU
tools used on *BSD systems
* Makefile.am:
(versioning): Use $(SED) instead of 'sed'.
(icedtea): Likewise.
(icedtea-debug): Likewise.
(clean-add-jamvm): Likewise.
(clean-add-jamvm-debug): Likewise.
(clean-add-cacao): Likewise.
(clean-add-cacao-debug): Likewise.
(clean-add-zero): Likewise.
(clean-add-zero-debug): Likewise.
(jtreg_processes): Likewise.
* acinclude.m4:
(IT_FIND_TOOLS): New macro to check for
multiple tools.
* configure.ac: Check for gmake, gfind, gpatch, gtar,
gsha256sum and gsed (GNU tools on *BSD). Use
IT_FIND_TOOLS for fastjar.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2832, CA195: typeinfo.cpp: typeinfo_merge_nonarrays: Assertion `dest && result && x.any && y.any' failed
2016-03-24 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR2832, CA195: typeinfo.cpp: typeinfo_merge_nonarrays:
Assertion `dest && result && x.any && y.any' failed
* Makefile.am:
(ICEDTEA_PATCHES): Add new patch.
* NEWS: Updated.
* patches/cacao/pr2832-refactoring_error.patch:
Backport of refactoring fix from
https://bitbucket.org/Ringdingcoder/cacao-staging
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2775: JamVM lacks JVM_GetResourceLookupCacheURLs introduced by jdk8u40
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2775: JamVM lacks JVM_GetResourceLookupCacheURLs
introduced by jdk8u40
* Makefile.am:
(ICEDTEA_PATCHES): Add PR2775 patch.
* NEWS: Updated.
2015-12-22 Xerxes Rånby <xerxes at gudinna.com>
PR2775: JamVM lacks JVM_GetResourceLookupCacheURLs
introduced by jdk8u40
* patches/jamvm/pr2775-cache_api.patch:
Provide a minimal implementation of the lookup
cache API which basically says we don't implement it.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2776: CACAO lacks JVM_GetResourceLookupCacheURLs introduced by jdk8u40
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2776: CACAO lacks JVM_GetResourceLookupCacheURLs
introduced by jdk8u40
* Makefile.am:
(ICEDTEA_PATCHES): Add CACAO patch for PR2776.
* NEWS: Updated.
* patches/cacao/pr2776-cache_api.patch:
Provide a minimal implementation of the lookup
cache API which basically says we don't implement it.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2035: --enable-cacao builds broken, missing JVM_GetTemporaryDirectory impl.
2015-07-13 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2035: --enable-cacao builds broken, missing
JVM_GetTemporaryDirectory impl.
* Makefile.am:
(ICEDTEA_PATCHES): Add CACAO patch for PR2035.
* NEWS: Updated.
* patches/cacao/pr2035-tempdir.patch:
Implement JVM_GetTemporaryDirectory.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2863: IcedTea doesn't pass through build and host triplets to OpenJDK's configure
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2863: IcedTea doesn't pass through build
and host triplets to OpenJDK's configure
* AUTHORS: Add James and update my e-mail
address.
* NEWS: Updated.
2016-02-28 James Le Cuirot <chewi at gentoo.org>
PR2863: IcedTea doesn't pass through build
and host triplets to OpenJDK's configure
* Makefile.am:
(ICEDTEA_CONFIGURE): Pass build_triplet
and host_triplet through to OpenJDK.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2766: Remove all references to GCJ
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2766: Remove all references to GCJ
* Makefile.am:
Remove dead commented out lines.
(ICEDTEA_BOOTSTRAP_CLASSES): Remove unused variable.
(clean-local): Remove clean-native-ecj.
(native-ecj): Removed.
(clean-native-ecj): Likewise.
(bootstrap-directory-stage1): Remove dependency on
native-ecj.
* NEWS: Updated.
* acinclude.m4:
(IT_WITH_GCJ): Removed.
(IT_CHECK_FOR_JDK): Remove unused GCJ_VMS variable.
* configure.ac:
Don't invoke IT_WITH_GCJ or search for gcj.
* javac.in:
Update bootstrap classpath. Remove attempt to
use native-ecj.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2547: Extend tarball checksumming option to allow the checksum to be specified
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2547: Extend tarball checksumming option to
allow the checksum to be specified
* INSTALL: Update documentation, replacing
the --disable-nashorn-checksum option with
the --with--nashorn-checksum option.
* Makefile.am:
(NASHORN_SUM): Set to either NASHORN_SHA256SUM
or the checksum supplied by the user.
(download-nashorn): Use NASHORN_SUM instead
of NASHORN_SHA256SUM directly.
* acinclude.m4:
(IT_ENABLE_NASHORN_CHECKSUM): Change from
an enablement option to a with option, so
that the user can specify a checksum.
The conditional WITH_NASHORN_CHECKSUM is
set if the specified value is other than
"yes" or "no".
2015-07-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2547: 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>] PR2544: Desktop files do not allow installation from multiple versions of IcedTea
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2544: Desktop files do not allow installation from
multiple versions of IcedTea
* Makefile.am:
(uninstall-local): Replace hard-coded "1.8.0" with @JAVA_VER at .
2015-07-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2544: 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:
(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.8.0" with @JAVA_VER at .
Copy desktop files from build directory.
* NEWS: Updated.
* acinclude.m4:
(IT_DETERMINE_VERSION): Set JAVA_VER to 1.8.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>] PR2541: Allow the user to specify the cacerts file to use
2016-03-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2541: Allow the user to specify the cacerts file
to use
* Makefile.am:
(uninstall-local): Delete the cacerts file.
2015-07-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2541: Allow the user to specify the cacerts file
to use
* INSTALL: Document --with-cacerts-file.
* Makefile.am:
(JDK_CACERTS_FILE): Replace hardcoded value with
@ALT_CACERTS_FILE at .
(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.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2523: Add executable stack markings to callNative.S on JamVM
2015-07-13 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2523: Add executable stack markings
to callNative.S on JamVM
* Makefile.am:
(ICEDTEA_PATCHES): Add patch.
* NEWS: Updated.
* patches/jamvm/noexecstack.patch:
Add notes to assembly files in order to
turn off executable stack.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2392: Make elliptic curve removal optional
2015-07-13 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2392: Make elliptic curve removal
optional
* INSTALL:
Document --enable-non-nss-curves.
* Makefile.am:
(ICEDTEA_PATCHES): Only apply
the RH1022017 patch when non-NSS
curves are not enabled.
* NEWS: Updated.
* acinclude.m4:
(IT_ENABLE_NON_NSS_CURVES): New
macro to allow non-NSS curves to
be turned on.
* configure.ac:
Invoke IT_ENABLE_NON_NSS_CURVES.
* fsg.sh.in:
Don't alter the curve list when
non-NSS curves are enabled.
------------------------------------------
[...truncated 1223 lines...]
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctflt.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctfst.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctint.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctred.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jinclude.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemmgr.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemnobs.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemsys.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmorecfg.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegint.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpeglib.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jquant1.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jquant2.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jutils.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/jversion.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/image/jpeg/README’
Removing giflib
removed ‘openjdk/jdk/src/share/native/sun/awt/giflib/gif_err.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/giflib/dgif_lib.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/giflib/COPYING’
removed ‘openjdk/jdk/src/share/native/sun/awt/giflib/gif_lib_private.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/giflib/gifalloc.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/giflib/gif_hash.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/giflib/gif_lib.h’
removed directory: ‘openjdk/jdk/src/share/native/sun/awt/giflib’
Removing libpng
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngwrite.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/png.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pnginfo.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngrio.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngstruct.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngdebug.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngpread.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngread.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pnglibconf.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngtest.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngerror.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngset.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/png.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngwio.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/CHANGES’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngpriv.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngconf.h’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngwutil.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngget.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngrtran.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/LICENSE’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngtrans.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngmem.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/README’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngrutil.c’
removed ‘openjdk/jdk/src/share/native/sun/awt/libpng/pngwtran.c’
removed directory: ‘openjdk/jdk/src/share/native/sun/awt/libpng’
Removing lcms
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmscam02.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmscgats.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmscnvrt.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmserr.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsgamma.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsgmt.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmshalf.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsintrp.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsio0.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsio1.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmslut.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsmd5.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsmtrx.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsnamed.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsopt.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmspack.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmspcs.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsplugin.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsps2.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmssamp.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmssm.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmstypes.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsvirt.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsxform.c’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/lcms2.h’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/lcms2_internal.h’
removed ‘openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/lcms2_plugin.h’
touch stamps/remove-intree-libraries.stamp
mkdir -p stamps
touch stamps/download-jamvm.stamp
mkdir -p stamps
touch stamps/extract-jamvm.stamp
mkdir -p stamps
touch stamps/extract.stamp
mkdir -p stamps ; \
rm -f stamps/patch-fsg.stamp.tmp ; \
touch stamps/patch-fsg.stamp.tmp ; \
all_patches_ok=yes; \
for p in ; \
do \
if test x${all_patches_ok} = "xyes" \
&& echo Checking $p \
&& /bin/patch -l -p0 --dry-run -s -t -f \
-F 0 < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Applying $p ; \
/bin/patch -l -p0 < /notnfs/nighttester/icedtea8-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea8-target-testing/HACKING \
>> stamps/patch-fsg.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-fsg.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi ;
mkdir -p stamps ; \
rm -f stamps/patch.stamp.tmp ; \
touch stamps/patch.stamp.tmp ; \
all_patches_ok=yes; \
cd /notnfs/nighttester/icedtea8-target-testing/openjdk/jdk; \
for p in ; \
do \
if test x${all_patches_ok} == "xyes" \
&& echo Checking $p \
&& /bin/patch -l -p1 --dry-run -s -t -f -F 0 < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Applying $p ; \
/bin/patch -l -p1 < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
test x${all_patches_ok} == "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing ; \
for p in patches/memory-limits.patch patches/override-redirect-metacity.patch patches/disable-intree-ec.patch patches/rh1022017.patch patches/nss-not-enabled-config.patch ; \
do \
if test x${all_patches_ok} = "xyes" \
&& echo Checking $p \
&& /bin/patch -l -p0 --dry-run -s -t -f \
-F 0 < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Applying $p ; \
/bin/patch -l -p0 < /notnfs/nighttester/icedtea8-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea8-target-testing/HACKING \
>> stamps/patch.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi ; \
mv stamps/patch.stamp.tmp stamps/patch.stamp
Checking patches/memory-limits.patch
Applying patches/memory-limits.patch
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 3150 (offset 37 lines).
Checking patches/override-redirect-metacity.patch
Applying patches/override-redirect-metacity.patch
patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XWindowPeer.java
Hunk #1 succeeded at 1220 (offset 78 lines).
Checking patches/disable-intree-ec.patch
Applying patches/disable-intree-ec.patch
patching file openjdk/jdk/src/share/lib/security/java.security-linux
Checking patches/rh1022017.patch
Applying patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/SupportedEllipticCurvesExtension.java
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security-linux
Hunk #1 succeeded at 73 (offset 22 lines).
mv openjdk/jdk/make/ProfileNames.gmk $(basename openjdk/jdk/make/ProfileNames.gmk).bak
cat $(basename openjdk/jdk/make/ProfileNames.gmk).bak > openjdk/jdk/make/ProfileNames.gmk
icedtea_version="3.0.0pre10+rd4666165e486" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/ProfileNames.gmk ; \
echo "PRODUCT_NAME=IcedTea" \
>>openjdk/jdk/make/ProfileNames.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea ${icedtea_version}" \
>>openjdk/jdk/make/ProfileNames.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/ProfileNames.gmk ;
if test x"" != "xjdk8"; then \
proj_suffix="-"; \
fi ; \
if test x"" != "x"; then \
ver_suffix="-"; \
fi ; \
/bin/sed -i "s#BUILD_VARIANT_RELEASE)#BUILD_VARIANT_RELEASE)${proj_suffix}${ver_suffix}#" \
openjdk/jdk/make/ProfileNames.gmk;
mkdir -p stamps
touch stamps/versioning.stamp
cp -r /notnfs/nighttester/icedtea8-target-testing/overlays/openjdk/* openjdk/
chmod -R ug+w openjdk
mkdir -p stamps
touch stamps/overlay.stamp
if ! test -d openjdk-boot ; then \
cp -pPRl openjdk openjdk-boot ; \
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build ] ; then \
cp -pPRl /notnfs/nighttester/icedtea8-target-testing/openjdk.build /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot ; \
fi ; \
fi
mkdir -p stamps
touch stamps/clone-boot.stamp
+ make patch-boot
mkdir -p stamps; \
rm -f stamps/patch-boot.stamp.tmp ; \
touch stamps/patch-boot.stamp.tmp ; \
all_patches_ok=yes; \
for p in ; \
do \
if test x${all_patches_ok} = "xyes" \
&& echo Checking $p \
&& /bin/patch -l -p0 --dry-run -s -t -f \
-F 0 < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Applying $p ; \
/bin/patch -l -p0 < /notnfs/nighttester/icedtea8-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea8-target-testing/HACKING \
>> stamps/patch-boot.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-boot.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-boot.stamp.tmp stamps/patch-boot.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi
+ make native-ecj
make: *** No rule to make target `native-ecj'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
More information about the icedtea-test
mailing list