build failure: graphics/arcan
Thomas Frohwein <[email protected]>
| Newsgroups | gmane.os.openbsd.ports |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I ran a build with dpb -r and got this error from arcan. Full log
attached. I assume this may have to do with the blake3 update?
FAILED: a12/CMakeFiles/arcan_a12.dir/a12.c.o
/tmp/pobj/arcan-0.7.1/bin/cc -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE41 -DCLOCK_MONOTONIC_RAW=CLOCK_MONOTONIC -DLIBUSB_BSD -DMLK_CONFIG_NAMESPACE_PREFIX=mlkem -DMLK_CONFIG_PARAMETER_SET=768 -DOPENGL -DPLATFORM_HEADER=\"/tmp/pobj/arcan-0.7.1/arcan/src/platform/platform.h\" -DWANT_H264_DEC -DWANT_H264_ENC -DZSTD_DISABLE_ASM -DZSTD_MULTITHREAD -D_WITH_GETLINE -D__BSD -D__UNIX -Darcan_a12_EXPORTS -I/usr/local/include -I/tmp/pobj/arcan-0.7.1/arcan/src/a12/external/blake3 -I/tmp/pobj/arcan-0.7.1/arcan/src/a12/external/zstd -I/tmp/pobj/arcan-0.7.1/arcan/src/a12/external/zstd/common -I/tmp/pobj/arcan-0.7.1/arcan/src/a12/external/mono -I/tmp/pobj/arcan-0.7.1/arcan/src/a12/external/mono/optional -I/tmp/pobj/arcan-0.7.1/arcan/src/a12/external -I/tmp/pobj/arcan-0.7.1/arcan/src/platform/../engine -I/tmp/pobj/arcan-0.7.1/arcan/src/platform/../shmif -O2 -pipe -DNDEBUG -std=gnu11 -fPIC -fPIC -Wall -Wno-unknown-warning-option -Wno-unused-const-variable -Wno-unused-value -Wno-missing-braces -Wno-unused-function -Wno-atomic-alignment -Wno-unused-variable -Wno-unused-result -Wno-macro-redefined -MD -MT a12/CMakeFiles/arcan_a12.dir/a12.c.o -MF a12/CMakeFiles/arcan_a12.dir/a12.c.o.d -o a12/CMakeFiles/arcan_a12.dir/a12.c.o -c /tmp/pobj/arcan-0.7.1/arcan/src/a12/a12.c
/tmp/pobj/arcan-0.7.1/arcan/src/a12/a12.c:523:73: error: no member named 'counter' in 'blake3_hasher'
523 | a12int_trace(A12_TRACE_CRYPTO, "kind=mac_enc:position=%zu", S->out_mac.counter);
| ~~~~~~~~~~ ^
/tmp/pobj/arcan-0.7.1/arcan/src/a12/a12.h:854:43: note: expanded from macro 'a12int_trace'
854 | a12int_group_tostr(group), __func__,##__VA_ARGS__); \
| ^~~~~~~~~~~
/tmp/pobj/arcan-0.7.1/arcan/src/a12/a12.c:2199:49: error: no member named 'counter' in 'blake3_hasher'
2199 | "kind=mac_dec:src=%s:pos=%zu", src, S->in_mac.counter);
| ~~~~~~~~~ ^
/tmp/pobj/arcan-0.7.1/arcan/src/a12/a12.h:854:43: note: expanded from macro 'a12int_trace'
854 | a12int_group_tostr(group), __func__,##__VA_ARGS__); \
| ^~~~~~~~~~~
2 errors generated.
ninja: build stopped: subcommand failed.
arcan.log
(text/x-log, 363.5 KB) - not displayed