Source: orthanc-imagej
Version: 1.1+dfsg-3
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/orthanc-imagej.html

...
cd /build/1st/orthanc-imagej-1.1+dfsg && /usr/bin/javac -source 1.6 -target 1.6 
-classpath 
:/usr/share/java/ij.jar:/usr/share/java/json-simple.jar:/build/1st/orthanc-imagej-1.1+dfsg:/build/1st/orthanc-imagej-1.1+dfsg/Build
 -d /build/1st/orthanc-imagej-1.1+dfsg/Build/CMakeFiles/Orthanc_Import.dir 
@/build/1st/orthanc-imagej-1.1+dfsg/Build/CMakeFiles/Orthanc_Import.dir/java_sources
warning: [options] bootstrap class path not set in conjunction with -source 6
warning: [options] source value 6 is obsolete and will be removed in a future 
release
warning: [options] target value 1.6 is obsolete and will be removed in a future 
release
warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
/build/1st/orthanc-imagej-1.1+dfsg/com/orthancserver/OrthancConnection.java:32: 
error: package javax.xml.bind does not exist
import javax.xml.bind.DatatypeConverter;
                     ^
/build/1st/orthanc-imagej-1.1+dfsg/com/orthancserver/SelectImageDialog.java:52: 
error: package javax.xml.bind does not exist
import javax.xml.bind.DatatypeConverter;
                     ^
/build/1st/orthanc-imagej-1.1+dfsg/com/orthancserver/OrthancConnection.java:100:
 error: cannot find symbol
                return DatatypeConverter.printBase64Binary(auth.getBytes());
                       ^
  symbol:   variable DatatypeConverter
  location: class OrthancConnection
/build/1st/orthanc-imagej-1.1+dfsg/com/orthancserver/SelectImageDialog.java:555:
 error: cannot find symbol
      String decoded = new String(DatatypeConverter.parseBase64Binary(s));
                                  ^
  symbol:   variable DatatypeConverter
  location: class SelectImageDialog
/build/1st/orthanc-imagej-1.1+dfsg/com/orthancserver/SelectImageDialog.java:578:
 error: cannot find symbol
    return DatatypeConverter.printBase64Binary(config.getBytes());
           ^
  symbol:   variable DatatypeConverter
  location: class SelectImageDialog
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
5 errors
4 warnings
make[3]: *** [CMakeFiles/Orthanc_Import.dir/build.make:79: 
CMakeFiles/Orthanc_Import.dir/java_compiled_Orthanc_Import] Error 1

Reply via email to