==> Synchronizing chroot copy [/data/alhp-workspace/chroot/root] -> [build_ccef5cff-d08a-4ec5-ba88-b2aa19f7df5a]...done ==> Making package: r2ghidra 5.8.0-1.1 (Sun Jan 8 14:08:05 2023) ==> Retrieving sources... -> Cloning r2ghidra git repo... Cloning into bare repository '/data/alhp-workspace/build/x86-64-v3/r2ghidra-5.8.0-1/r2ghidra'... -> Cloning ghidra-native git repo... Cloning into bare repository '/data/alhp-workspace/build/x86-64-v3/r2ghidra-5.8.0-1/ghidra-native'... -> Cloning pugixml git repo... Cloning into bare repository '/data/alhp-workspace/build/x86-64-v3/r2ghidra-5.8.0-1/pugixml'... ==> Validating source files with sha512sums... r2ghidra ... Skipped ghidra-native ... Skipped pugixml ... Skipped ==> Making package: r2ghidra 5.8.0-1.1 (Sun Jan 8 14:08:14 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (7) New Version Net Change community/capstone 4.0.2-6 20.49 MiB core/libnsl 2.0.0-2 0.07 MiB extra/libuv 1.44.2-1 0.55 MiB extra/libzip 1.9.2-1 0.43 MiB community/tree-sitter 0.20.7-1 11.74 MiB community/xxhash 0.8.1-3 0.31 MiB community/radare2 5.8.0-2 29.92 MiB Total Installed Size: 63.51 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing capstone... installing libzip... installing xxhash... installing libnsl... installing libuv... installing tree-sitter... installing radare2... Optional dependencies for radare2 r2ghidra: ghidra decompiler plugin [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (4) New Version Net Change extra/perl-error 0.17029-4 0.04 MiB extra/perl-mailtools 2.21-6 0.11 MiB extra/perl-timedate 2.33-4 0.08 MiB extra/git 2.39.0-1 37.39 MiB Total Installed Size: 37.62 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing perl-error... installing perl-timedate... installing perl-mailtools... installing git... Optional dependencies for git tk: gitk and git gui perl-libwww: git svn perl-term-readkey: git svn and interactive.singlekey setting perl-io-socket-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support perl-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https support perl-cgi: gitweb (web interface) support python: git svn & git p4 subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] :: Running post-transaction hooks... (1/1) Warn about old perl modules [?25h==> Retrieving sources... ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of r2ghidra git repo... Cloning into 'r2ghidra'... done. Switched to a new branch 'makepkg' -> Creating working copy of ghidra-native git repo... Cloning into 'ghidra-native'... done. Switched to a new branch 'makepkg' -> Creating working copy of pugixml git repo... Cloning into 'pugixml'... done. ==> Starting prepare()... Submodule 'third-party/pugixml' (https://github.com/zeux/pugixml.git) registered for path 'third-party/pugixml' Cloning into '/startdir/src/r2ghidra/third-party/pugixml'... done. Submodule path 'third-party/pugixml': checked out '0e3f1699ffab5f820060fe99c61f0f9495c0c5b6' ==> Starting pkgver()... ==> Starting build()... make: Entering directory '/startdir/src/ghidra-native' for a in patches/0001-space-after-comma.patch patches/0002-make-sleigharch-public.patch patches/0004-public-fields.patch patches/00067-readonly-warning.patch patches/0020-Fix-double-free-crash-when-deinitializing-multiple-X.patch patches/0022-Show-noreturn-information-in-function-signature-2.patch patches/0023-Undef-LoadImage-for-windows.patch patches/0024-ignore-symbol-beyond-space.patch patches/0044-bad-unicode-codepoint.patch patches/0055-datatype-clone.patch patches/0056-nullderef-workaround.patch patches/0080-getparent-flow.patch patches/0090-nocasts-warnings.patch ; do echo "patch -p1 < $a" ; patch -p1 < $a ; done patch -p1 < patches/0001-space-after-comma.patch patching file src/decompiler/printc.cc Hunk #2 succeeded at 1907 (offset 46 lines). Hunk #3 succeeded at 2006 (offset 46 lines). Hunk #4 succeeded at 2025 (offset 46 lines). Hunk #5 succeeded at 2478 (offset 46 lines). patch -p1 < patches/0002-make-sleigharch-public.patch patching file src/decompiler/sleigh_arch.hh patch -p1 < patches/0004-public-fields.patch patching file src/decompiler/context.hh patching file src/decompiler/sleigh.hh Hunk #1 succeeded at 167 (offset 1 line). patch -p1 < patches/00067-readonly-warning.patch patching file src/decompiler/funcdata_varnode.cc patch -p1 < patches/0020-Fix-double-free-crash-when-deinitializing-multiple-X.patch patching file src/decompiler/xml.cc patching file src/decompiler/xml.hh patch -p1 < patches/0022-Show-noreturn-information-in-function-signature-2.patch patching file src/decompiler/prettyprint.cc patching file src/decompiler/prettyprint.hh patching file src/decompiler/printc.cc Hunk #1 succeeded at 2358 (offset 46 lines). patch -p1 < patches/0023-Undef-LoadImage-for-windows.patch patching file src/decompiler/loadimage.hh patch -p1 < patches/0024-ignore-symbol-beyond-space.patch patching file src/decompiler/database.cc patch -p1 < patches/0044-bad-unicode-codepoint.patch patching file src/decompiler/stringmanage.cc patch -p1 < patches/0055-datatype-clone.patch patching file src/decompiler/type.hh patch -p1 < patches/0056-nullderef-workaround.patch patching file src/decompiler/merge.hh patch -p1 < patches/0080-getparent-flow.patch patching file src/decompiler/flow.cc patch -p1 < patches/0090-nocasts-warnings.patch patching file src/decompiler/printc.cc Hunk #1 succeeded at 3097 (offset 2 lines). Hunk #2 succeeded at 3106 (offset 2 lines). touch patch.done make: Leaving directory '/startdir/src/ghidra-native' checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for working directories... current using prefix '/usr' checking for c++ compiler... c++ checking for cpp... cpp checking for git... /usr/bin/git checking for pkg-config... /usr/bin/pkg-config Using PKGCONFIG: /usr/bin/pkg-config checking pkg-config flags for r_core... yes checking pkg-config flags for r_asm... yes checking pkg-config flags for r_anal... yes checking for r2... /usr/bin/r2 checking for bison... /usr/bin/bison checking for flex... /usr/bin/flex checking exec r2 -H R2_PREFIX... ok checking exec r2 -H R2_USER_PLUGINS... ok checking exec r2 -H R2_LIBR_PLUGINS... ok creating config.mk cleaning temporally files... done Final report: - VERSION = 5.8.0 - R2_PREFIX = /usr - PREFIX = /usr - PKGCONFIG = /usr/bin/pkg-config cp -f ghidra-processors.txt.default ghidra-processors.txt make -C src make[1]: Entering directory '/startdir/src/r2ghidra/src' c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c R2Architecture.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c R2LoadImage.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c R2Scope.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c R2TypeFactory.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c R2CommentDatabase.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c CodeXMLParse.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c ArchMap.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c R2PrintC.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c RCoreMutex.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c SleighAnalValue.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c SleighAsm.cpp c++ -fPIC -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c SleighInstruction.cpp c++ -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c -o ../ghidra-native/src/decompiler/space.o ../ghidra-native/src/decompiler/space.cc c++ -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c -o ../ghidra-native/src/decompiler/float.o ../ghidra-native/src/decompiler/float.cc In file included from SleighAsm.h:12, from SleighAnalValue.h:6, from SleighAnalValue.cpp:3: SleighInstruction.h: In function ‘uint4 hashConstructState(ConstructState*, uint4)’: SleighInstruction.h:116:20: error: ‘crc_update’ was not declared in this scope 116 | hashCode = crc_update(hashCode, id >> 8); | ^~~~~~~~~~ In file included from SleighAsm.h:12, from SleighAsm.cpp:3: SleighInstruction.h: In function ‘uint4 hashConstructState(ConstructState*, uint4)’: SleighInstruction.h:116:20: error: ‘crc_update’ was not declared in this scope 116 | hashCode = crc_update(hashCode, id >> 8); | ^~~~~~~~~~ In file included from SleighInstruction.cpp:3: SleighInstruction.h: In function ‘uint4 hashConstructState(ConstructState*, uint4)’: SleighInstruction.h:116:20: error: ‘crc_update’ was not declared in this scope 116 | hashCode = crc_update(hashCode, id >> 8); | ^~~~~~~~~~ c++ -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c -o ../ghidra-native/src/decompiler/address.o ../ghidra-native/src/decompiler/address.cc c++ -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -falign-functions=32 -I../third-party/pugixml/src/ -g -std=c++11 -march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -flto=auto -falign-functions=32 -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share//radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -I/usr/include/libr -I/usr/include/libr/sdb -I/usr/include/capstone -c -o ../ghidra-native/src/decompiler/pcoderaw.o ../ghidra-native/src/decompiler/pcoderaw.cc make[1]: *** [Makefile:96: SleighAnalValue.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:96: SleighInstruction.o] Error 1 make[1]: *** [Makefile:96: SleighAsm.o] Error 1 make[1]: Leaving directory '/startdir/src/r2ghidra/src' make: *** [Makefile:8: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /data/alhp-workspace/chroot/build_ccef5cff-d08a-4ec5-ba88-b2aa19f7df5a/build