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

Re: Help me, please !!!



Joey Hess a écrit :
Frédéric Massot wrote:

In the kernel-versions file I added the line:
# arch version flavour installedname suffix build-depends
i386   2.6.7   386     2.6.7         -  kernel-image-2.6.7_nodens.1.0


Make sure you comment out the other line.

It is it only line.


Run the command dpkg-buildpackage:
linux-kernel-di-i386-2.6# dpkg-buildpackage
dpkg-buildpackage: source package is linux-kernel-di-i386-2.6
dpkg-buildpackage: source version is 0.62
dpkg-buildpackage: source maintainer is Joey Hess <joeyh@debian.org>
dpkg-buildpackage: host architecture is i386
dpkg-checkbuilddeps: Unmet build dependencies: kernel-image-2.6.7-1-386
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)


Is the kernel-versions file correct?

Why there is a problem of dependence?


Probably debian/control is not yet updated for your kernel, so it still
has the dependency for the stock one. Run debian/rules debian/control to
update it and try again.


linux-kernel-di-i386-2.6# ./debian/rules debian/control
kernel-wedge gen-control > debian/control

linux-kernel-di-i386-2.6# cat debian/control
Source: linux-kernel-di-i386-2.6
Section: debian-installer
Priority: optional
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Uploaders: Joey Hess <joeyh@debian.org>
Build-Depends: kernel-wedge (>= 1.19), kernel-image-2.6.7_nodens.1.0 [i386]

linux-kernel-di-i386-2.6# dpkg-buildpackage
dpkg-buildpackage: source package is linux-kernel-di-i386-2.6
dpkg-buildpackage: source version is 0.62
dpkg-buildpackage: source maintainer is Joey Hess <joeyh@debian.org>
dpkg-buildpackage: host architecture is i386
dpkg-checkbuilddeps: error: control file must have at least one binary package part
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)

:o(

Which is this "binary package part" ?


To solve my problem (Bug # 264787), I have two solutions:
- To build the installer with a custom kernel
- That official kernel 2.6 of the installer image sarge-i386-netinst.iso is compiled with activated functionality CONFIG_MODVERSIONS (Module versioning support).

Can you activate this kernel feature for the image ?

Regards.
--
==============================================
|              FREDERIC MASSOT               |
|     http://www.juliana-multimedia.com      |
|   mailto:frederic@juliana-multimedia.com   |
===========================Debian=GNU/Linux===



Reply to: