Package Details: dynarmic 6.7.0-2

Git Clone URL: https://aur.archlinux.org/dynarmic.git (read-only, click to copy)
Package Base: dynarmic
Description: An ARM dynamic recompiler
Upstream URL: https://github.com/lioncash/dynarmic
Keywords: emulation jit
Licenses: 0BSD
Provides: libdynarmic.so
Submitter: abouvier
Maintainer: abouvier
Last Packager: abouvier
Votes: 2
Popularity: 0.022180
First Submitted: 2022-07-26 15:45 (UTC)
Last Updated: 2024-03-08 14:36 (UTC)

Dependencies (15)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

VlaDexa commented on 2024-01-30 08:19 (UTC)

oaknut seems to be for ARM cpus only and fails to compile on other arches, since the code uses raw ARM assembly

abouvier commented on 2023-07-29 22:27 (UTC)

I guess you will never be able to upgrade your system ever again!

observ33r commented on 2023-07-29 20:29 (UTC) (edited on 2023-07-29 20:31 (UTC) by observ33r)

sudo pacman -Syu
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing fmt (10.0.0-1) breaks dependency 'libfmt.so=9-64' required by dynarmic

abouvier commented on 2023-07-28 16:56 (UTC)

You can solve all your problems building in a clean chroot.

solarisfire commented on 2023-07-28 15:26 (UTC)

Removed the packages that depend on dynarmic. Removed dynarmic. Installed dynarmic with a cleanbuild. Installed everything that depended on dynarmic.

A little painful, but got there in the end.

abouvier commented on 2023-07-28 15:00 (UTC)

It's not the PKGBUILD, it's your package. You need to rebuild dynarmic against the new fmt version.

solarisfire commented on 2023-07-28 14:55 (UTC)

Interesting, I'm getting:

error: failed to prepare transaction (could not satisfy dependencies) :: installing fmt (10.0.0-1) breaks dependency 'libfmt.so=9-64' required by dynarmic

When trying to upgrade...

abouvier commented on 2023-07-28 14:28 (UTC)

Don't worry, it will be fine. This PKGBUILD does not expect anything.

solarisfire commented on 2023-07-28 14:26 (UTC)

I've just noticed that fmt in extra has now gone to version 10.

This may affect this pkgbuild which is expecting version 9.

gustafla commented on 2023-06-12 14:42 (UTC)

Thank you! I've read warnings about -O3 previously but this is the first time it actually caused a problem for me. I think that "unable to handle -O3" is maybe not a good state for their codebase to be in, but dynarmic is pretty experimental so it's understandable. Once again, thanks for maintaining this package.