==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: libaemu 0.1.2-5 (Tue May 20 22:54:55 2025) ==> Retrieving sources... -> Updating aemu git repo... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... aemu ... Passed ==> Making package: libaemu 0.1.2-5 (Tue May 20 22:55:18 2025) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (15) compiler-rt-19.1.7-1 cppdap-1.58.0-2 hicolor-icon-theme-0.18-1 jsoncpp-1.9.6-3 libedit-20250104_3.1-1 libuv-1.51.0-1 llvm-libs-19.1.7-2 perl-error-0.17030-1 perl-mailtools-2.22-1 perl-timedate-2.33-7 rhash-1.4.4-1 zlib-ng-2.2.4-1 clang-19.1.7-2 cmake-4.0.2-1 git-2.49.0-2 Total Download Size: 98.03 MiB Total Installed Size: 481.90 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... clang-19.1.7-2-armv7h downloading... llvm-libs-19.1.7-2-armv7h downloading... cmake-4.0.2-1-armv7h downloading... git-2.49.0-2-armv7h downloading... compiler-rt-19.1.7-1-armv7h downloading... cppdap-1.58.0-2-armv7h downloading... libuv-1.51.0-1-armv7h downloading... rhash-1.4.4-1-armv7h downloading... jsoncpp-1.9.6-3-armv7h downloading... libedit-20250104_3.1-1-armv7h downloading... zlib-ng-2.2.4-1-armv7h downloading... perl-mailtools-2.22-1-any downloading... perl-timedate-2.33-7-any downloading... perl-error-0.17030-1-any downloading... hicolor-icon-theme-0.18-1-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing cppdap... installing hicolor-icon-theme... installing jsoncpp... Optional dependencies for jsoncpp jsoncpp-doc: documentation installing libuv... installing rhash... installing cmake... Optional dependencies for cmake make: for unix Makefile generator [installed] ninja: for ninja generator qt6-base: cmake-gui installing perl-error... installing perl-timedate... installing perl-mailtools... installing zlib-ng... installing git... Optional dependencies for git git-zsh-completion: upstream zsh completion tk: gitk and git gui openssh: ssh transport and crypto man: show help with `git command --help` 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 [installed] subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] installing libedit... installing llvm-libs... installing compiler-rt... installing clang... Optional dependencies for clang openmp: OpenMP support in clang with -fopenmp python: for scan-view and git-clang-format [installed] llvm: referenced by some clang headers :: Running post-transaction hooks... (1/4) Creating system user accounts... Creating group 'git' with GID 971. Creating user 'git' (git daemon user) with UID 971 and GID 971. (2/4) Reloading system manager configuration... Skipped: Current root is not booted. (3/4) Arming ConditionNeedsUpdate... (4/4) Checking for old perl modules... [?25h==> Retrieving sources... ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of aemu git repo... Cloning into 'aemu'... done. Switched to a new branch 'makepkg' ==> Starting build()... -- Proceeding with version: 0.1.2.0 -- The CXX compiler identification is Clang 19.1.7 -- The C compiler identification is Clang 19.1.7 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- aemu-common: Using custom build script in /build/libaemu/src/aemu/build-config/gfxstream -- Configuring done (2.7s) -- Generating done (0.1s) -- Build files have been written to: /build/libaemu/src/aemu/build [ 5%] Building CXX object snapshot/CMakeFiles/aemu-snapshot.dir/TextureSaver.cpp.o [ 5%] Building CXX object host-common/CMakeFiles/aemu-logging.dir/logging.cpp.o [ 5%] Building CXX object host-common/CMakeFiles/aemu-host-common.product-feature-override.dir/FeatureControlOverride.cpp.o [ 8%] Building CXX object host-common/CMakeFiles/aemu-logging.dir/GfxstreamFatalError.cpp.o [ 8%] Building CXX object snapshot/CMakeFiles/aemu-snapshot.dir/TextureLoader.cpp.o clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] clang++: clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] In file included from /build/libaemu/src/aemu/snapshot/TextureSaver.cpp:17: In file included from /build/libaemu/src/aemu/snapshot/include/snapshot/TextureSaver.h:19: /build/libaemu/src/aemu/base/include/aemu/base/containers/SmallVector.h:293:39: warning: offset of on non-standard-layout type 'SmallFixedVector<unsigned char, 128>' [-Winvalid-offsetof] 293 | offsetof(SmallFixedVector, mData) && | ^ ~~~~~ /usr/lib/clang/19/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof' 16 | #define offsetof(t, d) __builtin_offsetof(t, d) | ^ ~ /build/libaemu/src/aemu/snapshot/TextureSaver.cpp:32:15: note: in instantiation of member function 'android::base::SmallFixedVector<unsigned char, 128>::SmallFixedVector' requested here 32 | TextureSaver::TextureSaver(android::base::StdioStream&& stream) | ^ In file included from /build/libaemu/src/aemu/snapshot/TextureLoader.cpp:17: In file included from /build/libaemu/src/aemu/snapshot/include/snapshot/TextureLoader.h:22: /build/libaemu/src/aemu/base/include/aemu/base/synchronization/Lock.h:241:2: error: "Unimplemented SmpWmb for current CPU architecture" 241 | #error "Unimplemented SmpWmb for current CPU architecture" | ^ /build/libaemu/src/aemu/base/include/aemu/base/synchronization/Lock.h:251:2: error: "Unimplemented SmpRmb for current CPU architecture" 251 | #error "Unimplemented SmpRmb for current CPU architecture" | ^ [ 8%] Built target aemu-host-common.product-feature-override [ 10%] Building CXX object host-common/CMakeFiles/aemu-logging.dir/__/base/Metrics.cpp.o clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] 1 warning generated. In file included from /build/libaemu/src/aemu/host-common/GfxstreamFatalError.cpp:20: In file included from /build/libaemu/src/aemu/base/include/aemu/base/Metrics.h:26: In file included from /build/libaemu/src/aemu/base/include/aemu/base/threads/Thread.h:19: /build/libaemu/src/aemu/base/include/aemu/base/synchronization/Lock.h:241:2: error: "Unimplemented SmpWmb for current CPU architecture" 241 | #error "Unimplemented SmpWmb for current CPU architecture" | ^ /build/libaemu/src/aemu/base/include/aemu/base/synchronization/Lock.h:251:2: error: "Unimplemented SmpRmb for current CPU architecture" 251 | #error "Unimplemented SmpRmb for current CPU architecture" | ^ 2 errors generated. make[2]: *** [snapshot/CMakeFiles/aemu-snapshot.dir/build.make:79: snapshot/CMakeFiles/aemu-snapshot.dir/TextureLoader.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:236: snapshot/CMakeFiles/aemu-snapshot.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... 2 errors generated. make[2]: *** [host-common/CMakeFiles/aemu-logging.dir/build.make:93: host-common/CMakeFiles/aemu-logging.dir/GfxstreamFatalError.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /build/libaemu/src/aemu/base/Metrics.cpp:16: In file included from /build/libaemu/src/aemu/base/include/aemu/base/Metrics.h:26: In file included from /build/libaemu/src/aemu/base/include/aemu/base/threads/Thread.h:19: /build/libaemu/src/aemu/base/include/aemu/base/synchronization/Lock.h:241:2: error: "Unimplemented SmpWmb for current CPU architecture" 241 | #error "Unimplemented SmpWmb for current CPU architecture" | ^ /build/libaemu/src/aemu/base/include/aemu/base/synchronization/Lock.h:251:2: error: "Unimplemented SmpRmb for current CPU architecture" 251 | #error "Unimplemented SmpRmb for current CPU architecture" | ^ 2 errors generated. make[2]: *** [host-common/CMakeFiles/aemu-logging.dir/build.make:107: host-common/CMakeFiles/aemu-logging.dir/__/base/Metrics.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:268: host-common/CMakeFiles/aemu-logging.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/leming/armv7/leming/build