@Joomzie: The original error was fixed upstream, I've now removed the patch.
Search Criteria
Package Details: dolphin-emu-git 2509.r182.g81f620ba97-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: | 1.10 |
First Submitted: | 2011-08-20 13:05 (UTC) |
Last Updated: | 2025-10-14 10:20 (UTC) |
Dependencies (57)
- 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-eacAUR)
- glslang (glslang-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hidapi (hidapi-gitAUR)
- libavcodec.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-ndiAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg7.1AUR, lib32-ffmpegAUR, ffmpeg-amd-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg, ffmpeg4.4)
- libavformat.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-ndiAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg7.1AUR, lib32-ffmpegAUR, ffmpeg-amd-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg, ffmpeg4.4)
- libavutil.so (libavutil-52AUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-ndiAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg7.1AUR, lib32-ffmpegAUR, ffmpeg-amd-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-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)
- Show 37 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)
dpeukert commented on 2025-10-14 10:21 (UTC)
Joomzie commented on 2025-10-13 22:24 (UTC)
@dpeukert: Looks like we're hitting a wall with Qt again.
patching file Source/Core/DolphinQt/CMakeLists.txt
Hunk #1 FAILED at 14.
Hunk #2 succeeded at 435 (offset 7 lines).
1 out of 2 hunks FAILED -- saving rejects to file Source/Core/DolphinQt/CMakeLists.txt.rej
==> ERROR: A failure occurred in prepare().
Aborting...
-> error making: dolphin-emu-git-exit status 4
> cat CMakeLists.txt.rej
--- Source/Core/DolphinQt/CMakeLists.txt
+++ Source/Core/DolphinQt/CMakeLists.txt
@@ -14,7 +14,7 @@ endif()
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
-find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets Svg)
+find_package(Qt6 REQUIRED COMPONENTS Core Gui GuiPrivate Widgets Svg)
message(STATUS "Found Qt version ${Qt6_VERSION}")
set_property(TARGET Qt6::Core PROPERTY INTERFACE_COMPILE_FEATURES "")
dpeukert commented on 2025-10-11 22:39 (UTC)
@rubin55: The Qt issue should now also be fixed.
dpeukert commented on 2025-10-11 17:25 (UTC)
@rubin55: The glslang issue should be fixed, the Qt issue seems to be caused by the update to Qt 6.10. I'm looking into a fix, but for now, manually downgrading to the 6.9.2 versions of the qt6-* packages should work.
rubin55 commented on 2025-10-11 15:33 (UTC)
CMake Warning at CMake/DolphinLibraryTools.cmake:57 (find_package):
Could not find a configuration file for package "glslang" that is
compatible with requested version "15.0".
The following configuration files were considered but not accepted:
/usr/lib/cmake/glslang/glslang-config.cmake, version: 16.0.0
/lib/cmake/glslang/glslang-config.cmake, version: 16.0.0
Call Stack (most recent call first):
CMakeLists.txt:654 (dolphin_find_optional_system_library)
CMake Error at CMake/DolphinLibraryTools.cmake:65 (message):
No system glslang was found. Please install it or set USE_SYSTEM_GLSLANG
to AUTO or OFF.
Call Stack (most recent call first):
CMakeLists.txt:654 (dolphin_find_optional_system_library)
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
I tried with passing -DUSE_SYSTEM_GLSLANG=OFF
, and the build continues a bit further, but then it runs into:
/tmp/makepkg.builddir/dolphin-emu-git/src/dolphin-emu-git/Source/Core/DolphinQt/MainWindow.cpp:34:10: fatal error: qpa/qplatformnativeinterface.h: No such file or directory
34 | #include <qpa/qplatformnativeinterface.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[1125/1186] Building CXX object Source/Core/DolphinQt/CMakeFiles/dolphin-emu.dir/MenuBar.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
oakbricks commented on 2025-10-03 22:30 (UTC) (edited on 2025-10-03 22:30 (UTC) by oakbricks)
Currently broken since commit ce860ab43d32d1934456cf8d545b642f79bd1c48
because cmake-discord-rpc.diff
is out of date because the minimum version is now 3.2.0 and 4.1.1
patching file Externals/discord-rpc/CMakeLists.txt
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file Externals/discord-rpc/CMakeLists.txt.rej
dpeukert commented on 2025-09-28 09:16 (UTC)
@Joomzie: This should now be fixed, thanks for the heads-up.
Joomzie commented on 2025-09-27 21:57 (UTC) (edited on 2025-09-27 21:58 (UTC) by Joomzie)
Most recent commit fails to build due to the PKGBUILD not checking out needed submodules.
CMake Error at Externals/glslang/CMakeLists.txt:10 (add_subdirectory):
The source directory
$HOME/.cache/yay/dolphin-emu-git/src/dolphin-emu-git/Externals/glslang/glslang
does not contain a CMakeLists.txt file.
Adding git submodule update --init --recursive
to the prepare function immediately after the directory change on line 62 acts as a workaround until this can be fixed properly.
dpeukert commented on 2025-07-06 13:51 (UTC)
@xAsh: I wasn't able to reproduce this, is it possible that the build directory was leftover from the previous build, therefore the patch was already applied?
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