Bug#905846: mbr FTCBFS: configures for the build architecture

2018-09-23 Thread Santiago Garcia Mantinan
Helmut, thanks for your reply. There is no reason not to call dh_strip, in fact if I had read your changelog closely and thought about your dh_strip comment, I think I could have imagined by myself that you were counting on that ;-) I have added dh_strip and everything seems fine. I've tried to

Bug#905846: mbr FTCBFS: configures for the build architecture

2018-09-20 Thread Helmut Grohne
On Fri, Sep 21, 2018 at 01:13:24AM +0200, Santiago Garcia Mantinan wrote: > When including the patch I found that you are removing this part of the > Makefile: > -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) > - INSTALL_PROGRAM += -s > -endif > > Which ends up with unstripped binaries,

Bug#905846: mbr FTCBFS: configures for the build architecture

2018-09-20 Thread Santiago Garcia Mantinan
> I'm getting a new version ready which will include this patch. When including the patch I found that you are removing this part of the Makefile: -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s -endif Which ends up with unstripped binaries, which make lintian

Bug#905846: mbr FTCBFS: configures for the build architecture

2018-09-20 Thread Santiago Garcia Mantinan
Hi! I'm getting a new version ready which will include this patch. Thanks for reporting the bug and a lot for the patch ;-) -- Manty/BestiaTester -> http://manty.net

Bug#905846: mbr FTCBFS: configures for the build architecture

2018-08-10 Thread Helmut Grohne
Source: mbr Version: 1.1.11-5.2 Tags: patch User: helm...@debian.org Usertags: rebootstrap mbr fails to cros build from source, because it configures for the build architecture. It also forces the build architecture compiler and the build architecture strip. The attached patch fixes all of that.