HomeFreeBSD

net-p2p/monero-cli: mark as broken on aarch64

Description

net-p2p/monero-cli: mark as broken on aarch64

Fails to compile with the following errors:

/wrkdirs/usr/ports/net-p2p/monero-cli/work/monero-0.17.3.0/src/crypto/slow-hash.c:1118:22: warning: implicit declaration of function 'getauxval' is invalid in C99 [-Wimplicit-function-declaration]

supported = (getauxval(AT_HWCAP) & HWCAP_AES) != 0;
             ^

/wrkdirs/usr/ports/net-p2p/monero-cli/work/monero-0.17.3.0/src/crypto/slow-hash.c:1118:32: error: use of undeclared identifier 'AT_HWCAP'

supported = (getauxval(AT_HWCAP) & HWCAP_AES) != 0;
                       ^

/wrkdirs/usr/ports/net-p2p/monero-cli/work/monero-0.17.3.0/src/crypto/slow-hash.c:1118:44: error: use of undeclared identifier 'HWCAP_AES'

supported = (getauxval(AT_HWCAP) & HWCAP_AES) != 0;
                                   ^

Details

Provenance
vdAuthored on Apr 13 2022, 12:03 PM
Parents
R11:65dc297fb5f3: textproc/R-cran-rbibutils: Update to 2.2.8
Branches
Unknown
Tags
Unknown

Event Timeline

Vasil Dimov <vd@FreeBSD.org> committed R11:b298a9c5c08f: net-p2p/monero-cli: mark as broken on aarch64 (authored by Vasil Dimov <vd@FreeBSD.org>).Apr 13 2022, 12:04 PM