On 19/04/17 at 09:25 +0200, Lucas Nussbaum wrote: > Source: fvwm > Version: 1:2.6.7-3 > Severity: serious > Tags: stretch sid > User: debian...@lists.debian.org > Usertags: qa-ftbfs-20170418-i386 qa-ftbfs > Justification: FTBFS in stretch on i386 > > Hi, > > During a rebuild of all packages in stretch (in a stretch chroot, not a > sid chroot), your package failed to build on i386. > > Relevant part (hopefully): > > make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/fvwm' > > xsltproc --path "../../doc":"../../doc/commands" \ > > --xinclude \ > > --stringparam profile.attribute output \ > > --stringparam profile.value man \ > > -o fvwm.1.tmp \ > > ./../docbook-xsl/profiling/profile.xsl "./fvwm.man.xml" > > xsltproc --path "../../doc":"../../doc/commands" \ > > --xinclude \ > > ./../fvwm-man.xsl fvwm.1.tmp && rm fvwm.1.tmp > > /bin/bash: line 2: 19651 Segmentation fault xsltproc --path > > "../../doc":"../../doc/commands" --xinclude ./../fvwm-man.xsl fvwm.1.tmp > > Makefile:690: recipe for target 'fvwm.1' failed > > make[4]: *** [fvwm.1] Error 139 > > The full build log is available from: > http://aws-logs.debian.net/2017/04/18/fvwm_2.6.7-3_testing-i386.log
Hi, I did the archive rebuild that resulted in this bug on a machine with a jessie kernel. I did another rebuild on a machine with a stretch kernel, and this failure disappeared. That's consistent with https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750593#157 and #797530 (fixed in stretch, not jessie). Lucas