On 2016-10-21 15:35 +0200, Lucas Nussbaum wrote: > Source: emacs25 > Version: 25.1+1-1 > Severity: serious > Tags: stretch sid > User: [email protected] > Usertags: qa-ftbfs-20161021 qa-ftbfs > Justification: FTBFS on amd64 > > Hi, > > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part (hopefully): >> [...] >> Loading /<<BUILDDIR>>/emacs25-25.1+1/debian/build-x/lisp/tooltip.el >> (source)... >> Finding pointers to doc strings... >> Finding pointers to doc strings...done >> Dumping under the name emacs >> Makefile:736: recipe for target 'bootstrap-emacs' failed >> make[3]: *** [bootstrap-emacs] Segmentation fault >> make[3]: Leaving directory '/<<BUILDDIR>>/emacs25-25.1+1/debian/build-x/src' >> Makefile:400: recipe for target 'src' failed >> make[2]: *** [src] Error 2
Apparently emacs cannot be built as a position independent executable, for whatever reason. Cherry-picking the following commit from the emacs-25 branch should help: http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-25&id=99892eeec8990884ef38601f14038ec6dc227741 See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24682 for more information. Cheers, Sven

