Package Details: mindustry-server 146-1

Git Clone URL: https://aur.archlinux.org/mindustry.git (read-only, click to copy)
Package Base: mindustry
Description: A sandbox tower defense game - server
Upstream URL: https://github.com/Anuken/Mindustry
Licenses: GPL-3.0-only
Submitter: dmitmel
Maintainer: xiota
Last Packager: xiota
Votes: 34
Popularity: 0.57
First Submitted: 2019-10-10 21:43 (UTC)
Last Updated: 2025-01-17 16:08 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

dmitmel commented on 2020-12-31 12:55 (UTC)

croxis: How did you determine that? Where is that mentioned?

croxis commented on 2020-12-31 05:21 (UTC)

alsa-lib is also required for building

dmitmel commented on 2020-10-17 15:00 (UTC)

jakyote: Thanks for mentioning. Have fixed in pkgrel 2.

jakyote commented on 2020-10-17 14:55 (UTC)

Current settings.gradle specifies Java must be 14 or above but the pkgbuild only requires Java>=8

grandchild commented on 2020-09-16 15:55 (UTC) (edited on 2020-09-16 15:55 (UTC) by grandchild)

Won't solve it myself today. I'll try again tomorrow.

grandchild commented on 2020-09-16 14:49 (UTC)

It doesn't. I'm looking into it, building from git source. I have done a lot of Gradle in the past, so I'm able to look into it myself.

I also noticed that 6.0-105 is still marked as alpha... so maybe it's not ready to update yet. If others start complaining too, maybe it was too early. If it stays just me, then I hope I can figure it out. :)

dmitmel commented on 2020-09-16 12:56 (UTC)

grandchild: Does compilation work now? If not: can you build Mindustry from source using the instructions on its homepage?

grandchild commented on 2020-09-16 10:44 (UTC) (edited on 2020-09-16 10:46 (UTC) by grandchild)

Hey there, I'm getting an error during build, about some Android SDK license not being accepted. I do have Android Studio installed, maybe it's detecting something?

$ archlinux-java get
java-11-openjdk

I'm curious why it would try and build the android app anyway...

Here's the error (with some usual generic Gradle error stuff removed):

==> Starting build()...
[...]
> Configure project :
Compiling with build: '105'

> Configure project :android
No keystore info property found!
File /home/[me]/.android/repositories.cfg could not be loaded.
Checking the license for package Android SDK Build-Tools 29.0.3 in /opt/android-sdk/licenses
Warning: License for package Android SDK Build-Tools 29.0.3 not accepted.
Checking the license for package Android SDK Platform 29 in /opt/android-sdk/licenses
Warning: License for package Android SDK Platform 29 not accepted.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':android'.
> Failed to install the following Android SDK packages as some licences have not been accepted.
     build-tools;29.0.3 Android SDK Build-Tools 29.0.3
     platforms;android-29 Android SDK Platform 29
  To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
  Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html

  Using Android SDK: /opt/android-sdk

[...]

BUILD FAILED in 7s
==> ERROR: A failure occurred in build().
    Aborting...

dmitmel commented on 2020-03-10 14:08 (UTC)

@Daniel071 If you find a way to programmatically download releases from itch.io - please tell me, I don't know how to do this. The link is updated and has an expiration date and a unique token. Also, releases from itch.io don't contain the source code, so you submitted an out-of-date request to a wrong package (more appropriate would be mindustry-bin or mindustry-server-bin). GitHub repository doesn't contain tags for v104.5, so I can't build it from source either in this package. If you want the latest version - try mindustry-git.

dmitmel commented on 2020-01-03 16:03 (UTC)

@vasya @Corubba I can't replicate the error you get, although I added some code to find and select a compatible JDK nevertheless. Sorry for a late response, it's holidays after all.