Package Details: rpcs3-git 0.0.33.r16916.53c84577c0-1

Git Clone URL: https://aur.archlinux.org/rpcs3-git.git (read-only, click to copy)
Package Base: rpcs3-git
Description: A Sony PlayStation 3 emulator
Upstream URL: https://github.com/RPCS3/rpcs3
Licenses: GPL-2.0-only
Conflicts: rpcs3
Provides: rpcs3
Submitter: alucryd
Maintainer: hcorion
Last Packager: hcorion
Votes: 78
Popularity: 0.36
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2024-09-08 18:27 (UTC)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 35 Next › Last »

kode54 commented on 2021-02-03 04:00 (UTC)

@Gonzo2028 Could you please make a minor change to the PKGBUILD and see if it successfully builds for you? It's a single <1MB dependency that you should probably have installed already, but if not, it shouldn't make it hard to build this.

It should have the wayland package added to the makedepends array. Yes, it imports the Wayland headers, but only uses them at compile time. Otherwise, it's querying for a VK_KHR_wayland_surface attribute from Vulkan at runtime, and interfacing with that if detected. I need to know if this change fixes building it for you, and whether this also breaks it running on any non-Wayland session, or without the Wayland package installed, since you appear to be missing it.

kode54 commented on 2021-02-03 01:46 (UTC)

Sorry, just being a butt. I can look at it later, but I'll have to determine whether it's worth adding any extra dependencies to the makedepends to build in Wayland support, or if it should just be disabled altogether.

katt commented on 2021-02-02 23:20 (UTC)

Did you try with the cmake option?

Gonzo2028 commented on 2021-02-02 23:16 (UTC)

it might be gcc11. i am building aur packages every day, rarely they do not work. of course it will be fixed - one day.

kode54 commented on 2021-02-02 23:03 (UTC)

Nobody is "fixing" it. Have a nice day.

Gonzo2028 commented on 2021-02-02 22:04 (UTC)

that did not help. i do not like setting up a clean chroot, way to much work for just a package. Every other package from the aur build for me. I ll stay with the -bin package until someone fixes this ;). Thank you anyway.

katt commented on 2021-02-02 20:49 (UTC) (edited on 2021-02-02 20:56 (UTC) by katt)

@Gonzo2028 Could this be related to https://github.com/RPCS3/rpcs3/pull/8609?

Try adding -DCMAKE_DISABLE_FIND_PACKAGE_Wayland=TRUE to cmake and see if that fixes it. Else try building in a clean chroot (which works here)

Gonzo2028 commented on 2021-02-02 17:52 (UTC)

does not build for me....

[ 84%] Building CXX object rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/Cell/lv2/sys_storage.cpp.o [ 84%] Building CXX object rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/Cell/lv2/sys_time.cpp.o Im Durchlauf RTL: expand /tmp/makepkg/rpcs3-git/src/rpcs3/rpcs3/Emu/Cell/PPUInterpreter.cpp: In statischer Elementfunktion »static bool ppu_interpreter::VUPKHSB(ppu_thread&, ppu_opcode_t)«: /tmp/makepkg/rpcs3-git/src/rpcs3/rpcs3/Emu/Cell/PPUInterpreter.cpp:2915:1: interner Compiler-Fehler: Speicherzugriffsfehler 2915 | } | ^ 0x1765ad8 internal_error(char const, ...) ???:0 Bitte senden Sie einen vollständigen Fehlerbericht auf Englisch ein; inclusive vorverarbeitetem Quellcode, wenn es dienlich ist. Please include the complete backtrace with any bug report. Weitere Hinweise finden Sie unter »https://bugs.archlinux.org/«. make[2]: [rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/build.make:836: rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/Cell/PPUInterpreter.cpp.o] Fehler 1 make[2]: Es wird auf noch nicht beendete Prozesse gewartet.... make[2]: Verzeichnis „/tmp/makepkg/rpcs3-git/src/build“ wird verlassen make[1]: [CMakeFiles/Makefile2:12651: rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/all] Fehler 2 make[1]: Verzeichnis „/tmp/makepkg/rpcs3-git/src/build“ wird verlassen make: * [Makefile:171: all] Fehler 2 make: Verzeichnis „/tmp/makepkg/rpcs3-git/src/build“ wird verlassen ==> FEHLER: Ein Fehler geschah in build(). Breche ab... :: Unable to build rpcs3-git - makepkg exited with code: 4

Gonzo2028 commented on 2021-02-02 17:44 (UTC)

does not build for me.

[ 18%] Linking CXX static library libSPIRV-Tools-opt.a [ 18%] Built target SPIRV-Tools-opt make: *** [Makefile:171: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... :: Unable to build rpcs3 - makepkg exited with code: 4

eschwartz commented on 2021-01-06 01:58 (UTC)

Yeah, I don't know what to say here. This person showed up, adopted a bunch of packages, and mutilated them by breaking the rules of how PKGBUILDs work. The commit should be reverted; quite frankly, I'd force push the old version as this is straight-up not allowed. It's not even a PKGBUILD at this point.