Package Details: rpcs3-git 0.0.32.r16522.e8899bf9fc-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: 73
Popularity: 1.46
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2024-05-24 05:23 (UTC)

Dependencies (31)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 33 Next › Last »

hcorion commented on 2017-06-23 02:37 (UTC)

@alucryd it was fixed in a recent PR, it now works fine for me. Some weird bug with how GitVersion wasn't required. No idea why it wouldn't trigger though.

alucryd commented on 2017-06-22 17:35 (UTC)

Again, I can't reproduce either locally or in a clean chroot. AUR helpers shouldn't matter because ultimately they should be calling makepkg, but even if they do, they're unsupported anyway. Did you try building with makepkg or devtools ? BTW, I've got nightly builds over here: https://pkgbuild.com/~alucryd/

logos commented on 2017-06-21 09:00 (UTC)

With "make GitVersion && make" instead of make I stopped having "fatal error: git-version.h" and I was able to compile it.

hcorion commented on 2017-06-15 06:42 (UTC) (edited on 2017-06-15 06:43 (UTC) by hcorion)

@alucryd I'm having the same problem as logos and behem0th had, it might have something do to do with AUR helpers? Anyway, try running make GitVersion && make instead of just make. Also, could build a debug build, with gdb bt and file a bug report about the core dump on GitHub?

Behem0th commented on 2017-06-12 19:11 (UTC)

During build c++ compiler eat 16Gb ram + 4gb swap. But after build rpsc3 start normal. I did not update my system for a while, and in system i have Qt 5.8.

alucryd commented on 2017-06-12 18:10 (UTC)

Looks like rsx_program_decompiler is no longer needed. It should build now, but I get a core dump when I try to launch rpcs3.

logos commented on 2017-06-11 10:25 (UTC) (edited on 2017-06-11 20:31 (UTC) by logos)

I am having the same error as Behem0th

Behem0th commented on 2017-06-08 16:51 (UTC) (edited on 2017-06-08 16:57 (UTC) by Behem0th)

Hello. i have this error ==> Starting prepare()... /var/Build/rpcs3-git/src/rsx_program_decompiler /var/Build/rpcs3-git/src Submodule 'common' (https://github.com/RPCS3/common) registered for path 'common' Cloning into '/var/Build/rpcs3-git/src/rsx_program_decompiler/common'... done. Submodule path 'common': checked out '2a5a06098b88cf01aa39f95a2f1839ad75ea92c8' /var/Build/rpcs3-git/src /var/Build/rpcs3-git/src/rpcs3 /var/Build/rpcs3-git/src error: pathspec 'rsx_program_decompiler' did not match any file(s) known to git. ==> ERROR: A failure occurred in prepare(). Aborting... I dont know, is this relevant? https://github.com/RPCS3/rpcs3/commit/444c64ae757889b558d2364a699e465b25955adf

klore commented on 2017-06-08 13:34 (UTC)

hello, got this compilation error compilation terminated. make[2]: *** [rpcs3/CMakeFiles/rpcs3.dir/build.make:7527: rpcs3/CMakeFiles/rpcs3.dir/rpcs3_version.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:147: rpcs3/CMakeFiles/rpcs3.dir/all] Error 2 make: *** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :((

tempomolto commented on 2017-06-06 09:51 (UTC) (edited on 2017-06-06 09:51 (UTC) by tempomolto)

I have the same error as logos about a missing git-version.h I tried to compile with clang instead, but no luck. If I do this (following their readme): git clone https://github.com/RPCS3/rpcs3.git cd rpcs3/ #test with clang export CC=/usr/bin/clang export CXX=/usr/bin/clang++ git submodule update --init cmake CMakeLists.txt && make GitVersion && make then it works, and I can launch on a r9 fury with: MESA_GLSL_VERSION_OVERRIDE=450 MESA_GL_VERSION_OVERRIDE=4.5 ./rpcs3/bin/rpcs3