Index | Thread | Search

From:
Landry Breuil <landry@openbsd.org>
Subject:
Re: aarch64 bulk build report
To:
ports@openbsd.org
Date:
Fri, 19 Jul 2024 10:45:18 +0200

Download raw body.

Thread
Le Fri, Jul 19, 2024 at 08:49:54AM +0200, Peter Hessler a écrit :
> On 2024 Jul 18 (Thu) at 21:35:47 -0600 (-0600), phessler@openbsd.org wrote:
> :critical path missing pkgs:  http://build-failures.rhaalovely.net/aarch64/2024-07-16/summary.log
> 
> :http://build-failures.rhaalovely.net/aarch64/2024-07-16/mail/mozilla-thunderbird.log
> :http://build-failures.rhaalovely.net/aarch64/2024-07-16/www/firefox-esr.log
> :http://build-failures.rhaalovely.net/aarch64/2024-07-16/www/tor-browser/browser.log
> :http://build-failures.rhaalovely.net/aarch64/2024-07-16/x11/qt5/qtwebengine.log
> 
> the above 4 ports fail related to hwcap in the same way:
> 
> /usr/obj/ports/firefox-esr-115.13.0/firefox-115.13.0/gfx/skia/skia/src/core/SkCpu.cpp:84:27:
> error: use of undeclared identifier 'getauxval'
>         uint32_t hwcaps = getauxval(AT_HWCAP);

https://searchfox.org/mozilla-esr115/source/gfx/skia/skia/src/core/SkCpu.cpp#76
for the surrounding code, i guess it now finds a sys/auxv.h header ?

Landry