[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

can't build modules of kernel 2.4.2



Hi!


I downloaded kernel 2.4.2 of www.kernel.org and tried to compile it. The 
compilation seems ok, but "make-kpkg modules_image" displays the message and 
exit!


bernhard@marmeladinger:/usr/src/linux-2.4.2$ make-kpkg modules_image
test -f stamp-debian || make -f /usr/share/kernel-package/rules debian
test -f .config      || make -f /usr/share/kernel-package/rules .config
test ! -f stamp-configure \
  && make  CROSS_COMPILE= \
                                 ARCH=i386 oldconfig \
          && make  CROSS_COMPILE= \
                                 ARCH=i386 dep \
          && make  CROSS_COMPILE= \
                                 ARCH=i386 clean && \
              touch stamp-configure
make: [stamp-configure] Error 1 (ignored)
for module in /usr/src/modules/* ; do                         \
          if test -d  $module; then                                \
    (cd $module;                                           \
              if ./debian/rules KVERS="2.4.2" KSRC="/usr/src/linux-2.4.2" \
                             KMAINT="Unknown Kernel Package Maintainer" 
KEMAIL="unknown@unconfigured.in.etc.kernel-pkg.conf"      \
                             KDREV="custom.1.0" kdist_image; then    \
                  echo "Module $module processed fine";            \
              else                                                  \
                   echo "Module $module failed.";                  \
                   echo "Hit return to Continue";                   \
           read ans;                                        \
              fi;                                                   \
     );                                                     \
  fi;                                                       \
        done
bernhard@marmeladinger:/usr/src/linux-2.4.2$


What did I make wrong? Any ideas?

Bernhard



Reply to: