[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#321969: marked as done (linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture)



Your message dated Thu, 13 Oct 2005 13:17:36 -0700
with message-id <E1EQ9WC-0004jO-00@spohr.debian.org>
and subject line Bug#321969: 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; 8 Aug 2005 14:12:31 +0000
>From aj@andaco.de Mon Aug 08 07:12:31 2005
Return-path: <aj@andaco.de>
Received: from d040154.adsl.hansenet.de (localhost.localdomain) [80.171.40.154] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E28Mg-000760-00; Mon, 08 Aug 2005 07:12:31 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
	id 1E28Me-00014u-Uy; Mon, 08 Aug 2005 16:12:29 +0200
To: Debian Bug Tracking System <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture
Message-Id: <E1E28Me-00014u-Uy@localhost.localdomain>
Date: Mon, 08 Aug 2005 16:12:28 +0200
Delivered-To: submit@bugs.debian.org
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

Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture.

Those headers will be necessary to build an alternative 32-bit powerpc 
library for the 64-bit ppc64 architecture.

The attached patch changes debian/rules to install the ppc kernel headers 
on ppc64 in '/usr/include/ppc-linux'. The implementation is similar
as for the amd64 case where the 32-bit i386 kernel headers are installed
in '/usr/include/i386-linux'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/linux-kernel-headers-2.6.12.0/debian/rules ./debian/rules
--- ../tmp-orig/linux-kernel-headers-2.6.12.0/debian/rules	2005-07-20 12:18:53.000000000 +0000
+++ ./debian/rules	2005-07-20 12:17:41.000000000 +0000
@@ -47,6 +47,14 @@
 	cp -a include/asm-i386 $(includedir)/i386-linux/asm
 endif
 
+ifeq ($(kernel_arch),ppc64)
+	# install the ppc kernel headers in /usr/include/ppc-linux
+	mkdir -p $(includedir)/ppc-linux
+	ln -s ../linux $(includedir)/ppc-linux
+	ln -s ../asm-generic $(includedir)/ppc-linux
+	cp -a include/asm-ppc $(includedir)/ppc-linux/asm
+endif
+
 ifeq ($(kernel_arch),arm)
 	# ARM needs some extra symlinks.
 	rm -f $(includedir)/asm/proc

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

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 321969@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Jacobowitz <dan@debian.org> (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 ftpmaster@debian.org)


-----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 <dan@debian.org>
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 <takata@linux-m32r.org> for m32r
     (Closes: #327779).
   * Add patch from Andreas Jochens <aj@andaco.de> 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
     <buytenh+debian@wantstofly.org> (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-----



Reply to: