Package Details: rpcs3-git 0.0.35.r17533.b266e3d4bf-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.126191
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2025-03-01 06:04 (UTC)

Latest Comments

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

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.

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.