Package Details: dolphin-emu-git 2503.r176.g1b85da9b85-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.046648
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2025-03-31 22:22 (UTC)

Dependencies (53)

Required by (4)

Sources (11)

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 .. 23 24 25 26 27 28 29 30 31 32 33 .. 60 Next › Last »

hcorion commented on 2017-10-29 19:52 (UTC)

That's because you need to launch the Qt version via dolphin-emu-qt2 @gfurst

gfurst commented on 2017-10-28 03:34 (UTC)

I don't get it, apparently the qt version of this is built on this aur repository, however, even if its installed, I'm still running a gtk version?

qlipsos commented on 2017-10-09 03:13 (UTC)

Now depends on "libhidapi-hidraw.so.0" Provided by "hidapi" package

sleepyoh commented on 2017-07-16 01:12 (UTC)

I can confirm that it build's fine now! =) Thank's!

alucryd commented on 2017-07-15 17:49 (UTC)

Re-enabled PIE and disabled LTO for the Qt build. Arch now enforces PIE for everything.

sleepyoh commented on 2017-07-15 17:15 (UTC)

I say the same as aphirst and krakn, build error 45%, not using any front-end only makepkg.

aphirst commented on 2017-07-14 21:32 (UTC)

I'm getting build/link errors at the same place that "krakn" does, except I don't seem to have -fno-pie set anywhere.

WeenieHut commented on 2017-07-13 21:57 (UTC) (edited on 2017-07-13 22:25 (UTC) by WeenieHut)

CommandLine Error: Option 'help-list' registered more than once! Whenever I try to run a game or change a setting Dolphin crashes with the error above. I've read that its an upstream LLVM error. Can anyone else confirm the issue and which LLVM I should be using to compile? I was using LLVM-svn which I had last compiled from source last year. I'm guessing stable repo LLVM has surpassed the year old svn version I had built. Removed SVN and installed latest stable. Compiling now. Will update with results. Switching to LLVM stable fixed the issue!! All the dank Vulkan performance <3

0x647262 commented on 2017-07-13 04:14 (UTC) (edited on 2017-07-13 13:43 (UTC) by 0x647262)

Build fails with: ``` -DCMAKE_CXX_FLAGS='-fno-pie' ``` ``` [ 45%] Linking CXX executable ../../../Binaries/traversal_server /usr/bin/ld: /tmp/ccG45bps.ltrans0.ltrans.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status make[2]: *** [Source/Core/Common/CMakeFiles/traversal_server.dir/build.make:95: Binaries/traversal_server] Error 1 make[1]: *** [CMakeFiles/Makefile2:965: Source/Core/Common/CMakeFiles/traversal_server.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ``` Compiling with: ``` CFLAGS+=('-fPIC') CXXFLAGS+=('-fPIC') ``` ``` [ 45%] Linking CXX executable ../../../Binaries/traversal_server /usr/bin/ld: /tmp/ccKaaibk.ltrans0.ltrans.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status make[2]: *** [Source/Core/Common/CMakeFiles/traversal_server.dir/build.make:95: Binaries/traversal_server] Error 1 make[1]: *** [CMakeFiles/Makefile2:965: Source/Core/Common/CMakeFiles/traversal_server.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ``` Build Environment: ``` #-- Compiler and Linker Flags # -march (or -mcpu) builds exclusively for an architecture # -mtune optimizes for an architecture, but builds for whole processor family CPPFLAGS="-D_FORTIFY_SOURCE=2" CFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fPIC" CXXFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fPIC" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" #-- Make Flags: change this for DistCC/SMP systems MAKEFLAGS="-j 32" #-- Debugging flags DEBUG_CFLAGS="-g -fvar-tracking-assignments" DEBUG_CXXFLAGS="-g -fvar-tracking-assignments" ``` If you need anything else, just let me know.

hcorion commented on 2017-06-29 21:18 (UTC) (edited on 2017-06-29 21:32 (UTC) by hcorion)

Please remove the -DENABLE_LTO='TRUE' \ in CMake. Qt doesn't work with LTO for some reason, it builds fine, but the GUI is non-functional. See: https://github.com/dolphin-emu/dolphin/wiki/Building-With-Qt