OpenJDK 7u91 and IcedTea
Andrew Hughes
gnu.andrew at redhat.com
Fri Oct 23 00:27:44 UTC 2015
----- Original Message -----
> Andrew,
>
> Thanks for the hard work. I highly appreciate it. =)
>
> I apologize for the delay, I was able to package 2.6.2pre02 only
> yesterday. After few successful builds on AMD64 and PPC64LE I let the
> PPA build it overnight. It failed to build on ARM64 (AARCH64) for
> Zero.
>
> A snippet of the build log follows bellow, I also saved it on pastebin
> @ https://paste.fedoraproject.org/282393/18046144/
>
>
>
> Original:
> https://launchpad.net/~tdaitx/+archive/ubuntu/openjdk/+build/8169173/+files/buildlog_ubuntu-wily-arm64.openjdk-7_7u91-2.6.2-0ubuntu1%7Epre02%7E20151022021548_BUILDING.txt.gz
>
> g++-4.9 -DLINUX -D_GNU_SOURCE -DCC_INTERP -DZERO -DAARCH64
> -DZERO_LIBARCH=\"aarch64\" -DPRODUCT -I.
> -I/«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/prims
> -I/«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm
> -I/«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/precompiled
> -I/«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/cpu/zero/vm
> -I/«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/os_cpu/linux_zero/vm
> -I/«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/os/linux/vm
> -I/«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/os/posix/vm
> -I../generated -DHOTSPOT_RELEASE_VERSION="\"24.85-b03\""
> -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"buildd\""
> -DHOTSPOT_LIB_ARCH=\"aarch64\" -DHOTSPOT_VM_DISTRO="\"OpenJDK\""
> -DDERIVATIVE_ID="\"IcedTea 2.6.2pre02\""
> -DDEB_MULTIARCH="\"aarch64-linux-gnu\"" -DDISTRIBUTION_ID="\"Ubuntu
> 15.10, package 7u91-2.6.2-0ubuntu1~pre02~20151022021548\""
> -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_zero -DTARGET_ARCH_MODEL_zero
> -DTARGET_OS_ARCH_linux_zero -DTARGET_OS_ARCH_MODEL_linux_zero
> -DTARGET_COMPILER_gcc -fpic -fno-rtti -fno-exceptions -D_REENTRANT
> -fcheck-new -fvisibility=hidden -D_LITTLE_ENDIAN -pipe -g -O3
> -fno-strict-aliasing -fno-devirtualize -DVM_LITTLE_ENDIAN -D_LP64=1
> -DINCLUDE_TRACE=1 -Wpointer-arith -Wsign-compare -g
> -fstack-protector-strong -Wformat -Werror=format-security
> -D_FORTIFY_SOURCE=2 -c -fpch-deps -MMD -MP -MF
> ../generated/dependencies/vm_operations.o.d -o vm_operations.o
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vm_operations.cpp
> In file included from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/utilities/globalDefinitions.hpp:45:0,
> from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/utilities/debug.hpp:28,
> from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/globals.hpp:28,
> from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/memory/allocation.hpp:28,
> from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/memory/iterator.hpp:28,
> from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/memory/genOopClosures.hpp:28,
> from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/oops/klass.hpp:28,
> from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/handles.hpp:28,
> from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/code/oopRecorder.hpp:28,
> from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/asm/assembler.hpp:28,
> from
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/precompiled/precompiled.hpp:29:
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:847:20:
> error: '_updateBytesCRC32' is not a member of 'StubRoutines'
> static_field(StubRoutines, _updateBytesCRC32,
> address) \
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/utilities/macros.hpp:288:28:
> note: in definition of macro 'AARCH64_ONLY'
> #define AARCH64_ONLY(code) code
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:847:7:
> note: in expansion of macro 'GENERATE_STATIC_VM_STRUCT_ENTRY'
> static_field(StubRoutines, _updateBytesCRC32,
> address) \
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:2844:3:
> note: in expansion of macro 'VM_STRUCTS'
> VM_STRUCTS(GENERATE_NONSTATIC_VM_STRUCT_ENTRY, \
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:848:19:
> error: '_crc_table_adr' is not a member of 'StubRoutines'
> static_field(StubRoutines, _crc_table_adr,
> address) \
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/utilities/macros.hpp:288:28:
> note: in definition of macro 'AARCH64_ONLY'
> #define AARCH64_ONLY(code) code
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:848:6:
> note: in expansion of macro 'GENERATE_STATIC_VM_STRUCT_ENTRY'
> static_field(StubRoutines, _crc_table_adr,
> address) \
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:2844:3:
> note: in expansion of macro 'VM_STRUCTS'
> VM_STRUCTS(GENERATE_NONSTATIC_VM_STRUCT_ENTRY, \
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:
> In static member function 'static void VMStructs::init()':
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:847:20:
> error: '_updateBytesCRC32' is not a member of 'StubRoutines'
> static_field(StubRoutines, _updateBytesCRC32,
> address) \
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/utilities/macros.hpp:288:28:
> note: in definition of macro 'AARCH64_ONLY'
> #define AARCH64_ONLY(code) code
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:847:7:
> note: in expansion of macro 'CHECK_STATIC_VM_STRUCT_ENTRY'
> static_field(StubRoutines, _updateBytesCRC32,
> address) \
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:2992:3:
> note: in expansion of macro 'VM_STRUCTS'
> VM_STRUCTS(CHECK_NONSTATIC_VM_STRUCT_ENTRY,
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:848:19:
> error: '_crc_table_adr' is not a member of 'StubRoutines'
> static_field(StubRoutines, _crc_table_adr,
> address) \
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/utilities/macros.hpp:288:28:
> note: in definition of macro 'AARCH64_ONLY'
> #define AARCH64_ONLY(code) code
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:848:6:
> note: in expansion of macro 'CHECK_STATIC_VM_STRUCT_ENTRY'
> static_field(StubRoutines, _crc_table_adr,
> address) \
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp:2992:3:
> note: in expansion of macro 'VM_STRUCTS'
> VM_STRUCTS(CHECK_NONSTATIC_VM_STRUCT_ENTRY,
> ^
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/make/linux/makefiles/rules.make:150:
> recipe for target 'vmStructs.o' failed
> make[8]: *** [vmStructs.o] Error 1
> make[8]: *** Waiting for unfinished jobs....
> make[8]: Leaving directory
> '/«PKGBUILDDIR»/build/zerovm/openjdk.build/hotspot/outputdir/linux_aarch64_zero/product'
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/make/linux/makefiles/top.make:119:
> recipe for target 'the_vm' failed
> make[7]: *** [the_vm] Error 2
> make[7]: Leaving directory
> '/«PKGBUILDDIR»/build/zerovm/openjdk.build/hotspot/outputdir/linux_aarch64_zero/product'
> /«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/make/linux/Makefile:394:
> recipe for target 'productzero' failed
> make[6]: *** [productzero] Error 2
> make[6]: Leaving directory
> '/«PKGBUILDDIR»/build/zerovm/openjdk.build/hotspot/outputdir'
> Makefile:224: recipe for target 'generic_buildzero' failed
> make[5]: *** [generic_buildzero] Error 2
> make[5]: Leaving directory '/«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/make'
> make[4]: *** [productzero] Error 2
> Makefile:166: recipe for target 'productzero' failed
> make[4]: Leaving directory '/«PKGBUILDDIR»/build/zerovm/openjdk/hotspot/make'
> make/hotspot-rules.gmk:125: recipe for target 'hotspot-build' failed
> make[3]: *** [hotspot-build] Error 2
> make[3]: Leaving directory '/«PKGBUILDDIR»/build/zerovm/openjdk'
> Makefile:2288: recipe for target 'stamps/icedtea.stamp' failed
> make[2]: *** [stamps/icedtea.stamp] Error 2
> make[2]: Leaving directory '/«PKGBUILDDIR»/build/zerovm'
> Makefile:2827: recipe for target 'stamps/add-zero.stamp' failed
> make[1]: *** [stamps/add-zero.stamp] Error 2
> make[1]: Leaving directory '/«PKGBUILDDIR»/build'
> /bin/bash: line 5: kill: (6071) - No such process
> debian/rules:1297: recipe for target 'stamps/build' failed
>
>
> On Wed, Oct 21, 2015 at 1:42 AM, Andrew Hughes <gnu.andrew at redhat.com> wrote:
> > ----- Original Message -----
> >>
> >>
> >> ----- Original Message -----
> >> > On Thu, Oct 15, 2015 at 1:32 PM, Andrew Hughes <gnu.andrew at redhat.com>
> >> > wrote:
> >> > > Hmmm... going by this, the next CPU is not unembargoed until the 20th:
> >> > >
> >> > > http://www.oracle.com/technetwork/topics/security/alerts-086861.html
> >> >
> >> > Hmm, indeed. Whatever date is right, we know it is close.
> >> >
> >> > > As with u85, we'll add the backported security patches to create
> >> > > OpenJDK 7 u91, then integrate this into IcedTea 2.6.2 for release.
> >> > > This will happen as close to unembargo as possible.
> >> >
> >> > Great!
> >> >
> >> > > There's not much you can do with the security stuff, but you could
> >> > > certainly test pre-releases of 2.6.2. I intend to make sure everything
> >> > > else is ready upstream today by backporting the fixes that have been
> >> > > soaking in HEAD/2.7. If you're interested, I can ping you when
> >> > > we tag 2.6.2pre02. The final 2.6.2 release will be this plus the
> >> > > security changes from u91.
> >> >
> >> > Yeah, that would be awesome. I'm keeping track of the repository just
> >> > in case. =)
> >> >
> >>
> >> I've tagged the forest with 2.6.2pre02:
> >>
> >> http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/
> >>
> >> I'll update IcedTea 2.6 to work with it later today. That includes
> >> everything
> >> planned for 2.6.2 with the exception of the security material.
> >>
> >> > --
> >> > Tiago Stürmer Daitx
> >> > Software Engineer
> >> > tiago.daitx at canonical.com
> >> >
> >>
> >
> > IcedTea 2.6 is now using 2.6.2pre02.
> >
> > The security changes have been pushed to the IcedTea 2.6 forest. Once
> > we've completed successful testing of them, I'll put out the 2.6.2 release.
> > --
> > Andrew :)
> >
> > Senior Free Java Software Engineer
> > Red Hat, Inc. (http://www.redhat.com)
> >
> > PGP Key: ed25519/35964222 (hkp://keys.gnupg.net)
> > Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222
> >
> > PGP Key: rsa4096/248BDC07 (hkp://keys.gnupg.net)
> > Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07
> >
>
>
>
> --
> Tiago Stürmer Daitx
> Software Engineer
> tiago.daitx at canonical.com
>
Both issues are now fixed:
http://icedtea.classpath.org/hg/release/icedtea7-2.6/rev/9b9a197ed612
http://icedtea.classpath.org/hg/release/icedtea7-2.6/rev/e1528da4f4bb
and I've managed a successful build of Zero on AArch64.
--
Andrew :)
Senior Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
PGP Key: ed25519/35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222
PGP Key: rsa4096/248BDC07 (hkp://keys.gnupg.net)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07
More information about the distro-pkg-dev
mailing list