Your message dated Sun, 04 Mar 2012 03:34:16 +0000
with message-id <[email protected]>
and subject line Bug#635019: fixed in kernel-package 12.036+nmu2
has caused the Debian Bug report #635019,
regarding kernel-package: incompatible with make 3.82
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
635019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635019
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kernel-package
Version: 12.036+nmu1
Severity: important

With make 3.82, make-kpkg throws errors:

,----
| $ LANG=C make-kpkg --arch=amd64 --cross-compile=- linux-image
| exec make kpkg_version=12.036+nmu1 -f 
/usr/share/kernel-package/ruleset/minimal.mk debian KPKG_ARCH=amd64   
CROSS_COMPILE=- 
| ====== making target debian/stamp/conf/minimal_debian [new prereqs: ]======
| This is kernel package version 12.036+nmu1.
| test -d debian             || mkdir debian
| test ! -e stamp-building || rm -f stamp-building
| install -p -m 755 /usr/share/kernel-package/rules debian/rules
| for file in ChangeLog  Control  Control.bin86 config templates.in rules; do   
                                   \
|             cp -f  /usr/share/kernel-package/$file ./debian/;                 
              \
|         done
| for dir  in Config docs examples ruleset scripts pkg po;  do                  
                    \
|           cp -af /usr/share/kernel-package/$dir  ./debian/;                   
              \
|         done
| test -f debian/control || sed         -e 's/=V/../g'  \
|                 -e 's/=D/..-1/g'         -e 's/=A/i386/g'  \
|       -e 's/=SA//g'  \
|       -e 's/=I//g'                                \
|       -e 's/=CV/./g'                      \
|       -e 's/=M/Sven Joachim <[email protected]>/g'                          \
|       -e 's/=ST/linux/g'      -e 's/=B/x86_64/g'    \
|                   /usr/share/kernel-package/Control > debian/control
| test -f debian/changelog ||  sed -e 's/=V/../g'       \
|             -e 's/=D/..-1/g'        -e 's/=A/i386/g'       \
|             -e 's/=ST/linux/g'     -e 's/=B/x86_64/g'         \
|             -e 's/=M/Sven Joachim <[email protected]>/g'                        
    \
|              /usr/share/kernel-package/changelog > debian/changelog
| chmod 0644 debian/control debian/changelog
| test -d ./debian/stamp || mkdir debian/stamp 
| make -f debian/rules debian/stamp/conf/kernel-conf
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -gt: unexpected operator
| [: 1: -ge: unexpected operator
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -ge: unexpected operator
| make[1]: Entering directory `/usr/local/src/linux'
| ====== making target debian/stamp/conf/kernel-conf [new prereqs: ]======
| make   CROSS_COMPILE='' ARCH=x86_64 \
|                     oldconfig;
| make[2]: Entering directory `/usr/local/src/linux'
| scripts/kconfig/conf --oldconfig Kconfig
| #
| # configuration written to .config
| #
| make[2]: Leaving directory `/usr/local/src/linux'
| make   CROSS_COMPILE='' \
|                        ARCH=x86_64  dep
| make[2]: Entering directory `/usr/local/src/linux'
| scripts/kconfig/conf --silentoldconfig Kconfig
| make[2]: Leaving directory `/usr/local/src/linux'
| *** Warning: make dep is unnecessary now.
| make   CROSS_COMPILE='' ARCH=x86_64 clean
| make[2]: Entering directory `/usr/local/src/linux'
| make[2]: Leaving directory `/usr/local/src/linux'
| echo done > debian/stamp/conf/kernel-conf
| make[1]: Leaving directory `/usr/local/src/linux'
| make -f debian/rules debian/stamp/conf/full-changelog
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -gt: unexpected operator
| [: 1: -ge: unexpected operator
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -ge: unexpected operator
| make[1]: Entering directory `/usr/local/src/linux'
| ====== making target debian/stamp/conf/full-changelog [new prereqs: ]======
| for file in ChangeLog  Control  Control.bin86 config templates.in rules; do   
                        \
|      cp -f  /usr/share/kernel-package/$file ./debian/;                        
\
| done
| for dir  in Config docs examples ruleset scripts pkg po;      do              
                \
|    cp -af /usr/share/kernel-package/$dir  ./debian/;                          
\
| done
| install -p -m 755 /usr/share/kernel-package/rules debian/rules
| sed         -e 's/=V/../g'  \
|                 -e 's/=D/..-1/g'         -e 's/=A/i386/g'  \
|       -e 's/=SA//g'  \
|       -e 's/=I//g'                                \
|       -e 's/=CV/./g'                      \
|       -e 's/=M/Sven Joachim <[email protected]>/g'                          \
|       -e 's/=ST/linux/g'      -e 's/=B/x86_64/g'    \
|                   /usr/share/kernel-package/Control > debian/control
| sed -e 's/=V/../g' -e 's/=D/..-1/g'         \
|     -e 's/=A/i386/g' -e 's/=M/Sven Joachim <[email protected]>/g' \
|     -e 's/=ST/linux/g'         -e 's/=B/x86_64/g'           \
|       /usr/share/kernel-package/changelog > debian/changelog
| chmod 0644 debian/control debian/changelog
| make -f debian/rules debian/stamp/conf/kernel-conf
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -gt: unexpected operator
| [: 1: -ge: unexpected operator
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -ge: unexpected operator
| make[2]: Entering directory `/usr/local/src/linux'
| make[2]: `debian/stamp/conf/kernel-conf' is up to date.
| make[2]: Leaving directory `/usr/local/src/linux'
| make[1]: Leaving directory `/usr/local/src/linux'
| echo done > debian/stamp/conf/minimal_debian
| exec debian/rules  KPKG_ARCH=amd64  CROSS_COMPILE=-  linux-image 
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -gt: unexpected operator
| [: 1: -ge: unexpected operator
| [: 1: -lt: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -eq: unexpected operator
| [: 1: -ge: unexpected operator
| ====== making target debian/stamp/conf/vars [new prereqs: ]======
| 
| debian/ruleset/kernel_version.mk:73: *** missing separator (did you mean TAB 
instead of 8 spaces?).  Stop.
| make: *** [debian/stamp/conf/vars] Error 2
`----


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.0.0-rc7-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kernel-package depends on:
ii  binutils              2.21.53.20110720-1 The GNU assembler, linker and bina
ii  build-essential       11.5               Informational list of build-essent
ii  debianutils           4.0.2              Miscellaneous utilities specific t
ii  file                  5.04-5+b1          Determines file type using "magic"
ii  gettext               0.18.1.1-3         GNU Internationalization utilities
ii  make                  3.82-1             utility for directing compilation
ii  module-init-tools     3.16-1             tools for managing Linux kernel mo
ii  po-debconf            1.0.16+nmu1        tool for managing templates file t
ii  util-linux            2.19.1-4           Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  cpio                          2.11-7     GNU cpio -- a program to manage ar

Versions of packages kernel-package suggests:
pn  btrfs-tools        <none>                (no description available)
ii  bzip2              1.0.5-6               high-quality block-sorting file co
pn  docbook-utils      <none>                (no description available)
ii  e2fsprogs          1.42~WIP-2011-07-02-1 ext2/ext3/ext4 file system utiliti
pn  grub | grub2       <none>                (no description available)
ii  initramfs-tools [l 0.99                  tools for generating an initramfs
pn  jfsutils           <none>                (no description available)
ii  libncurses5-dev [l 5.9-2                 developer's libraries for ncurses
pn  linux-source | ker <none>                (no description available)
pn  mcelog             <none>                (no description available)
pn  oprofile           <none>                (no description available)
pn  pcmciautils        <none>                (no description available)
pn  ppp                <none>                (no description available)
ii  procps             1:3.2.8-10            /proc file system utilities
pn  quota              <none>                (no description available)
pn  reiserfsprogs      <none>                (no description available)
pn  squashfs-tools     <none>                (no description available)
ii  udev               171-3                 /dev/ and hotplug management daemo
pn  xfsprogs           <none>                (no description available)
pn  xmlto              <none>                (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: kernel-package
Source-Version: 12.036+nmu2

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_12.036+nmu2.dsc
  to main/k/kernel-package/kernel-package_12.036+nmu2.dsc
kernel-package_12.036+nmu2.tar.gz
  to main/k/kernel-package/kernel-package_12.036+nmu2.tar.gz
kernel-package_12.036+nmu2_all.deb
  to main/k/kernel-package/kernel-package_12.036+nmu2_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.
Ben Hutchings <[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: SHA512

Format: 1.8
Date: Sun, 04 Mar 2012 01:36:38 +0000
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 12.036+nmu2
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[email protected]>
Changed-By: Ben Hutchings <[email protected]>
Description: 
 kernel-package - A utility for building Linux kernel related Debian packages.
Closes: 620515 633743 635019 635563 637421 638012
Changes: 
 kernel-package (12.036+nmu2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove minimum-version checks that were incorrect for Linux 3.x and
     were already satisfied by Linux 2.6.26 (lenny) (Closes: #635563)
   * Look for lguest tools in both Documentation/virtual/lguest and
     Documentation/lguest (Closes: #638012)
   * Do not suggest obsolete ksymoops package (Closes: #637421)
   * Fix incompatibility with make 3.82 due to indentation with spaces
     (Closes: #635019), thanks to Jens Lody
   * Fix native builds on armel and armhf (Closes: #633743):
     - Test for cross-compilation by comparing build CPU name with host
       CPU name, not host Debian architecture name
     - Merge armel.mk into arm.mk
     - Add default configuration for armhf
   * Change all example revisions in README to begin with a digit, as
     now expected by dpkg (Closes: #620515)
Checksums-Sha1: 
 05f8ba7480a093117f0d77b969a9a18d8edd2e90 1604 kernel-package_12.036+nmu2.dsc
 1baad762d04d4d50b772e9a4e4fc83521752770b 552405 
kernel-package_12.036+nmu2.tar.gz
 cb3600aa2e09ae4286d7fb76044211809a5ffe75 500916 
kernel-package_12.036+nmu2_all.deb
Checksums-Sha256: 
 0e1043f28d07aed4075f638a585b7ae01b8cd70fee0f97f1e0865810427c69a7 1604 
kernel-package_12.036+nmu2.dsc
 a5355aac199a1a1d4a611964cdd9db5f835ad19f2ee2db0b769089c130303ec0 552405 
kernel-package_12.036+nmu2.tar.gz
 a2756169a20ce529f45b0d43e7fa1965d54f08757d717c591ae61ae22a3a62ba 500916 
kernel-package_12.036+nmu2_all.deb
Files: 
 e4a1ffb466994033a3e7e0dfce583c76 1604 kernel optional 
kernel-package_12.036+nmu2.dsc
 1fa5748615b13439189a29184ce247b0 552405 kernel optional 
kernel-package_12.036+nmu2.tar.gz
 2b3c860be371af88ef9c54278a5383b8 500916 kernel optional 
kernel-package_12.036+nmu2_all.deb

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

iQIVAwUBT1LfcOe/yOyVhhEJAQpvVA/9G6gDap1Rtsj3EyPjzAL+2QoGBl/hJ2BA
wjx1yO/G75kO72t7v7boWP5R1f0vW8GET/3Q6z61V2Tfq6So3vxS3S+nFJac0ird
azNPrCDDcezeLTvb7JvF4eTOvE1jruIjXKZKMoT3+EfjdTN5xX3lFq5PE3a3cKcS
cEHUo82Eixb7Dg7LTcphQ6vuW13oyI0nEgZ3oUp09njbi8ymy5szVXuH6JLiPcZe
aJf+ngP0mNQGHArR0ejKncPdaEE58FgiJUyXzIGZ38J1FD7JYA5GWU7TtivyASRf
OLDRChV8hHWoSPp/o2wBv+DPrtpSnJ5z8g1q0je1RlLURBIVZu/+U+/pPh7mFKOh
b+qC/fHVef96JhBh//omlUg51e3jPETDsJCIo10qf0Ni/+AprJJxJpoQsb6fBFEg
7KHiR3CKG07CuAwzCp1bI9sbbJbmwfMy5iHLf+v9400NF9BlH3dZQ7hN1uwcaOvJ
LXPyz8bZB2KalMUuPZ0JFtuwW4ka6FSYQhwyJ9G2CKBEKum5g5cOtQ3/oETel37z
YnAKLgVygKu+ZBoh+Cwc/JGsMPTguIbe3jr6aocWJgPm3riUrYmJmAVfknLK70YV
/M78ir5OKw7LRE2nd+Q2O5q4dR8FNXmng8+Jo9srBee5JD6Td5g5NbcIlxr42t1P
HYN7wxJAQzg=
=ba21
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to