-> Extracting chatty-0.10.tar.gz with bsdtar ==> Starting prepare()... patching file src/chatty/Chatty.java ==> Sources are ready. ==> Making package: chatty 0.10-1 (Fri 27 Dec 2019 12:13:36 PM CST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Removing existing $pkgdir/ directory... ==> Starting build()...
FAILURE: Build failed with an exception.
-
What went wrong: Execution failed for task ':compileJava'.
Could not find tools.jar. Please check that /usr/lib/jvm/java-8-openjdk/jre contains a valid JDK installation.
-
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
-
Get more help at https://help.gradle.org
BUILD FAILED in 1s ==> ERROR: A failure occurred in build(). Aborting... checking dependencies...
Packages (1) gradle-6.0.1-1
Total Removed Size: 103.31 MiB
Pinned Comments
Freso commented on 2024-11-04 16:57 (UTC)
For suggestions, issues, etc., please file them at https://gitlab.archlinux.org/freso/java-chatty – if submitting merge requests, do so against the
java-chatty
branch.Note that when Twitch changes things, it may take a short while for those changes to get accounted for in a proper release of Chatty. If this is the case, and you need the new feature, you can try using
java-chatty-beta
orjava-chatty-git
until a new full release has been made addressing the change.Freso commented on 2018-07-18 19:30 (UTC)
There is now also a
chatty-beta
package for those who want to be bleeding bleeding edge: https://aur.archlinux.org/packages/chatty-betaFreso commented on 2018-07-15 16:02 (UTC)
For users who have used this PKGBUILD on version earlier than 0.9.x, note that from PKGBUILD 0.9.1-1 onwards, the PKGBUILD will not include as many patches as <0.9 PKGBUILDs did. One of the things this means is that the configuration will now be read from
$HOME/.chatty
instead of$HOME/.config/chatty
. I'd recommend to either create a symlink (cd $HOME && ln -s .config/chatty .chatty
) or move (or copy) the directory (cd $HOME && mv .config/chatty .chatty
) prior to running version 0.9.x+ the first time.