I agree with @Kingan, It is just takes a little tweaks, and it is temporary.
FWIW, I found this bug report in GCC about the segfault in PCSX2: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90341
Git Clone URL: | https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy) |
---|---|
Package Base: | pcsx2-git |
Description: | A Sony PlayStation 2 emulator |
Upstream URL: | https://github.com/PCSX2/pcsx2 |
Licenses: | GPL-3.0+ |
Conflicts: | pcsx2 |
Provides: | pcsx2 |
Submitter: | alucryd |
Maintainer: | weirdbeard (xiota) |
Last Packager: | weirdbeard |
Votes: | 130 |
Popularity: | 0.34 |
First Submitted: | 2014-03-26 14:17 (UTC) |
Last Updated: | 2024-11-08 23:36 (UTC) |
« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 66 Next › Last »
I agree with @Kingan, It is just takes a little tweaks, and it is temporary.
FWIW, I found this bug report in GCC about the segfault in PCSX2: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90341
@Harpy1991 I don't think it's a good idea to force everyone to install/use clang, considering the issue is only temporary. https://github.com/PCSX2/pcsx2/issues/2948#issuecomment-489412351
it worked when compiling with clang. just as raunz said. should not the pkgbuild be changed to include what raunz said. since it does not work otherwise anyway?
Had to reinstall Manjaro. Downgrading gcc didn't work this time. Wouldn't even let me downgrade. Everytime I'd install gcc8 and build pcsx2 it would just install gcc 9. Running pamac build pcsx2-git then selecting 'y' to edit the build files with what raunz said worked though. Thanks... again!
Building with clang works. Without downgrading or other workarounds.
Just add the lines
export CC=/usr/bin/clang
and export CXX=/usr/bin/clang++
above the line
cmake .. \
compile with clang
ok maybe i didn't downgrade gcc right cuz I tried again it's working now. Sorry and thanks for the help!
@robzombie91 still doesn't work after that workaround. Any other ideas? I'm on Manjaro.
lib32-libpcap
seems to be needed in depends array (message below mentions gtk2 and libxml2, but they are already provided by other dependencies)
CMake Error at cmake/SelectPcsx2Plugins.cmake:21 (message):
Skip build of dev9ghzdrk: missing dependencies:check these libraries ->
gtk2, pcap, libxml2
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.