Summary
Updating from 2026.2.19-2 to 2026.2.21-2 fails on ARM64 (Raspberry Pi) due to a native compiler error in @discordjs/opus.
Steps to reproduce
- Run OpenClaw on Raspberry Pi (ARM64, Node 22.22.0, Linux 6.12.62+rpt-rpi-v8)
- Run: npm install -g openclaw --prefix ~/.npm-global
- Update fails with: error: implicit declaration of function 'celt_inner_prod_neon'
- Old version 2026.2.19-2 still runs fine after failed update
Expected behavior
Update installs successfully on ARM64 (Raspberry Pi) without native compiler errors.
Actual behavior
Build fails with: error: implicit declaration of function 'celt_inner_prod_neon' in @discordjs/opus. Previous version 2026.2.19-2 continues to run fine.
OpenClaw version
2026.2.21-2
Operating system
Linux 6.12.62+rpt-rpi-v8 (ARM64) – Raspberry Pi
Install method
npm global
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response