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

modules-image not compiling




Hello, I recently tried to upgrade to 2.6.5-benh, found that the cursor went
screwy, and then tried to return to 2.6.3. The problem now is that I can no
longer make-kpkg modules-image! I get the following error message:
for module in  ; do                        \
          if test -d  $module; then                                \
    (cd $module;                                           \
              if ./debian/rules KVERS="2.6.3-ben2" KSRC="/usr/src/linux" \
                             KMAINT="Unknown Kernel Package Maintainer" KEMAIL="
unknown@unconfigured.in.etc.kernel-pkg.conf"      \
                             KPKG_DEST_DIR="/usr/src/linux/.."       \
                             KPKG_MAINTAINER="Unknown Kernel Package Maintainer"
        \
                             KPKG_EXTRAV_ARG=""        \
                             KDREV="Bl0tt0.1" kdist_image; then    \
                  echo "Module $module processed fine";            \
              else                                                  \
                   echo "Module $module failed.";                  \
                   if [ "X" != "X" ]; then      \
                      echo "Perhaps $module does not understand --rootcmd?" \
                      echo "If you see messages that indicate that it is not" \
                      echo "in fact being built as root, please file a bug " \
                      echo "against $module."                      \
                   fi                                               \
                   echo "Hit return to Continue";                   \
           read ans;                                        \
              fi;                                                   \
     );                                                     \
  fi;                                                       \
        done
/bin/sh: -c: line 1: syntax error near unexpected token `)'
/bin/sh: -c: line 1: `for module in  ; do                         if test -d  $m
odule; then                                 (cd $module;                        
                    if ./debian/rules KVERS="2.6.3-ben2" KSRC="/usr/src/linux"  
KMAINT="Unknown Kernel Package Maintainer" KEMAIL="unknown@unconfigured.in.etc.k
ernel-pkg.conf"       KPKG_DEST_DIR="/usr/src/linux/.."        KPKG_MAINTAINER="
Unknown Kernel Package Maintainer"         KPKG_EXTRAV_ARG=""         KDREV="Bl0
tt0.1" kdist_image; then     echo "Module $module processed fine";             e
lse                                                   echo "Module $module faile
d.";                   if [ "X" != "X" ]; then       echo "Perhaps $module does 
not understand --rootcmd?"  echo "If you see messages that indicate that it is n
ot"  echo "in fact being built as root, please file a bug "  echo "against $modu
le."                       fi                                                ech
o "Hit return to Continue";                    read ans;                        
                 fi;                                                    );      
                                                fi;                             
                           done'
make: [modules-image] Error 2 (ignored)

Hopefully this is helpful.

Thanks,
Derek



Reply to: