<div dir="ltr"><div>I had a shorter week with some Netplan distractions but here we go:</div><div><br></div><div>1. delve</div><div><br></div><div>FTBFS due to the installed bpftool not matching the running kernel version.<br>I tried to workaround this by calling bpftool directly from /usr/lib/linux-tools-.<br>It kinda worked but the build still fails for a different reason. It needs more work.<br></div><div>See LP: #2021481<br><br>2. bpftrace</div><div><br></div><div>FTBFS on armhf. The problem apparently is a gcc bug.</div><div>I created a patch with a workaround and asked the upstream project about the issue.<br></div><div>See: LP: #2023173<br>Also submitted to Debian #1037185</div><div>Github discussion <a href="https://github.com/iovisor/bpftrace/pull/2360#discussion_r1223534659">https://github.com/iovisor/bpftrace/pull/2360#discussion_r1223534659</a></div><div><br></div><div>3. cbmc</div><div><br></div><div>FTBFS on all architectures.<br>The compiler is catching some errors I believe are false positives.<br>There are some optional<T> variables that it says are MAYBE uninitialized.<br>I added -Wno-error=maybe-uninitialized to the CXX FLAGS and it fixed<br>the build on amd64. It's now failing for a different reason on the other archs.<br>LP: #2023276<br><br>4. pistache</div><div><br></div><div>FTBFS on all architectures except riscv<br>One of the unit tests tries to resolve an address via DNS and fails<br>because the builder doesn't have access to the internet I suppose.<br>It's not failing on Debian's CI.<br>A patch was submitted to the upstream project <a href="https://github.com/pistacheio/pistache/pull/1134">https://github.com/pistacheio/pistache/pull/1134</a><br>LP: #2023274<br><br>5. ctffind</div><div><br></div><div>FTBFS on non-x86 architectures<br>It uses x86 assembly inline. I implemented an alternative code calling<br>sinf() and cosf() from the libc instead on non-x86 systems.<br>LP: #2023288<br>Debian bug: #1037227<br>The patch was accepted by Debian and is already synced to Ubuntu.<br><br>6. elinks:</div><div><br></div><div>FTBFS on s390x<br>A tool used during tests, sgml-parser, is crashing. There is a use-after-free issue</div><div>in the code that is not making it crash on other architectures.<br>One can see it by using valgrind or compiling elinks with address sanitizer.<br>See: LP: 2023305<br>I also reported the problem upstream: <a href="https://github.com/rkd77/elinks/issues/235">https://github.com/rkd77/elinks/issues/235</a><br><br>7. libopenmpt</div><div><br></div><div>Autopkgtests failing<br>The test will build a C file that emits some deprecation warnings.<br>This is causing the test to fail.<br>LP: #2023406<br>It was already reported to Debian: #1037007</div><div><br></div><div><br></div><div>Danilo.<br></div></div>