Your message dated Sat, 22 Oct 2016 16:10:50 +0200 with message-id <caknhny9hbmymmwxmcbwlt9qdyaexy+dc_d1rmr0nmzvbqgl...@mail.gmail.com> and subject line Re: terminix: please build with fPIC has caused the Debian Bug report #836019, regarding terminix: please build with fPIC to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 836019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836019 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: terminix Tags: patch Version: 1.2.0-1 The following patch fixes a build failure where fPIC is enabled by default (e.g. Ubuntu on amd64 and ppc64el and probably Debian in the future) thanks for considering it, GianfrancoDescription: be sure the binary is compiled with fPIC Author: Gianfranco Costamagna <[email protected]> --- terminix-1.2.0.orig/configure.ac +++ terminix-1.2.0/configure.ac @@ -13,7 +13,7 @@ AC_ARG_VAR([DCFLAGS], [flags for dmd com # Full optimization flags #DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace' -DCFLAGS='-O' +DCFLAGS='-O -fPIC' AC_SUBST([DCFLAGS]) # Checks for programs.
--- End Message ---
--- Begin Message ---Hi! I can not reproduce this here at Debian, and I assume this is because your LDC compiler is too old. Newer versions of LDC compile with PIC by default anyway. Please try with LDC 1:1.1.0+b3-1 or higher, that should solve the issue. If it doesn't fix the bug, please reopen this issue, and maybe give some more information on how to reproduce it (and whether it's Ubuntu-specific or not). Cheers, Matthias
--- End Message ---

