Package Details: logisim-evolution 4.0.0-2

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
Upstream URL: https://github.com/logisim-evolution/logisim-evolution
Licenses: GPL3
Conflicts: logisim-evolution-bin, logisim-evolution-git
Submitter: dopsi
Maintainer: yigits
Last Packager: yigits
Votes: 32
Popularity: 1.34
First Submitted: 2017-10-23 08:39 (UTC)
Last Updated: 2025-11-24 19:42 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Pinned Comments

yigits commented on 2021-10-09 12:09 (UTC) (edited on 2021-10-12 08:10 (UTC) by yigits)

This package requires java-runtime>=16. If you run into an issue please ensure that an appropriate runtime is set;

# archlinux-java set java-16-openjdk

Latest Comments

1 2 3 Next › Last »

yigits commented on 2025-11-24 19:45 (UTC)

Changed the upstream URL, thank you for the heads up @architector4

architector4 commented on 2025-11-24 16:04 (UTC)

The github repository that this downloads from is a 404 now, so the package fails to build. From what I can tell, the up-to-date repo is this:

https://github.com/logisim-evolution/logisim-evolution

bjourne commented on 2025-11-11 13:29 (UTC) (edited on 2025-11-11 13:29 (UTC) by bjourne)

Build fails:

Compilation failed; see the compiler output below.
  /home/bjourne/aur/logisim-evolution-git/src/logisim-evolution/build/generated/logisim/java/com/cburch/logisim/vhdl/syntax/VhdlSyntax.java:42: error: VhdlSyntax is not abstract and does not override abstract method yystate() in AbstractJFlexTokenMaker
  public class VhdlSyntax extends AbstractJFlexTokenMaker {

yigits commented on 2025-08-18 06:48 (UTC)

@furrykef I've just checked and the checksum seems correct, the upstream hasn't updated since last year

furrykef commented on 2025-08-17 20:20 (UTC)

I tried to build this package, but I got an sha256sum validation error for logisim-evolution-3.9.0.tar.gz.

yigits commented on 2021-10-09 12:09 (UTC) (edited on 2021-10-12 08:10 (UTC) by yigits)

This package requires java-runtime>=16. If you run into an issue please ensure that an appropriate runtime is set;

# archlinux-java set java-16-openjdk

yigits commented on 2021-10-09 12:08 (UTC) (edited on 2021-10-12 08:10 (UTC) by yigits)

@manns, I asked in #archlinux-aur and setting the default java runtime is the responsibility of the admin of the system (e.g. user installing the package). It cannot be put in the PKGBUILD, apparently

So I'll echo that information in install scripts and pin a comment here stating that it's needed as well

manns commented on 2021-10-09 11:36 (UTC)

The AUR still fails unless the default jre has been set e.g. with

$ sudo archlinux-java set java-16-openjdk

Could you please fix the AUR so that it works even with lower default JRE?

yigits commented on 2021-10-08 19:02 (UTC)

@manns, bumped the required java-runtime version to >14 (was >9), should be fine now

manns commented on 2021-10-08 11:44 (UTC)

Version 3.6.1-1 fails to build with

```Downloading https://services.gradle.org/distributions/gradle-7.0.2-bin.zip ..........10%...........20%...........30%..........40%...........50%...........60%..........70%...........80%...........90%..........100%

Welcome to Gradle 7.0.2!

Here are the highlights of this release: - File system watching enabled by default - Support for running with and building Java 16 projects - Native support for Apple Silicon processors - Dependency catalog feature preview

For more details see https://docs.gradle.org/7.0.2/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

Task :genBuildInfo Task :compileJava FAILED

FAILURE: Build failed with an exception.