Changes between Initial Version and Version 4 of Ticket #9848
- Timestamp:
- Dec 2, 2011 12:46:18 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9848
- Property Summary 4.1.4 compilation issues with java glue → Compilation issues with Java glue (JDK 1.7.0)
-
Ticket #9848 – Description
initial v4 1 1 emerging 4.1.4 ose on gentoo here with following failure: 2 2 {{{ 3 /var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:123: error: name clash: unwrap(List<Integer>) and unwrap(List<Short>) have the same erasure 3 /var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/ 4 out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:123: 5 error: name clash: unwrap(List<Integer>) and unwrap(List<Short>) have the same erasure 4 6 public static int[] unwrap(List<Integer> vals) { 5 7 ^ 6 /var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:135: error: name clash: unwrap(List<Long>) and unwrap(List<Short>) have the same erasure 8 /var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/ 9 out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:135: 10 error: name clash: unwrap(List<Long>) and unwrap(List<Short>) have the same erasure 7 11 public static long[] unwrap(List<Long> vals) { 8 12 ^ 9 /var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:147: error: name clash: unwrap(List<Boolean>) and unwrap(List<Short>) have the same erasure 13 /var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/ 14 out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:147: 15 error: name clash: unwrap(List<Boolean>) and unwrap(List<Short>) have the same erasure 10 16 public static boolean[] unwrap(List<Boolean> vals) { 11 17 ^ 12 /var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:159: error: name clash: unwrap(List<String>) and unwrap(List<Short>) have the same erasure 18 /var/tmp/portage/app-emulation/virtualbox-4.1.4/work/VirtualBox-4.1.4_OSE/ 19 out/linux.amd64/release/obj/vboxjxpcom-gen/jxpcomgen/java/glue/Helper.java:159: 20 error: name clash: unwrap(List<String>) and unwrap(List<Short>) have the same erasure 13 21 public static String[] unwrap(List<String> vals) { 14 22 }}}