Package Details: logisim-evolution 4.1.0-1

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: 33
Popularity: 0.115265
First Submitted: 2017-10-23 08:39 (UTC)
Last Updated: 2026-02-19 09:26 (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 »

tuchar commented on 2026-07-06 13:22 (UTC)

This package (4.1.0-1) requires java-runtime>21 (i used jdk-26-openjdk after installing jdk-openjdk) but the build script incorrectly throws error that i need ` ==> Missing dependencies: -> java-environment>=21 Note : The Equal sign needs to be removed. PS: Ignore if it is a unusual rectification.

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