Package Details: cypher-shell-git 3.4.5.r7.g31a7bef-1

Git Clone URL: https://aur.archlinux.org/cypher-shell-git.git (read-only, click to copy)
Package Base: cypher-shell-git
Description: A command line shell where you can execute Cypher against an instance of Neo4j (install from git)
Upstream URL: https://github.com/neo4j/cypher-shell
Keywords: neo4j
Licenses: GPL
Conflicts: cypher-shell
Submitter: melling
Maintainer: melling
Last Packager: melling
Votes: 0
Popularity: 0.000000
First Submitted: 2018-07-31 19:25 (UTC)
Last Updated: 2018-07-31 19:32 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

rageltman commented on 2021-03-19 14:27 (UTC)

Failing to build with:

[2021-03-19T13:20:08.319Z] Unzipping /build/.gradle/wrapper/dists/gradle-5.2.1-all/bviwmvmbexq6idcscbicws5me/gradle-5.2.1-all.zip to /build/.gradle/wrapper/dists/gradle-5.2.1-all/bviwmvmbexq6idcscbicws5me
[2021-03-19T13:20:08.319Z] Set executable permissions for: /build/.gradle/wrapper/dists/gradle-5.2.1-all/bviwmvmbexq6idcscbicws5me/gradle-5.2.1/bin/gradle
[2021-03-19T13:20:08.319Z] 
[2021-03-19T13:20:08.319Z] Welcome to Gradle 5.2.1!
[2021-03-19T13:20:08.319Z] 
[2021-03-19T13:20:08.319Z] Here are the highlights of this release:
[2021-03-19T13:20:08.319Z]  - Define sets of dependencies that work together with Java Platform plugin
[2021-03-19T13:20:08.319Z]  - New C++ plugins with dependency management built-in
[2021-03-19T13:20:08.319Z]  - New C++ project types for gradle init
[2021-03-19T13:20:08.319Z]  - Service injection into plugins and project extensions
[2021-03-19T13:20:08.319Z] 
[2021-03-19T13:20:08.319Z] For more details see https://docs.gradle.org/5.2.1/release-notes.html
[2021-03-19T13:20:08.319Z] 
[2021-03-19T13:20:08.319Z] Starting a Gradle Daemon (subsequent builds will be faster)
[2021-03-19T13:20:08.319Z] 
[2021-03-19T13:20:08.319Z] > Task :cypher-shell:compileJava
[2021-03-19T13:20:08.319Z] /build/cypher-shell-git/src/cypher-shell-git/cypher-shell/src/main/java/org/neo4j/shell/prettyprint/OutputFormatter.java:42: error: cannot access DurationValue
[2021-03-19T13:20:08.319Z] import org.neo4j.values.storable.DurationValue;
[2021-03-19T13:20:08.319Z]                                 ^
[2021-03-19T13:20:08.319Z]   bad class file: /build/.gradle/caches/modules-2/files-2.1/org.neo4j/neo4j-values/4.1.1/bd9ae3dc970c1a1279ad6388467a4abd1db9760a/neo4j-values-4.1.1.jar(org/neo4j/values/storable/DurationValue.class)
[2021-03-19T13:20:08.319Z]     class file has wrong version 55.0, should be 52.0
[2021-03-19T13:20:08.319Z]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[2021-03-19T13:20:08.319Z] /build/cypher-shell-git/src/cypher-shell-git/cypher-shell/src/main/java/org/neo4j/shell/state/BoltStateHandler.java:62: error: cannot find symbol
[2021-03-19T13:20:08.319Z] import static org.neo4j.shell.util.Versions.majorVersion;
[2021-03-19T13:20:08.319Z] ^
[2021-03-19T13:20:08.319Z]   symbol:   static majorVersion
[2021-03-19T13:20:08.319Z]   location: class
[2021-03-19T13:20:08.319Z] /build/cypher-shell-git/src/cypher-shell-git/cypher-shell/src/main/java/org/neo4j/shell/state/BoltStateHandler.java:61: error: cannot find symbol
[2021-03-19T13:20:08.319Z] import static org.neo4j.shell.util.Versions.isPasswordChangeRequiredException;
[2021-03-19T13:20:08.319Z] ^
[2021-03-19T13:20:08.319Z]   symbol:   static isPasswordChangeRequiredException
[2021-03-19T13:20:08.319Z]   location: class
[2021-03-19T13:20:08.319Z] 
[2021-03-19T13:20:08.319Z] > Task :cypher-shell:compileJava FAILED
[2021-03-19T13:20:08.319Z] 
[2021-03-19T13:20:08.319Z] FAILURE: Build failed with an exception.