Source: strace Version: 6.1-0.1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -DHAVE_CONFIG_H -I./linux/x86_64 -I../../src/linux/x86_64 > -I./linux/generic -I../../src/linux/generic -I. -I../../src -DIN_STRACE=1 > -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra > -Wno-missing-field-initializers -Wno-unused-parameter -Wdate-time > -Wformat-security -Wimplicit-fallthrough=5 -Winit-self -Wlogical-op > -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wtrampolines > -Wundef -Wwrite-strings -Werror -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -MT > libstrace_a-ioperm.o -MD -MP -MF .deps/libstrace_a-ioperm.Tpo -c -o > libstrace_a-ioperm.o `test -f 'ioperm.c' || echo '../../src/'`ioperm.c > In file included from ../../src/list.h:90, > from ../../src/defs.h:40, > from ../../src/io_uring.c:9: > ../../src/io_uring.c: In function ‘print_io_uring_buf_reg’: > ../../src/io_uring.c:568:28: error: ‘struct io_uring_buf_reg’ has no member > named ‘pad’ > 568 | CHECK_TYPE_SIZE(arg.pad, sizeof(uint16_t)); > | ^ > ../../src/macros.h:141:30: note: in definition of macro ‘CHECK_TYPE_SIZE’ > 141 | static_assert(sizeof(type_) == (sz_), \ > | ^~~~~ > ../../src/macros.h:141:23: error: expression in static assertion is not an > integer > 141 | static_assert(sizeof(type_) == (sz_), \ > | ^~~~~~ > ../../src/io_uring.c:568:9: note: in expansion of macro ‘CHECK_TYPE_SIZE’ > 568 | CHECK_TYPE_SIZE(arg.pad, sizeof(uint16_t)); > | ^~~~~~~~~~~~~~~ > ../../src/io_uring.c:583:16: error: ‘struct io_uring_buf_reg’ has no member > named ‘pad’ > 583 | if (arg.pad) { > | ^ > ../../src/print_fields.h:306:37: error: ‘struct io_uring_buf_reg’ has no > member named ‘pad’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^ > ../../src/defs.h:1844:17: note: in definition of macro > ‘zero_extend_signed_to_ull’ > 1844 | (sizeof(v) == sizeof(char) ? (unsigned long long) (unsigned > char) (v) : \ > | ^ > ../../src/print_fields.h:306:17: note: in expansion of macro ‘PRINT_VAL_X’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^~~~~~~~~~~ > ../../src/io_uring.c:585:17: note: in expansion of macro ‘PRINT_FIELD_X’ > 585 | PRINT_FIELD_X(arg, pad); > | ^~~~~~~~~~~~~ > ../../src/print_fields.h:306:37: error: ‘struct io_uring_buf_reg’ has no > member named ‘pad’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^ > ../../src/defs.h:1844:76: note: in definition of macro > ‘zero_extend_signed_to_ull’ > 1844 | (sizeof(v) == sizeof(char) ? (unsigned long long) (unsigned > char) (v) : \ > | > ^ > ../../src/print_fields.h:306:17: note: in expansion of macro ‘PRINT_VAL_X’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^~~~~~~~~~~ > ../../src/io_uring.c:585:17: note: in expansion of macro ‘PRINT_FIELD_X’ > 585 | PRINT_FIELD_X(arg, pad); > | ^~~~~~~~~~~~~ > ../../src/print_fields.h:306:37: error: ‘struct io_uring_buf_reg’ has no > member named ‘pad’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^ > ../../src/defs.h:1845:17: note: in definition of macro > ‘zero_extend_signed_to_ull’ > 1845 | sizeof(v) == sizeof(short) ? (unsigned long long) (unsigned > short) (v) : \ > | ^ > ../../src/print_fields.h:306:17: note: in expansion of macro ‘PRINT_VAL_X’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^~~~~~~~~~~ > ../../src/io_uring.c:585:17: note: in expansion of macro ‘PRINT_FIELD_X’ > 585 | PRINT_FIELD_X(arg, pad); > | ^~~~~~~~~~~~~ > ../../src/print_fields.h:306:37: error: ‘struct io_uring_buf_reg’ has no > member named ‘pad’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^ > ../../src/defs.h:1845:78: note: in definition of macro > ‘zero_extend_signed_to_ull’ > 1845 | sizeof(v) == sizeof(short) ? (unsigned long long) (unsigned > short) (v) : \ > | > ^ > ../../src/print_fields.h:306:17: note: in expansion of macro ‘PRINT_VAL_X’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^~~~~~~~~~~ > ../../src/io_uring.c:585:17: note: in expansion of macro ‘PRINT_FIELD_X’ > 585 | PRINT_FIELD_X(arg, pad); > | ^~~~~~~~~~~~~ > ../../src/print_fields.h:306:37: error: ‘struct io_uring_buf_reg’ has no > member named ‘pad’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^ > ../../src/defs.h:1846:17: note: in definition of macro > ‘zero_extend_signed_to_ull’ > 1846 | sizeof(v) == sizeof(int) ? (unsigned long long) (unsigned > int) (v) : \ > | ^ > ../../src/print_fields.h:306:17: note: in expansion of macro ‘PRINT_VAL_X’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^~~~~~~~~~~ > ../../src/io_uring.c:585:17: note: in expansion of macro ‘PRINT_FIELD_X’ > 585 | PRINT_FIELD_X(arg, pad); > | ^~~~~~~~~~~~~ > ../../src/print_fields.h:306:37: error: ‘struct io_uring_buf_reg’ has no > member named ‘pad’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^ > ../../src/defs.h:1846:74: note: in definition of macro > ‘zero_extend_signed_to_ull’ > 1846 | sizeof(v) == sizeof(int) ? (unsigned long long) (unsigned > int) (v) : \ > | > ^ > ../../src/print_fields.h:306:17: note: in expansion of macro ‘PRINT_VAL_X’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^~~~~~~~~~~ > ../../src/io_uring.c:585:17: note: in expansion of macro ‘PRINT_FIELD_X’ > 585 | PRINT_FIELD_X(arg, pad); > | ^~~~~~~~~~~~~ > ../../src/print_fields.h:306:37: error: ‘struct io_uring_buf_reg’ has no > member named ‘pad’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^ > ../../src/defs.h:1847:17: note: in definition of macro > ‘zero_extend_signed_to_ull’ > 1847 | sizeof(v) == sizeof(long) ? (unsigned long long) (unsigned > long) (v) : \ > | ^ > ../../src/print_fields.h:306:17: note: in expansion of macro ‘PRINT_VAL_X’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^~~~~~~~~~~ > ../../src/io_uring.c:585:17: note: in expansion of macro ‘PRINT_FIELD_X’ > 585 | PRINT_FIELD_X(arg, pad); > | ^~~~~~~~~~~~~ > ../../src/print_fields.h:306:37: error: ‘struct io_uring_buf_reg’ has no > member named ‘pad’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^ > ../../src/defs.h:1847:76: note: in definition of macro > ‘zero_extend_signed_to_ull’ > 1847 | sizeof(v) == sizeof(long) ? (unsigned long long) (unsigned > long) (v) : \ > | > ^ > ../../src/print_fields.h:306:17: note: in expansion of macro ‘PRINT_VAL_X’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^~~~~~~~~~~ > ../../src/io_uring.c:585:17: note: in expansion of macro ‘PRINT_FIELD_X’ > 585 | PRINT_FIELD_X(arg, pad); > | ^~~~~~~~~~~~~ > ../../src/print_fields.h:306:37: error: ‘struct io_uring_buf_reg’ has no > member named ‘pad’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^ > ../../src/defs.h:1848:32: note: in definition of macro > ‘zero_extend_signed_to_ull’ > 1848 | (unsigned long long) (v)) > | ^ > ../../src/print_fields.h:306:17: note: in expansion of macro ‘PRINT_VAL_X’ > 306 | PRINT_VAL_X((where_).field_); > \ > | ^~~~~~~~~~~ > ../../src/io_uring.c:585:17: note: in expansion of macro ‘PRINT_FIELD_X’ > 585 | PRINT_FIELD_X(arg, pad); > | ^~~~~~~~~~~~~ > mv -f .deps/libstrace_a-block.Tpo .deps/libstrace_a-block.Po > gcc -DHAVE_CONFIG_H -I./linux/x86_64 -I../../src/linux/x86_64 > -I./linux/generic -I../../src/linux/generic -I. -I../../src -DIN_STRACE=1 > -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra > -Wno-missing-field-initializers -Wno-unused-parameter -Wdate-time > -Wformat-security -Wimplicit-fallthrough=5 -Winit-self -Wlogical-op > -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wtrampolines > -Wundef -Wwrite-strings -Werror -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -MT > libstrace_a-bpf_seccomp_filter.o -MD -MP -MF > .deps/libstrace_a-bpf_seccomp_filter.Tpo -c -o > libstrace_a-bpf_seccomp_filter.o `test -f 'bpf_seccomp_filter.c' || echo > '../../src/'`bpf_seccomp_filter.c > make[4]: *** [Makefile:5644: libstrace_a-io_uring.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2023/07/24/strace_6.1-0.1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.