Package: postgis Version: 1.1.6-2 Severity: serious From my pbuilder build log:
... jikes-classpath -classpath "stubbin/:/usr/share/java/postgresql.jar:src" -d bin src/org/postgis/*.java src/org/postgis/*/*.java src/examples/*.java Found 2 semantic errors compiling "src/org/postgis/DriverWrapper.java": <-------------------------------------------------------------- 93. Driver.debug(this.getClass().getName() + " loaded TypesAdder: " 94. + typesAdder.getClass().getName()); -----------------------------------------------------> *** Semantic Error: No accessible method with signature "debug(java.lang.String)" was found in type "org.postgresql.Driver". 133. Driver.info("Error registering PostGIS Wrapper Driver", e); ^--------------------------------------------------------^ *** Semantic Error: No accessible method with signature "info(java.lang.String, java.sql.SQLException)" was found in type "org.postgresql.Driver". Found 1 semantic error compiling "src/org/postgis/DriverWrapperAutoprobe.java": 70. Driver.info("Error registering PostGIS LW Wrapper Driver", e); ^-----------------------------------------------------------^ *** Semantic Error: No accessible method with signature "info(java.lang.String, java.sql.SQLException)" was found in type "org.postgresql.Driver". Found 1 semantic error compiling "src/org/postgis/DriverWrapperLW.java": 65. Driver.info("Error registering PostGIS LW Wrapper Driver", e); ^-----------------------------------------------------------^ *** Semantic Error: No accessible method with signature "info(java.lang.String, java.sql.SQLException)" was found in type "org.postgresql.Driver". make[1]: *** [compile] Error 1 make[1]: Leaving directory `/tmp/buildd/postgis-1.1.6/java/jdbc' make: *** [install-indep] Error 2 -- Daniel Schepler