Package Details: jgenesis 0.13.1-1

Git Clone URL: https://aur.archlinux.org/jgenesis.git (read-only, click to copy)
Package Base: jgenesis
Description: Sega Genesis / Sega CD / SNES / Master System / Game Gear Emulator
Upstream URL: https://github.com/jsgroth/jgenesis
Licenses: MIT
Submitter: aquova
Maintainer: aquova
Last Packager: aquova
Votes: 0
Popularity: 0.000000
First Submitted: 2025-06-26 02:03 (UTC)
Last Updated: 2026-06-29 20:29 (UTC)

Latest Comments

simona commented on 2026-04-28 17:13 (UTC)

tnx. rustup upgrade solve the problem.

aquova commented on 2026-04-28 11:53 (UTC)

@simona

How do you have rust installed, via rust or rustup packages? It looks like that issue was fixed back in February, so you'll need to have a compiler newer than that. I'm curious what your output of rustc -V is.

simona commented on 2026-04-28 10:41 (UTC)

Compiling jgenesis-common v0.7.1 (/home/simona/.cache/yay/jgenesis/src/jgenesis-0.12.0/common/jgenesis-common)
error[E0658]: use of unstable library feature cfg_select
--> common/jgenesis-common/src/timeutils.rs:11:5
|
11 |     cfg_select! {
|     ^^^^^^^^^^
|
= note: see issue #115585 https://github.com/rust-lang/rust/issues/115585 for more information