Your message dated Wed, 02 Jun 2004 00:17:06 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#245387: fixed in linux-kernel-headers 2.5.999-test7-bk-16
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 Apr 2004 21:27:48 +0000
>From [EMAIL PROTECTED] Thu Apr 22 14:27:48 2004
Return-path: <[EMAIL PROTECTED]>
Received: from apate.telenet-ops.be [195.130.132.57] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BGljX-0001al-00; Thu, 22 Apr 2004 14:27:48 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
        by apate.telenet-ops.be (Postfix) with SMTP id 52F4B2B4D6B
        for <[EMAIL PROTECTED]>; Thu, 22 Apr 2004 23:27:46 +0200 (MEST)
Received: from kabel.telenet.be (D5767DEE.kabel.telenet.be [213.118.125.238])
        by apate.telenet-ops.be (Postfix) with ESMTP id 3E98A2B4D29
        for <[EMAIL PROTECTED]>; Thu, 22 Apr 2004 23:27:46 +0200 (MEST)
Received: by kabel.telenet.be (Postfix, from userid 501)
        id 5FB6F158AD5; Thu, 22 Apr 2004 23:27:45 +0200 (CEST)
Date: Thu, 22 Apr 2004 23:27:45 +0200
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Usage of long long on amd64.
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR"
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
Sender: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1


--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: linux-kernel-headers
Version: 2.5.999-test7-bk-15

Here is a small patch that fixes warning/errors about usage of
long long for amd64.


Kurt


--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="long_long.diff"

--- include/asm-x86_64/types.h.orig     2004-04-22 23:16:11.294209120 +0200
+++ include/asm-x86_64/types.h  2004-04-22 23:16:02.109605392 +0200
@@ -19,8 +19,10 @@
 typedef __signed__ int __s32;
 typedef unsigned int __u32;
 
+#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
 typedef __signed__ long long __s64;
-typedef unsigned long long  __u64;
+typedef unsigned long long __u64;
+#endif
 
 #endif /* __ASSEMBLY__ */
 
--- include/asm-x86_64/byteorder.h.orig 2004-04-22 23:15:06.162110704 +0200
+++ include/asm-x86_64/byteorder.h      2004-04-22 23:17:36.556247320 +0200
@@ -5,11 +5,13 @@
 
 #ifdef __GNUC__
 
+#if !defined (__STRICT_ANSI__)
 static __inline__ __u64 ___arch__swab64(__u64 x)
 {
        __asm__("bswapq %0" : "=r" (x) : "0" (x));
        return x;
 }
+#endif
 
 static __inline__ __u32 ___arch__swab32(__u32 x)
 {

--T4sUOijqQbZv57TR--

---------------------------------------
Received: (at 245387-close) by bugs.debian.org; 2 Jun 2004 04:23:05 +0000
>From [EMAIL PROTECTED] Tue Jun 01 21:23:05 2004
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 1BVNHN-0003RX-00; Tue, 01 Jun 2004 21:23:05 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1BVNBa-0007no-00; Wed, 02 Jun 2004 00:17:06 -0400
From: GOTO Masanori <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.49 $
Subject: Bug#245387: fixed in linux-kernel-headers 2.5.999-test7-bk-16
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 02 Jun 2004 00:17:06 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: linux-kernel-headers
Source-Version: 2.5.999-test7-bk-16

We believe that the bug you reported is fixed in the latest version of
linux-kernel-headers, which is due to be installed in the Debian FTP archive:

linux-kernel-headers_2.5.999-test7-bk-16.diff.gz
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-16.diff.gz
linux-kernel-headers_2.5.999-test7-bk-16.dsc
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-16.dsc
linux-kernel-headers_2.5.999-test7-bk-16_i386.deb
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-16_i386.deb



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.
GOTO Masanori <[EMAIL PROTECTED]> (supplier of updated linux-kernel-headers 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: Tue, 11 May 2004 15:22:19 +0900
Source: linux-kernel-headers
Binary: linux-kernel-headers
Architecture: source i386
Version: 2.5.999-test7-bk-16
Distribution: unstable
Urgency: low
Maintainer: GOTO Masanori <[EMAIL PROTECTED]>
Changed-By: GOTO Masanori <[EMAIL PROTECTED]>
Description: 
 linux-kernel-headers - Linux Kernel Headers for development
Closes: 231972 234236 245387
Changes: 
 linux-kernel-headers (2.5.999-test7-bk-16) unstable; urgency=low
 .
   * Add a patch for MIPS <asm/asm.h> and <asm/unistd.h> from Thiemo Seufer
     <[EMAIL PROTECTED]>.  (Closes: #234236)
     - debian/patches/asm-mips-asm-and-unistd.patch
   * Add a patch for x86-64 <asm/types.h> and <asm/byteorder.h> from
     Kurt Roeckx <[EMAIL PROTECTED]>.  (Closes: #245387)
     - debian/patches/x86-64-long-long.patch
   * Add a patch for S390 <asm/types.h> to fix breakage when using gcc -ansi
     and #include <sys/user.h>.  (Closes: #231972)
     - debian/patches/s390-asm-types.patch
   * debian/control: Update debhelper Build-Depends version to 4.1.0.
   * debian/control: Change gotom's address.
Files: 
 3a2f8c2acbe5f3519aa88cadc01f0256 856 devel standard 
linux-kernel-headers_2.5.999-test7-bk-16.dsc
 8c43717d98131d5e17e1066c9bc2eafe 55504 devel standard 
linux-kernel-headers_2.5.999-test7-bk-16.diff.gz
 425e92434a78d5971b4508930d1ad7d0 1376672 devel standard 
linux-kernel-headers_2.5.999-test7-bk-16_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAvVDGqIqasIZIJsMRAmbEAKCQ50y9gJoMOsxiQJQ6kBdthHWizgCfUzXw
MMBUH/IuZrl9000o8nVmFOU=
=/bjs
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to