Bug#963470: qemu-system-data: slof.bin unreproducible when locale varies

2020-07-16 Thread Vagrant Cascadian
On 2020-07-16, Michael Tokarev wrote: > 22.06.2020 04:13, Vagrant Cascadian wrote: > ... >> -@$(LD) -V >> ../build_info.img 2>&1 >> +@$(LC_ALL=C $(LD) -V) >> ../build_info.img 2>&1 > > I removed the extra $() here. Did it actually work? I definitely tested that it worked with my patch,

Bug#963470: qemu-system-data: slof.bin unreproducible when locale varies

2020-07-16 Thread Michael Tokarev
22.06.2020 04:13, Vagrant Cascadian wrote: ... > - @$(LD) -V >> ../build_info.img 2>&1 > + @$(LC_ALL=C $(LD) -V) >> ../build_info.img 2>&1 I removed the extra $() here. Did it actually work? Thanks, /mjt

Bug#963470: qemu-system-data: slof.bin unreproducible when locale varies

2020-06-21 Thread Vagrant Cascadian
Package: qemu-system-data Version: 1:5.0-5 Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: locale X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org When the environment locale varies, the translated output of "ld -V" gets embedded into slof.bin. The