Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 793193 Details for
Bug 860084
dev-java/jaxb-runtime-4.0.0 - runtime/.../module-info.java:24: error: module not found: com.sun.xml.fastinfoset
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-java:jaxb-runtime-4.0.0:20220722-114346.log
dev-java:jaxb-runtime-4.0.0:20220722-114346.log (text/plain), 23.71 KB, created by
Toralf Förster
on 2022-07-22 12:25:12 UTC
(
hide
)
Description:
dev-java:jaxb-runtime-4.0.0:20220722-114346.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-07-22 12:25:12 UTC
Size:
23.71 KB
patch
obsolete
> * Package: dev-java/jaxb-runtime-4.0.0 > * Repository: gentoo > * Maintainer: java@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Using: openjdk-17 >>>> Unpacking source... >>>> Unpacking jaxb-ri-4.0.0.tar.gz to /var/tmp/portage/dev-java/jaxb-runtime-4.0.0/work >>>> Source unpacked in /var/tmp/portage/dev-java/jaxb-runtime-4.0.0/work >>>> Preparing source in /var/tmp/portage/dev-java/jaxb-runtime-4.0.0/work/jaxb-ri-4.0.0-RI/jaxb-ri ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-java/jaxb-runtime-4.0.0/work/jaxb-ri-4.0.0-RI/jaxb-ri ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-java/jaxb-runtime-4.0.0/work/jaxb-ri-4.0.0-RI/jaxb-ri ... > * Compiling txw-runtime >javac -source 11 -target 11 -d target/classes -encoding UTF-8 -classpath /usr/share/fastinfoset/lib/fastinfoset.jar:/usr/share/jaxb-stax-ex/lib/jaxb-stax-ex.jar:/usr/share/jakarta-activation-api-2/lib/jakarta-activation-api.jar @sources.lst >warning: [options] system modules path not set in conjunction with -source 11 >1 warning >javac -source 9 -target 9 -d target/classes -encoding UTF-8 --module-path /usr/share/fastinfoset/lib/fastinfoset.jar:/usr/share/jaxb-stax-ex/lib/jaxb-stax-ex.jar:/usr/share/jakarta-activation-api-2/lib/jakarta-activation-api.jar --module-version 4.0.0 txw/runtime/src/main/java/module-info.java >warning: [options] system modules path not set in conjunction with -source 9 >txw/runtime/src/main/java/module-info.java:11: warning: [module] module name component txw2 should avoid terminal digits >module com.sun.xml.txw2 { > ^ >2 warnings > * Compiling core >javac -source 11 -target 11 -d target/classes -encoding UTF-8 -classpath txw-runtime.jar:/usr/share/istack-commons-runtime/lib/istack-commons-runtime.jar:/usr/share/jaxb-api-4/lib/jaxb-api.jar:/usr/share/jakarta-activation-2/lib/jakarta-activation.jar:/usr/share/fastinfoset/lib/fastinfoset.jar:/usr/share/jaxb-stax-ex/lib/jaxb-stax-ex.jar:/usr/share/jakarta-activation-api-2/lib/jakarta-activation-api.jar @sources.lst >warning: [options] system modules path not set in conjunction with -source 11 >core/src/main/java/org/glassfish/jaxb/core/v2/util/XmlFactory.java:52: warning: [removal] AccessController in java.security has been deprecated and marked for removal > private static final boolean XML_SECURITY_DISABLED = AccessController.doPrivileged( > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/model/nav/SecureLoader.java:22: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/model/nav/SecureLoader.java:25: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return java.security.AccessController.doPrivileged( > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/model/nav/SecureLoader.java:36: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/model/nav/SecureLoader.java:39: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return java.security.AccessController.doPrivileged( > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/model/nav/SecureLoader.java:50: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/model/nav/SecureLoader.java:53: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return java.security.AccessController.doPrivileged( > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/model/nav/ReflectionNavigator.java:269: warning: [removal] AccessController in java.security has been deprecated and marked for removal > Field[] fields = AccessController.doPrivileged(new PrivilegedAction<Field[]>() { > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/model/nav/ReflectionNavigator.java:280: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return AccessController.doPrivileged(new PrivilegedAction<Field>() { > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/model/nav/ReflectionNavigator.java:295: warning: [removal] AccessController in java.security has been deprecated and marked for removal > AccessController.doPrivileged(new PrivilegedAction<Method[]>() { > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/model/nav/ReflectionNavigator.java:645: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return AccessController.doPrivileged( > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/ClassFactory.java:77: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >core/src/main/java/org/glassfish/jaxb/core/v2/ClassFactory.java:80: warning: [removal] AccessController in java.security has been deprecated and marked for removal > cons = AccessController.doPrivileged(new PrivilegedAction<>() { > ^ >core/src/main/java/org/glassfish/jaxb/core/util/SecureLoader.java:22: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >core/src/main/java/org/glassfish/jaxb/core/util/SecureLoader.java:25: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return java.security.AccessController.doPrivileged( > ^ >core/src/main/java/org/glassfish/jaxb/core/util/SecureLoader.java:36: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >core/src/main/java/org/glassfish/jaxb/core/util/SecureLoader.java:39: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return java.security.AccessController.doPrivileged( > ^ >core/src/main/java/org/glassfish/jaxb/core/util/SecureLoader.java:50: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >core/src/main/java/org/glassfish/jaxb/core/util/SecureLoader.java:53: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return java.security.AccessController.doPrivileged( > ^ >Note: Some input files use unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >20 warnings >javac -source 9 -target 9 -d target/classes -encoding UTF-8 --module-path txw-runtime.jar:/usr/share/istack-commons-runtime/lib/istack-commons-runtime.jar:/usr/share/jaxb-api-4/lib/jaxb-api.jar:/usr/share/jakarta-activation-2/lib/jakarta-activation.jar:/usr/share/fastinfoset/lib/fastinfoset.jar:/usr/share/jaxb-stax-ex/lib/jaxb-stax-ex.jar:/usr/share/jakarta-activation-api-2/lib/jakarta-activation-api.jar --module-version 4.0.0 core/src/main/java/module-info.java >warning: [options] system modules path not set in conjunction with -source 9 >core/src/main/java/module-info.java:45: warning: [module] module not found: org.glassfish.jaxb.runtime > org.glassfish.jaxb.runtime, > ^ >core/src/main/java/module-info.java:46: warning: [module] module not found: org.glassfish.jaxb.xjc > org.glassfish.jaxb.xjc, > ^ >core/src/main/java/module-info.java:47: warning: [module] module not found: com.sun.xml.ws.rt > com.sun.xml.ws.rt, > ^ >core/src/main/java/module-info.java:48: warning: [module] module not found: com.sun.tools.ws.wscompile > com.sun.tools.ws.wscompile; > ^ >5 warnings > * Compiling runtime >javac -source 11 -target 11 -d target/classes -encoding UTF-8 -classpath txw-runtime.jar:core.jar:/usr/share/istack-commons-runtime/lib/istack-commons-runtime.jar:/usr/share/jaxb-api-4/lib/jaxb-api.jar:/usr/share/jakarta-activation-2/lib/jakarta-activation.jar:/usr/share/fastinfoset/lib/fastinfoset.jar:/usr/share/jaxb-stax-ex/lib/jaxb-stax-ex.jar:/usr/share/jakarta-activation-api-2/lib/jakarta-activation-api.jar @sources.lst >warning: [options] system modules path not set in conjunction with -source 11 >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/JaxBeanInfo.java:402: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return AccessController.doPrivileged(new PrivilegedAction<>() { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/unmarshaller/SecureLoader.java:22: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/unmarshaller/SecureLoader.java:25: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/unmarshaller/SecureLoader.java:36: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/unmarshaller/SecureLoader.java:39: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/unmarshaller/SecureLoader.java:50: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/unmarshaller/SecureLoader.java:53: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/reflect/opt/SecureLoader.java:22: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/reflect/opt/SecureLoader.java:25: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/reflect/opt/SecureLoader.java:36: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/reflect/opt/SecureLoader.java:39: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/reflect/opt/SecureLoader.java:50: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/reflect/opt/SecureLoader.java:53: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/reflect/opt/Injector.java:135: warning: [removal] AccessController in java.security has been deprecated and marked for removal > Method[] m = AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/reflect/opt/Injector.java:152: warning: [removal] AccessController in java.security has been deprecated and marked for removal > U = AccessController.doPrivileged(new PrivilegedExceptionAction() { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/reflect/opt/Injector.java:161: warning: [removal] AccessController in java.security has been deprecated and marked for removal > defineClass = AccessController.doPrivileged(new PrivilegedExceptionAction<>() { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/reflect/Utils.java:46: warning: [removal] AccessController in java.security has been deprecated and marked for removal > final Method getInstance = AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/property/Utils.java:46: warning: [removal] AccessController in java.security has been deprecated and marked for removal > final Method getInstance = AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/output/SecureLoader.java:22: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/output/SecureLoader.java:25: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/output/SecureLoader.java:36: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/output/SecureLoader.java:39: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/output/SecureLoader.java:50: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/output/SecureLoader.java:53: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/Utils.java:46: warning: [removal] AccessController in java.security has been deprecated and marked for removal > final Method getInstance = AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/impl/Utils.java:46: warning: [removal] AccessController in java.security has been deprecated and marked for removal > final Method getInstance = AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/impl/SecureLoader.java:22: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/impl/SecureLoader.java:25: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/impl/SecureLoader.java:36: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/impl/SecureLoader.java:39: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/impl/SecureLoader.java:50: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/impl/SecureLoader.java:53: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/impl/RuntimeBuiltinLeafInfoImpl.java:183: warning: [removal] AccessController in java.security has been deprecated and marked for removal > String MAP_ANYURI_TO_URI_VALUE = AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/impl/RuntimeBuiltinLeafInfoImpl.java:1021: warning: [removal] AccessController in java.security has been deprecated and marked for removal > final String oldGmonthMappingProperty = AccessController.doPrivileged(new PrivilegedAction<>() { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/annotation/SecureLoader.java:22: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/annotation/SecureLoader.java:25: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/annotation/SecureLoader.java:36: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/annotation/SecureLoader.java:39: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/annotation/SecureLoader.java:50: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() == null) { > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/model/annotation/SecureLoader.java:53: warning: [removal] AccessController in java.security has been deprecated and marked for removal > return (ClassLoader) java.security.AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/api/Utils.java:46: warning: [removal] AccessController in java.security has been deprecated and marked for removal > final Method getInstance = AccessController.doPrivileged( > ^ >runtime/impl/src/main/java/org/glassfish/jaxb/runtime/DatatypeConverterImpl.java:712: warning: [removal] AccessController in java.security has been deprecated and marked for removal > ClassLoader tccl = AccessController.doPrivileged(new PrivilegedAction<>() { > ^ >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. >43 warnings >javac -source 9 -target 9 -d target/classes -encoding UTF-8 --module-path txw-runtime.jar:core.jar:/usr/share/istack-commons-runtime/lib/istack-commons-runtime.jar:/usr/share/jaxb-api-4/lib/jaxb-api.jar:/usr/share/jakarta-activation-2/lib/jakarta-activation.jar:/usr/share/fastinfoset/lib/fastinfoset.jar:/usr/share/jaxb-stax-ex/lib/jaxb-stax-ex.jar:/usr/share/jakarta-activation-api-2/lib/jakarta-activation-api.jar --module-version 4.0.0 runtime/impl/src/main/java/module-info.java >warning: [options] system modules path not set in conjunction with -source 9 >runtime/impl/src/main/java/module-info.java:24: error: module not found: com.sun.xml.fastinfoset > requires static com.sun.xml.fastinfoset; > ^ >runtime/impl/src/main/java/module-info.java:25: error: module not found: org.jvnet.staxex > requires static org.jvnet.staxex; > ^ >2 errors >1 warning > * ERROR: dev-java/jaxb-runtime-4.0.0::gentoo failed (compile phase): > * ejavac failed > * > * Call stack: > * ebuild.sh, line 122: Called src_compile > * environment, line 2436: Called java-pkg-simple_src_compile > * environment, line 918: Called ejavac '-d' 'target/classes' '-encoding' 'UTF-8' '--module-path' 'txw-runtime.jar:core.jar:/usr/share/istack-commons-runtime/lib/istack-commons-runtime.jar:/usr/share/jaxb-api-4/lib/jaxb-api.jar:/usr/share/jakarta-activation-2/lib/jakarta-activation.jar:/usr/share/fastinfoset/lib/fastinfoset.jar:/usr/share/jaxb-stax-ex/lib/jaxb-stax-ex.jar:/usr/share/jakarta-activation-api-2/lib/jakarta-activation-api.jar' '--module-version' '4.0.0' 'runtime/impl/src/main/java/module-info.java' > * environment, line 669: Called die > * The specific snippet of code: > * "${args[@]}" || die "ejavac failed" > * > * If you need support, post the output of `emerge --info '=dev-java/jaxb-runtime-4.0.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-java/jaxb-runtime-4.0.0::gentoo'`. >!!! When you file a bug report, please include the following information: >GENTOO_VM=openjdk-17 CLASSPATH="" JAVA_HOME="/usr/lib64/openjdk-17" >JAVACFLAGS="-source 11 -target 11" COMPILER="" >and of course, the output of emerge --info =jaxb-runtime-4.0.0 > * The complete build log is located at '/var/log/portage/dev-java:jaxb-runtime-4.0.0:20220722-114346.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-java/jaxb-runtime-4.0.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-java/jaxb-runtime-4.0.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-java/jaxb-runtime-4.0.0/work/jaxb-ri-4.0.0-RI/jaxb-ri' > * S: '/var/tmp/portage/dev-java/jaxb-runtime-4.0.0/work/jaxb-ri-4.0.0-RI/jaxb-ri' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 860084
:
793190
| 793193 |
793196
|
793199
|
793202