===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for libimagequant-4.3.4 Locking 21 packages to latest compatible versions Compiling crossbeam-utils v0.8.21 Compiling rayon-core v1.12.1 Compiling either v1.13.0 Compiling once_cell v1.20.2 Compiling cfg-if v1.0.0 Compiling libc v0.2.169 Compiling bytemuck v1.21.0 Compiling thread_local v1.1.8 Compiling rgb v0.8.50 Compiling imagequant-sys v4.0.4 (/tmp/pkgbuild/graphics/libimagequant/work.aarch64eb/libimagequant-4.3.4/imagequant-sys) Compiling arrayvec v0.7.6 Compiling bitflags v2.8.0 Compiling crossbeam-epoch v0.9.18 Compiling crossbeam-deque v0.8.6 Compiling rayon v1.10.0 Compiling imagequant v4.3.4 (/tmp/pkgbuild/graphics/libimagequant/work.aarch64eb/libimagequant-4.3.4) warning: unused import: `std::arch::aarch64::*` --> src/pal.rs:57:17 | 57 | use std::arch::aarch64::*; | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default error[E0425]: cannot find function `vld1q_f32` in this scope --> src/pal.rs:59:22 | 59 | let px = vld1q_f32((self as *const Self).cast::()); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vld1q_f32` in this scope --> src/pal.rs:60:22 | 60 | let py = vld1q_f32((other as *const Self).cast::()); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vsubq_f32` in this scope --> src/pal.rs:63:30 | 63 | let mut alphas = vsubq_f32(py, px); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vdupq_laneq_f32` in this scope --> src/pal.rs:64:22 | 64 | alphas = vdupq_laneq_f32(alphas, 0); // copy first to all four | ^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vsubq_f32` in this scope --> src/pal.rs:66:31 | 66 | let mut onblack = vsubq_f32(px, py); // x - y | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vaddq_f32` in this scope --> src/pal.rs:67:31 | 67 | let mut onwhite = vaddq_f32(onblack, alphas); // x - y + (y.a - x.a) | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vmulq_f32` in this scope --> src/pal.rs:69:23 | 69 | onblack = vmulq_f32(onblack, onblack); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vmulq_f32` in this scope --> src/pal.rs:70:23 | 70 | onwhite = vmulq_f32(onwhite, onwhite); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vmaxq_f32` in this scope --> src/pal.rs:72:23 | 72 | let max = vmaxq_f32(onwhite, onblack); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vst1q_f32` in this scope --> src/pal.rs:75:13 | 75 | vst1q_f32(max_r.as_mut_ptr(), max); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vpaddq_f32` in this scope --> src/pal.rs:78:44 | 78 | vst1q_f32(max_gb.as_mut_ptr(), vpaddq_f32(max, max)); | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vst1q_f32` in this scope --> src/pal.rs:78:13 | 78 | vst1q_f32(max_gb.as_mut_ptr(), vpaddq_f32(max, max)); | ^^^^^^^^^ not found in this scope For more information about this error, try `rustc --explain E0425`. warning: `imagequant` (lib) generated 1 warning error: could not compile `imagequant` (lib) due to 12 previous errors; 1 warning emitted *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/graphics/libimagequant *** Error code 1 Stop. make: stopped in /usr/pkgsrc/graphics/libimagequant