This revision is actually very outdated, I wonder whats wrong here? Shouldnt new builds getting automatically created?
Search Criteria
Package Details: pcsx2-git 2.3.240.r2.g23c495b939-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy) |
---|---|
Package Base: | pcsx2-git |
Description: | PlayStation 2 emulator |
Upstream URL: | https://github.com/PCSX2/pcsx2 |
Licenses: | GPL-3.0-or-later |
Conflicts: | pcsx2 |
Provides: | pcsx2 |
Submitter: | alucryd |
Maintainer: | weirdbeard (xiota) |
Last Packager: | weirdbeard |
Votes: | 131 |
Popularity: | 0.30 |
First Submitted: | 2014-03-26 14:17 (UTC) |
Last Updated: | 2025-03-25 20:47 (UTC) |
Dependencies (35)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- kddockwidgets-qt6AUR (kddockwidgets-qt6-gitAUR)
- libaio (libaio-gitAUR)
- libbacktrace (libbacktrace-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- sdl3 (sdl3-gitAUR)
- shaderc (shaderc-gitAUR)
- soundtouch (soundtouch-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xcb-util-cursor (xcb-util-cursor-gitAUR)
- 7zip (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- Show 15 more dependencies...
Required by (4)
- better-libretro-pcsx2-launcher-git (requires pcsx2)
- libretro-pcsx2-launcher (requires pcsx2)
- libretro-pcsx2-launcher-git (requires pcsx2)
- pcsx2-plugin-usbqemu-wheel (requires pcsx2)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 40 41 42 43 44 45 46 47 48 49 50 .. 70 Next › Last »
Strunkenbold commented on 2016-07-21 12:45 (UTC)
alucryd commented on 2016-05-30 15:01 (UTC)
Haven't noticed anything in my nightly builds. When in doubt, build in a clean chroot.
Soukyuu commented on 2016-05-10 21:45 (UTC)
Running build.sh in the archive itself compiles just fine, so why would makepkg fail?
Soukyuu commented on 2016-05-09 17:55 (UTC)
I can't seem to be able to build this (nor the stable from ABS), am fully up to date arch-wise and multilib-gcc is installed. makepkg thinks dependencies are satisfied.
There are a lot of errors, starting with
====================
[ 83%] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/gui/AppUserMode.cpp.o
In file included from /usr/include/wx-3.0/wx/defs.h:689:0,
from /usr/include/wx-3.0/wx/string.h:24,
from ../../common/include/Utilities/Dependencies.h:182,
from ../../pcsx2/PrecompiledHeader.h:25,
from ../../pcsx2/gui/AppConfig.cpp:16:
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h:436:27: error: typedef ‘decltype’ is initialized (use decltype instead)
typedef decltype(nullptr) nullptr_t;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h:436:20: error: ‘nullptr’ was not declared in this scope
typedef decltype(nullptr) nullptr_t;
^~~~~~~
==============
Is anyone else having this?
vencabot_teppoo commented on 2016-04-21 00:03 (UTC)
The 'soundtouch' package currently available in Arch's main repositories is 1.9.0 , but, although pcsx2-git compiles fine with that version, it will produce an error and no sound if you don't have soundtouch 1.9.2 and lib32-soundtouch 1.9.2 installed. I installed them from Arch's 'testing' repositories, and everything is gravy.
gsingh93 commented on 2016-01-09 05:34 (UTC) (edited on 2016-01-09 05:42 (UTC) by gsingh93)
I'm unable to build this package: http://pastie.org/private/aiknum194gadg4fyz22sg
I've debugged the CMake file, and the issue is here: https://github.com/PCSX2/pcsx2/blob/master/cmake/SelectPcsx2Plugins.cmake#L265
The reason the if statement falls through is not because of missing dependencies, but because the `LINUX` variable is an empty string. I'm not too familiar with CMake, but I can't figure out how this is set or why this is an empty string. I modified the CMake file to remove the `LINUX` variable from the if statement, just as a workaround for now.
Then after running make, half way through the build process I got this error:
```
In file included from /home/gulshan/code/pcsx2/plugins/spu2-x/src/PS2E-spu2.cpp:24:0:
/home/gulshan/code/pcsx2/common/include/PS2Eext.h:46:44: error: ‘void SysMessage(const char*, ...)’ was declared ‘extern’ and later ‘static’ [-fpermissive]
static void SysMessage(const char *fmt, ...);
^
In file included from /home/gulshan/code/pcsx2/plugins/spu2-x/src/PS2E-spu2.cpp:18:0:
/home/gulshan/code/pcsx2/plugins/spu2-x/src/Global.h:74:13: note: previous declaration of ‘void SysMessage(const char*, ...)’
extern void SysMessage(const char *fmt, ...);
```
jonathas commented on 2015-10-28 08:59 (UTC) (edited on 2015-10-28 09:07 (UTC) by jonathas)
I was able to build it after installing lib32-sdl2
https://aur.archlinux.org/packages/lib32-sdl2/
But after installing the package, the executable is not in the path and I can't find it.
---- Edit
Ok, found out it wasn't being found because it's named as PCSX2, in capital letters.
carstene1ns commented on 2015-10-27 22:32 (UTC)
aphirst, alucryd: It uses SDL2 by default now, either update the dependencies of this package or set `SDL2_API=OFF` in cmake invocation. It depends on compatibility of our (lib32-)wxgtk package and SDL.
https://github.com/PCSX2/pcsx2/commit/ffdc914c71ca867e823bb2a8e9135eabbd06519b
aphirst commented on 2015-10-27 21:22 (UTC)
This seems somehow to have something to do with SDL, but although I suspected the issue could have been as simple as "no lib32-sdl dependency", it is in fact there. So I'm at a bit of a loss. I hope the log I put in the previous comment helps indicate the issue.
aphirst commented on 2015-10-27 18:52 (UTC)
I am unable to build pcsx2-git presently. Log file: http://sprunge.us/ARUO
Pinned Comments
weirdbeard commented on 2024-08-17 03:40 (UTC)
https://github.com/PCSX2/pcsx2/pull/11632
This package now enables Cmake Package mode proper. PCSX2 will here on, be installed in the package standard folders /usr/bin, /usr/share, /usr/lib. Following the XDG standard pcsx2's config files remain in .config/PCSX2
In order to ensure a proper and clean upgrade. Uninstall this package COMPLETELY and clear cache before reinstalling.