Search Criteria
Package Details: universal-gcode-sender-git 1.0.9.r969.gd81bb035-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/universal-gcode-sender-git.git (read-only, click to copy) |
---|---|
Package Base: | universal-gcode-sender-git |
Description: | Java based GRBL compatible cross-platform G-Code sender |
Upstream URL: | https://github.com/winder/Universal-G-Code-Sender |
Keywords: | NC UGS |
Licenses: | GPL3 |
Conflicts: | universal-gcode-sender |
Submitter: | jstamant |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-12 11:59 (UTC) |
Last Updated: | 2017-08-17 15:26 (UTC) |
Dependencies (3)
- java-environment (java-gcj-compat, zulu-10-bin, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, zulu-14-bin, amazon-corretto-15, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jdk8-openjdk-shenandoah, zulu-16-bin, jdk16-adoptopenjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, jdk17-jetbrains, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jdk11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk11-jbr-xdg, jdk16-openjdk, jdk13-openjdk, jdk14-openjdk, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, bishengjdk-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jdk-jbr-xdg, jdk18-openjdk, jdk18-openj9-bin, jdk-android-studio, amazon-corretto-19-bin, zulu-19-bin, jdk19-graalvm-bin, liberica-jre-11-full-bin, jdk19-graalvm-ee-bin, jdk13-openjdk-bin, zulu-embedded-jdk, jabba-bin, jdk8-openjdk-xdg, jdk17-openjdk-xdg, jdk15-openjdk, zulu-embedded-jdk11, liberica-jre-8-full-bin, jdk11-graalvm-bin, jdk18-temurin, jdk19-openjdk, jdk11-microsoft-openjdk, jdk-openj9, jdk11-graalvm-ee-bin, jdk17-jetbrains-imfix, jdk11-openjdk-dcevm, jdk12-openjdk, jdk8-dragonwell-extended, jdk-jetbrains, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk11-jetbrains-bin, jdk8-openj9-bin, jdk17-dragonwell-standard-bin, amazon-corretto-8, zulu-8-bin, zulu-20-bin, zulu-jdk-fx-bin, jdk-temurin, jdk17-graalvm-ee-bin, jdk20-graalvm-ee-bin, liberica-jdk-8-full-bin, jdk20-graalvm-bin, jdk17-graalvm-bin, mandrel-bin, jdk-lts, jdk17-zulu-prime-bin, jdk8-graalvm-ee-bin, jdk8-aarch64, jdk8-temurin, jdk8-adoptopenjdk, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, amazon-corretto-20-bin, amazon-corretto-17, zulu-15-bin, jdk8, jdk21-jetbrains-bin, jdk21-jetbrains-imfix, amazon-corretto-11, jdk17-jetbrains-bin, jdk-microsoft-openjdk, jdk17-openj9-bin, jdk20-openj9-bin, java-openjdk-bin, zulu-21-bin, amazon-corretto-21-bin, jdk11, liberica-jdk-full-bin, jdk-openjdk-xdg, jdk11-temurin, jdk17-temurin, jdk, zulu-11-bin, zulu-17-bin, jre-jetbrains, java-openjdk-ea-bin, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk8-openjdk)
- sh (dashbinsh, bash-devel-static-git, bash-git, bash-xdg, zshbinsh, bash-devel-git, busybox-coreutils, bash)
- maven (mvnvm) (make)
Latest Comments
mike2208 commented on 2020-12-29 14:41 (UTC)
Build succeeds, but package creation fails with message:
I fixed the issue by replacing
with
in the PKGBUILD
Yinameah commented on 2020-05-19 10:54 (UTC) (edited on 2020-05-19 10:55 (UTC) by Yinameah)
Package fail for me.
==> Lancement de package()…
install: impossible d'évaluer 'ugs-core/target/UniversalGcodeSender.jar': Aucun fichier ou dossier de ce type
==> ERREUR : Une erreur s’est produite dans package(). Abandon…
Seems like the "opposite" problem of this one : greyltc a commenté le 2016-11-01 10:19
Looks like your line in package():
install -Dm 644 target/UniversalGcodeSender.jar \
needs to become:
install -Dm 644 ugs-core/target/UniversalGcodeSender.jar \
Weird. Somebody understand ?
throbscottle commented on 2019-05-03 19:05 (UTC)
Build failed. See below:
FATAL ERROR in native method: processing of -javaagent failed
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for ugs-parent 2.0-SNAPSHOT: [INFO] [INFO] ugs-parent ......................................... SUCCESS [ 0.634 s] [INFO] ugs-core ........................................... FAILURE [ 7.763 s] [INFO] ugs-pendant ........................................ SKIPPED [INFO] ugs-cli ............................................ SKIPPED [INFO] ugs-classic ........................................ SKIPPED [INFO] ugs-platform-parent ................................ SKIPPED [INFO] ugs-platform-branding .............................. SKIPPED [INFO] ugs-platform-ugslib ................................ SKIPPED [INFO] ugs-platform-ugscore ............................... SKIPPED [INFO] ugs-platform-visualizer ............................ SKIPPED [INFO] ugs-platform-plugin-workflow ....................... SKIPPED [INFO] ugs-platform-gcode-editor .......................... SKIPPED [INFO] ugs-platform-surfacescanner ........................ SKIPPED [INFO] ProbeModule ........................................ SKIPPED [INFO] DowelModule ........................................ SKIPPED [INFO] GcodeTools ......................................... SKIPPED [INFO] ugs-platform-plugin-jog ............................ SKIPPED [INFO] ugs-platform-plugin-setup-wizard ................... SKIPPED [INFO] ugs-platform-welcome-page .......................... SKIPPED [INFO] ugs-platform-app ................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.178 s [INFO] Finished at: 2019-05-03T19:59:50+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project ugs-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /home/alexis/Packages/universal-gcode-sender-git/src/universal-gcode-sender-git/ugs-core && /usr/lib/jvm/java-10-openjdk/bin/java -javaagent:/home/alexis/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/alexis/Packages/universal-gcode-sender-git/src/universal-gcode-sender-git/ugs-core/target/jacoco.exec -jar /home/alexis/Packages/universal-gcode-sender-git/src/universal-gcode-sender-git/ugs-core/target/surefire/surefirebooter12888053125441566466.jar /home/alexis/Packages/universal-gcode-sender-git/src/universal-gcode-sender-git/ugs-core/target/surefire/surefire10889091693623436998tmp /home/alexis/Packages/universal-gcode-sender-git/src/universal-gcode-sender-git/ugs-core/target/surefire/surefire_013946261707308589811tmp [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :ugs-core ==> ERROR: A failure occurred in check(). Aborting...
kfish610 commented on 2017-12-05 16:25 (UTC)
On build I get an error. [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/kfish/.cache/pacaur/universal-gcode-sender-git/src/universal-gcode-sender-git/ugs-core/src/com/willwinder/universalgcodesender/uielements/components/StepSizeSpinnerModel.java:[93,72] incompatible types: java.lang.Double cannot be converted to capture#1 of ? [ERROR] /home/kfish/.cache/pacaur/universal-gcode-sender-git/src/universal-gcode-sender-git/ugs-core/src/com/willwinder/universalgcodesender/uielements/components/StepSizeSpinnerModel.java:[118,72] incompatible types: java.lang.Double cannot be converted to capture#2 of ? [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ugs-parent ......................................... SUCCESS [ 0.750 s] [INFO] ugs-core ........................................... FAILURE [ 8.552 s]
Running Antergos on 4.14.3-1-ARCH Kernel
jstamant commented on 2016-11-14 01:47 (UTC)
greyltc commented on 2016-11-01 10:19 (UTC)
greyltc commented on 2016-11-01 10:15 (UTC)