Package Details: pcsx2-git 1.7.5856.r0.g69c2c53ca7-1

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: GPL2, GPL3, LGPL3, LGPL2.1
Conflicts: pcsx2
Provides: pcsx2
Submitter: alucryd
Maintainer: rafaelff (weirdbeard)
Last Packager: weirdbeard
Votes: 129
Popularity: 1.72
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2024-05-31 23:34 (UTC)

Dependencies (32)

Required by (3)

Sources (11)

Pinned Comments

Latest Comments

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

rafaelff commented on 2021-05-13 14:48 (UTC) (edited on 2021-05-13 14:49 (UTC) by rafaelff)

@Star-X: I can't reproduce this error. I find interesting that in your output /usr/bin/c++ is being ran with -m32 flag, which was removed from the PKGBUILD in order to build 64-bit PCSX2 (as stated by the @weirdbeard).

Please make sure your PKGBUILD is up-to-date.

Also, consider cleaning the PCSX2-related cache files from your pacaur. It could also be conflicting.

Star-X commented on 2021-05-13 14:00 (UTC) (edited on 2021-05-13 14:04 (UTC) by Star-X)

Still borked. I give up. Anyone got a halfway decent prebuilt binary so I can still use more recent PCSX2 versions?


[68/466] Building CXX object plugins/GSdx/CMakeFiles/GSdx.dir/GSdxResources.cpp.o
FAILED: plugins/GSdx/CMakeFiles/GSdx.dir/GSdxResources.cpp.o 
/usr/bin/c++ -m32 -DDOC_DIR_COMPILATION=/usr/share/doc/Pcsx2 -DGAMEINDEX_DIR_COMPILATION=/usr/share/PCSX2 -DGSdx_EXPORTS -DPLUGIN_DIR_COMPILATION=/usr/lib/PCSX2 -DWXUSINGDLL -D_ARCH_32=1 -D_FILE_OFFSET_BITS=64 -D_M_X86=1 -D_M_X86_32=1 -D__WXGTK__ -I/usr/include/SDL2 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-3.0 -I/usr/include/libxml2 -I/usr/include/harfbuzz -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/common/include -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/common/include/Utilities -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/common/include/x86emitter -Icommon/include -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/3rdparty/libchdr/libchdr/include -Iplugins/GSdx -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/plugins/GSdx/. -isystem /usr/lib32/wx/include/gtk3-unicode-3.0 -isystem /usr/include/wx-3.0 -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -mfxsr -march=native -pipe -fvisibility=hidden -pthread -fno-builtin-strcmp -fno-builtin-memcmp -mfpmath=sse -Wall -Wextra -Wno-attributes -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Wno-deprecated-declarations -Wno-format -Wno-format-security -Wno-overloaded-virtual -Wno-unused-value   -Wno-stringop-truncation  -Wno-stringop-overflow  -Wstrict-aliasing -Wstrict-overflow=1  -DNDEBUG  -O2    -Wno-invalid-offsetof -pthread -fPIC  -fno-operator-names -Wno-unknown-pragmas -Wno-parentheses -Wunused-variable -Wno-class-memaccess -Wno-packed-not-aligned -DXDG_STD -std=gnu++17 -MD -MT plugins/GSdx/CMakeFiles/GSdx.dir/GSdxResources.cpp.o -MF plugins/GSdx/CMakeFiles/GSdx.dir/GSdxResources.cpp.o.d -o plugins/GSdx/CMakeFiles/GSdx.dir/GSdxResources.cpp.o -c plugins/GSdx/GSdxResources.cpp
In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from plugins/GSdx/GSdxResources.cpp:1:
/usr/include/glib-2.0/glib/gtypes.h: In function ‘gboolean _GLIB_CHECKED_ADD_U64(guint64*, guint64, guint64)’:
/usr/include/glib-2.0/glib/gtypes.h:463:47: error: static assertion failed: Expression evaluates to false
  463 |   G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:762:46: note: in definition of macro ‘G_STATIC_ASSERT’
  762 | #define G_STATIC_ASSERT(expr) static_assert (expr, "Expression evaluates to false")
      |                                              ^~~~
