Your message dated Fri, 25 Mar 2005 10:02:09 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300917: fixed in dietlibc 0.28-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Mar 2005 16:58:07 +0000
>From [EMAIL PROTECTED] Tue Mar 22 08:58:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ip212-226-168-228.adsl.kpnqwest.fi (esme.liw.iki.fi)
[212.226.168.228]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DDmhi-0008FU-00; Tue, 22 Mar 2005 08:58:06 -0800
Received: by esme.liw.iki.fi (Postfix, from userid 1000)
id ACCE7284617; Tue, 22 Mar 2005 18:57:48 +0200 (EET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Lars Wirzenius <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dietlibc-dev: sys/types.h: test for __powerpc__, not powerpc
X-Mailer: reportbug 3.9
Date: Tue, 22 Mar 2005 18:57:48 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: dietlibc-dev
Version: 0.28-1
Severity: normal
File: /usr/include/diet/sys/types.h
In sys/types.h, at around line 70, there is this test:
#elif defined(powerpc)
If gcc is used in C99 conformance mode, the symbol powerpc doesn't exist,
but __powerpc__ exists, and it seems to exist in all modes. I suggest
changing the test to test __powerpc__ therefore.
There may be other instances of the powerpc symbol being tested for,
so a recursive grep for it might be a good thing.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
-- no debconf information
---------------------------------------
Received: (at 300917-close) by bugs.debian.org; 25 Mar 2005 15:26:36 +0000
>From [EMAIL PROTECTED] Fri Mar 25 07:26:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DEqho-0006c2-00; Fri, 25 Mar 2005 07:26:36 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DEqK9-0007Pe-00; Fri, 25 Mar 2005 10:02:09 -0500
From: Gerrit Pape <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#300917: fixed in dietlibc 0.28-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 25 Mar 2005 10:02:09 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: dietlibc
Source-Version: 0.28-2
We believe that the bug you reported is fixed in the latest version of
dietlibc, which is due to be installed in the Debian FTP archive:
dietlibc-doc_0.28-2_all.deb
to pool/main/d/dietlibc/dietlibc-doc_0.28-2_all.deb
dietlibc_0.28-2.diff.gz
to pool/main/d/dietlibc/dietlibc_0.28-2.diff.gz
dietlibc_0.28-2.dsc
to pool/main/d/dietlibc/dietlibc_0.28-2.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated dietlibc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 25 Mar 2005 13:22:38 +0000
Source: dietlibc
Binary: dietlibc-doc dietlibc dietlibc-dev
Architecture: all source
Version: 0.28-2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
Changed-By: Gerrit Pape <[EMAIL PROTECTED]>
Description:
dietlibc - diet libc shared libraries - a libc optimized for small size
dietlibc-dev - diet libc - a libc optimized for small size
dietlibc-doc - diet libc documentation - a libc optimized for small size
Closes: 299226 300917
Changes:
dietlibc (0.28-2) unstable; urgency=low
.
* debian/control: add Architecture: ppc64 (thx Andreas Jochens, closes:
#299226).
* debian/diff/LD_RUN_PATH.diff: new; from upstream cvs: oops, fix
LD_RUN_PATH unsetting (Enrico Scholz).
* debian/diff/__powerpc__.diff: new; from upstream cvs: #ifdef powerpc ->
#ifdef __powerpc__ (Enrico Scholz) (closes: #300917).
* debian/diff/dns-decoding.diff: new; from upstream cvs: fix stupid dns
decoding bug (Gernot Tenchio) (plus undocumented __NO_STAT64 fix).
* debian/diff/siginfo-64bit.diff: new; from upstream cvs: struct siginfo
was wrong for 64-bit platforms.
* debian/diff/fcntl.h.diff: new; update to include/fcntl.h from cvs
20050325 (don't include readahead(2)).
Files:
beb3882e2ffde6052e674a3c150bbe21 554 devel optional dietlibc_0.28-2.dsc
a3fd4ad2b45b3e937577a8733becaf31 15104 devel optional dietlibc_0.28-2.diff.gz
0b58ae958cfaa4ca4ffb7885d4c5a2cd 45128 doc optional dietlibc-doc_0.28-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCRCR4GJoyQbxwpv8RAjRxAKCYmTxbwbhKjGbcq/myDQNZF1MYtwCfa8Ac
fCc+z0jsKIvl/aVcrEwAHcQ=
=pQfU
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]