Package: kernel-patch-suspend2
Version: 2.1.9.9-3
Severity: normal

Installed the suspend2 kernel-patch with synaptic over debian experimental repository, along with the 2.6.12-10 linux-source from testing. Tried to rebuild the kernel image and got this message. I'd appreciate your help.

debian:/usr/src/linux-source-2.6.12# make-kpkg --added-patches=suspend2 --config=menuconfig --revision=custom.1.8 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/2.6.12/apply/suspend2 ; 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

E: no applicable suspend2 patch found for this kernel. With a recent
E: kernel, this usually means that I have not yet found the time to
E: verify the patch against your revision of the Debian kernel. Feel
E: free to inform me whether the patch still applies. If you are
E: trying to patch an older kernel, you are likely out of luck. Please
E: use a recent kernel instead.

Patch /usr/src/kernel-patches/all/2.6.12/apply/suspend2  failed.
Hit return to Continue




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

Reply via email to