@BlueSwordM The primehack package is behind. The debugfast package would be closer to this one for comparison. (In terms of depends and submodules.)
Search Criteria
Package Details: dolphin-emu-nogui-git 2412.r166.g90eba2b1a0-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 - no GUI - 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-cli, dolphin-emu-nogui |
Provides: | dolphin-emu-cli, dolphin-emu-nogui |
Submitter: | None |
Maintainer: | dpeukert |
Last Packager: | dpeukert |
Votes: | 123 |
Popularity: | 0.29 |
First Submitted: | 2011-08-20 13:05 (UTC) |
Last Updated: | 2025-01-19 23:35 (UTC) |
Dependencies (45)
- bluez-libs (bluez-gitAUR)
- bzip2 (bzip2-gitAUR)
- cubebAUR (cubebAUR, cubeb-gitAUR)
- dolphin-emu (dolphin-emu-debugfast-gitAUR, dolphin-emu-gitAUR)
- enet (enet-gtkorvo-gitAUR, enet-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- hidapi (hidapi-gitAUR)
- libavcodec.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg3.4AUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg2.8AUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, lib32-ffmpegAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg, ffmpeg4.4)
- libavformat.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg3.4AUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg2.8AUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, lib32-ffmpegAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg, ffmpeg4.4)
- libavutil.so (libavutil-52AUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg3.4AUR, ffmpeg2.8AUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, lib32-ffmpegAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg, ffmpeg4.4)
- libcurl.so (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libfmt.so (fmt-gitAUR, fmt9AUR, fmt10AUR, fmt)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libsfml-network.so (sfml-gitAUR, sfml)
- libsfml-system.so (sfml-gitAUR, sfml)
- libspng.so (libspng-gitAUR, libspng)
- libswscale.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg3.4AUR, ffmpeg2.8AUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, lib32-ffmpegAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg, ffmpeg4.4)
- libusb-1.0.so (libusb-gitAUR, lib32-libusb, libusb)
- libx11 (libx11-gitAUR)
- Show 25 more dependencies...
Required by (0)
Sources (9)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 58 Next › Last »
xiota commented on 2024-01-20 21:33 (UTC) (edited on 2024-01-20 21:38 (UTC) by xiota)
BlueSwordM commented on 2024-01-20 21:30 (UTC)
@xiota, you are right! Dolphin Primehack builds just fine, with both Clang/LLD and Clang/Mold.
I'll check what the issue is exactly, and what differs.
xiota commented on 2024-01-18 17:36 (UTC) (edited on 2024-01-20 21:32 (UTC) by xiota)
@BlueSwordM Are you building in a clean chroot? Try another dolphin-emu package (that isn't flagged out of date). Does it have the same issue?
BlueSwordM commented on 2024-01-13 18:45 (UTC)
@xiota, mold did not work either lmao. Had it worked, I wouldn't be here.
I will try again however, just to check :D
xiota commented on 2024-01-13 18:44 (UTC) (edited on 2024-01-13 18:44 (UTC) by xiota)
@BlueSwordM Usually when using clang
, linker is switched to lld
because using clang
+ ld
can have problems with any package. If you can't or don't want to use lld
, you can try mold
, which is designed to work with both gcc
and clang
.
BlueSwordM commented on 2024-01-13 18:13 (UTC)
@xiota, no. It builds and run just fine. Even when I run dolphin-emu in the terminal, there's no error message. I guess I can build with debug to check what the issue is.
As for if it builds with ldd, the answer is no because of 2 reasons: 1. The LD flags "-Wl,--copy-dt-needed-entries" only work with the standard ld linker. 2. If I remove these flags, the builds just fails with the usual minizip error.
xiota commented on 2024-01-10 10:38 (UTC)
@BlueSwordM Any error message when run in terminal? Did you remember to switch the linker to ldd
when you switched to clang
?
Forcing depends versions in packages is usually not the right solution on AUR. The package will eventually break again, and forcing downgrades causes problems with other packages.
BlueSwordM commented on 2024-01-10 05:24 (UTC)
To add to this, with default makepkg LDFLAGS options: "LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
When built with Clang, everything works fine, except for the fact that adding folders with the option "Search Subfolders" in "Config" crashes Dolphin immediately.
Is this a Dolphin issue, a Clang/LLVM issue or an Arch issue?
BlueSwordM commented on 2024-01-08 03:33 (UTC)
This PKGBUILD is currently not working if you have the latest version of minizip-ng (zlib-ng) 4.0.4-1.1. I had to revert to 4.0.3 to get it to work.
You can either downgrade the pack using the Arch Package archive or force external library use instead of system library use.
MegaDeKay commented on 2023-12-23 21:59 (UTC)
PKGBUILD is indeed still not working. hawaka's workaround worked for me.
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