Package Details: rpcs3-git 0.0.35.r17533.b266e3d4bf-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.126191
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2025-03-01 06:04 (UTC)

Latest Comments

« First ‹ Previous 1 .. 30 31 32 33 34 35 36 Next › Last »

Enverex commented on 2016-07-01 10:09 (UTC)

It doesn't currently compile due to - https://github.com/RPCS3/rpcs3/issues/1691 Which is apparently due to a GCC regression.

Enverex commented on 2016-06-27 11:18 (UTC)

To add on to this, I managed to fix the setup stage, but it fails roughly half-way through compilation with... [ 45%] Building CXX object rpcs3/CMakeFiles/rpcs3.dir/Emu/Cell/SPUDisAsm.cpp.o In file included from src/rpcs3/rpcs3/Emu/Cell/SPUDisAsm.h:4:0, from src/rpcs3/rpcs3/Emu/Cell/SPUASMJITRecompiler.cpp:5: src/rpcs3/rpcs3/Emu/Cell/SPUOpcodes.h: In constructor ‘spu_decoder<D, T>::spu_decoder() [with D = spu_recompiler; T = void (spu_recompiler::*)(spu_opcode_t)]’: src/rpcs3/rpcs3/Emu/Cell/SPUOpcodes.h:261:3: internal compiler error: in add_expr, at tree.c:7870 So I'm not sure it's in a working state right now anyway.

Enverex commented on 2016-06-27 10:53 (UTC)

This was flagged broken nearly 3 months ago. Is it abandoned?

gee commented on 2016-06-21 20:46 (UTC)

Yup you have to keep updating these, they break so easily. Even more with the changes of target commit for the auxiliary branches.

<deleted-account> commented on 2016-06-19 16:09 (UTC)

Build fails with ==> Starting prepare()... error: pathspec 'GSL' did not match any file(s) known to git. EDIT: gee's build from pastebin didn't work for me either

gee commented on 2016-04-16 23:24 (UTC) (edited on 2016-04-16 23:43 (UTC) by gee)

In case it helps anyone, current pkgbuild: http://pastebin.com/a8nXPtbv (debug version) http://pastebin.com/xjk8wr0K (release version) and current patch: http://pastebin.com/yC5uYfQc I almost need to update one of them daily lately...

gee commented on 2016-03-18 08:30 (UTC)

I had to change a bit the PKGBUILD to get it to build: http://pastebin.com/PK5BYpAk (the patch line is not the best, I tried to fix the patch itself, but I didn't make it quickly and didn't feel like spending time on this for it to change again next week... the skip line in the array is because of my changed patch, I didn't feel like changing the array after every modification).

alucryd commented on 2016-01-30 10:20 (UTC)

Updated, it now builds, but I get an access violation trying to launch it.

Claudiop commented on 2015-12-16 23:58 (UTC) (edited on 2015-12-17 00:00 (UTC) by Claudiop)

Yeah, the same happened. The CMakeLists has changed (several times actually) since this was last updated so the patch doesn't work anymore. Tried to fix it but then it failed building because there were troubles with asmjit being out of scope. When you have some time, please update the files. The library paths are fixed already in the git version, so I don't know what changed that broke this other than that :/ Edit: Forgot to ask why are you using that repo. This is the official one and is way ahead: https://github.com/RPCS3/rpcs3