Package Details: maptool 1.16.2-1

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: AGPL-3.0-or-later
Submitter: waltersm
Maintainer: patlefort
Last Packager: patlefort
Votes: 4
Popularity: 0.013370
First Submitted: 2019-03-18 16:15 (UTC)
Last Updated: 2025-03-27 07:40 (UTC)

Dependencies (8)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3

KrisAphalon commented on 2022-04-16 03:13 (UTC) (edited on 2022-04-16 03:16 (UTC) by KrisAphalon)

Changes introduced in 1.11.5-2 make it fail to install. Application builds correctly, but it creates maptool_1.11.5-1_amd64.deb file, with the -1 before _amd64. PKGBUILD tried to look for a file without this -1 and fails. Previous version, 1.11.5-1, builds correctly.

patlefort commented on 2021-11-21 08:10 (UTC)

@rogue_ronin My package is using your default java environment to build and run. You will have to change it to the latest: sudo archlinux-java set java-17-openjdk. I'm gonna try to add a version check. Personally I think the whole system "default" java is a mistake. There should be a link to the latest version and package that need an older version can be locked to their version.

rogue_ronin commented on 2021-11-21 01:07 (UTC)

Thank you for creating this package build. Failing to build here...

==> Starting build()...
Starting a Gradle Daemon (subsequent builds will be faster)
Could not write standard input to Gradle build daemon.
java.io.IOException: Stream closed
        at java.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:433)
        at java.io.OutputStream.write(OutputStream.java:116)
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
        at org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:68)
        at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:53)
        at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
        at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:61)
        at java.lang.Thread.run(Thread.java:748)

FAILURE: Build failed with an exception.

* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the User Manual chapter on the daemon at https://docs.gradle.org/7.3/userguide/gradle_daemon.html
Process command line: /usr/lib/jvm/java-8-openjdk/bin/java --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /usr/share/java/gradle/lib/gradle-launcher-7.3.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.3
Please read the following process output to find out more:
-----------------------
Unrecognized option: --add-exports
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.


* 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
==> ERROR: A failure occurred in build().
    Aborting...

Please let me know if I can help debug?

waltersm commented on 2019-05-04 09:11 (UTC) (edited on 2019-10-06 22:22 (UTC) by waltersm)

Unfortunately, due to jdk10 no longer being supported by Oracle, the jdk10 package can't fetch the file to install jdk10. See the jdk10 package.

There's not really anything I can do to fix this. All I can do is recommend using maptool-bin for the time being if you cannot source the jdk10 files.

chsims1 commented on 2019-05-04 08:30 (UTC)

==> Retrieving sources... -> Downloading jdk-10.0.2_linux-x64_bin.tar.gz... curl: (3) URL using bad/illegal format or missing URL ==> ERROR: Failure while downloading file://jdk-10.0.2_linux-x64_bin.tar.gz Aborting... The build failed.