Bug#853957: mpage FTCBFS: make install strips with the build architecture strip

2017-02-02 Thread Helmut Grohne
On Thu, Feb 02, 2017 at 04:14:08PM +0200, Adrian Bunk wrote: > On Thu, Feb 02, 2017 at 01:59:40PM +0100, Helmut Grohne wrote: > >... > > +- install -s -m 755 -o root -g root mpage$(E) $(DESTDIR)/usr/bin > > ++ $(INSTALL) -s -m 755 -o root -g root mpage$(E) $(DESTDIR)/usr/bin > >... > > Wouldn't

Bug#853957: mpage FTCBFS: make install strips with the build architecture strip

2017-02-02 Thread Adrian Bunk
On Thu, Feb 02, 2017 at 01:59:40PM +0100, Helmut Grohne wrote: >... > +-install -s -m 755 -o root -g root mpage$(E) $(DESTDIR)/usr/bin > ++$(INSTALL) -s -m 755 -o root -g root mpage$(E) $(DESTDIR)/usr/bin >... Wouldn't just removing the -s here be the oneliner change to fix the whole bug?

Bug#853957: mpage FTCBFS: make install strips with the build architecture strip

2017-02-02 Thread Helmut Grohne
Source: mpage Version: 2.5.6+dfsg-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap mpage fails to cross build from source, because make install uses "install -s", which uses the build architecture strip and thus fails operating on host architecture objects. Stripping before dh_strip al