[Android-tools-devel] Bug#894287: android-platform-frameworks-data-binding FTBFS with openjdk-9

Adrian Bunk bunk at debian.org
Wed Mar 28 11:22:51 UTC 2018


Source: android-platform-frameworks-data-binding
Version: 2.2.2-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/android-platform-frameworks-data-binding.html

...
/build/1st/android-platform-frameworks-data-binding-2.2.2/compilerCommon/src/main/java/android/databinding/tool/store/ResourceBundle.java:37: error: package javax.xml.bind is not visible
import javax.xml.bind.JAXBContext;
                ^
  (package javax.xml.bind is declared in module java.xml.bind, which is not in the module graph)
/build/1st/android-platform-frameworks-data-binding-2.2.2/compilerCommon/src/main/java/android/databinding/tool/store/ResourceBundle.java:38: error: package javax.xml.bind is not visible
import javax.xml.bind.JAXBException;
                ^
  (package javax.xml.bind is declared in module java.xml.bind, which is not in the module graph)
/build/1st/android-platform-frameworks-data-binding-2.2.2/compilerCommon/src/main/java/android/databinding/tool/store/ResourceBundle.java:39: error: package javax.xml.bind is not visible
import javax.xml.bind.Marshaller;
                ^
  (package javax.xml.bind is declared in module java.xml.bind, which is not in the module graph)
/build/1st/android-platform-frameworks-data-binding-2.2.2/compilerCommon/src/main/java/android/databinding/tool/store/ResourceBundle.java:40: error: package javax.xml.bind is not visible
import javax.xml.bind.Unmarshaller;
                ^
  (package javax.xml.bind is declared in module java.xml.bind, which is not in the module graph)
/build/1st/android-platform-frameworks-data-binding-2.2.2/compilerCommon/src/main/java/android/databinding/tool/store/ResourceBundle.java:41: error: package javax.xml.bind.annotation is not visible
import javax.xml.bind.annotation.XmlAccessType;
                     ^
  (package javax.xml.bind.annotation is declared in module java.xml.bind, which is not in the module graph)
...



More information about the Android-tools-devel mailing list