Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: audio/pd build failure on sparc64
To:
Raphael Graf <r@undefined.ch>
Cc:
ports@openbsd.org
Date:
Mon, 15 Dec 2025 14:29:19 +0100

Download raw body.

Thread
On Mon, Dec 15, 2025 at 02:15:12PM +0100, Raphael Graf wrote:
> The build on sparc64 fails with the following error:
> 
> s_audio_paring.c: In function 'sys_ringbuf_getreadavailable':
> s_audio_paring.c:110: warning: implicit declaration of function '__atomic_load_4'
> s_audio_paring.c:110: error: '__ATOMIC_SEQ_CST' undeclared (first use in this function)
> 
> This file contains the relevant code:
> https://github.com/pure-data/pure-data/blob/master/src/m_private_utils.h
> 
> I imagine that the diff below will solve the problem (but I can't test).

It does. ok