Package Details: dynarmic 6.5.0-1

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/merryhime/dynarmic
Keywords: emulation jit
Licenses: BSD
Provides: libdynarmic.so
Submitter: abouvier
Maintainer: abouvier
Last Packager: abouvier
Votes: 1
Popularity: 0.005960
First Submitted: 2022-07-26 15:45 (UTC)
Last Updated: 2023-07-21 07:16 (UTC)

Latest Comments

1 2 Next › Last »

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.

abouvier commented on 2023-06-12 12:48 (UTC)

The error occurs when -O3 is present in your CXXFLAGS (makepkg.conf sets -O2 by default).