But that could be some odd cache issue given I build directly with makepkg
Yes that could be if you don't clean stuff, I use an alias by default alias mkpkg="LANG=C makepkg -scC"
to avoid that
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.35 |
First Submitted: | 2014-03-26 14:17 (UTC) |
Last Updated: | 2025-03-25 20:47 (UTC) |
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 70 Next › Last »
But that could be some odd cache issue given I build directly with makepkg
Yes that could be if you don't clean stuff, I use an alias by default alias mkpkg="LANG=C makepkg -scC"
to avoid that
Just started a build but it fail because glslang is missing
Using precompiled headers.
-- Configuring done (7.4s)
CMake Error at 3rdparty/glslang/CMakeLists.txt:1 (add_library):
Cannot find source file:
glslang/glslang/CInterface/glslang_c_interface.cpp
CMake Error at 3rdparty/glslang/CMakeLists.txt:1 (add_library):
No SOURCES given to target: glslang
CMake Generate step failed. Build files cannot be regenerated correctly.
Also please add -Wno-dev
to cmake
Whoops, good catch. Sorry about that.
But removing GSL was on purpose if you see my prior comment about watching a certain PR
glslang repo have been just removed from source list https://aur.archlinux.org/cgit/aur.git/commit/?h=pcsx2-git&id=f08e2d626202bbf21aaad20051bcf0f52b8564ea
however the configuration have not been updated to not download it
You might need to add the glslang repo to the sources list
https://github.com/PCSX2/pcsx2/pull/9281 - PCSX2's about to go through the ringer, expect some submodule changes soon
Roger that
it needs extra/extra-cmake-modules as a depdendency now
https://github.com/PCSX2/pcsx2/commit/ecabadbf953893bf5b5f7ec9aa7b698a799aa498
Well, I can certainly say that's a new one. I'm kinda stumped because there's no odd name mapping with it and the URL is correct. I'm curious, @rubin55 how are you updating the package each time? Using makepkg manually?
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.