VirtualBox

Changes between Initial Version and Version 4 of Ticket #9848


Ignore:
Timestamp:
Dec 2, 2011 12:46:18 PM (12 years ago)
Author:
Frank Mehnert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9848

    • Property Summary 4.1.4 compilation issues with java glueCompilation issues with Java glue (JDK 1.7.0)
  • Ticket #9848 – Description

    initial v4  
    11emerging 4.1.4 ose on gentoo here with following failure:
    22{{{
    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
    46    public static int[] unwrap(List<Integer> vals) {
    57                        ^
    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
    711    public static long[] unwrap(List<Long> vals) {
    812                         ^
    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
    1016    public static boolean[] unwrap(List<Boolean> vals) {
    1117                            ^
    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
    1321    public static String[] unwrap(List<String> vals) {
    1422}}}

© 2023 Oracle
ContactPrivacy policyTerms of Use