Skip to content

[Bug]: npm update fails on ARM64 (Raspberry Pi) – celt_inner_prod_neon compiler error in @discordjs/opus #23703

@Breakyman

Description

@Breakyman

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

  1. Run OpenClaw on Raspberry Pi (ARM64, Node 22.22.0, Linux 6.12.62+rpt-rpi-v8)
  2. Run: npm install -g openclaw --prefix ~/.npm-global
  3. Update fails with: error: implicit declaration of function 'celt_inner_prod_neon'
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions