Package: kernel-patch-mppe
Version: 2.4.2+20040216-4
Severity: important

Dear Maintainer,

The kernel-patch for mppe in sarge (and sid) fails to apply to 2.6.x.y
kernels from kernel.org. As you can see in the message below, 2.6.12.1
does not match any of the kernel versions in
/usr/src/kernel-patches/all/apply/mppe. Adding 2.6.12.1 to the KVERSIONS 
array resolves this issue. I'm not sure if adding a bunch of kernel
versions to that array would be an options (like 2.6.20 is in there
currently), but I'd rather leave that issue up to you.


Please fix the situation. One idea would be to match only the first
three kernel version numbers (e.g. 2.6.12, not 2.6.12.1), since the
stable releases do not change much.

Regards,

Allard Hoeve




corona:/usr/src/linux-2.6.12.1# make-kpkg --append-to-version -byte \
        --added-patches mppe --revision corona.1 kernel-image
# work around idiocy in recent kernel versions
test ! -e scripts/package/builddeb || \
            mv -f scripts/package/builddeb scripts/package/builddeb.dist
test ! -e scripts/package/Makefile || \
            (mv -f scripts/package/Makefile
scripts/package/Makefile.dist && \
               (echo "# Dummy file "; echo "help:") >
scripts/package/Makefile)
test ! -f stamp-debian && test ! -f debian/official && \
      rm -rf ./debian && mkdir ./debian
test -f applied_patches && rm -f applied_patches
make: [stamp-debian] Error 1 (ignored)
for patch in /usr/src/kernel-patches/all/apply/mppe ; do            \
          if test -x  $patch; then                    \
              if $patch; then                         \
                  echo "Patch $patch processed fine"; \
          echo "$patch" >> applied_patches;   \
              else                                     \
                   echo "Patch $patch  failed.";      \
                   echo "Hit return to Continue";      \
           read ans;                           \
              fi;                                      \
  fi;                                          \
        done
No "MPPE encryption support for PPP" patch found for kernel version
2.6.12.1
Patch /usr/src/kernel-patches/all/apply/mppe  failed.
Hit return to Continue


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-mppe-byte
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kernel-patch-mppe depends on:
ii  bash                          2.05b-26   The GNU Bourne Again SHell
ii  grep-dctrl                    2.1.9      Grep Debian package information
ii  gzip                          1.3.5-9    The GNU compression utility
ii  patch                         2.5.9-2    Apply a diff file to an original

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to