[74/466] Building CXX object plugins/GSdx/CMakeFiles/GSdx.dir/GSdx.cpp.o
FAILED: plugins/GSdx/CMakeFiles/GSdx.dir/GSdx.cpp.o 
/usr/bin/c++ -m32 -DDOC_DIR_COMPILATION=/usr/share/doc/Pcsx2 -DGAMEINDEX_DIR_COMPILATION=/usr/share/PCSX2 -DGSdx_EXPORTS -DPLUGIN_DIR_COMPILATION=/usr/lib/PCSX2 -DWXUSINGDLL -D_ARCH_32=1 -D_FILE_OFFSET_BITS=64 -D_M_X86=1 -D_M_X86_32=1 -D__WXGTK__ -I/usr/include/SDL2 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-3.0 -I/usr/include/libxml2 -I/usr/include/harfbuzz -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/common/include -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/common/include/Utilities -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/common/include/x86emitter -Icommon/include -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/3rdparty/libchdr/libchdr/include -Iplugins/GSdx -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/plugins/GSdx/. -isystem /usr/lib32/wx/include/gtk3-unicode-3.0 -isystem /usr/include/wx-3.0 -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -mfxsr -march=native -pipe -fvisibility=hidden -pthread -fno-builtin-strcmp -fno-builtin-memcmp -mfpmath=sse -Wall -Wextra -Wno-attributes -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Wno-deprecated-declarations -Wno-format -Wno-format-security -Wno-overloaded-virtual -Wno-unused-value   -Wno-stringop-truncation  -Wno-stringop-overflow  -Wstrict-aliasing -Wstrict-overflow=1  -DNDEBUG  -O2    -Wno-invalid-offsetof -pthread -fPIC  -fno-operator-names -Wno-unknown-pragmas -Wno-parentheses -Wunused-variable -Wno-class-memaccess -Wno-packed-not-aligned -DXDG_STD -std=gnu++17 -MD -MT plugins/GSdx/CMakeFiles/GSdx.dir/GSdx.cpp.o -MF plugins/GSdx/CMakeFiles/GSdx.dir/GSdx.cpp.o.d -o plugins/GSdx/CMakeFiles/GSdx.dir/GSdx.cpp.o -c /home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/plugins/GSdx/GSdx.cpp
In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from plugins/GSdx/GSdxResources.h:4,
                 from /home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/plugins/GSdx/GSdx.cpp:67:
/usr/include/glib-2.0/glib/gtypes.h: In function ‘gboolean _GLIB_CHECKED_ADD_U64(guint64*, guint64, guint64)’:
/usr/include/glib-2.0/glib/gtypes.h:463:47: error: static assertion failed: Expression evaluates to false
  463 |   G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:762:46: note: in definition of macro ‘G_STATIC_ASSERT’
  762 | #define G_STATIC_ASSERT(expr) static_assert (expr, "Expression evaluates to false")
      |                                              ^~~~
/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/plugins/GSdx/GSdx.cpp: In member function ‘bool GSdxApp::LoadResource(int, std::vector<char>&, const char*)’:
/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/plugins/GSdx/GSdx.cpp:109:45: error: invalid conversion from ‘size_t*’ {aka ‘unsigned int*’} to ‘gsize*’ {aka ‘long unsigned int*’} [-fpermissive]
  109 |  const void* data = g_bytes_get_data(bytes, &size);
      |                                             ^~~~~
      |                                             |
      |                                             size_t* {aka unsigned int*}
In file included from /usr/include/glib-2.0/glib.h:38,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from plugins/GSdx/GSdxResources.h:4,
                 from /home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/plugins/GSdx/GSdx.cpp:67:
/usr/include/glib-2.0/glib/gbytes.h:59:66: note:   initializing argument 2 of ‘const void* g_bytes_get_data(GBytes*, gsize*)’
   59 |                                                  gsize          *size);
      |                                                  ~~~~~~~~~~~~~~~~^~~~
[77/466] Building CXX object plugins/GSdx/CMakeFiles/GSdx.dir/GSState.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
:: failed to build pcsx2-git package(s)

weirdbeard commented on 2021-05-03 17:51 (UTC)

Just to let everyone know. I changed this to 64 bit

rafaelff commented on 2021-04-28 00:32 (UTC)

@Paolo86cripple and anyone else who is having issues with lib32-wxgtk3, I posted a solution on lib32-wxgtk3 comments. Please take a look at it. By applying those changes, I was able to build pcsx2-git.

weirdbeard commented on 2021-04-27 23:41 (UTC)

We're looking into it right now @ paolo86 and anyone else experiencing issues

Paolo86cripple commented on 2021-04-27 20:12 (UTC)

Can't build because lib-32-wxgtk3 does not compile and is flagged as out-of-date. Is there a workaround?

