Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 817459 Details for
Bug 874576
dev-java/icu4j-71.1 - jar failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-java:icu4j-71.1:20221003-080511.log
dev-java:icu4j-71.1:20221003-080511.log (text/plain), 8.85 KB, created by
Toralf Förster
on 2022-10-03 08:16:04 UTC
(
hide
)
Description:
dev-java:icu4j-71.1:20221003-080511.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-10-03 08:16:04 UTC
Size:
8.85 KB
patch
obsolete
> * Package: dev-java/icu4j-71.1:70 > * Repository: gentoo > * Maintainer: java@gentoo.org > * Upstream: https://unicode-org.atlassian.net/jira/software/c/projects/ICU/issues > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Using: openjdk-bin-17 >>>> Unpacking source... >>>> Unpacking icu4j-71.1.tar.gz to /var/tmp/portage/dev-java/icu4j-71.1/work >>>> Source unpacked in /var/tmp/portage/dev-java/icu4j-71.1/work >>>> Preparing source in /var/tmp/portage/dev-java/icu4j-71.1/work/icu-release-71-1/icu4j/main ... >/var/tmp/portage/dev-java/icu4j-71.1/work/icu-release-71-1/icu4j/main/resources/core/src /var/tmp/portage/dev-java/icu4j-71.1/work/icu-release-71-1/icu4j/main >/var/tmp/portage/dev-java/icu4j-71.1/work/icu-release-71-1/icu4j/main >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-java/icu4j-71.1/work/icu-release-71-1/icu4j/main ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-java/icu4j-71.1/work/icu-release-71-1/icu4j/main ... >javac -source 1.8 -target 1.8 -d target/classes -encoding UTF-8 -classpath icu4j.jar:icu4j-charset.jar:icu4j-localespi.jar:testdata.jar:framework.jar @sources.lst >warning: [options] bootstrap class path not set in conjunction with -source 8 >classes/core/src/com/ibm/icu/impl/ICUData.java:17: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >classes/core/src/com/ibm/icu/impl/ICUConfig.java:13: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal >import java.security.AccessControlException; > ^ >classes/core/src/com/ibm/icu/impl/ICUConfig.java:14: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >classes/core/src/com/ibm/icu/impl/ClassLoaderUtil.java:11: warning: [removal] AccessController in java.security has been deprecated and marked for removal >import java.security.AccessController; > ^ >classes/core/src/com/ibm/icu/math/BigDecimal.java:2890: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new com.ibm.icu.math.BigDecimal((new java.lang.Double(dub)).toString()); > ^ >classes/core/src/com/ibm/icu/util/CurrencyAmount.java:44: warning: [removal] Double(double) in Double has been deprecated and marked for removal > super(new Double(number), currency); > ^ >classes/core/src/com/ibm/icu/util/TimeUnitAmount.java:34: warning: [removal] Double(double) in Double has been deprecated and marked for removal > super(new Double(number), unit); > ^ >classes/core/src/com/ibm/icu/impl/ICUResourceBundle.java:728: warning: [removal] AccessController in java.security has been deprecated and marked for removal > java.security.AccessController > ^ >classes/core/src/com/ibm/icu/number/UnlocalizedNumberFormatter.java:22: warning: [removal] Long(long) in Long has been deprecated and marked for removal > super(null, KEY_THRESHOLD, new Long(3)); > ^ >classes/core/src/com/ibm/icu/text/NFRule.java:1057: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(result); > ^ >classes/core/src/com/ibm/icu/text/NFSubstitution.java:489: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(result); > ^ >classes/core/src/com/ibm/icu/text/NFSubstitution.java:1017: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(result); > ^ >classes/core/src/com/ibm/icu/text/NFSubstitution.java:1347: warning: [removal] Double(double) in Double has been deprecated and marked for removal > return new Double(result); > ^ >classes/core/src/com/ibm/icu/text/NFSubstitution.java:1680: warning: [removal] Double(double) in Double has been deprecated and marked for removal > result = new Double(n/(double)d); > ^ >classes/core/src/com/ibm/icu/impl/ResourceBundleWrapper.java:189: warning: [removal] AccessController in java.security has been deprecated and marked for removal > InputStream stream = java.security.AccessController.doPrivileged( > ^ >classes/core/src/com/ibm/icu/impl/ICUData.java:94: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() != null) { > ^ >classes/core/src/com/ibm/icu/impl/ICUData.java:95: warning: [removal] AccessController in java.security has been deprecated and marked for removal > i = AccessController.doPrivileged(new PrivilegedAction<URL>() { > ^ >classes/core/src/com/ibm/icu/impl/ICUData.java:109: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() != null) { > ^ >classes/core/src/com/ibm/icu/impl/ICUData.java:110: warning: [removal] AccessController in java.security has been deprecated and marked for removal > i = AccessController.doPrivileged(new PrivilegedAction<InputStream>() { > ^ >classes/core/src/com/ibm/icu/impl/ICUData.java:132: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() != null) { > ^ >classes/core/src/com/ibm/icu/impl/ICUData.java:133: warning: [removal] AccessController in java.security has been deprecated and marked for removal > i = AccessController.doPrivileged(new PrivilegedAction<InputStream>() { > ^ >classes/core/src/com/ibm/icu/impl/ICUConfig.java:63: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() != null) { > ^ >classes/core/src/com/ibm/icu/impl/ICUConfig.java:65: warning: [removal] AccessController in java.security has been deprecated and marked for removal > val = AccessController.doPrivileged(new PrivilegedAction<String>() { > ^ >classes/core/src/com/ibm/icu/impl/ICUConfig.java:71: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal > } catch (AccessControlException e) { > ^ >classes/core/src/com/ibm/icu/impl/ClassLoaderUtil.java:55: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal > if (System.getSecurityManager() != null) { > ^ >classes/core/src/com/ibm/icu/impl/ClassLoaderUtil.java:56: warning: [removal] AccessController in java.security has been deprecated and marked for removal > cl = AccessController.doPrivileged(new PrivilegedAction<ClassLoader>() { > ^ >Note: Some input files use or override a deprecated API. >Note: Recompile with -Xlint:deprecation for details. >27 warnings >java.io.IOException: invalid manifest format (line 4) > at java.base/java.util.jar.Manifest.read(Manifest.java:321) > at java.base/java.util.jar.Manifest.<init>(Manifest.java:100) > at java.base/java.util.jar.Manifest.<init>(Manifest.java:76) > at jdk.jartool/sun.tools.jar.Main.run(Main.java:277) > at jdk.jartool/sun.tools.jar.Main.main(Main.java:1683) > * ERROR: dev-java/icu4j-71.1::gentoo failed (compile phase): > * jar failed > * > * Call stack: > * ebuild.sh, line 122: Called src_compile > * environment, line 2470: Called java-pkg-simple_src_compile > * environment, line 919: Called die > * The specific snippet of code: > * jar ${jar_args} -C ${classes} . || die "jar failed" > * > * If you need support, post the output of `emerge --info '=dev-java/icu4j-71.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-java/icu4j-71.1::gentoo'`. >!!! When you file a bug report, please include the following information: >GENTOO_VM=openjdk-bin-17 CLASSPATH="" JAVA_HOME="/opt/openjdk-bin-17.0.4.1_p1" >JAVACFLAGS="-source 1.8 -target 1.8" COMPILER="" >and of course, the output of emerge --info =icu4j-71.1 > * The complete build log is located at '/var/log/portage/dev-java:icu4j-71.1:20221003-080511.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-java/icu4j-71.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-java/icu4j-71.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-java/icu4j-71.1/work/icu-release-71-1/icu4j/main' > * S: '/var/tmp/portage/dev-java/icu4j-71.1/work/icu-release-71-1/icu4j/main' >
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 874576
:
817456
| 817459 |
817462
|
817465
|
817468