Your message dated Tue, 15 Jul 2008 22:00:24 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#435303: DEB_HOST_GNU_TYPE did change
has caused the Debian Bug report #435303,
regarding DEB_HOST_GNU_TYPE did change
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.)
--
435303: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435303
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: strace
Version: 4.5.15-1
Severity: serious
ifeq ($(DEB_HOST_GNU_TYPE),sparc-linux)
build64 = yes
HOST64 = sparc64-linux
CC64 = gcc -m64
endif
ifeq ($(DEB_HOST_GNU_TYPE),s390-linux)
build64 = yes
HOST64 = s390x-linux
CC64 = gcc -m64
endif
but: dpkg-architecture -qDEB_HOST_GNU_TYPE prints:
DEB_HOST_GNU_TYPE=sparc-linux-gnu
plus, i386 and powerpc have 64bit stuff as well.
--- End Message ---
--- Begin Message ---
Hi,
fixed with last upload.
Best regards
Frederik Schüler
On Tue, Jul 31, 2007 at 12:20:15AM +0200, Matthias Klose wrote:
> Package: strace
> Version: 4.5.15-1
> Severity: serious
>
> ifeq ($(DEB_HOST_GNU_TYPE),sparc-linux)
> build64 = yes
> HOST64 = sparc64-linux
> CC64 = gcc -m64
> endif
>
> ifeq ($(DEB_HOST_GNU_TYPE),s390-linux)
> build64 = yes
> HOST64 = s390x-linux
> CC64 = gcc -m64
> endif
>
> but: dpkg-architecture -qDEB_HOST_GNU_TYPE prints:
>
> DEB_HOST_GNU_TYPE=sparc-linux-gnu
>
> plus, i386 and powerpc have 64bit stuff as well.
>
--
ENOSIG
signature.asc
Description: Digital signature
--- End Message ---