Search Criteria
Package Details: git-review 2.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/git-review.git (read-only, click to copy) |
---|---|
Package Base: | git-review |
Description: | Tool to submit code to Gerrit |
Upstream URL: | https://opendev.org/opendev/git-review |
Licenses: | Apache |
Submitter: | arojas |
Maintainer: | mistersmee |
Last Packager: | mistersmee |
Votes: | 4 |
Popularity: | 0.058966 |
First Submitted: | 2022-04-01 17:30 (UTC) |
Last Updated: | 2022-05-03 14:35 (UTC) |
Dependencies (9)
- git (git-vfs, git-git, git-run-command-patch-git)
- python-requests
- python-pbr (make)
- java-runtime (java-gcj-compat, jre10, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, zulu-14-bin, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jre8-openjdk-shenandoah, zulu-16-bin, jdk16-adoptopenjdk, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, jre17-jetbrains, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jre11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk17-dragonwell-bin, hmcl-zulu-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk-jetbrains, jre11-jbr-xdg, jre12-openjdk, jre15-openjdk, jre16-openjdk, jre13-openjdk, jre14-openjdk, jre-bcl, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, jre15, jre14, jre13, jre16, jre17, bishengjdk-17, bishengjre-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jre-openj9, zulu-15-bin, jre-jbr-xdg, zulu-embedded-jdk11, jdk-microsoft-openjdk, jre18-openjdk, jdk17-openj9-bin, jdk8-dragonwell-extended, jdk18-openj9-bin, jdk8-openj9-bin, jre8, jdk8, jre11, jdk-android-studio, amazon-corretto-8, amazon-corretto-11, amazon-corretto-19-bin, amazon-corretto-17, zulu-8-bin, zulu-11-bin, zulu-17-bin, zulu-19-bin, liberica-jre-8-full-bin, jdk11-graalvm-bin, jdk17-graalvm-bin, jdk19-graalvm-bin, liberica-jdk-full-bin, jre8-adoptopenjdk, jre-lts, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, liberica-jre-11-full-bin, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk11-graalvm-ee-bin, jdk8-graalvm-ee-bin, jdk19-graalvm-ee-bin, jdk13-openjdk-bin, zulu-jre-fx-bin, zulu-jdk-fx-bin, liberica-jdk-8-full-bin, jdk17-graalvm-ee-bin, zulu-embedded-jdk, jre-jetbrains, jdk17-temurin, jdk11-temurin, jdk17-dragonwell-standard-bin, jre-openjdk-xdg, jre-openjdk-xdg-bin, mandrel-bin, java-openjdk-bin, jdk17-jetbrains-bin, jdk11-jetbrains-bin, zulu-20-bin, java-openjdk-ea-bin, jre, amazon-corretto-20-bin, jdk-temurin, jre8-openjdk-xdg, jre17-openjdk-xdg, jre17-jetbrains-imfix, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk) (check)
- libcups (libcups-noudev, libcups-nosystemd-minimal-git, libcups-git, libcups-gssapi) (check)
- openssh (openssh-hpn-git, openssh-git, openssh-xdg-git, openssh-gssapi, openssh-xdg, openssh-dotconfig, openssh-dotconfig-bin, openssh-hpn-shim, openssh-selinux) (check)
- procps-ng (procps-ng-static, procps-ng-nosystemd-minimal-git, procps-ng-nosystemd, procps-ng-git) (check)
- python-mock (check)
- python-stestr (check)
Required by (1)
- weblate (optional)
Latest Comments
mistersmee commented on 2022-07-17 10:37 (UTC)
@aleskva I was able to build without python-wheel, so I don't think it's required, but I could add it, I guess.
aleskva commented on 2022-07-02 22:08 (UTC)
@mistersmee I've found out that it needs python-wheel. After I installed it and run makepkg again, it worked. Maybe you should add it to the makedepends?
mistersmee commented on 2022-06-17 14:04 (UTC)
@aleskva Unable to reproduce. The package builds, installs and runs fine for me, albeit with a
WARNING: Tests failed
after the check() section, which I'm assuming is expected and normal, since it was present even when I wasn't the maintainer, and the package is working even with some tests failing.aleskva commented on 2022-06-16 21:30 (UTC)
Still failing to build. After the check() section, which takes hours and fails, build also fails complaining something about wheels.
peter.kehl commented on 2022-04-16 19:27 (UTC)
The most recent update keeps failing: https://pastebin.com/F3175Xjm
d34dh0r53 commented on 2022-04-14 17:17 (UTC)
I should also note, that while I haven't tested this I think downgrading to Java < 17 will also fix the issue. From what I've read Java 17 added some stricter bounds checking that the Gerrit version we're using isn't compliant with.
d34dh0r53 commented on 2022-04-14 17:14 (UTC)
So here is a patch file that will allow the AUR to install correctly, if I get some time later I'll try to do a PR:
I added this file as
java_args.patch
in thePKGBUILD
directory and modified it as follows:I also filed a bug with the
git-review
project on Storyboard 0 and I'll patch this upstream which is the ultimate fix.Hope this helps /Dave
d34dh0r53 commented on 2022-04-14 15:45 (UTC)
This is a patch for the first error:
I'm looking into the Java error but I'm by no means well versed.
milianw commented on 2022-04-13 12:01 (UTC) (edited on 2022-04-13 12:01 (UTC) by milianw)
The issue seems to be that the PKGBUILD tries to use a versioned folder name (git-review-1.28.0) but the actual code is in the unversioned folder called
git-review
.but even fixing that in the PKGBUILD doesn't seem to help, as I then get this:
grandchild commented on 2022-04-12 12:01 (UTC)
Latest version fails to build: