Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2022 10:06:05 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        KIRIYAMA Kazuhiko <kiri@truefc.org>, ports@freebsd.org
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Can't build audio/jack in arm64/aarch64 on PBP
Message-ID:  <dd9607e4-4550-1456-81c3-49c8fd45b8c0@selasky.org>
In-Reply-To: <202202100748.21A7mPTM037482@kx.truefc.org>
References:  <202202100748.21A7mPTM037482@kx.truefc.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2/10/22 08:48, KIRIYAMA Kazuhiko wrote:
> Hi, lists
> 
> I've tried to build arm64/aarch64 packages on Pinebook Pro
> (PBP). audio/jack failed to build at build/common/memops.c :
> 
> 2 errors generated.
> 
> In file included from ../common/JackDebugClient.cpp:21:
> ../common/JackEngineControl.h:67:5: error: requested alignment is less than minimum alignment of 8 for type 'Jack::JackTransportEngine'
>      alignas(UInt32) JackTransportEngine fTransport;
>      ^
> ../common/JackEngineControl.h:89:5: error: requested alignment is less than minimum alignment of 8 for type 'Jack::JackFrameTimer'
>      alignas(UInt32) JackFrameTimer fFrameTimer;
>      ^
> 2 errors generated.
> 

Is this after:

https://cgit.freebsd.org/ports/commit/?id=22c0c4f2a6e599c4530dc47025f9f7153262f381

--HPS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dd9607e4-4550-1456-81c3-49c8fd45b8c0>