Search Criteria
Package Details: buck 2022.05.05.01-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/buck.git (read-only, click to copy) |
---|---|
Package Base: | buck |
Description: | A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages. |
Upstream URL: | https://buckbuild.com |
Keywords: | automation build development incremental java polyglot reproducible tool |
Licenses: | Apache |
Submitter: | jtgoguen |
Maintainer: | Auerhuhn |
Last Packager: | Auerhuhn |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-22 23:09 (UTC) |
Last Updated: | 2024-04-13 22:35 (UTC) |
Dependencies (5)
- jdk8-openjdk (openjdk-zulu8-ca-fx-binAUR)
- python (python37AUR, python311AUR, python310AUR)
- ant (ant-gitAUR) (make)
- jdk11-openjdk (jdk11-temurinAUR, openjdk-zulu11-ca-fx-binAUR) (make)
- watchmanAUR (watchman-gitAUR, watchman-binAUR) (optional) – prevent Buck from parsing all of your build files every time
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
sramey40 commented on 2020-04-10 19:05 (UTC) (edited on 2020-04-10 19:23 (UTC) by sramey40)
The build is broken. I'm not sure if it's this package, or an issue with the buck code itself. But the java compiler is having issues.
EDIT: So, I tried manually building from cloning the git repo. I have the exact same issue. Submitted github issue here
kendfinger commented on 2020-01-21 07:14 (UTC)
I have taken over the package and it will now compile correctly without Buck itself.
jvreeland commented on 2019-08-05 23:22 (UTC)
Buck calls buck to build it (or I guess check if it's running?) this means it can't be built on machines that don't have a buck command already.
/home/justin/aur/buck/PKGBUILD: line 21: buck: command not found ==> ERROR: A failure occurred in build(). Aborting...
haawda commented on 2018-07-01 22:12 (UTC)
Fixed dependencies.
J5lx commented on 2018-07-01 20:44 (UTC)
This package fails to build in a clean chroot with devtools since it apparently requires Java 8 to build but this dependency is not expressed properly in makedepends, causing pacman’s automatic selection to install a different version. Additionally, python is apparently also needed at buildtime (without it I get a build failure with error
/build/buck/src/buck-2018.06.25.01/build.xml:889: Execute failed: java.io.IOException: Cannot run program "python" (in directory "/build/buck/src/buck-2018.06.25.01"): error=2, No such file or directory
).haawda commented on 2018-04-29 11:42 (UTC)
I added a prepare function to detect java version.
haawda commented on 2018-04-29 10:45 (UTC)
Indeed, just figured it out myself.
Eremiell commented on 2018-04-29 09:24 (UTC)
Problem identified after some more searching with different errors than previously. Buck needs JDK8. Later have some features it uses removed.
Eremiell commented on 2018-04-29 08:50 (UTC)
I have no idea what went so horribly wrong, but it seems like it doesn't like even totally 101 Java stuff.
https://hastebin.com/ocominatew
Been some years since I did Java, any ideas on how to fix this?
jtgoguen commented on 2016-11-04 15:23 (UTC)
« First ‹ Previous 1 2 3 Next › Last »