Package Details: jsettlers-git 0.6.0.6.alpha.r2.gf7597a2f2-1

Git Clone URL: https://aur.archlinux.org/jsettlers-git.git (read-only, click to copy)
Package Base: jsettlers-git
Description: A Remake of "The Settlers III" for Windows, Linux, Mac and Android - forked by paulwedeck
Upstream URL: https://github.com/paulwedeck/settlers-remake
Keywords: game iii settler settlers
Licenses: MIT
Provides: jsettlers
Submitter: aligator
Maintainer: aligator
Last Packager: aligator
Votes: 0
Popularity: 0.000000
First Submitted: 2018-04-15 11:46 (UTC)
Last Updated: 2024-01-16 18:24 (UTC)

Dependencies (6)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 2

dreieck commented on 2018-08-22 16:44 (UTC)

Build fails for me:

[...]
Download <https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar>
:go.graphics:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Failed to capture snapshot of input files for task ':go.graphics:compileJava' property 'source' during up-to-date check.
> Failed to create MD5 hash for file '/var/tmp/yaourt-tmp-felics/aur-jsettlers-git/src/jsettlers/go.graphics/src/main/java/go/graphics/event/command/GOCommandEvent.java' as it does not exist.

* 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>

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
See <https://docs.gradle.org/4.6/userguide/command_line_interface.html#sec:command_line_warnings>

BUILD FAILED in 4m 26s
1 actionable task: 1 executed
==> ERROR: A failure occurred in build().
    Aborting...

dreieck commented on 2018-08-22 16:38 (UTC) (edited on 2018-08-22 16:40 (UTC) by dreieck)

build() triggers a download of <https://services.gradle.org/distributions/gradle-4.6-all.zip>. This should be downloaded via source-array. Please change.

And then it installs some big files to $HOME/.gradle of the user makepkg runs as.change. This should never happen, instead, some build-time temporary directory should be used. Please fix that.