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

make-kpkg help!



Yo-

I am trying to use make-kpkg to build a .deb package for a friend.  I type
the following command and receive an error after about 3min into the
compile (on a PPro200).

(from /usr/src/kernel-source-2.0.33)

#make-kpkg kernel_image -revision=custom.1.0

...(compiles for 3 min) then,

(if [ -f modules/NET_MISC_MODULES ]; then \
      cd debian/tmp-image/lib/modules/2.0.33/misc; \
      for mod in `cat ./NET_MISC_MODULES` ; do \
                  if [ -f $mod ]; then mv $mod ../net; fi; \
              done; \
      mv ./NET_MISC_MODULES ../../../../usr/doc/kernel-image-2.0.33/; fi)
install -p    -o root -g root -m 644 .config \
         debian/tmp-image/boot/config-2.0.33
cp arch/i386/boot/bzImage \
                   debian/tmp-image/boot/vmlinuz-2.0.33
chmod 644 debian/tmp-image/boot/vmlinuz-2.0.33
cp System.map debian/tmp-image/boot/System.map-2.0.33
chmod 644 debian/tmp-image/boot/System.map-2.0.33
dpkg-gencontrol -pkernel-image-2.0.33 -Pdebian/tmp-image/
no utmp entry available, using value of LOGNAME ("root") at
/usr/lib/dpkg/controllib.pl line 16.
chown -R root.root debian/tmp-image
chmod -R og=rX debian/tmp-image
dpkg --build debian/tmp-image ..
dpkg-deb: parse error, in file `debian/tmp-image/DEBIAN/control' near line
4 package `kernel-image-2.0.33':
 `Suggests' field, invalid package name `"lilo': must start with an
alphanumeric
make: *** [stamp-image] Error 2
--------------------------------------------------------------------
I believe that it is having a problem with LILO.  Is that correct?  My
friend wishes to dual-boot so it would actually be better if this package
didn't even add my LILO to the custom kernel I am trying to build.

Any suggestions?

Thanks,

-Ian
_____________________________________________________________________
Ian K. Setford                                  ians@jove.acs.unt.edu
                                                      H: 940.566.0461
                                                    Pgr: 817.901.0255


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


Reply to: