Package Details: ivy 2.5.3-1

Git Clone URL: https://aur.archlinux.org/ivy.git (read-only, click to copy)
Package Base: ivy
Description: Agile dependency manager
Upstream URL: https://ant.apache.org/ivy/
Licenses: Apache-2.0
Submitter: arojas
Maintainer: None
Last Packager: rat4
Votes: 0
Popularity: 0.000000
First Submitted: 2023-04-01 08:25 (UTC)
Last Updated: 2025-01-05 18:38 (UTC)

Dependencies (2)

Required by (1)

Sources (3)

Latest Comments

simona commented on 2025-03-12 14:49 (UTC)


Buildfile: /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build.xml

init:

prepare:
[mkdir] Created dir: /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build/classes
[mkdir] Created dir: /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build/classes/core
[mkdir] Created dir: /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build/classes/bootstrap
[mkdir] Created dir: /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build/classes/ant
[mkdir] Created dir: /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build/classes/optional
[mkdir] Created dir: /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build/classes/all
[mkdir] Created dir: /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build/test
[mkdir] Created dir: /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build/artifact
[mkdir] Created dir: /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build/reports/test/html

compile-core:
[javac] Compiling 414 source files to /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build/classes/core
[javac] warning: [options] bootstrap class path not set in conjunction with -source 8
[javac] /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/src/java/org/apache/ivy/core/settings/IvySettings.java:106: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal
[javac] import java.security.AccessControlException;
[javac]                     ^
[javac] /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/src/java/org/apache/ivy/util/FileUtil.java:49: error: cannot find symbol
[javac] import static java.util.jar.Pack200.newUnpacker;
[javac]                            ^
[javac]   symbol:   class Pack200
[javac]   location: package java.util.jar
[javac] /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/src/java/org/apache/ivy/util/FileUtil.java:49: error: static import only from classes and interfaces
[javac] import static java.util.jar.Pack200.newUnpacker;
[javac] ^
[javac] /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/src/java/org/apache/ivy/core/settings/IvySettings.java:307: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal
[javac]         } catch (AccessControlException ex) {
[javac]                  ^
[javac] /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/src/java/org/apache/ivy/plugins/latest/LatestRevisionStrategy.java:69: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
[javac]                         sm2 = new Integer(0);
[javac]                               ^
[javac] /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/src/java/org/apache/ivy/plugins/latest/LatestRevisionStrategy.java:74: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
[javac]                     return new Integer(0).compareTo(sm2);
[javac]                            ^
[javac] /home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/src/java/org/apache/ivy/util/FileUtil.java:712: error: cannot findsymbol
[javac]         newUnpacker().unpack(new UncloseInputStream(in), jar);
[javac]         ^
[javac]   symbol:   method newUnpacker()
[javac]   location: class FileUtil
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 3 errors
[javac] 5 warnings

BUILD FAILED
/home/simona/.cache/yay/ivy/src/apache-ivy-2.5.3/build.xml:191: Compile failed; see the compiler error output for details.

simona commented on 2025-01-17 22:42 (UTC)

gpg --recv-keys 9C60C6B3A5A9DF8FEDD299D65BE0BA8CB80602AE
gpg: chiave 5BE0BA8CB80602AE: nessun ID utente
gpg: Numero totale esaminato: 1

rat4 commented on 2025-01-06 21:34 (UTC)

Import the key (or skip this check) https://wiki.archlinux.org/title/Makepkg#Signature_checking The key is on keyservers and also on website https://ant.apache.org/ivy/download.cgi#VerifyReleases

simona commented on 2025-01-05 18:46 (UTC)

9C60C6B3A5A9DF8FEDD299D65BE0BA8CB80602AE key missing

cknoblauch commented on 2023-11-05 04:26 (UTC)

Although this package declares a java-runtime<=13 dependency, the ant command that builds it will use the default JVM regardless of its version. If you have a JVM version >13 you may have to temporarily set your default JVM to a version <= 13 by using the archlinux-java command for this package to build correctly.

simona commented on 2023-07-12 08:36 (UTC)

BUILD FAILED
/home/simona/.cache/yay/ivy/src/apache-ivy-2.5.1/build.xml:191: Compile failed; see the compiler error output for details.