Package Details: dolphin-emu-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 - 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
Provides: dolphin-emu
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 123
Popularity: 0.017182
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-06-08 16:48 (UTC)

Dependencies (56)

Required by (4)

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 »

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.

Neros commented on 2025-03-31 02:09 (UTC)

I'm not able to compile it:

CMake Error at Externals/discord-rpc/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!