Your message dated Thu, 15 Oct 2009 14:57:27 -0500
with message-id <[email protected]>
and subject line Re: Bug#551104: kernel-package: "make-kpkg
(binary-arch|kernel_image)" generates xenu pkg
has caused the Debian Bug report #551104,
regarding kernel-package: "make-kpkg (binary-arch|kernel_image)" generates xenu
pkg
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
551104: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551104
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kernel-package
Version: 12.022
Severity: normal
After the upgrade to v12.022, running make-kpkg binary-arch will not
create linux-image*. Instead linux-xenu* is created.
12.021 works normally.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-rc3 (SMP w/2 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages kernel-package depends on:
ii binutils 2.19.91.20091006-1 The GNU assembler, linker and bina
ii build-essential 11.4 Informational list of build-essent
ii debianutils 3.2.1 Miscellaneous utilities specific t
ii file 5.03-2 Determines file type using "magic"
ii gettext 0.17-8 GNU Internationalization utilities
ii make 3.81-6 An utility for Directing compilati
ii module-init-tools 3.10-3 tools for managing Linux kernel mo
ii po-debconf 1.0.16 tool for managing templates file t
ii util-linux 2.16.1-4 Miscellaneous system utilities
Versions of packages kernel-package recommends:
ii cpio 2.10-1 GNU cpio -- a program to manage ar
Versions of packages kernel-package suggests:
ii bzip2 1.0.5-3 high-quality block-sorting file co
ii docbook-u 0.6.14-1.1 Convert Docbook files to other for
ii e2fsprogs 1.41.9-1 ext2/ext3/ext4 file system utiliti
ii initramfs 0.93.4 tools for generating an initramfs
pn libdb3-de <none> (no description available)
ii libncurse 5.7+20090803-2 developer's libraries and docs for
ii linux-sou 2.6.30.2-tuxonice-10.00.Custom Linux kernel source for version 2.
ii linux-sou 2.6.32-rc3-10.00.Custom Linux kernel source for version 2.
ii xmlto 0.0.23-2 XML-to-any converter
-- no debconf information
--- End Message ---
--- Begin Message ---
On Thu, Oct 15 2009, Edward J. Shornock wrote:
> After the upgrade to v12.022, running make-kpkg binary-arch will not
> create linux-image*. Instead linux-xenu* is created.
>
> 12.021 works normally.
It only does that if you have configured Xen in your .config
file. You probably have CONFIG_XEN or CONFIG_X86_64_XEN set in the
.config, but not CONFIG_XEN_PRIVILEGED_GUEST. This is part of the new
support for Xen in make-kpkg.
Without that, it works normally:
,----
| exec make kpkg_version=12.022 -f
| /usr/share/kernel-package/ruleset/minimal.mk debian
| APPEND_TO_VERSION=-anzu ROOT_CMD=fakeroot
| ====== making target debian/stamp/conf/minimal_debian [new prereqs: ]======
| This is kernel package version 12.022.
|
| …
|
| dpkg --build /usr/local/src/kernel/linux-2.6/debian/linux-image-2.6.31.4-anzu
..
| dpkg-deb: building package `linux-image-2.6.31.4-anzu' in
| `../linux-image-2.6.31.4-anzu_2.6.31.4-anzu-10.00.Custom_amd64.deb'.
`----
So just adjust your .config, and you'll see normal kernel images.
manoj
--
Death didn't answer. He was looking at Spold in the same way as a dog
looks ata bone, only in this case things were more or less the other way
around. -- Terry Pratchett
Manoj Srivastava <[email protected]> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--- End Message ---