On Sat, Jan 24, 2026 at 11:50:52AM +0100, Santiago Vila wrote:
> On Sat, Jan 24, 2026 at 11:30:19AM +0100, Santiago Vila wrote:
>
> > A weird one is "sdpa", which failed today at 2026-01-24 06:16 UTC.
> > I'm retesting that one too after the mirror sync of 8:00 UTC.
>
> Good news: sdpa now builds ok.
>
> However, there is another small set of packages which FTBFS
> because ld segfaults, and they still FTBFS today.
>
> For example, asterisk ftbfs like this:
>
> gcc -g -Wl,-znoexecstack -nostartfiles -nodefaultlibs -nostdlib -r
> -Wl,-b,binary -o res_geolocation/pidf_lo_test.o re
> s_geolocation/pidf_lo_test.xml
> collect2: fatal error: ld terminated with signal 11 [Segmentation fault]
>
> I initially assumed they could be related with this binutils issue,
> but I don't really know.
asterisk builds with binutils/forky.
ld segfaults with binutils/sid even when using -Wl,--discard-sframe.
Debian is currently following the upstream master branch of binutils,
based on the above I would suspect a binutils regression unrelated
to sframe.
Backtrace:
#0 0x0000555555572260 in ldelf_after_open (elfsize=64, prefix=0x5555555aa226
"/usr", is_freebsd=0, is_linux=1, native=1,
use_libpath=1) at ../../ld/ldelf.c:1333
#1 0x0000555555594805 in ldemul_after_open () at ../../ld/ldemul.c:80
#2 lang_process () at ../../ld/ldlang.c:8563
#3 0x000055555559a401 in main (argc=31, argv=<optimized out>) at
../../ld/ldmain.c:958
This is likely:
https://sourceware.org/bugzilla/show_bug.cgi?id=33780
> Thanks.
cu
Adrian