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: 0.84
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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 33 Next › Last »

alucryd commented on 2018-05-12 23:25 (UTC)

@hcorion, @fs0ciety: my bad, forgot to add llvm back to depends after discovering that the modified one wouldn't cut it.

fs0ciety commented on 2018-05-12 20:35 (UTC) (edited on 2018-05-12 20:36 (UTC) by fs0ciety)

I still get this and can't compile it.

CMake Error at rpcs3/CMakeLists.txt:199 (add_subdirectory): The source directory

/home/fs0ciety/.cache/pacaur/rpcs3-git/src/rpcs3/llvm

does not contain a CMakeLists.txt file.

-- Could NOT find LLVM (missing: LLVM_DIR) CMake Warning at rpcs3/CMakeLists.txt:205 (message): Couldn't build LLVM from the submodule. You might need to run git submodule update --init

hcorion commented on 2018-05-12 17:00 (UTC)

hm, and if I update ffmpeg, and try to build rpcs3-git, it still doesn't work.

hcorion commented on 2018-05-12 16:18 (UTC) (edited on 2018-05-12 16:18 (UTC) by hcorion)

Great, thanks! However, now I've got this weird issue while I'm updating to ffmpeg 4.0. It says:

:: rpcs3-git: installing ffmpeg (1:4.0-1) breaks dependency 'libavcodec.so=57-64'

the build with RPCS3 and ffmpeg has already been fixed (https://github.com/RPCS3/rpcs3/pull/4471), so I'm assuming it's something on your side?

alucryd commented on 2018-05-12 12:08 (UTC)

Updated, but using our system llvm. I'm not using the modified one while rpcs3 insists on installing it, conflicting with the system one.

hcorion commented on 2018-05-10 03:43 (UTC)

Hey, this will now no longer build due to RPCS3 being on llvm 6.0. We also have a seperate fork of LLVM: https://github.com/RPCS3/llvm (release_60 branch), which includes some performance optimizations.

Sanpi commented on 2018-05-08 07:27 (UTC)

@VerruckteFuchs I don’t understand how it’s possible, but I fixed the problem. Thank you.

VerruckteFuchs commented on 2018-05-07 21:36 (UTC) (edited on 2018-05-07 21:46 (UTC) by VerruckteFuchs)

At lines 104-106 I'm getting errors with the PKGBUILD:

rm: cannot remove '/var/cache/pacman/custom/rpcs3/pkg/rpcs3/usr/bin/llvm-tblgen': No such file or directory

rm: cannot remove '/var/cache/pacman/custom/rpcs3/pkg/rpcs3/usr/include': No such file or directory

rm: cannot remove '/var/cache/pacman/custom/rpcs3/pkg/rpcs3/usr/lib': No such file or directory

I can have the PKGBUILD go a line further as I comment out each line, but each rm seems to fail. My aur package directory is /var/cache/pacman/custom, FYI.

Edit: Commenting out lines 102-107 allow the PKGBUILD to be run with no errors. The directories the PKGBUILD is trying to rm at those lines may be somewhere else or non-existent at rm time for whatever reason.

Sanpi commented on 2018-05-06 16:13 (UTC)

@RLLBcheese I removed LLVM files from package, thank you.