winglesshinigami commented on 2021-04-26 15:51 (UTC)

that would be awesome, just moved to Arch and the official PCSX2 is SO buggy.

weirdbeard commented on 2021-04-22 13:19 (UTC)

Got it. I'll look into a few potential fixes for this

Star-X commented on 2021-04-22 10:33 (UTC) (edited on 2021-04-22 10:42 (UTC) by Star-X)

Still refusing to compile. Fail point error below:

[198/450] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/DEV9/Linux/Linux.cpp.o
FAILED: pcsx2/CMakeFiles/PCSX2.dir/DEV9/Linux/Linux.cpp.o 
/usr/bin/c++ -m32 -DDOC_DIR_COMPILATION=/usr/share/doc/Pcsx2 -DGAMEINDEX_DIR_COMPILATION=/usr/share/PCSX2 -DPLUGIN_DIR_COMPILATION=/usr/lib/PCSX2 -DSDL_BUILD -DSPU2X_PORTAUDIO -DSPU2X_PULSEAUDIO -DWXUSINGDLL -DWX_PRECOMP -DXDG_STD -D_ARCH_32=1 -D_FILE_OFFSET_BITS=64 -D_M_X86=1 -D_M_X86_32=1 -D__WXGTK__ -I/usr/include/SDL2 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-3.0 -I/usr/include/libxml2 -I/usr/include/harfbuzz -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/common/include -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/common/include/Utilities -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/common/include/x86emitter -Icommon/include -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/3rdparty/libchdr/libchdr/include -Ipcsx2/PAD/Linux -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/pcsx2/gui -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/pcsx2/x86 -Ipcsx2/gui -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/pcsx2/. -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/common/src/Utilities/../../../3rdparty/include -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/3rdparty/yaml-cpp/yaml-cpp/include -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/3rdparty/libchdr/libchdr/deps/lzma-19.00/include -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/3rdparty/libchdr/libchdr/deps/zlib-1.2.11 -I/home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/3rdparty/fmt/fmt/include -isystem /usr/lib32/wx/include/gtk3-unicode-3.0 -isystem /usr/include/wx-3.0 -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -mfxsr -march=native -pipe -fvisibility=hidden -pthread -fno-builtin-strcmp -fno-builtin-memcmp -mfpmath=sse -Wall -Wextra -Wno-attributes -Wno-unused-function -Wno-unused-parameter -Wno-missing-field-initializers -Wno-deprecated-declarations -Wno-format -Wno-format-security -Wno-overloaded-virtual -Wno-unused-value   -Wno-stringop-truncation  -Wno-stringop-overflow  -Wstrict-aliasing -Wstrict-overflow=1  -DNDEBUG  -O2    -Wno-invalid-offsetof -pthread   -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -Wno-class-memaccess  -fno-strict-aliasing -Wstrict-aliasing -Wno-parentheses -Wno-missing-braces -DWX_PRECOMP -Wno-class-memaccess -DSPU2X_PORTAUDIO -DSPU2X_PULSEAUDIO -DXDG_STD -DSDL_BUILD -std=gnu++17 -Winvalid-pch -include /home/starx555/.cache/pacaur/pcsx2-git/src/build/pcsx2/CMakeFiles/PCSX2.dir/cmake_pch.hxx -MD -MT pcsx2/CMakeFiles/PCSX2.dir/DEV9/Linux/Linux.cpp.o -MF pcsx2/CMakeFiles/PCSX2.dir/DEV9/Linux/Linux.cpp.o.d -o pcsx2/CMakeFiles/PCSX2.dir/DEV9/Linux/Linux.cpp.o -c /home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/pcsx2/DEV9/Linux/Linux.cpp
In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /home/starx555/.cache/pacaur/pcsx2-git/src/pcsx2/pcsx2/DEV9/Linux/Linux.cpp:20:
/usr/include/glib-2.0/glib/gtypes.h: In function ‘gboolean _GLIB_CHECKED_ADD_U64(guint64*, guint64, guint64)’:
/usr/include/glib-2.0/glib/gtypes.h:463:47: error: static assertion failed: Expression evaluates to false
  463 |   G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:762:46: note: in definition of macro ‘G_STATIC_ASSERT’
  762 | #define G_STATIC_ASSERT(expr) static_assert (expr, "Expression evaluates to false")
      |                                              ^~~~
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
:: failed to build pcsx2-git package(s)