Source: strace
Version: 6.5-0.1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/fetch.php?pkg=strace&arch=riscv64&ver=6.5-0.1%2Bb1&stamp=1705203098&raw=0
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/arm64/strace.html
...
In file included from ../../src/btrfs.c:51:
../../src/xlat/btrfs_key_types.h:167:37: error: ‘BTRFS_EXTENT_REF_V0_KEY’
undeclared here (not in a function); did you mean ‘BTRFS_EXTENT_DATA_KEY’?
167 | static_assert((unsigned long long) (BTRFS_EXTENT_REF_V0_KEY)
| ^~~~~~~~~~~~~~~~~~~~~~~
| BTRFS_EXTENT_DATA_KEY
../../src/xlat/btrfs_key_types.h:167:15: error: expression in static assertion
is not an integer
167 | static_assert((unsigned long long) (BTRFS_EXTENT_REF_V0_KEY)
| ^
../../src/xlat/btrfs_key_types.h:175:15: error: expression in static assertion
is not an integer
175 | static_assert((unsigned long long) (BTRFS_SHARED_BLOCK_REF_KEY)
| ^
make[4]: *** [Makefile:4695: libstrace_a-btrfs.o] Error 1
...