Bug#793900: FTCBFS: uses build arch compiler

2016-01-11 Thread Olly Betts
Control: tag -1 +pending On Tue, Jul 28, 2015 at 08:11:40PM +0200, Helmut Grohne wrote: > + CC = $(DEB_HOST_GNU_TYPE)-cc FYI, your patch FTBFS - I seem to need to use this instead: CC = $(DEB_HOST_GNU_TYPE)-gcc Cheers, Olly

Bug#793900: FTCBFS: uses build arch compiler

2015-07-28 Thread Helmut Grohne
Source: antiword Version: 0.37-10 Tags: patch User: helm...@debian.org Usertags: rebootstrap Your package FTCBFS. It uses the wrong compiler and later fails in dh_strip with unexpected ELF objects. I am attaching a failing build log and a patch that fixes the issue. Please consider applying the p