==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: ols dev_2026_08-1 (Mon Sep  7 14:46:31 2026)
==> Retrieving sources...
  -> Updating ols git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    ols ... Passed
==> Making package: ols dev_2026_08-1 (Mon Sep  7 20:46:37 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (16) clang-22.1.8-1  compiler-rt-22.1.8-1  libedit-20260512_3.1-1  libogg-1.3.6-1  libvorbis-1.3.7-4  llvm-libs-22.1.8-2  llvm21-libs-21.1.8-1  miniaudio-0.11.25-4  opus-1.6.1-1  opusfile-0.12-4  perl-error-0.17030-3  perl-mailtools-2.22-3  perl-timedate-2.35-1  zlib-ng-2.3.3-1  git-2.55.0-1  odin-dev_2026_09-1

Total Download Size:    24.05 MiB
Total Installed Size:  780.42 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 odin-dev_2026_09-1-aarch64 downloading...
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
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
installing llvm21-libs...
installing libogg...
installing opus...
installing opusfile...
installing libvorbis...
installing miniaudio...
installing odin...
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 967.
Creating user 'git' (git daemon user) with UID 967 and GID 967.
(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 ols git repo...
Cloning into 'ols'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
==> Starting build()...
Unknown microarchitecture 'x86-64'.
Possible -microarch values for target arm64 are:

	a64fx
	ampere1
	ampere1a
	ampere1b
	apple-a10
	apple-a11
	apple-a12
	apple-a13
	apple-a14
	apple-a15
	apple-a16
	apple-a17
	apple-a18
	apple-a7
	apple-a8
	apple-a9
	apple-m1
	apple-m2
	apple-m3
	apple-m4
	apple-s10
	apple-s4
	apple-s5
	apple-s6
	apple-s7
	apple-s8
	apple-s9
	carmel
	cobalt-100
	cortex-a320
	cortex-a34
	cortex-a35
	cortex-a510
	cortex-a520
	cortex-a520ae
	cortex-a53
	cortex-a55
	cortex-a57
	cortex-a65
	cortex-a65ae
	cortex-a710
	cortex-a715
	cortex-a72
	cortex-a720
	cortex-a720ae
	cortex-a725
	cortex-a73
	cortex-a75
	cortex-a76
	cortex-a76ae
	cortex-a77
	cortex-a78
	cortex-a78ae
	cortex-a78c
	cortex-r82
	cortex-r82ae
	cortex-x1
	cortex-x1c
	cortex-x2
	cortex-x3
	cortex-x4
	cortex-x925
	cyclone
	exynos-m3
	exynos-m4
	exynos-m5
	falkor
	fujitsu-monaka
	gb10
	generic (default)
	grace
	kryo
	neoverse-512tvb
	neoverse-e1
	neoverse-n1
	neoverse-n2
	neoverse-n3
	neoverse-v1
	neoverse-v2
	neoverse-v3
	neoverse-v3ae
	olympus
	oryon-1
	saphira
	thunderx
	thunderx2t99
	thunderx3t110
	thunderxt81
	thunderxt83
	thunderxt88
	tsv110
/build/ols/src/ols/src/odin/printer/visit.odin(1451:7) Error: Unknown variant type, got '^invalid type' 
	case ^ast.Inline_Asm_Expr: 
	     ^~~~~~~~~~~~~~~~~~~^ 
/build/ols/src/ols/src/odin/printer/visit.odin(1451:8) Error: 'Inline_Asm_Expr' is not declared by 'ast' 
	case ^ast.Inline_Asm_Expr: 
	      ^~~~~~~~~~~~~~~~~~^ 
/build/ols/src/ols/src/odin/printer/visit.odin(1452:33) Error: 'v' of type 'Any_Node' has no field 'tok' 
	... oken(p, v.tok), text("("), visit_exprs(p, v.param_types, {.Add_ ... 
	            ^ 
/build/ols/src/ols/src/odin/printer/visit.odin(1452:67) Error: 'v' of type 'Any_Node' has no field 'param_types' 
	... xt("("), visit_exprs(p, v.param_types, {.Add_Comma}), text(")")) 
	                            ^ 
/build/ols/src/ols/src/odin/printer/visit.odin(1454:52) Error: 'v' of type 'Any_Node' has no field 'return_type' 
	document = cons_with_opl(document, visit_expr(p, v.return_type)) 
	                                                 ^ 
/build/ols/src/ols/src/odin/printer/visit.odin(1459:18) Error: 'v' of type 'Any_Node' has no field 'asm_string' 
	visit_expr(p, v.asm_string), 
	              ^ 
/build/ols/src/ols/src/odin/printer/visit.odin(1461:18) Error: 'v' of type 'Any_Node' has no field 'constraints_string' 
	visit_expr(p, v.constraints_string), 
	              ^ 
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/leming/armv8/leming/build
[?12l[?25h[?12l[?25h