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 <svenj...@gmx.de>/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 <svenj...@gmx.de>/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 <svenj...@gmx.de>/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 <svenj...@gmx.de>/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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to