Source: rr
Version: 5.6.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20221023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> /usr/bin/c++ -DEXECINFO_H=1 -DFANOTIFY_H=1 -DMQUEUE_H=1 -DPROC_SERVICE_H=1
> -DRR_VERSION=\"5.6.0\" -Drr_EXPORTS -I/<<PKGBUILDDIR>>/include
> -I/<<PKGBUILDDIR>>/third-party/proc-service
> -I/<<PKGBUILDDIR>>/third-party/brotli/include -I/<<PKGBUILDDIR>>/build -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D__USE_LARGEFILE64
> -pthread -msse2 -D__MMX__ -D__SSE__ -D__SSE2__
> -fmacro-prefix-map=/<<PKGBUILDDIR>>/= -D__STDC_LIMIT_MACROS
> -D__STDC_FORMAT_MACROS -std=c++14 -pthread -Wall -Wextra -UDEBUG -DNDEBUG
> -MD -MT CMakeFiles/rr.dir/src/replay_syscall.cc.o -MF
> CMakeFiles/rr.dir/src/replay_syscall.cc.o.d -o
> CMakeFiles/rr.dir/src/replay_syscall.cc.o -c
> /<<PKGBUILDDIR>>/src/replay_syscall.cc
> In file included from /<<PKGBUILDDIR>>/src/record_syscall.cc:12:
> /<<PKGBUILDDIR>>/src/record_syscall.cc: In instantiation of ‘struct
> rr::get_ethtool_gstrings_arch<X86Arch>(RecordTask*)::SingleStringSet’:
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1456:3: required from ‘void
> rr::get_ethtool_gstrings_arch(RecordTask*) [with Arch = X86Arch]’
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1486:3: required from here
> /usr/include/linux/ethtool.h:778:17: error: flexible array member
> ‘ethtool_sset_info::data’ not at end of ‘struct
> rr::get_ethtool_gstrings_arch<X86Arch>(RecordTask*)::SingleStringSet’
> 778 | __u32 data[];
> | ^~~~
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1455:14: note: next member ‘uint32_t
> rr::get_ethtool_gstrings_arch<X86Arch>(RecordTask*)::SingleStringSet::data’
> declared here
> 1455 | uint32_t data;
> | ^~~~
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1453:10: note: in the definition of
> ‘struct rr::get_ethtool_gstrings_arch<X86Arch>(RecordTask*)::SingleStringSet’
> 1453 | struct SingleStringSet {
> | ^~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/record_syscall.cc: In instantiation of ‘struct
> rr::get_ethtool_gstrings_arch<X64Arch>(RecordTask*)::SingleStringSet’:
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1456:3: required from ‘void
> rr::get_ethtool_gstrings_arch(RecordTask*) [with Arch = X64Arch]’
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1486:3: required from here
> /usr/include/linux/ethtool.h:778:17: error: flexible array member
> ‘ethtool_sset_info::data’ not at end of ‘struct
> rr::get_ethtool_gstrings_arch<X64Arch>(RecordTask*)::SingleStringSet’
> 778 | __u32 data[];
> | ^~~~
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1455:14: note: next member ‘uint32_t
> rr::get_ethtool_gstrings_arch<X64Arch>(RecordTask*)::SingleStringSet::data’
> declared here
> 1455 | uint32_t data;
> | ^~~~
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1453:10: note: in the definition of
> ‘struct rr::get_ethtool_gstrings_arch<X64Arch>(RecordTask*)::SingleStringSet’
> 1453 | struct SingleStringSet {
> | ^~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/record_syscall.cc: In instantiation of ‘struct
> rr::get_ethtool_gstrings_arch<ARM64Arch>(RecordTask*)::SingleStringSet’:
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1456:3: required from ‘void
> rr::get_ethtool_gstrings_arch(RecordTask*) [with Arch = ARM64Arch]’
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1486:3: required from here
> /usr/include/linux/ethtool.h:778:17: error: flexible array member
> ‘ethtool_sset_info::data’ not at end of ‘struct
> rr::get_ethtool_gstrings_arch<ARM64Arch>(RecordTask*)::SingleStringSet’
> 778 | __u32 data[];
> | ^~~~
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1455:14: note: next member ‘uint32_t
> rr::get_ethtool_gstrings_arch<ARM64Arch>(RecordTask*)::SingleStringSet::data’
> declared here
> 1455 | uint32_t data;
> | ^~~~
> /<<PKGBUILDDIR>>/src/record_syscall.cc:1453:10: note: in the definition of
> ‘struct
> rr::get_ethtool_gstrings_arch<ARM64Arch>(RecordTask*)::SingleStringSet’
> 1453 | struct SingleStringSet {
> | ^~~~~~~~~~~~~~~
> [ 99%] Building CXX object CMakeFiles/rr.dir/src/ReplayTask.cc.o
> /usr/bin/c++ -DEXECINFO_H=1 -DFANOTIFY_H=1 -DMQUEUE_H=1 -DPROC_SERVICE_H=1
> -DRR_VERSION=\"5.6.0\" -Drr_EXPORTS -I/<<PKGBUILDDIR>>/include
> -I/<<PKGBUILDDIR>>/third-party/proc-service
> -I/<<PKGBUILDDIR>>/third-party/brotli/include -I/<<PKGBUILDDIR>>/build -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D__USE_LARGEFILE64
> -pthread -msse2 -D__MMX__ -D__SSE__ -D__SSE2__
> -fmacro-prefix-map=/<<PKGBUILDDIR>>/= -D__STDC_LIMIT_MACROS
> -D__STDC_FORMAT_MACROS -std=c++14 -pthread -Wall -Wextra -UDEBUG -DNDEBUG
> -MD -MT CMakeFiles/rr.dir/src/ReplayTask.cc.o -MF
> CMakeFiles/rr.dir/src/ReplayTask.cc.o.d -o
> CMakeFiles/rr.dir/src/ReplayTask.cc.o -c /<<PKGBUILDDIR>>/src/ReplayTask.cc
> [ 99%] Building CXX object CMakeFiles/rr.dir/src/ReplayTimeline.cc.o
> /usr/bin/c++ -DEXECINFO_H=1 -DFANOTIFY_H=1 -DMQUEUE_H=1 -DPROC_SERVICE_H=1
> -DRR_VERSION=\"5.6.0\" -Drr_EXPORTS -I/<<PKGBUILDDIR>>/include
> -I/<<PKGBUILDDIR>>/third-party/proc-service
> -I/<<PKGBUILDDIR>>/third-party/brotli/include -I/<<PKGBUILDDIR>>/build -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D__USE_LARGEFILE64
> -pthread -msse2 -D__MMX__ -D__SSE__ -D__SSE2__
> -fmacro-prefix-map=/<<PKGBUILDDIR>>/= -D__STDC_LIMIT_MACROS
> -D__STDC_FORMAT_MACROS -std=c++14 -pthread -Wall -Wextra -UDEBUG -DNDEBUG
> -MD -MT CMakeFiles/rr.dir/src/ReplayTimeline.cc.o -MF
> CMakeFiles/rr.dir/src/ReplayTimeline.cc.o.d -o
> CMakeFiles/rr.dir/src/ReplayTimeline.cc.o -c
> /<<PKGBUILDDIR>>/src/ReplayTimeline.cc
> make[3]: *** [CMakeFiles/rr.dir/build.make:744:
> CMakeFiles/rr.dir/src/record_syscall.cc.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/10/23/rr_5.6.0-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&[email protected]&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 marking 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.