Below are errors from trying tonight's v1.8 tarball on one of the few
systems I have access to with java.  The trunk has the same errors but with
all the line numbers increased by exactly 18.

-Paul

Making all in java
make[3]: Entering directory
`/brashear/hargrove/OMPI/openmpi-1.8-latest-linux-x86_64-java/BLD/ompi/mpi/java/java'
  JAVAC  MPI.class
/usr/users/6/hargrove/SCRATCH/OMPI/openmpi-1.8-latest-linux-x86_64-java/openmpi-1.8.2rc4r32480/ompi/mpi/java/java/Struct.java:92:
type parameters of <T>T cannot be determined; no unique maximal instance
exists for type variable T with upper bounds T,mpi.Struct.Data
    return newData(buffer, 0);
                  ^
/usr/users/6/hargrove/SCRATCH/OMPI/openmpi-1.8-latest-linux-x86_64-java/openmpi-1.8.2rc4r32480/ompi/mpi/java/java/Struct.java:107:
type parameters of <T>T cannot be determined; no unique maximal instance
exists for type variable T with upper bounds T,mpi.Struct.Data
    return newData(buffer, index * extent);
                  ^
/usr/users/6/hargrove/SCRATCH/OMPI/openmpi-1.8-latest-linux-x86_64-java/openmpi-1.8.2rc4r32480/ompi/mpi/java/java/Struct.java:120:
type parameters of <T>T cannot be determined; no unique maximal instance
exists for type variable T with upper bounds T,mpi.Struct.Data
    return getData(buffer);
                  ^
/usr/users/6/hargrove/SCRATCH/OMPI/openmpi-1.8-latest-linux-x86_64-java/openmpi-1.8.2rc4r32480/ompi/mpi/java/java/Struct.java:136:
type parameters of <T>T cannot be determined; no unique maximal instance
exists for type variable T with upper bounds T,mpi.Struct.Data
    return getData(buffer, index);
                  ^
/usr/users/6/hargrove/SCRATCH/OMPI/openmpi-1.8-latest-linux-x86_64-java/openmpi-1.8.2rc4r32480/ompi/mpi/java/java/Struct.java:722:
type parameters of <T>T cannot be determined; no unique maximal instance
exists for type variable T with upper bounds D,mpi.Struct.Data
        return s.newData(buffer, offset + field);
                        ^
/usr/users/6/hargrove/SCRATCH/OMPI/openmpi-1.8-latest-linux-x86_64-java/openmpi-1.8.2rc4r32480/ompi/mpi/java/java/Struct.java:737:
type parameters of <T>T cannot be determined; no unique maximal instance
exists for type variable T with upper bounds D,mpi.Struct.Data
        return s.newData(buffer, offset + field + index * s.extent);
                        ^
6 errors



-- 
Paul H. Hargrove                          phhargr...@lbl.gov
Future Technologies Group
Computer and Data Sciences Department     Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900

Reply via email to