==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: qbe 1.3-1 (Tue Jun 2 10:58:13 2026)
==> Retrieving sources...
-> Updating qbe git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
qbe ... Passed
==> Validating source files with b2sums...
qbe ... Passed
==> Making package: qbe 1.3-1 (Tue Jun 2 10:58:24 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (5) perl-error-0.17030-3 perl-mailtools-2.22-3 perl-timedate-2.35-1 zlib-ng-2.3.3-1 git-2.54.0-1
Total Installed Size: 45.74 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
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-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]
less: the default pager for git
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of qbe git repo...
Cloning into 'qbe'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
cc -std=c99 -g -Wall -Wextra -Wpedantic -c util.c -o util.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c parse.c -o parse.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c abi.c -o abi.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c cfg.c -o cfg.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c mem.c -o mem.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c ssa.c -o ssa.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c alias.c -o alias.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c load.c -o load.o
mem.c: In function 'promote':
mem.c:70:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
mem.c:73:5: note: here
cc -std=c99 -g -Wall -Wextra -Wpedantic -c copy.c -o copy.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c fold.c -o fold.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c gvn.c -o gvn.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c gcm.c -o gcm.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c simpl.c -o simpl.o
load.c: In function 'loadopt':
load.c:487:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
load.c:492:6: note: here
cc -std=c99 -g -Wall -Wextra -Wpedantic -c ifopt.c -o ifopt.o
util.c: In function 'vgrow':
util.c:148:1: warning: the comparison will always evaluate as 'true' for the pointer operand in 'v + 32' must not be NULL [-Waddress]
util.c: In function 'runmatch':
util.c:752:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
util.c:755:3: note: here
cc -std=c99 -g -Wall -Wextra -Wpedantic -c live.c -o live.o
parse.c: In function 'lex':
parse.c:289:33: warning: this statement may fall through [-Wimplicit-fallthrough=]
parse.c:292:2: note: here
parse.c: In function 'parseref':
parse.c:460:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
parse.c:463:2: note: here
cc -std=c99 -g -Wall -Wextra -Wpedantic -c spill.c -o spill.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c rega.c -o rega.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c emit.c -o emit.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c amd64/targ.c -o amd64/targ.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c amd64/sysv.c -o amd64/sysv.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c amd64/isel.c -o amd64/isel.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c amd64/emit.c -o amd64/emit.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c amd64/winabi.c -o amd64/winabi.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c arm64/targ.c -o arm64/targ.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c arm64/abi.c -o arm64/abi.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c arm64/isel.c -o arm64/isel.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c arm64/emit.c -o arm64/emit.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c rv64/targ.c -o rv64/targ.o
rega.c: In function 'pmrec':
rega.c:237:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
rega.c:242:2: note: here
rega.c: In function 'doblk':
rega.c:389:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
rega.c:393:3: note: here
cc -std=c99 -g -Wall -Wextra -Wpedantic -c rv64/abi.c -o rv64/abi.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c rv64/isel.c -o rv64/isel.o
amd64/emit.c: In function 'emitf':
amd64/emit.c:270:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
amd64/emit.c:276:2: note: here
cc -std=c99 -g -Wall -Wextra -Wpedantic -c rv64/emit.c -o rv64/emit.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c main.c -o main.o
arm64/abi.c: In function 'isfloatv':
arm64/abi.c:81:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
arm64/abi.c:84:4: note: here
arm64/emit.c: In function 'loadaddr':
arm64/emit.c:282:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
arm64/emit.c:285:2: note: here
rv64/isel.c: In function 'selcmp':
rv64/isel.c:137:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
rv64/isel.c:139:2: note: here
cc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now main.o util.o parse.o abi.o cfg.o mem.o ssa.o alias.o load.o copy.o fold.o gvn.o gcm.o simpl.o ifopt.o live.o spill.o rega.o emit.o amd64/targ.o amd64/sysv.o amd64/isel.o amd64/emit.o amd64/winabi.o arm64/targ.o arm64/abi.o arm64/isel.o arm64/emit.o rv64/targ.o rv64/abi.o rv64/isel.o rv64/emit.o -o qbe
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p "/build/qbe/pkg/qbe/usr/bin"
install -m755 qbe "/build/qbe/pkg/qbe/usr/bin/qbe"
install: creating directory '/build/qbe/pkg/qbe/usr/share'
install: creating directory '/build/qbe/pkg/qbe/usr/share/doc'
install: creating directory '/build/qbe/pkg/qbe/usr/share/doc/qbe'
'doc/abi.txt' -> '/build/qbe/pkg/qbe/usr/share/doc/qbe/abi.txt'
'doc/il.txt' -> '/build/qbe/pkg/qbe/usr/share/doc/qbe/il.txt'
'doc/llvm.txt' -> '/build/qbe/pkg/qbe/usr/share/doc/qbe/llvm.txt'
'doc/native_win.txt' -> '/build/qbe/pkg/qbe/usr/share/doc/qbe/native_win.txt'
'doc/rv64.txt' -> '/build/qbe/pkg/qbe/usr/share/doc/qbe/rv64.txt'
'doc/win.txt' -> '/build/qbe/pkg/qbe/usr/share/doc/qbe/win.txt'
install: creating directory '/build/qbe/pkg/qbe/usr/share/licenses'
install: creating directory '/build/qbe/pkg/qbe/usr/share/licenses/qbe'
'LICENSE' -> '/build/qbe/pkg/qbe/usr/share/licenses/qbe/LICENSE'
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "qbe"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: qbe 1.3-1 (Tue Jun 2 10:58:30 2026)
==> Cleaning up...
[?12l[?25h