Bug#321969: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture

2005-08-11 Thread Andreas Jochens
An additional setting of 'arch_biarch="amd64"' has to be added to the previous patch for the i386 case. Otherwise the autoconf.h file will not be installed correctly. Regards Andreas Jochens diff -urN ../tmp-orig/linux-kernel-headers-2.6.13+0rc3/debian/generate-asm.sh ./debian/generate-asm.sh -

Bug#321969: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture

2005-08-09 Thread Andreas Jochens
Hello, the attached patch also adds support for /usr/include/asm wrappers for the i386 and amd64 architectures to linux-kernel-headers. This will allow the build of 32/64 bit alternative libc libraries on the amd64/i386 architectures. Regards Andreas Jochens diff -urN ../tmp-orig/linux-kerne

Bug#321969: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture

2005-08-09 Thread Andreas Jochens
On 05-Aug-09 11:34, Christoph Hellwig wrote: > On Mon, Aug 08, 2005 at 03:59:25PM -0400, Daniel Jacobowitz wrote: > > Sid's /usr/include/asm doesn't use wrappers on most platforms. On ia32 > > it will if you've got amd64-libs-dev installed. Sparc does this in > > l-k-h already. > > On ppc it app

Bug#321969: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture

2005-08-09 Thread Christoph Hellwig
On Mon, Aug 08, 2005 at 03:59:25PM -0400, Daniel Jacobowitz wrote: > I've got no idea what you mean here, Christoph, which is funny > since I built the kernel headers packages that Debian's using in the > first place. We don't use glibc-kernheaders. We use a package called > linux-kernel-headers,

Bug#321969: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture

2005-08-08 Thread Daniel Jacobowitz
On Mon, Aug 08, 2005 at 08:50:51PM +0200, Christoph Hellwig wrote: > On Mon, Aug 08, 2005 at 05:30:48PM +0200, Andreas Jochens wrote: > > > never use kernel headers from userland. Use glibc-kerneheaders which in > > > already does the proper redirecting of /usr/include/asm/ to 32 or 64 bit > > > v

Bug#321969: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture

2005-08-08 Thread Christoph Hellwig
On Mon, Aug 08, 2005 at 05:30:48PM +0200, Andreas Jochens wrote: > > never use kernel headers from userland. Use glibc-kerneheaders which in > > already does the proper redirecting of /usr/include/asm/ to 32 or 64 bit > > versions depending on whether you're compiling with -m64 or not. > > How do

Bug#321969: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture

2005-08-08 Thread Andreas Jochens
Hello, thanks for your quick reply to my report! On 05-Aug-08 16:54, Christoph Hellwig wrote: > On Mon, Aug 08, 2005 at 04:12:28PM +0200, Andreas Jochens wrote: > > Package: linux-kernel-headers > > Version: 2.6.13+0rc3-1.1 > > Severity: wishlist > > Tags: patch > > > > Please install the 32-bit

Bug#321969: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture

2005-08-08 Thread Christoph Hellwig
On Mon, Aug 08, 2005 at 04:12:28PM +0200, Andreas Jochens wrote: > 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. There's no ppc64 architecture in debian (yet). Besides that

Bug#321969: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture

2005-08-08 Thread Andreas Jochens
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 ch