Search Criteria
Package Details: bazel-buildtools 7.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bazel-buildtools.git (read-only, click to copy) |
---|---|
Package Base: | bazel-buildtools |
Description: | A bazel BUILD file formatter and editor |
Upstream URL: | https://github.com/bazelbuild/buildtools |
Licenses: | Apache-2.0 |
Submitter: | zasdfgbnm |
Maintainer: | FantasqueX |
Last Packager: | FantasqueX |
Votes: | 6 |
Popularity: | 0.001577 |
First Submitted: | 2018-03-15 20:23 (UTC) |
Last Updated: | 2024-05-14 02:12 (UTC) |
Dependencies (1)
- bazel (bazel-gitAUR, bazel024-binAUR, bazel3AUR, bazel3-binAUR, bazel5AUR, bazelisk-gitAUR, bazeliskAUR, bazelisk-binAUR) (make)
Latest Comments
bidskii commented on 2022-03-06 22:11 (UTC) (edited on 2022-03-13 01:12 (UTC) by bidskii)
@Kernald perhaps an option would be to look in
/usr/lib/jvm
for folders starting withjava-11
and add matching paths to thePATH
?Also, is the dependency on
JDK11
orJRE11
? If it isJDK11
then I think you needdepends=("java-environment=11")
Something like this should allow you to remove the OpenJDK 11 hard coding. If the user has multiple JDK11 environments installed then this would just choose the first one that
archlinux-java
listsKernald commented on 2022-03-06 21:28 (UTC)
@bidskii I just updated the PKGBUILD to build with OpenJDK 11. The issue that I have with this is that it specifically hardcodes to OpenJDK 11, no other 11 JDK. Both options have the same issue as far as I can tell - I didn't find any other PKGBUILD that had a similar dependency on a specific Java version...
bidskii commented on 2022-02-28 21:42 (UTC)
@Kernald Unfortunately not. Having java-11 installed doesn't satisfy the dependency. java-11 needs to be installed AND activated as the default java instance on the system, see here. I think the PKGBUILD script (probably in prepare?) needs to check that java-11 is set as the default. Or, the bazel command in build needs to be wrapped up as shown here
Kernald commented on 2022-02-13 20:51 (UTC)
@bidskii Thanks! That should hopefully be fixed.
bidskii commented on 2022-02-13 04:54 (UTC)
I think this might have a dependence on java-11. When trying to build with
java-17-openjdk
as the default java environment I get the following error. However, building withjava-11-openjdk
as the default java environment succeeds with no errors.condy commented on 2020-02-27 11:29 (UTC)
@Kernald
After fresh rebuild, install it works.
Thanks
Kernald commented on 2020-02-16 00:28 (UTC)
@condy I just tried rebuilding it, it works fine. Maybe you have the previous version of the files in your folder? (the PKGBUILD doesn't rename them, so they always have the same name)
condy commented on 2020-02-13 11:27 (UTC)
Validation failed
Eremiell commented on 2018-04-30 04:27 (UTC)
Not sure why, but t seems the hashes don't match. Maybe they were rebuilt? Anyway...