Package Details: pcsx2 2.3.303-1

Git Clone URL: https://aur.archlinux.org/pcsx2.git (read-only, click to copy)
Package Base: pcsx2
Description: PlayStation 2 emulator
Upstream URL: https://github.com/PCSX2/pcsx2
Licenses: GPL-3.0-or-later
Submitter: freswa
Maintainer: xiota (weirdbeard)
Last Packager: xiota
Votes: 32
Popularity: 2.11
First Submitted: 2023-01-03 23:17 (UTC)
Last Updated: 2025-04-28 04:15 (UTC)

Latest Comments

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

neoexpert commented on 2023-08-12 11:04 (UTC) (edited on 2023-08-12 11:05 (UTC) by neoexpert)

I'am getting following error when I try to update with pacman -Syu:

resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: installing fmt (10.0.0-1) breaks dependency 'libfmt.so=9-64' required by pcsx2

Funkin-Stoopid commented on 2023-08-04 23:18 (UTC)

Sorry about that. Anyway, I reboot and this time, It built. Weird thing, I have the same error with cemu, and It still doesn't build.

eclairevoyant commented on 2023-08-04 22:05 (UTC)

@Funkin-Stoopid that's not a proper log, can't help you there. if you need help post the full build log on a pastebin-like site.

Funkin-Stoopid commented on 2023-08-04 21:47 (UTC)

Hello build failed with error: ninja: build stopped: subcommand failed.

eclairevoyant commented on 2023-07-29 07:29 (UTC)

@narwhalofages Thanks, fmt has been removed as a dependency.

narwhalofages commented on 2023-07-29 06:45 (UTC)

Dependency libfmt (fmt) has been updated to version 10.0.0-1, breaking this package's dependency on libfmt.so=9-64, preventing installation.

weirdbeard commented on 2023-07-19 15:56 (UTC)

Btw, something I'm watching for pcsx2-git as well, https://github.com/PCSX2/pcsx2/pull/9281 - They about to switch to C++20 some submodule changes and a few other things we'll have to handle.

eclairevoyant commented on 2023-07-10 22:09 (UTC)

@ben0mega No, makepkg cannot be run as root. Also, read the install file.

ben0mega commented on 2023-07-10 14:04 (UTC) (edited on 2023-07-10 14:05 (UTC) by ben0mega)

I spent some time this last weekend trying to get pcsx2 working with xlink kai (which is also in the aur)[2].

This PKGBUILD sets -DENABLE_SETCAP=OFF, which prevents the build from doing sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' on /opt/pcsx2/pcsx2-qt[1]

Running that command and having libpcap installed is necessary to use xlink kai, at least on the games I tried. Without those commands the PCAP Switched ethernet device type option doesn't work.

Can we enable that in the PKGBUILD? Are we able to use setcap in the build chroot?

1: https://github.com/PCSX2/pcsx2/blob/9c4788432dd20e2ee778ac6c1e95c79497bfa86f/pcsx2/CMakeLists.txt#L1382

2: https://www.teamxlink.co.uk/wiki/PCSX2_XLink_Kai_Setup (its a window-centric directions, but it mostly applies)