Source: strace
Version: 6.4-0.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

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 -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -g -O2 -MT 
> libstrace_a-evdev_mpers.o -MD -MP -MF .deps/libstrace_a-evdev_mpers.Tpo -c -o 
> libstrace_a-evdev_mpers.o `test -f 'evdev_mpers.c' || echo 
> '../../src/'`evdev_mpers.c
> ../../src/io_uring.c: In function ‘print_io_sqring_offsets’:
> ../../src/io_uring.c:48:16: error: ‘const struct io_sqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    48 |         if (p->resv2) {
>       |                ^~~~~
>       |                resv1
> In file included from ../../src/io_uring.c:9:
> ../../src/io_uring.c:50:35: error: ‘const struct io_sqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1885:17: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1885 |         (sizeof(v) == sizeof(char) ? (unsigned long long) (unsigned 
> char) (v) : \
>       |                 ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:50:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:50:35: error: ‘const struct io_sqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1885:76: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1885 |         (sizeof(v) == sizeof(char) ? (unsigned long long) (unsigned 
> char) (v) : \
>       |                                                                       
>      ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:50:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:50:35: error: ‘const struct io_sqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1886:17: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1886 |          sizeof(v) == sizeof(short) ? (unsigned long long) (unsigned 
> short) (v) : \
>       |                 ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:50:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:50:35: error: ‘const struct io_sqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1886:78: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1886 |          sizeof(v) == sizeof(short) ? (unsigned long long) (unsigned 
> short) (v) : \
>       |                                                                       
>        ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:50:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:50:35: error: ‘const struct io_sqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1887:17: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1887 |          sizeof(v) == sizeof(int) ? (unsigned long long) (unsigned 
> int) (v) : \
>       |                 ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:50:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:50:35: error: ‘const struct io_sqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1887:74: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1887 |          sizeof(v) == sizeof(int) ? (unsigned long long) (unsigned 
> int) (v) : \
>       |                                                                       
>    ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:50:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:50:35: error: ‘const struct io_sqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1888:17: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1888 |          sizeof(v) == sizeof(long) ? (unsigned long long) (unsigned 
> long) (v) : \
>       |                 ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:50:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:50:35: error: ‘const struct io_sqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1888:76: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1888 |          sizeof(v) == sizeof(long) ? (unsigned long long) (unsigned 
> long) (v) : \
>       |                                                                       
>      ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:50:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:50:35: error: ‘const struct io_sqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1889:32: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1889 |          (unsigned long long) (v))
>       |                                ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:50:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    50 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c: In function ‘print_io_cqring_offsets’:
> ../../src/io_uring.c:76:16: error: ‘const struct io_cqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    76 |         if (p->resv2) {
>       |                ^~~~~
>       |                resv1
> ../../src/io_uring.c:78:35: error: ‘const struct io_cqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1885:17: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1885 |         (sizeof(v) == sizeof(char) ? (unsigned long long) (unsigned 
> char) (v) : \
>       |                 ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:78:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:78:35: error: ‘const struct io_cqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1885:76: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1885 |         (sizeof(v) == sizeof(char) ? (unsigned long long) (unsigned 
> char) (v) : \
>       |                                                                       
>      ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:78:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> mv -f .deps/libstrace_a-error_prints.Tpo .deps/libstrace_a-error_prints.Po
> ../../src/io_uring.c:78:35: error: ‘const struct io_cqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1886:17: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1886 |          sizeof(v) == sizeof(short) ? (unsigned long long) (unsigned 
> short) (v) : \
>       |                 ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:78:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:78:35: error: ‘const struct io_cqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1886:78: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1886 |          sizeof(v) == sizeof(short) ? (unsigned long long) (unsigned 
> short) (v) : \
>       |                                                                       
>        ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:78:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:78:35: error: ‘const struct io_cqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1887:17: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1887 |          sizeof(v) == sizeof(int) ? (unsigned long long) (unsigned 
> int) (v) : \
>       |                 ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:78:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:78:35: error: ‘const struct io_cqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1887:74: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1887 |          sizeof(v) == sizeof(int) ? (unsigned long long) (unsigned 
> int) (v) : \
>       |                                                                       
>    ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:78:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:78:35: error: ‘const struct io_cqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1888:17: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1888 |          sizeof(v) == sizeof(long) ? (unsigned long long) (unsigned 
> long) (v) : \
>       |                 ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:78:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:78:35: error: ‘const struct io_cqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1888:76: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1888 |          sizeof(v) == sizeof(long) ? (unsigned long long) (unsigned 
> long) (v) : \
>       |                                                                       
>      ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:78:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> ../../src/io_uring.c:78:35: error: ‘const struct io_cqring_offsets’ has no 
> member named ‘resv2’; did you mean ‘resv1’?
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                                   ^~~~~
> ../../src/defs.h:1889:32: note: in definition of macro 
> ‘zero_extend_signed_to_ull’
>  1889 |          (unsigned long long) (v))
>       |                                ^
> ../../src/print_fields.h:366:17: note: in expansion of macro ‘PRINT_VAL_X’
>   366 |                 PRINT_VAL_X((where_).field_);                         
>   \
>       |                 ^~~~~~~~~~~
> ../../src/io_uring.c:78:17: note: in expansion of macro ‘PRINT_FIELD_X’
>    78 |                 PRINT_FIELD_X(*p, resv2);
>       |                 ^~~~~~~~~~~~~
> 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 -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -g -O2 -MT 
> libstrace_a-eventfd.o -MD -MP -MF .deps/libstrace_a-eventfd.Tpo -c -o 
> libstrace_a-eventfd.o `test -f 'eventfd.c' || echo '../../src/'`eventfd.c
> make[4]: *** [Makefile:5655: libstrace_a-io_uring.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/strace_6.4-0.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231028&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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.

Reply via email to