Package Base Details: dolphin-emu-git

Git Clone URL: https://aur.archlinux.org/dolphin-emu-git.git (read-only, click to copy)
Keywords: dolphin emu emulator game gamecube gui nintendo remote revolution triforce wii wiimote
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 120
Popularity: 0.32
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2024-02-25 16:52 (UTC)

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

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 51 Next › Last »

dpeukert commented on 2023-07-29 19:58 (UTC)

@rubin55: Thanks for the heads-up, I am currently on a train, so I wasn't able to verify that the package builds with the patch from the main repos. I'll fix it when I get home.

rubin55 commented on 2023-07-29 19:29 (UTC) (edited on 2023-07-29 19:30 (UTC) by rubin55)

Even after the addition of the fmt10 patch I get the following (fmt10 related) build failure:

/home/rubin/Syncthing/Packaging/Arch/Build/dolphin-emu-git/src/dolphin-emu-git/Source/Core/VideoCommon/Assets/DirectFilesystemAssetLibrary.cpp:86:7:   required from here
/usr/include/fmt/core.h:1691:7: error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt
 1691 |       formattable,
      |       ^~~~~~~~~~~
/usr/include/fmt/core.h:1691:7: note: ‘formattable’ evaluates to false

Tortillas-IT commented on 2023-07-28 17:08 (UTC)

the latest verson of fmt broke this package

octylFractal commented on 2023-07-21 05:29 (UTC) (edited on 2023-07-21 05:29 (UTC) by octylFractal)

Since https://github.com/dolphin-emu/dolphin/commit/6dad8f837285c32720efa8fcd28de4d197f27611 it seems like Dolphin now requires zlib-ng installed, not zlib. Trying to build without it installed results in:

-- Checking for module 'zlib-ng'
--   Package 'zlib-ng', required by 'virtual:world', not found
CMake Error at CMake/DolphinLibraryTools.cmake:84 (message):
  No system ZLIB was found.  Please install it or set USE_SYSTEM_ZLIB to AUTO
  or OFF.
Call Stack (most recent call first):
  CMakeLists.txt:679 (dolphin_find_optional_system_library_pkgconfig)

Yamashiro commented on 2023-07-06 04:38 (UTC)

Dolphin now compiles and finally runs again for me. Only downside is the libspng requirement needs importing an expired gpg key but that's not really the responsibility of this package (or its maintainer).

scatherinch commented on 2023-07-05 18:31 (UTC) (edited on 2023-07-05 18:32 (UTC) by scatherinch)

patching file CMakeLists.txt Hunk #1 FAILED at 780. 1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej ==> ERROR: A failure occurred in prepare(). Aborting... -> error making: dolphin-emu-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: dolphin-emu-git - exit status 4

likewise. I would like this as well and the stable version has been broken for some few weeks now. does anyone know how I could do this build?

Yamashiro commented on 2023-07-01 06:51 (UTC)

Getting the same build failure in the prepare stage.

Also, according to the bug reports FS#78926 and FS#78628 the PKGBUILD should probably explicitly use the !lto option.

Riedler commented on 2023-06-30 21:15 (UTC) (edited on 2023-06-30 21:16 (UTC) by Riedler)

build failure:

==> Starting prepare()...
patching file CMakeLists.txt
Hunk #1 FAILED at 780.
1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'dolphin-emu-git-5.0.r19742.g7a2352f90c-1'

Score_Under commented on 2023-06-26 07:45 (UTC)

also depends on qt6-svg:

CMake Error at Source/Core/DolphinQt/CMakeLists.txt:16 (find_package):
  Found package configuration file:

    /usr/lib/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find required Qt component "Svg".

  Expected Config file at "/usr/lib/cmake/Qt6Svg/Qt6SvgConfig.cmake" does NOT
  exist



  Configuring with --debug-find-pkg=Qt6Svg might reveal details why the
  package was not found.

  Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
  of the path variables that find_package uses to try and find the package.

dpeukert commented on 2023-05-30 12:49 (UTC)

I've removed the mbedtls patch, as it's been merged upstream.