Package Details: rpcs3-git 0.0.36.r17936.a9b911750f-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: 82
Popularity: 2.31
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2025-05-14 06:41 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 37 Next › Last »

agapito commented on 2025-02-16 16:18 (UTC) (edited on 2025-02-16 16:18 (UTC) by agapito)

It seems like vtk package is needed to run this:

/usr/bin/rpcs3: error while loading shared libraries: libvtkFiltersTexture.so.1: cannot open shared object file: No such file or directory

hcorion commented on 2025-02-15 15:41 (UTC)

@rubin55 should be fixed by latest

rubin55 commented on 2025-02-15 10:07 (UTC) (edited on 2025-02-15 10:18 (UTC) by rubin55)

I have a (different from previously shared) linker error now, might be an issue upstream (compilation stage finished succesfully linker fails with below error):

[100%] Linking CXX executable ../bin/rpcs3
/usr/bin/ld: Emu/librpcs3_emu.a: error adding symbols: file format not recognized
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [rpcs3/CMakeFiles/rpcs3.dir/build.make:646: bin/rpcs3] Error 1
make[1]: *** [CMakeFiles/Makefile2:3112: rpcs3/CMakeFiles/rpcs3.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().

Upstream issue created: https://github.com/RPCS3/rpcs3/issues/16711

nathanielcwm commented on 2025-01-12 13:03 (UTC) (edited on 2025-01-12 13:03 (UTC) by nathanielcwm)

After a system update I can now build this package ¯\(ツ)

nathanielcwm commented on 2025-01-11 08:45 (UTC)

I've got a linking issue with this package now:

[100%] Linking CXX executable ../bin/rpcs3
/usr/bin/ld: /usr/lib/liblapack.so.3: undefined reference to `ldawork_'
/usr/bin/ld: /usr/lib/liblapack.so.3: undefined reference to `taa_'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [rpcs3/CMakeFiles/rpcs3.dir/build.make:703: bin/rpcs3] Error 1
make[1]: *** [CMakeFiles/Makefile2:3046: rpcs3/CMakeFiles/rpcs3.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'rpcs3-git-0.0.33.r16916.53c84577c0-1': 
error: packages failed to build: rpcs3-git-0.0.33.r16916.53c84577c0-1

atticf commented on 2024-09-28 01:39 (UTC)

fyi, audio is not broken for me when using gcc 14. You can probably switch back. https://github.com/RPCS3/rpcs3/issues/15770#issuecomment-2219523974

Also, I'm able to compile and run videos with a system git master version of ffmpeg, so you might be able to reenable system ffmpeg again.

noitemstoshow commented on 2024-09-22 22:26 (UTC)

I've put more context here regarding the last compile issue https://github.com/RPCS3/rpcs3/issues/16113

Maybe its the issue from Clang 18

hcorion commented on 2024-09-22 20:37 (UTC) (edited on 2024-09-22 21:13 (UTC) by hcorion)

@abouvier Good suggestion! I gave this a try but unfortunately ffmpeg5.1 is unmaintained and I had a few issues (no versioned libs, and doesn't bundle it's own libswresample).

If you're interested in maintaining it and improving it so that I can link against it properly I would be interested, otherwise I'll just wait for RPCS3 to get compatibility with FFMPEG 7.

hcorion commented on 2024-09-22 20:31 (UTC)

@noitemstoshow I'm going to need more context, can you send me the full log in a GitHub Gist or PasteBin or something?