Your message dated Wed, 10 Mar 2021 08:14:25 +0100
with message-id <[email protected]>
and subject line Re: Bug#721337: bash: use correct strip command when cross 
build
has caused the Debian Bug report #721337,
regarding bash: use correct strip command when cross build
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.)


-- 
721337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721337
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bash
User: [email protected]
Usertags: cross

During the build process, debian/rules calls strip command directly.
This will cause trouble for people doing cross build because host
architecture's strip command may don't know how to handle the
resulting binary.

Something like the following will do the trick:

ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
        STRIP=$(DEB_BUILD_GNU_TYPE)-strip
else
        STRIP=strip
fi

Thanks,
Eleanor Chen

--- End Message ---
--- Begin Message ---
Version: 5.0-2

On Thu, Mar 16, 2017 at 05:06:19PM +0100, TeeRasen wrote:
> IMO, this bug can be closed.
> 
> The code is in debian/rules.

Yes. At least since version 5.0-2 it is readily cross buildable, but
likely longer. Thus closing.

Helmut

--- End Message ---

Reply via email to