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

Latest Comments

1 2 3 4 5 6 .. 37 Next › Last »

hcorion commented on 2025-03-31 01:21 (UTC)

Woops, forgot to sync up, should be fixed now @Neros

Neros commented on 2025-03-31 00:36 (UTC)

I'm not able to compile it:

-- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")
-- Found PNG: /usr/lib/libpng.so (found version "1.6.47")
-- Checking for module 'pugixml>=1.15'
--   Found pugixml, version 1.15
-- Checking for module 'libusb-1.0>=1.0'
--   Found libusb-1.0, version 1.0.28
CMake Error at 3rdparty/libusb/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!

katt commented on 2025-03-15 12:41 (UTC)

sdl2 dep should be changed to sdl3: https://github.com/RPCS3/rpcs3/commit/eb43fbbb2a4b54dddf396cec857c9be31df5e9ee

agapito commented on 2025-02-19 08:49 (UTC)

@kode54 As I mentioned earlier, in a new installation of Arch in a virtual machine, I was able to compile and launch rpcs3 without opencv and vtk installed.

I uninstalled opencv and vtk from my host system and recompiled rpcs3 and this time I was able to launch rpcs3 without problems.

So the conclusion is that rpcs3 will depend on vtk only if opencv is installed on the system.

kode54 commented on 2025-02-19 02:51 (UTC) (edited on 2025-02-19 02:53 (UTC) by kode54)

Okay, I figured it out. It doesn't need to be marked as a dependency of this package. It's an unlisted dependency of opencv. That's the package that needs fixing.

Edit: Okay, it's an optional dependency, for the viz module, which this package uses, so yes, this package needs to depend on both opencv and vtk.

kode54 commented on 2025-02-19 02:44 (UTC) (edited on 2025-02-19 02:48 (UTC) by kode54)

Hold up. I have more checking to do.

LumpyArbuckle commented on 2025-02-19 02:43 (UTC)

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

It appears vtk is missing from the dependencies, just download vtk manually from pacman and RPCS3 should start normally.

kode54 commented on 2025-02-19 02:41 (UTC)

@agapito grep your whole dang /usr/lib and /usr/bin for references to the library name?

agapito commented on 2025-02-19 00:30 (UTC)

@kode54 The only package it needs a rebuild is rpcs3-git because of: "error while loading shared libraries: libvtkFiltersTexture.so.1: cannot open shared object file: No such file or directory"

I don´t know what is going in on. The vtk package was never installed on my system. I installed it for the first time the other day because rcps3 was complaining. I thought it was a new dependency, but I was wrong. Even in a second Arch installation I have, I compile rpcs3 there and it keeps asking for vtk.

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.