Your message dated Thu, 13 Oct 2005 13:17:36 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327779: fixed in linux-kernel-headers 2.6.13+0rc3-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; 12 Sep 2005 04:53:52 +0000
>From [EMAIL PROTECTED] Sun Sep 11 21:53:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.renesas.com (mail01.idc.renesas.com) [202.234.163.13] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EEgKF-0007md-00; Sun, 11 Sep 2005 21:53:52 -0700
Received: (from [EMAIL PROTECTED])
        by guardian03.idc.renesas.com with  id j8C4rG7U015157
        for [EMAIL PROTECTED]; Mon, 12 Sep 2005 13:53:16 +0900 (JST)
Received: from unknown [172.20.8.73] by guardian03.idc.renesas.com with SMTP id 
PAA15154 ; Mon, 12 Sep 2005 13:53:16 +0900
Received: from mrkaisv.hoku.renesas.com ([10.145.105.245])
        by ml01.idc.renesas.com (8.12.10/8.12.10) with ESMTP id j8C4rHko025373
        for <[EMAIL PROTECTED]>; Mon, 12 Sep 2005 13:53:17 +0900 (JST)
Received: from pcepx10.hoku.renesas.com (pcepx10 [10.145.105.241])
        by mrkaisv.hoku.renesas.com (Postfix) with SMTP id E16A9798071
        for <[EMAIL PROTECTED]>; Mon, 12 Sep 2005 13:53:17 +0900 (JST)
Received: (qmail 15554 invoked by uid 9200); 12 Sep 2005 04:53:21 -0000
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Hirokazu Takata <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: linux-kernel-headers: m32r architecture support
X-Mailer: reportbug 3.15
Date: Mon, 12 Sep 2005 13:53:21 +0900
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-Level: 
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

Package: linux-kernel-headers
Version: 2.6.13+0rc3-1.1
Severity: wishlist
Tags: patch

We're porting Debian to M32R architecure (http://debian.linux-m32r.org/).
Could you please include M32R support?

Here is a patch for the m32r architecture.

Thank you.
---

 asm-types-long-long.patch   |   16 ++++++++++++++++
 linux-types-long-long.patch |   12 ++++++++++++
2 files changed, 28 insertions(+)

diff -ruNp patches.org/asm-types-long-long.patch 
patches/asm-types-long-long.patch
--- patches.org/asm-types-long-long.patch       2005-08-24 19:24:33.000000000 
+0900
+++ patches/asm-types-long-long.patch   2005-09-07 13:35:18.000000000 +0900
@@ -30,6 +30,22 @@ diff -Nuar include.org/asm-i386/types.h 
  #endif
  
  #endif /* __ASSEMBLY__ */
+diff -Nuar include.org/asm-m32r/types.h include/asm-m32r/types.h
+--- include.org/asm-m32r/types.h       2005-07-13 13:46:46.000000000 +0900
++++ include/asm-m32r/types.h   2005-09-07 13:30:25.000000000 +0900
+@@ -23,9 +23,9 @@
+ typedef __signed__ int __s32;
+ typedef unsigned int __u32;
+ 
+-#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
+-typedef __signed__ long long __s64;
+-typedef unsigned long long __u64;
++#if defined(__GNUC__)
++__extension__ typedef __signed__ long long __s64;
++__extension__ typedef unsigned long long __u64;
+ #endif
+ #endif /* __ASSEMBLY__ */
+ 
 diff -Nuar include.org/asm-m68k/types.h include/asm-m68k/types.h
 --- include.org/asm-m68k/types.h       2003-10-16 00:09:42.000000000 +0900
 +++ include/asm-m68k/types.h   2004-07-31 23:00:13.000000000 +0900
diff -ruNp patches.org/linux-types-long-long.patch 
patches/linux-types-long-long.patch
--- patches.org/linux-types-long-long.patch     2005-08-24 19:24:33.000000000 
+0900
+++ patches/linux-types-long-long.patch 2005-09-07 13:37:58.000000000 +0900
@@ -85,6 +85,18 @@ diff -Nurp include.orig/asm-ia64/posix_t
  typedef int           __kernel_pid_t;
  typedef int           __kernel_ipc_pid_t;
  typedef unsigned int  __kernel_uid_t;
+diff -Nurp include.orig/asm-m32r/posix_types.h include/asm-m32r/posix_types.h
+--- include.orig/asm-m32r/posix_types.h        2005-07-13 13:46:46.000000000 
+0900
++++ include/asm-m32r/posix_types.h     2005-09-07 13:24:21.000000000 +0900
+@@ -39,7 +39,7 @@ typedef unsigned short       __kernel_old_gid_
+ typedef unsigned short        __kernel_old_dev_t;
+ 
+ #ifdef __GNUC__
+-typedef long long     __kernel_loff_t;
++__extension__ typedef long long       __kernel_loff_t;
+ #endif
+ 
+ typedef struct {
 diff -Nurp include.orig/asm-m68k/posix_types.h include/asm-m68k/posix_types.h
 --- include.orig/asm-m68k/posix_types.h        2003-10-15 11:10:27.000000000 
-0400
 +++ include/asm-m68k/posix_types.h     2003-11-23 16:08:42.000000000 -0500


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: m32r
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13

-- no debconf information

---------------------------------------
Received: (at 327779-close) by bugs.debian.org; 13 Oct 2005 20:23:28 +0000
>From [EMAIL PROTECTED] Thu Oct 13 13:23:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EQ9WC-0004jQ-00; Thu, 13 Oct 2005 13:17:36 -0700
From: Daniel Jacobowitz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#327779: fixed in linux-kernel-headers 2.6.13+0rc3-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 13 Oct 2005 13:17:36 -0700
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-Level: 
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-CrossAssassin-Score: 4

Source: linux-kernel-headers
Source-Version: 2.6.13+0rc3-2

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.6.13+0rc3-2.diff.gz
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.13+0rc3-2.diff.gz
linux-kernel-headers_2.6.13+0rc3-2.dsc
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.13+0rc3-2.dsc
linux-kernel-headers_2.6.13+0rc3-2_i386.deb
  to 
pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.13+0rc3-2_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.
Daniel Jacobowitz <[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: Thu, 13 Oct 2005 15:42:01 -0400
Source: linux-kernel-headers
Binary: linux-kernel-headers
Architecture: source i386
Version: 2.6.13+0rc3-2
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Daniel Jacobowitz <[EMAIL PROTECTED]>
Description: 
 linux-kernel-headers - Linux Kernel Headers for development
Closes: 274920 320515 321969 327779 333596
Changes: 
 linux-kernel-headers (2.6.13+0rc3-2) unstable; urgency=low
 .
   * Acknowledge NMU from Adeodato Simó (Closes: #320515).  Thanks!
   * Add patch from Hirokazu Takata <[EMAIL PROTECTED]> for m32r
     (Closes: #327779).
   * Add patch from Andreas Jochens <[EMAIL PROTECTED]> for biarch ppc / ppc64 /
     i386 / amd64 support (Closes: #274920, #321969).
   * Temporarily adjust i386 biarch support to avoid clashing with
     amd64-libs-dev (due to limitations of dpkg-divert - diversions
     are removed in the postrm, so Conflicts is not enough to
     make sure amd64-libs-dev is fully gone before we install).
   * Merge armeb support from Lennert Buytenhek
     <[EMAIL PROTECTED]> (Closes: #333596).
   * Correct ppc64 memory.h patch.
Files: 
 296288cb672d90c57110e102861adc22 839 devel standard 
linux-kernel-headers_2.6.13+0rc3-2.dsc
 0d4cef2b59ccb675f308babe4bedec5e 90484 devel standard 
linux-kernel-headers_2.6.13+0rc3-2.diff.gz
 2d2e44bb89ec4aaa2e644878ad032958 1642708 devel standard 
linux-kernel-headers_2.6.13+0rc3-2_i386.deb

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

iD8DBQFDTr8wbgOPXuCjg3cRAt72AJ9vyxOyQM7HtaL/AZSEEny8ZoXSBQCgvkNK
ikt6l6DBqMdeetkOPbWnuGE=
=LjK0
-----END PGP SIGNATURE-----


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

Reply via email to