Public bug reported: gcl FTBFS when built with position independent executables, segfaulting as part of the build process:
cp sys_init.lsp foo echo "(unless si::*quit-tags* (in-package \"USER\")(system:save-system \"saved_pre_gcl\"))" >>foo ar x libpre_gcl.a $(ar t libpre_gcl.a |grep ^gcl_) /<<PKGBUILDDIR>>/unixport/raw_pre_gcl /<<PKGBUILDDIR>>/unixport/ -libdir /<<PKGBUILDDIR>>/ < foo Segmentation fault makefile:92: recipe for target 'saved_pre_gcl' failed make[2]: *** [saved_pre_gcl] Error 139 rm raw_pre_gcl make[2]: Leaving directory '/<<PKGBUILDDIR>>/unixport' makefile:71: recipe for target 'unixport/saved_pre_gcl' failed make[1]: *** [unixport/saved_pre_gcl] Error 2 rm h/mcompdefs.h (from https://launchpadlibrarian.net/235794835/buildlog_ubuntu-xenial- s390x.gcl_2.6.12-29_BUILDING.txt.gz) Since we want Ubuntu builds to happen with -pie set by default, we need to disable it in the gcl build. ** Affects: gcl (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1557236 Title: gcl FTBFS when built as position indepent executables, needs pie disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gcl/+bug/1557236/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
