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

Re: make-kpkg strangeness



>>>>> On Tue, 07 May 2002 16:06:27 -0500
>>>>> "Manoj" == Manoj Srivastava <srivasta@debian.org> wrote:
Manoj> 
>>> "Alexander" == Alexander Kotelnikov <sacha@debian.org> writes:
Alexander> Hello.
>>>>> On Mon, 06 May 2002 19:36:38 -0500
>>>>> "Manoj" == Manoj Srivastava <srivasta@debian.org> wrote:
Manoj> 
>>> states that:
>>> ======================================================================
>>> make-kpkg arranges to cd into each modules top directory,
>>> /usr/src/modules/<mod-name>/, and runs ./debian/rules <target>. 
Manoj> 
Manoj> 
Alexander> make[1]: Entering directory `/usr/src/modules/avfs-redir-module-0.9.3-cvs2002.05.05' /usr/bin/make -w debian/rules binary-modules
Manoj> 
Manoj> 	Hmm. Where did this come from? There is a -f missing, it
Manoj>  should be make -f debian/rule blah, if anything. 

Think so too. This was in the attachement of my first message.
13:18 pts/8 sacha@pale:/usr/src/linux-2.4.12 8> make-kpkg modules_image
for module in /usr/src/modules/avfs-redir-module ; do                        \
          if test -d  $module; then                                \
    (cd $module;                                           \
              if ./debian/rules KVERS="2.4.12" KSRC="/usr/src/linux-2.4.12" \
                             KMAINT="Alexander Kotelnikov" KEMAIL="sacha@debian.org"      \
                             KDREV="3coda" kdist_image; then    \
                  echo "Module $module processed fine";            \
              else                                                  \
                   echo "Module $module failed.";                  \
                   echo "Hit return to Continue";                   \
           read ans;                                        \
              fi;                                                   \
     );                                                     \
  fi;                                                       \
        done
make[1]: Entering directory `/usr/src/modules/avfs-redir-module'
/usr/bin/make -w debian/rules binary-modules
make[2]: Entering directory `/usr/src/modules/avfs-redir-module'
make[2]: Nothing to be done for `debian/rules'.
make[2]: *** No rule to make target `binary-modules'.  Stop.
make[2]: Leaving directory `/usr/src/modules/avfs-redir-module'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/avfs-redir-module'
Module /usr/src/modules/avfs-redir-module failed.
Hit return to Continue


13:19 pts/8 sacha@pale:/usr/src/linux-2.4.12 9> ls -R ../modules/avfs-redir-module 
../modules/avfs-redir-module:
./  ../  debian/  Makefile  redir.c

../modules/avfs-redir-module/debian:
./  ../  changelog  control  copyright  README.Debian  rules*


/usr/src/modules/avfs-redir-module
is available at sacha.softjoys.ru/~sacha/files/
a very small tar archive, 7k.


-- 
Alexander Kotelnikov
Saint-Petersburg, Russia


-- 
To UNSUBSCRIBE, email to debian-mentors-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: