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

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 37 Next › Last »

corax2.05 commented on 2020-03-16 11:24 (UTC)

@katt many thanks, now it builds.

toki1990 commented on 2020-03-15 22:37 (UTC)

Error Report:

make[2]: [rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/build.make:92: rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/System.cpp.o] Error 1 make[2]: Bitmemiş işler için bekliyor.... make[2]: Leaving directory '/home/user/.cache/yay/rpcs3-git/src/build' make[1]: [CMakeFiles/Makefile2:10164: rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/all] Error 2 make[1]: Leaving directory '/home/user/.cache/yay/rpcs3-git/src/build' make: [Makefile:152: all] Error 2 make: Leaving directory '/home/user/.cache/yay/rpcs3-git/src/build' ==> HATA: build() içinde bir hata oluştu. Çıkılıyor... Error making: rpcs3-git

katt commented on 2020-03-14 11:43 (UTC)

@corax2.05 Remove your llvm-mirror folder, they changed the upstream mirror and the error is indeed correct. It will be re-downloaded from the new location.

corax2.05 commented on 2020-03-08 11:02 (UTC)

cannot build

==> FEHLER: /home/user/.cache/pacaur/rpcs3-git/rpcs3-llvm ist kein Klon von https://github.com/RPCS3/llvm-mirror.git Breche ab... :: failed to verify integrity or prepare rpcs3-git package :: failed to verify integrity or prepare rpcs3-git package Press any key to continue...

alucryd commented on 2020-03-04 13:39 (UTC)

Fixed, thanks. Took the opportunity to refresh the dependency list.

modnoob commented on 2020-03-03 18:50 (UTC)

The build fails with: Submodule path 'asmjit': checked out 'fc251c914e77cd079e58982cdab00a47539d7fc5' error: Server does not allow request for unadvertised object 0c0b09edb75fcca1cb3c909b58db2caaf95dd631 Fetched in submodule path 'llvm', but it did not contain 0c0b09edb75fcca1cb3c909b58db2caaf95dd631. Direct fetching of that commit failed. ==> ERROR: A failure occurred in prepare(). Aborting... Error making: rpcs3-git

maybe the buildfile needa to be updated

alucryd commented on 2020-02-17 07:02 (UTC)

Not sure what you're talking about, all submodules are accounted for and the package builds just fine.

inochi commented on 2020-02-17 04:15 (UTC)

I think submodule.url config should update. rpcs3 no longer used it.
On my computer, git config -l show

submodule.3rdparty/FAudio.active=true
submodule.3rdparty/FAudio.url=xxxx
submodule.3rdparty/hidapi.active=true
submodule.3rdparty/hidapi.url=xxxx
submodule.3rdparty/libusb.active=true
submodule.3rdparty/libusb.url=xxxx
submodule.3rdparty/pugixml.active=true
submodule.3rdparty/pugixml.url=xxxx
submodule.3rdparty/span.active=true
submodule.3rdparty/span.url=xxxx
submodule.3rdparty/xxHash.active=true
submodule.3rdparty/xxHash.url=xxxx
submodule.3rdparty/yaml-cpp.active=true
submodule.3rdparty/yaml-cpp.url=xxxx
submodule.Vulkan/glslang.active=true
submodule.Vulkan/glslang.url=xxxx
submodule.asmjit.active=true
submodule.asmjit.url=xxxx
submodule.llvm.active=true
submodule.llvm.url=xxxx

it's not match the urls in the PKGBUILD