@sergefan Fixed.
Search Criteria
Package Details: logisim-evolution 3.4.1-3
Git Clone URL: | https://aur.archlinux.org/logisim-evolution.git (read-only, click to copy) |
---|---|
Package Base: | logisim-evolution |
Description: | An educational tool for designing and simulating digital logic circuits (build from source) |
Upstream URL: | https://github.com/reds-heig/logisim-evolution |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | dopsi |
Maintainer: | maniacata |
Last Packager: | maniacata |
Votes: | 13 |
Popularity: | 0.68 |
First Submitted: | 2017-10-23 08:39 |
Last Updated: | 2021-01-18 04:08 |
Dependencies (3)
- hicolor-icon-theme (hicolor-icon-theme-git)
- java-runtime>=9 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jre11-jetbrains-imfix, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- java-environment>=9 (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jdk8-j9-bin, java-openjdk-bin, jdk, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jdk11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jdk8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jdk-openj9, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jdk11-jetbrains-imfix, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk) (make)
Required by (0)
Sources (2)
maniacata commented on 2021-01-18 03:51
sergefan commented on 2021-01-17 19:19
Building logisim-evolution...
==> ERROR: install file (.install) does not exist or is not a regular file.
Having this error message.
maniacata commented on 2021-01-17 18:17
This AUR repo has switched to a build-from-source package.
However, binary version can be found as logisim-evolution-bin
.
Shindanaide commented on 2020-09-12 18:08
Getting this error:
==> Validating source files with sha256sums...
logisim-evolution-3.3.6.jar ... FAILED
logisim-evolution.desktop ... Passed
logisim-evolution.sh ... Passed
logisim-evolution.xml ... Passed
==> ERROR: One or more files did not pass the validity check!
Failed to build logisim-evolution
maniacata commented on 2020-04-19 06:00
@AppleGamer22 it should be fixed in latest PKGBUILD. Just try updated again :)
AppleGamer22 commented on 2020-04-19 05:48
When attempting to update the package on Manjaro, the following error message is displayed: "line 30: jar: command not found"
maniacata commented on 2020-04-19 05:47
@johnramsden nice to hear your feedback. Maybe you can try makedepends=('java-environment')
which is used by package logisim
. However, jar
command is only shipped with JDK. I don't think adding JDK as a dependent in PKGBUILD is a good idea, because some users only have JRE installed.
I've to admit that I was misled by PKGBUILD of logism
so I once kept its usage of command jar xf
which proved completely redundant. Afterall, makepkg
will extract (usually via bsdtar
) or symlink all files in the source array in $srcdir
. I've removed jar
command from latest PKGBUILD. This should work quite fine.
johnramsden commented on 2020-04-19 04:09
@maniacata I got the following error with the 3.3.4
update:
/startdir/PKGBUILD: line 31: jar: command not found
I had to add as a makedepend:
makedepends=('java-environment-openjdk=10')
It also didn't seem to find jar
by default in the PATH
so I had to use the full path to jar
:
/usr/lib/jvm/java-10-openjdk/bin/jar xf ${pkgname}-${pkgver}.jar "resources/logisim/img/"
maniacata commented on 2020-04-18 11:53
@thierer I've fixed that. Now it requires java-runtime>=10
.
thierer commented on 2020-04-18 08:55
@maniacata I'm aware that there's a newer version of logisim-evolution available. The reason why I haven't upgraded this AUR package yet is that the new version requires a jre >= 9 (which in reality means jre >= 10, as jre9 isn't supported on Arch). This isn't reflected in your PKGBUILD, btw, which states "java-runtime>=8".
The way the starter script works right now this also means that the default jre has to be >= 10, which I consider a bit much as a general requirement. Fixing this is some work, that's why I refrained from updating the package until I find time to implement a proper solution.
That said, if you'd like to maintain the package, no problem, go ahead, I've just disowned it.
Pinned Comments
maniacata commented on 2021-01-17 18:17
This AUR repo has switched to a build-from-source package.
However, binary version can be found as
logisim-evolution-bin
.