=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for afl++-2.62cnb2
Python 2.7.18
[*] Checking for the default compiler cc...
[+] shmat seems to be working.
[+] Everything seems to be working, ready to compile.
clang -pipe -Os -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto=full -c src/afl-common.c -o src/afl-common.o
[+]  support seems to be working.
clang -pipe -Os -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto=full -c src/afl-sharedmem.c -o src/afl-sharedmem.o
[*] Checking for the ability to compile x86 code...
<stdin>:1:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
main() { __asm__("xorb %al, %al"); }
^
int
<stdin>:1:18: error: unknown token in expression
main() { __asm__("xorb %al, %al"); }
                 ^
<inline asm>:1:7: note: instantiated into assembly here
        xorb %al, %al
             ^
<stdin>:1:18: error: invalid operand
main() { __asm__("xorb %al, %al"); }
                 ^
<inline asm>:1:7: note: instantiated into assembly here
        xorb %al, %al
             ^
1 warning and 2 errors generated.

Oops, looks like your compiler can't generate x86 code.

Don't panic! You can use the LLVM or QEMU mode, but see docs/INSTALL first.
(To ignore this error, set AFL_NO_X86=1 and try again.)

gmake: *** [Makefile:218: test_x86] Error 1
gmake: *** Waiting for unfinished jobs....
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/afl++
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/afl++