[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#912270: writer2latex FTBFS with OpenJDK 11



Source: writer2latex
Version: 1.4-5
Severity: serious
Tags: ftbfs

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

...
compile:
    [mkdir] Created dir: /build/1st/writer2latex-1.4/target/classes
    [javac] Compiling 203 source files to /build/1st/writer2latex-1.4/target/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 6
    [javac] warning: [options] source value 6 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] /build/1st/writer2latex-1.4/source/java/writer2latex/base/ImageConverter.java:37: error: package javax.xml.bind does not exist
    [javac] import javax.xml.bind.DatatypeConverter;
    [javac]                      ^
    [javac] /build/1st/writer2latex-1.4/source/java/writer2latex/base/ImageConverter.java:351: error: cannot find symbol
    [javac]     	return DatatypeConverter.printHexBinary(md.digest(blob))
    [javac]     	       ^
    [javac]   symbol:   variable DatatypeConverter
    [javac]   location: class ImageConverter
    [javac] /build/1st/writer2latex-1.4/source/java/writer2latex/base/ImageConverter.java:352: error: cannot find symbol
    [javac]     			+DatatypeConverter.printHexBinary(Arrays.copyOf(blob, 10));
    [javac]     			 ^
    [javac]   symbol:   variable DatatypeConverter
    [javac]   location: class ImageConverter
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 3 errors
    [javac] 4 warnings

BUILD FAILED
/build/1st/writer2latex-1.4/build.xml:78: Compile failed; see the compiler error output for details.

Total time: 5 seconds
make: *** [debian/rules:37: build-indep-stamp] Error 1


Reply to: