Your message dated Sun, 17 Dec 2017 13:07:00 +0000
with message-id <[email protected]>
and subject line Re: debhelper: Cross compilation fails
has caused the Debian Bug report #719350,
regarding debhelper: Cross compilation fails
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.)
--
719350: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719350
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debhelper
Version: 9.20130630
Severity: normal
Dear Maintainer,
doing an amd64 build with a i386 target, the build tails because
dh utility expect programs
i386-linux-gnu-objcopy
i386-linux-gnu-strip
which don't appear to exist. I created them as link to objcopy and strip
respectively and it appears to work. Maybe a reference was added to allow for
target architecture variant of each command? Maybe. In any case binutils,
binutils-multiarch don't contain such programs.
Regards, Carlo.
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (900, 'testing'), (800, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages debhelper depends on:
ii binutils 2.22-8
ii dpkg 1.16.10
ii dpkg-dev 1.16.10
ii file 1:5.14-2
ii man-db 2.6.5-2
ii perl 5.14.2-21
ii po-debconf 1.0.16+nmu2
debhelper recommends no packages.
Versions of packages debhelper suggests:
ii dh-make 0.62
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, 11 Aug 2013 09:53:49 +0200 Carlo Marchiori
<[email protected]> wrote:
> Package: debhelper
> Version: 9.20130630
> Severity: normal
>
> Dear Maintainer,
>
> doing an amd64 build with a i386 target, the build tails because
> dh utility expect programs
>
> i386-linux-gnu-objcopy
> i386-linux-gnu-strip
>
> which don't appear to exist. I created them as link to objcopy and strip
> respectively and it appears to work. Maybe a reference was added to allow for
> target architecture variant of each command? Maybe. In any case binutils,
> binutils-multiarch don't contain such programs.
>
> Regards, Carlo.
>
>
> [...]
Hi,
Thanks for the suggestion.
However, we have decided to close this as wontfix. The rationale being
that we do not want to maintain a list of special-cases (i.e. i386 and
amd64 can use the same strip). Instead, please rely on the proper
multi-arch prefixed variants of the tools - these are installed by
default these days when you ask e.g. pbuilder or sbuild to do a cross build.
Thanks,
~Niels
--- End Message ---