[Bug 2942] 2.6.6 fails to build on arm with duplicate case value errors

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Oct 10 20:17:29 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2942

--- Comment #6 from Jacco Ligthart <jacco at redsleeve.org> ---
I am rebuilding CentOS7 for the ARMv5 CPU. Their pre 8032051 SRPM
(java-1.6.0-openjdk-1.6.0.38-1.13.10.0.el7_2.src.rpm) builded normal (after a
small patch), the next update
(java-1.6.0-openjdk-1.6.0.39-1.13.11.0.el7_2.src.rpm) results in:

/builddir/build/BUILD/icedtea6-1.13.11/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:
In function 'void Thumb2_codegen(Thumb2_Info*, unsigned int)':
/builddir/build/BUILD/icedtea6-1.13.11/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5123:7:
error: duplicate case value
       case opc_fast_aldc_w:
       ^
/builddir/build/BUILD/icedtea6-1.13.11/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5122:7:
error: previously used here
       case opc_return_register_finalizer:
       ^
/builddir/build/BUILD/icedtea6-1.13.11/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6397:7:
error: duplicate case value
       case opc_return_register_finalizer: {
       ^
/builddir/build/BUILD/icedtea6-1.13.11/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6289:5:
error: previously used here
     case opc_fast_aldc_w:
     ^
make[7]: Leaving directory
`/builddir/build/BUILD/icedtea6-1.13.11/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
make[6]: Leaving directory
`/builddir/build/BUILD/icedtea6-1.13.11/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
make[5]: Leaving directory
`/builddir/build/BUILD/icedtea6-1.13.11/openjdk.build/hotspot/outputdir'
make[4]: Leaving directory
`/builddir/build/BUILD/icedtea6-1.13.11/openjdk/hotspot/make'
make[7]: *** [thumb2.o] Error 1
make[6]: *** [the_vm] Error 2
make[5]: *** [productzero] Error 2
make[4]: *** [generic_buildzero] Error 2
make[3]: *** [productzero] Error 2
make[3]: Leaving directory
`/builddir/build/BUILD/icedtea6-1.13.11/openjdk/hotspot/make'
make[2]: *** [hotspot-build] Error 2
make[2]: Leaving directory `/builddir/build/BUILD/icedtea6-1.13.11/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/builddir/build/BUILD/icedtea6-1.13.11/openjdk'
make: *** [stamps/icedtea.stamp] Error 2


To me this looks so much alike the error reported by James, that I always
assumed that this is the same issue. (and that you would be aware ...)

-- 
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/20161010/73d8a843/attachment-0001.html>


More information about the distro-pkg-dev mailing list