Search Criteria
Package Details: git-review 2.5.0-2
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-2.0 |
Submitter: | arojas |
Maintainer: | mistersmee |
Last Packager: | mistersmee |
Votes: | 6 |
Popularity: | 0.000139 |
First Submitted: | 2022-04-01 17:30 (UTC) |
Last Updated: | 2025-06-03 05:10 (UTC) |
Dependencies (7)
- git (git-gitAUR, git-glAUR)
- python-requests
- python-build (make)
- python-installer (make)
- python-pbr (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2 3
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:
« First ‹ Previous 1 2 3