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: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-12 11:59 (UTC) |
Last Updated: | 2017-08-17 15:26 (UTC) |
Dependencies (3)
- java-environment (jdk12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jdk11-jbr-xdgAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jdk-openj9AUR, jdk11-graalvm-ee-binAUR, jdk12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, jdk21-graalvm-binAUR, jdk17-jetbrainsAUR, jdk8-openj9-binAUR, jdk-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jdk19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jabba-binAUR, jdk21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-android-studioAUR, java-openjdk-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jdkAUR, jdk21-jetbrains-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- maven (mvnvmAUR) (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)