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

Re: kernel upgrading problems (2.0.36->.38)



>>"Robert" == Robert Waldner <Waldner@Austria.EU.net> writes:

 Robert> Hello,
 Robert>  I have a problem upgrading to the recent 2.0.38 kernel,
 Robert>  according to the debian-faq I try to to make-kpkg --revision
 Robert>  bla.1 kernel_image but there seems to be a problem with the
 Robert>  make-kpkg-skript: 

        Actually, the problem is with the CROSS_COMPILE=i586-linux-
 part. For some reason the system thinks you are cross compiling.

 bash-2.03> make-kpkg --revision bla.1 kernel_image
 Robert> test -f stamp-debian || make -f /usr/share/kernel-package/rules debian
 Robert> test ! -f stamp-configure && \
 Robert>   (test -f .config || \
 Robert>                 install -p    -o root -g root -m 644 
 Robert> /usr/share/kernel-package/config .config) \
 Robert>   && make  CROSS_COMPILE=i586-linux- \
 Robert>                                  ARCH=i586 oldconfig \
 Robert>           && make  CROSS_COMPILE=i586-linux- \
 Robert>                                  ARCH=i586 dep \
 Robert>           && make  CROSS_COMPILE=i586-linux- \
 Robert>                                  ARCH=i586 clean && \
 Robert>               touch stamp-configure
 Robert> make[1]: Entering directory `/usr/src/kernel-source-2.0.38'
 Robert> Makefile:153: arch/i586/Makefile: No such file or directory
 Robert> make[1]: *** No rule to make target `arch/i586/Makefile'.  Stop.

        manoj
-- 
 Don't speak harshly to anyone. If you do people will speak to you in
 the same way. Harsh words are painful and their retaliation will hurt
 you. 133
Manoj Srivastava   <srivasta@debian.org>  <http://www.debian.org/%7Esrivasta/>
1024R/C7261095 print CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


Reply to: