Package Details: mxisd 1.3.0-1

Git Clone URL: https://aur.archlinux.org/mxisd.git (read-only, click to copy)
Package Base: mxisd
Description: Federated Matrix Identity Server Daemon
Upstream URL: https://github.com/kamax-io/mxisd
Licenses: AGPL3
Submitter: r3pek
Maintainer: maxidorius
Last Packager: r3pek
Votes: 1
Popularity: 0.000000
First Submitted: 2017-10-24 13:10 (UTC)
Last Updated: 2019-02-10 22:49 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

cpuheater commented on 2019-01-14 16:31 (UTC) (edited on 2019-01-14 16:31 (UTC) by cpuheater)

There are some build issues:

1) It doesn't work with Java 11:

ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-8-openjdk/

Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.

I suggest changing the dependencies java-runtime>=8 and java-environment>=8 to java-runtime=8 and java-environment=8.

2) One of the sed replacements doesn't work anymore because a variable was renamed. I suggest changing line 23 in PKGBUILD to sed -i -e "s|= gitVersion()|= \"${pkgver}\"|g" build.gradle.

With these two changes I got a successful build.