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)
...

Reply via email to