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

[debian-users:05713] make-kpkg failed...



久々にカーネルをコンパイルしているのですが,以下のようにエラー
でストップしてしまいます.

---
......................................
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.32':
 `Suggests' field, invalid package name `"lilo': must start with an alphanumeric
make: *** [stamp-image] Error 2
---

で debian/tmp-image/DEBIAN/control を見てみると,

---
Package: kernel-image-2.0.32
Version: custom.1.6
Architecture: i386
Suggests: "lilo (>= 19.1), " fdutils, kernel-doc-2.0.32
Provides: kernel-image
Installed-Size: 730
Maintainer: Kazuho Arita <kazuho@localhost>
Source: kernel-source-2.0.32
Description: Linux kernel binary image.
 This package contains the Linux kernel image, the System.map file,
 and the modules built by the packager.  It also contains scripts that
 try to ensure that the system is not left in a unbootable state
 after an update.
 .
 If you wish to update a bootdisk, or to use a bootloader to make
 installing and using the image easier, we suggest you install the latest
 fdutils (for formatting a floppy to be used as boot disk), and LILO, for a
 powerful bootloader. Of course, both these are optional.
---

となり,どうも 4 行目の Suggests の " の場所が悪いような気がし
ます.

どうすれば,取りあえずカーネルをコンパイルすることができるでしょ
うか?

環境は以下の通りです.

hamm
kernel-package_4.06
kernel-source_2.0.32-5
kernel-source_2.0.33-7

---
ありた かずほ <kazuho@xxxxxxxxxxx>