Search Criteria
Package Details: openrocket 23.09-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openrocket.git (read-only, click to copy) |
---|---|
Package Base: | openrocket |
Description: | A free and fully featured rocket flight simulator - 6 degrees of freedom |
Upstream URL: | http://openrocket.info/ |
Licenses: | GPL3 |
Submitter: | None |
Maintainer: | not_anonymous |
Last Packager: | not_anonymous |
Votes: | 14 |
Popularity: | 0.000954 |
First Submitted: | 2010-07-14 16:14 (UTC) |
Last Updated: | 2023-11-20 06:30 (UTC) |
Dependencies (2)
- desktop-file-utils (desktop-file-utils-gitAUR)
- 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)
Latest Comments
1 2 Next › Last »
not_anonymous commented on 2022-02-26 15:13 (UTC)
Someone marked this as "out-of-date" and said there is a new (beta) release. Well not so soon, as the tag says "pre-release" and the latest tag for "release" is still at this number. MORE IMPORTANTLY: there IS an openrocket-git package here in the AUR which will have this beta-pre-release !!
acxz commented on 2019-06-17 15:09 (UTC)
Note: In order to successfully run
openrocket
, make sure to set your current java-environment to 8, via the following command:sudo archlinux-java set java-8-openjdk
.acxz commented on 2019-06-17 15:09 (UTC) (edited on 2019-06-19 10:45 (UTC) by acxz)
@non_anonymous Thank you so much for fixing the package! The package now runs successfully for me. There is no need for the orphan request. I believe making a pinned comment that refers to using
archlinux-java
would be beneficial to users.EDIT: or even better, adding a post_install() in a openrocket.install file that echos the setup required to run openrocket, as recommended here (https://wiki.archlinux.org/index.php/PKGBUILD#install).
not_anonymous commented on 2019-06-17 13:08 (UTC) (edited on 2019-06-17 13:09 (UTC) by not_anonymous)
Updated.....but please note: I made more than just the one change to the deps that acxz suggested a couple of days ago.
acxz commented on 2019-06-13 16:53 (UTC)
@non_anonymous Sorry, I apologize for my lack of patience.
However, the issue I faced was that I had a
java-environment
installed, specificallyjdk-openjdk
which is version 11 right now. So the dependencies for this package were met and I was able to install openrocket. But, openrocket does not work with java 11 (or anything 9 and above). So I believe it would be best to change the dependency tojava-environment=8
so that users would have java 8 installed and they can change java versions viaarchlinux-java
.not_anonymous commented on 2019-06-13 16:19 (UTC) (edited on 2019-06-13 16:38 (UTC) by not_anonymous)
Actually.....the current dependancy "java-environment" DOES (should) load in openjdk8 !!!
** HOWEVER you must set things some things up too !!! i.e. PLEASE go to the archlinux wiki ... (specifically "JAVA" for the subject/page) and ALL will be explained to you. i.e.
(Um, yes java can be a mess, AND it is important that multiple java versions be available for use. Archlinux's solution is reasonable considering what the java developers have offered.)
FINALLY it is sad that in the past 36 hours you have asked for help, AND you have asked for it to be orphaned... PLEASE show some patience. Afterall a day and a half to find both the time and the answers is not hardly a burden that needs to be corrected by getting others involved !!!!
I HOPE you can find a way in your heart to rescind your orphan request and work WITH me. (As it turned out the problem appears to be your not reading up on how archlinux uses java......)
acxz commented on 2019-06-13 14:38 (UTC)
Turns out upstream works fine, however, it only works with jdk8 so it would be nice if the package dependencies could be updated to reflect that accurately.
acxz commented on 2019-06-12 06:50 (UTC) (edited on 2019-06-12 07:04 (UTC) by acxz)
This package installs fine for me, when running the
openrocket
command I get the following output:/usr/bin/openrocket: line 2: /bin/java: No such file or directory
. Nevermind for some reason my jdk installation was acting up, I ended up reinstallingjdk-openjdk
and I ranopenrocket
again problem solved. EDIT: I am getting an issue but that seems to be an upstream issue.not_anonymous commented on 2017-01-23 00:43 (UTC)
1 2 Next › Last »