Your message dated Mon, 05 Jun 2006 21:32:29 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#369017: fixed in kernel-package 10.048
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)

--- Begin Message ---
Package: kernel-package
Version: 8.135
Severity: important


Hi Manoj, ...

Finally, the linux/powerpc upstream folk have decided that the prep flavour be
still built with ARCH=ppc, since nobody showed up for porting it to
ARCH=powerpc yet.

Please apply the following patch, which allows for a 'prep' flavour to use
ARCH=ppc. I have tested it, and it does indeed do the right thing.

Friendly,

Sven Luther

-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages kernel-package depends on:
ii  dpkg                       1.10.28       Package maintenance system for Deb
ii  dpkg-dev                   1.10.28       Package building tools for Debian
ii  gcc [c-compiler]           4:3.3.5-3     The GNU C compiler
ii  gcc-3.3 [c-compiler]       1:3.3.5-13    The GNU C compiler
ii  make                       3.80-9        The GNU version of the "make" util
ii  perl                       5.8.4-8sarge4 Larry Wall's Practical Extraction 

-- no debconf information
--- powerpc.mk.orig     2006-05-26 13:04:09.000000000 +0000
+++ powerpc.mk  2006-05-26 14:40:09.000000000 +0000
@@ -64,6 +64,10 @@
         else
           ifneq (,$(findstring Amiga,$(GUESS_MACHINE)))
             GUESS_SUBARCH:=apus
+          else
+            ifneq (,$(findstring Amiga,$(GUESS_MACHINE)))
+              GUESS_SUBARCH:=prep
+            endif
           endif
         endif
       endif
@@ -115,7 +119,7 @@
   ifneq (,$(findstring $(KPKG_SUBARCH), ppc ppc32 ppc64 powerpc64 powerpc 
powerpc32))
     KERNEL_ARCH:=powerpc
   endif
-  ifneq (,$(findstring $(KPKG_SUBARCH), apus Amiga APUs nubus prpmc mbx MBX))
+  ifneq (,$(findstring $(KPKG_SUBARCH), prep apus Amiga APUs nubus prpmc mbx 
MBX))
     KERNEL_ARCH:=ppc
   endif
 endif
@@ -127,7 +131,7 @@
 DEBCONFIG= $(CONFDIR)/config.$(KPKG_SUBARCH)
 
 # 32bit generic powerpc subarches.
-ifneq (,$(findstring $(KPKG_SUBARCH), powerpc powerpc32 ppc ppc32 ppc64 
powerpc64))
+ifneq (,$(findstring $(KPKG_SUBARCH), prep powerpc powerpc32 ppc ppc32 ppc64 
powerpc64))
   KPKG_SUBARCH:=powerpc
   NEED_IMAGE_POST_PROCESSING = YES
   IMAGE_POST_PROCESS_TARGET := mkvmlinuz_support_install
@@ -137,7 +141,8 @@
   define DO_IMAGE_POST_PROCESSING
        if grep $(IMAGE_POST_PROCESS_TARGET) $(IMAGE_POST_PROCESS_DIR)/Makefile 
2>&1 \
                 >/dev/null; then                                               
      \
-          if [ "$(KERNEL_ARCH_VERSION)" = "post-2.6.15" ]; then                
      \
+          if [ "$(KERNEL_ARCH_VERSION)" = "post-2.6.15" ] &&                   
     \
+            [ "$(KPKG_SUBARCH)" != "prep" ] ; then                             
     \
             $(MAKE) INSTALL_MKVMLINUZ=$(TMPTOP)$(INSTALL_MKVMLINUZ_PATH)       
      \
                ARCH=$(KERNEL_ARCH) $(EXTRAV_ARG) $(CROSS_ARG)                  
      \
               $(IMAGE_POST_PROCESS_TARGET);                                    
     \

--- End Message ---
--- Begin Message ---
Source: kernel-package
Source-Version: 10.048

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

kernel-package_10.048.dsc
  to pool/main/k/kernel-package/kernel-package_10.048.dsc
kernel-package_10.048.tar.gz
  to pool/main/k/kernel-package/kernel-package_10.048.tar.gz
kernel-package_10.048_all.deb
  to pool/main/k/kernel-package/kernel-package_10.048_all.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.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated kernel-package 
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: Mon,  5 Jun 2006 17:30:33 -0500
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 10.048
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 kernel-package - A utility for building Linux kernel related Debian packages.
Closes: 365092 369017 369154 369155 369918
Changes: 
 kernel-package (10.048) unstable; urgency=low
 .
   * Bug fix: "kernel-package: Please install linux-uml modules in
     /usr/lib/uml/modules/$UML_VER/", thanks to Mattia Dongili. The new
     rootstrap can automatically install UML modules at build time, as long
     as the installation directory is compatible. This makes it so.
                                                            (Closes: #369155).
   * Bug fix: "kernel-package: Please don't conflict with user-mode-linux
     packages", thanks to Mattia Dongili                    (Closes: #369918).
   * Bug fix: "kernel-package: Do not flattern the linux-uml modules
     directory structure", thanks to Mattia Dongili         (Closes: #369154).
   * make-kpkg fails on amd64 for xenalso consider CONFIG_X86_64_XEN (any
     more architectures that Xen would support, this method is gonna get
     untenable). This'll fix Xen building on AMD64. Please note that cross
     compiling may not work yet -- but that is a kernel build system issue.
                                                            (Closes: #365092).
   * Bug fix: "kernel-package: [powerpc, prep] Please apply patch to allow
     to build 2.6.16 -prep kernels.", thanks to Sven Luther (Closes: #369017).
Files: 
 de9df07d4ac6b691b69bb8ff22e77130 485 misc optional kernel-package_10.048.dsc
 3fef948302f71b332ba8301b66896ca9 832536 misc optional 
kernel-package_10.048.tar.gz
 8d81c4d68144dc6263770c0df07c0cec 529798 misc optional 
kernel-package_10.048_all.deb

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

iD8DBQFEhQOHIbrau78kQkwRAn7mAJ9BxusJF/77YOTnd4Maa01nCIAk2ACgpaVK
rRKMLJmw3EOvoOULpwoImX8=
=Wc9v
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to