Package Details: dolphin-emu-nogui-git 2506.r91.g944dd711b7-1

Git Clone URL: https://aur.archlinux.org/dolphin-emu-git.git (read-only, click to copy)
Package Base: dolphin-emu-git
Description: A Gamecube / Wii emulator - no GUI - git version
Upstream URL: https://dolphin-emu.org
Keywords: dolphin emu emulator game gamecube gui nintendo remote revolution triforce wii wiimote
Licenses: GPL-2.0-or-later
Conflicts: dolphin-emu-cli, dolphin-emu-nogui
Provides: dolphin-emu-cli, dolphin-emu-nogui
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 123
Popularity: 0.015196
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-06-08 16:48 (UTC)

Dependencies (48)

Required by (0)

Sources (10)

Pinned Comments

dpeukert commented on 2020-04-10 12:34 (UTC) (edited on 2020-09-26 17:48 (UTC) by dpeukert)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/dolphin-emu-git

Latest Comments

1 2 3 4 5 6 .. 60 Next › Last »

Dr_Z commented on 2025-06-16 09:30 (UTC)

I needed to install package llvm19-libs to build successfully when upgrading to 2506.r121.g28a6eb26cc-1. Build had complained that it couldn't find libLLVM.so.19.1.

rubin55 commented on 2025-06-08 16:05 (UTC)

CMake Error in Source/Core/Common/CMakeLists.txt:
  Imported target "watcher" includes non-existent path

    "/tmp/makepkg.builddir/dolphin-emu-git/src/dolphin-emu-git/Externals/watcher/watcher/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done (0.2s)
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().

JoshuaVandaele commented on 2025-06-08 15:27 (UTC)

The latest version of dolphin has a new dependency in Externals, causing the build to fail

dpeukert commented on 2025-06-07 06:25 (UTC)

@busbybear: Can you verify you're not using a out-of-date version of the PKGBUILD? Because I've tried right now, and both patches applied for me without an issue.

busbybear commented on 2025-06-06 16:02 (UTC)

For me- the build fails at the prepare() function. It seems that lines 84 and 85 are not needed as the file is already patched. Commenting out lines 84 and 85 gives a successful build.

dpeukert commented on 2025-06-06 07:31 (UTC)

@v1993, @rubin55: Both of these should now be fixed.

rubin55 commented on 2025-06-05 19:29 (UTC)

==> Starting prepare()...
patching file CMakeLists.txt
Hunk #1 FAILED at 675.
1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej
==> ERROR: A failure occurred in prepare().
    Aborting...

v1993 commented on 2025-06-02 12:02 (UTC)

Is --copy-dt-needed-entries still needed? It's not handled by mold and causes a build error if using it. Commenting out the LDFLAGS line fixes build.

dpeukert commented on 2025-03-31 22:23 (UTC)

@Neros: This should now be fixed.

xiota commented on 2025-03-31 10:18 (UTC)

@Neros A few packages appear to be affected. To build without editing the PKGBUILD, export CMAKE_POLICY_VERSION_MINIMUM=3.5 first.