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().
Search Criteria
Package Details: dolphin-emu-git 2506.r91.g944dd711b7-1
Package Actions
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)
- alsa-lib
- bluez-libs (bluez-gitAUR)
- bzip2 (bzip2-gitAUR)
- cubebAUR (cubeb-gitAUR, cubebAUR)
- enet (enet-gtkorvo-gitAUR, enet-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hidapi (hidapi-gitAUR)
- libavcodec.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, lib32-ffmpegAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg, ffmpeg4.4)
- libavformat.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, lib32-ffmpegAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg, ffmpeg4.4)
- libavutil.so (libavutil-52AUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, lib32-ffmpegAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg, ffmpeg4.4)
- libcurl.so (curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libevdev (libevdev-gitAUR)
- libfmt.so (fmt-gitAUR, fmt9AUR, fmt10AUR, fmt)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libiconv
- libminiupnpc.so (miniupnpc)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsfml-network.so (sfml2AUR, sfml-gitAUR, sfml)
- Show 36 more dependencies...
Required by (4)
- chimera (requires dolphin-emu)
- dolphin-emu-nogui-git (requires dolphin-emu)
- emulationstation (requires dolphin-emu) (optional)
- wheelwizard (requires dolphin-emu) (optional)
Sources (10)
rubin55 commented on 2025-06-08 16:05 (UTC)
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!
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