Search Criteria
Package Details: maptool 1.12.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/maptool.git (read-only, click to copy) |
---|---|
Package Base: | maptool |
Description: | An open source virtual tabletop program |
Upstream URL: | https://rptools.net/tools/maptool |
Keywords: | maptool role-playing roleplaying roleplaying-game roleplaying-games rpg tabletop virtual-tabletop vtt |
Licenses: | AGPL3 |
Submitter: | waltersm |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 3 |
Popularity: | 0.024806 |
First Submitted: | 2019-03-18 16:15 (UTC) |
Last Updated: | 2023-03-14 21:35 (UTC) |
Dependencies (7)
- jre-openjdk (jdk11-openjdk-dcevm, jdk11-openjdk-dcevm-conflicts-fixed, jdk16-adoptopenjdk, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jdk18-beta-temurin, hmcl-zulu-bin, jdk-microsoft-openjdk, zulu-jre-fx-bin, jdk-temurin, jdk17-temurin, jdk11-temurin)
- dpkg (dpkg-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- gradle7 (make)
- jdk-openjdk (jdk11-openjdk-dcevm, jdk11-openjdk-dcevm-conflicts-fixed, jdk16-adoptopenjdk, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jdk18-beta-temurin, jdk-microsoft-openjdk, jdk-temurin, jdk17-temurin, jdk11-temurin) (make)
- rpm-tools (rpm-tools-git) (make)
- xdg-utils (busking-git, linopen, xdg-utils-slock, xdg-utils-symlink-fix, xdg-utils-lxqt, mimi-bachoseven-git, mimi, mimi-git, xdg-utils-handlr, xdg-utils-mimeo, opener, mimejs-git) (make)
Latest Comments
1 2 Next › Last »
patlefort commented on 2023-01-27 04:29 (UTC)
Looks like the server nerps.net is down at the moment. Maybe retry later.
asakurahao commented on 2023-01-27 03:48 (UTC) (edited on 2023-01-27 03:59 (UTC) by asakurahao)
I'm trying to install the package but it shows the following errors:
Configure project :
Project : => no module-info.java found
Configuring for MapTool 1.12.2 by RPTools
AppVersion: 1.12.2
OS Detected: linux
Setting Linux installer options
FAILURE: Build failed with an exception.
What went wrong: Could not determine the dependencies of task ':installDist'.
Could not resolve all task dependencies for configuration ':runtimeClasspath'.
Could not resolve com.github.RPTools:maptool-resources:1.6.0.
Could not resolve com.github.RPTools:maptool-resources:1.6.0.
Could not get resource 'https://nerps.net/repo/com/github/RPTools/maptoolresources/1.6.0/maptool-resources-1.6.0.pom'. Could not GET 'https://nerps.net/repo/com/github/RPTools/maptoolresources/1.6.0/maptool-resources-1.6.0.pom'.
Could not resolve com.github.RPTools:parser:1.8.3.
Could not resolve com.github.RPTools:parser:1.8.3.
Could not get resource 'https://nerps.net/repo/com/github/RPTools/parser/1.8.3/parser-1.8.3.pom'.
Could not GET 'https://nerps.net/repo/com/github/RPTools/parser/1.8.3/parser-1.8.3.pom'.
Could not resolve com.github.cwisniew:NoiseLib:1.0.0.
Could not resolve com.github.cwisniew:NoiseLib:1.0.0.
Could not get resource 'https://nerps.net/repo/com/github/cwisniew/NoiseLib/1.0.0/NoiseLib-1.0.0.pom'. Could not GET 'https://nerps.net/repo/com/github/cwisniew/NoiseLib/1.0.0/NoiseLib-1.0.0.pom'. Read timed out
Could someone help me to solve these problems?
patlefort commented on 2022-09-30 04:30 (UTC)
It work fine for me on java 18 on any machine I tested, I do not have jre17-openjdk or jdk17-openjdk installed, so the problem must be something else.
sgowie commented on 2022-09-30 03:43 (UTC)
I hit the same issue, with the stack trace starting with :
and ends with:
So spotlessJava is a dependency of the google-java-fomat step. The only change to the FileUtil in the last 2 years is https://github.com/RPTools/maptool/commit/4a8d396145fae1fa623d7a6feea4c2c978f30043, but I don't know enough Java to figure out anything more.
I tried to tackle this from another angle. I noticed in July an update to CHANGE_LOG.md (https://github.com/RPTools/maptool/commit/10c6b3d7703603737fc63f52b8d707a00d44d433) referenced the move from OpenJDK 16 to 17. In April, Arch's OpenJDK package updated to 18. So I installed jre17-openjdk and jdk17-openjdk, then set the environment to 17 (
sudo archlinux-java set java-17-openjdk
), then ran the build with the JAVA_HOME env set (JAVA_HOME=/usr/lib/jvm/java-17-openjdk makepkg
).TLDR; Install openjdk17 and build with THAT version of Java.
1 Install JDK17
2 Set the version of java
3 Build
mozzribo commented on 2022-09-21 16:00 (UTC)
I tried it, even removing the package and cleaning everything, but now I can't even install it. It might be on my end, so for now I'll just download MapTool from the website.
patlefort commented on 2022-09-19 23:53 (UTC)
Can you try cleaning and redownloading the sources? I don't see anything about a :spotlessJava task in the sources.
mozzribo commented on 2022-09-19 23:13 (UTC) (edited on 2022-09-19 23:14 (UTC) by mozzribo)
@patlefort, it seems to be the same (only my kernel is older, but that shouldn't create such issues?):
What else could be causing the issue?
patlefort commented on 2022-09-19 20:02 (UTC)
@mozzribo: Builds fine for me. What is your java and gradle version? For me:
mozzribo commented on 2022-09-19 15:48 (UTC) (edited on 2022-09-19 15:56 (UTC) by mozzribo)
Hi. It also fails to build for me. I get the following error:
1 2 Next › Last »