===> 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 pngquant-3.0.1 Locking 47 packages to latest compatible versions Compiling libc v0.2.144 Compiling autocfg v1.1.0 Compiling jobserver v0.1.26 Compiling cc v1.0.79 Compiling pkg-config v0.3.27 Compiling crossbeam-utils v0.8.15 Compiling cfg-if v1.0.0 Compiling memoffset v0.8.0 Compiling dunce v1.0.4 Compiling crossbeam-epoch v0.9.14 Compiling scopeguard v1.1.0 Compiling libz-sys v1.1.9 Compiling num-traits v0.2.15 Compiling rayon-core v1.11.0 Compiling crossbeam-deque v0.8.3 Compiling crossbeam-channel v0.5.8 Compiling num_cpus v1.15.0 Compiling libpng-sys v1.1.9 Compiling lcms2-sys v4.0.1 Compiling once_cell v1.17.1 Compiling bytemuck v1.13.1 Compiling imagequant-sys v4.0.1 (/tmp/pkgbuild/graphics/pngquant/work.aarch64eb/pngquant-3.0.1/lib/imagequant-sys) Compiling either v1.8.1 Compiling rayon v1.7.0 Compiling rgb v0.8.36 Compiling thread_local v1.1.7 Compiling noisy_float v0.2.0 Compiling arrayvec v0.7.2 Compiling imagequant v4.1.0 (/tmp/pkgbuild/graphics/pngquant/work.aarch64eb/pngquant-3.0.1/lib) warning: unused import: `std::arch::aarch64::*` --> lib/src/pal.rs:54:17 | 54 | use std::arch::aarch64::*; | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default error[E0425]: cannot find function `vld1q_f32` in this scope --> lib/src/pal.rs:56:22 | 56 | let px = vld1q_f32((self as *const f_pixel).cast::()); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vld1q_f32` in this scope --> lib/src/pal.rs:57:22 | 57 | let py = vld1q_f32((other as *const f_pixel).cast::()); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vsubq_f32` in this scope --> lib/src/pal.rs:60:30 | 60 | let mut alphas = vsubq_f32(py, px); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vdupq_laneq_f32` in this scope --> lib/src/pal.rs:61:22 | 61 | 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 --> lib/src/pal.rs:63:31 | 63 | let mut onblack = vsubq_f32(px, py); // x - y | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vaddq_f32` in this scope --> lib/src/pal.rs:64:31 | 64 | 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 --> lib/src/pal.rs:66:23 | 66 | onblack = vmulq_f32(onblack, onblack); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vmulq_f32` in this scope --> lib/src/pal.rs:67:23 | 67 | onwhite = vmulq_f32(onwhite, onwhite); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vmaxq_f32` in this scope --> lib/src/pal.rs:69:23 | 69 | let max = vmaxq_f32(onwhite, onblack); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vst1q_f32` in this scope --> lib/src/pal.rs:72:13 | 72 | vst1q_f32(max_r.as_mut_ptr(), max); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vpaddq_f32` in this scope --> lib/src/pal.rs:75:44 | 75 | 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 --> lib/src/pal.rs:75:13 | 75 | 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 warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/graphics/pngquant *** Error code 1 Stop. make: stopped in /usr/pkgsrc/graphics/pngquant