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.33
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2024-09-08 18:27 (UTC)

Latest Comments

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

Sanpi commented on 2016-08-10 10:28 (UTC) (edited on 2016-08-10 10:28 (UTC) by Sanpi)

@tesfabpel I have an error with your PKGBUILD: [100%] Linking CXX executable ../bin/rpcs3 /usr/bin/ld: CMakeFiles/rpcs3.dir/__/Utilities/dynamic_library.cpp.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/lib/libdl.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [rpcs3/CMakeFiles/rpcs3.dir/build.make:9812: bin/rpcs3] Error 1 make[1]: *** [CMakeFiles/Makefile2:245: rpcs3/CMakeFiles/rpcs3.dir/all] Error 2 make: *** [Makefile:84: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

tesfabpel commented on 2016-08-07 12:18 (UTC) (edited on 2016-08-07 12:19 (UTC) by tesfabpel)

I've edited the PKGBUILD and now it compiles (but sadly, it doesn't link: it says that it could not find something related to YAML) Anyway here's my PKGBUILD: https://gist.github.com/tesfabpel/3030acc8faa54aacefe986adb4e6a7ec PS: BTW, isn't it better to let git handle the submodules itself instead of letting makepkg do it (by using `git submodule update --recursive`)?

tesfabpel commented on 2016-08-03 13:00 (UTC)

It fails to compile with this error: In file included from /tmp/yaourt-tmp-tesfabpel/aur-rpcs3-git/src/rpcs3/rpcs3/Emu/RSX/RSXThread.h:12:0, from /tmp/yaourt-tmp-tesfabpel/aur-rpcs3-git/src/rpcs3/rpcs3/Emu/RSX/GSRender.h:3, from /tmp/yaourt-tmp-tesfabpel/aur-rpcs3-git/src/rpcs3/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp:8: /tmp/yaourt-tmp-tesfabpel/aur-rpcs3-git/src/rpcs3/rpcs3/Emu/RSX/rsx_methods.h:12:34: fatal error: cereal/types/array.hpp: File or directory does not exist. #include <cereal/types/array.hpp>

alucryd commented on 2016-07-04 19:37 (UTC)

Finally I can drop the obnoxious patching, thx. Building still fails though because of that GCC bug, guess we'll have to wait.

GhettoGirl35 commented on 2016-07-01 15:16 (UTC)

The 'rpcs3-system-libs.patch' is no longer necessary, please remove. There are now 2 build options in the CMakeLists (-DUSE_SYSTEM_LIBPNG=ON -DUSE_SYSTEM_FFMPEG=ON) for this.

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