Package Details: rpcs3-git 0.0.36.r17723.2f8ed1a6bd-2

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: 79
Popularity: 0.65
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2025-03-31 01:11 (UTC)

Latest Comments

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

kode54 commented on 2025-02-18 23:07 (UTC) (edited on 2025-02-18 23:11 (UTC) by kode54)

@agapito Try checking with the checkrebuild script on your system to see which AUR packages need rebuilding? It even adds a hook to Pacman to report this after installs. It's part of the rebuild-detector package from extra.

Edit: checkrebuild is not fool-proof, but it helps a lot.

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

This is weird, I made a new Arch installation on a virtual machine and could compile and launch rpcs3 without vtk package installed, opencv was not needed either, so it seems that something is wrong with my host system.

Sorry for the noise.

agapito commented on 2025-02-18 09:13 (UTC)

No, it is not fixed. I'm still trying to figure out what's going on, but without the vtk package I can't run rpcs3 either before or after your opencv change.

hcorion commented on 2025-02-18 07:08 (UTC) (edited on 2025-02-18 07:08 (UTC) by hcorion)

@agapito I think this might be related to having opencv as an optional dependency, and I've added that to the PKGBUILD as a dependency. Let me know if that fixes your issue.

hcorion commented on 2025-02-16 18:03 (UTC)

@agapito I'm not sure how you managed to link against libvtk but it's definitely not a direct dependency of RPCS3. Maybe one of your libraries links against libvtk? You could try a tool like libtree on the AUR to see which lib requires libvtk.

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 ¯\(ツ)