Your message dated Sat, 03 May 2014 21:21:29 +0000
with message-id <[email protected]>
and subject line Bug#734310: fixed in kernel-package 13.000
has caused the Debian Bug report #734310,
regarding exclude include/linux/version.h
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.)
--
734310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734310
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kernel-package
Version: 12.036+nmu3
Severity: minor
Hello,
if the file include/generated/uapi/linux/version.h exists then
include/linux/version.h must not be added to linux-headers-... package.
If this file exists then it's most likely a subtle mistake (like someone
upgrading his kernel build tree by patches from an older 2.6/3.0.x
kernel where it was still used). And then this old copy is kept around
and might confuse packages that don't put include/generated/uapi in the
include search path, like virtualbox-source.
Regards,
Eduard.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12.0+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages kernel-package depends on:
ii binutils 2.24-2
ii build-essential 11.6
ii debianutils 4.4
ii file 1:5.14-2
ii gettext 0.18.3.1-2
ii make 3.81-8.3
ii module-init-tools 16-2
ii po-debconf 1.0.16+nmu2
ii util-linux 2.20.1-5.5
Versions of packages kernel-package recommends:
ii cpio 2.11+dfsg-1
Versions of packages kernel-package suggests:
pn btrfs-tools <none>
ii bzip2 1.0.6-5
ii docbook-utils 0.6.14-3
ii e2fsprogs 1.42.9-2
ii grub 0.97-66
ii grub2 2.00-22
ii initramfs-tools [linux-initramfs-tool] 0.115
ii jfsutils 1.1.15-2.1
ii libncurses5-dev [libncurses-dev] 5.9+20130608-1
pn linux-source | kernel-source <none>
pn mcelog <none>
ii oprofile 0.9.6-1.4
pn pcmciautils <none>
ii ppp 2.4.5+git20130610-1
ii procps 1:3.3.9-1
pn quota <none>
pn reiserfsprogs <none>
ii squashfs-tools 1:4.2+20130409-2
ii udev 204-6
ii xfsprogs 3.1.9
ii xmlto 0.0.25-2
-- Configuration Files:
/etc/kernel-pkg.conf changed [not included]
-- no debconf information
--
<BlueByte> Wie heißt denn die Kerneloption für mehr als 4GB Ram?
<cehteh> x86_64 ;)
--- End Message ---
--- Begin Message ---
Source: kernel-package
Source-Version: 13.000
We believe that the bug you reported is fixed in the latest version of
kernel-package, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Manoj Srivastava <[email protected]> (supplier of updated kernel-package
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 03 May 2014 12:57:47 -0700
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 13.000
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[email protected]>
Changed-By: Manoj Srivastava <[email protected]>
Description:
kernel-package - utility for building Linux kernel related Debian packages
Closes: 591793 593857 597637 652637 663358 690002 696537 702600 705587 724775
728014 733701 734310 742674
Changes:
kernel-package (13.000) unstable; urgency=low
.
* Move to a new build system based on dh. This is just for
kernel-package, no changes have yet been made to the generated package
build system.
* Move way from git modules to a flatter structure, to better use
standard git build frameworks. (Closes: #690002).
* Updated the dependency to from module-init-tools -> kmod, since the
module-init-tools is an obsolete transitional package.
(Closes: #733701, #663358, )
* As of 3.8-rc2, kernel building requires bc(1. Added bc as a dependency
for kernel-package, so that building a kernel will work again
(Closes: #705587, #702600, #742674).
* There are new configuration options called CONFIG_MODULE_*, which
confuse the regular expression trying to detect whether modules are
configured or not. Modified the regular expression to detect
whether modules are configured as suggested by Stefan Gehn.
(Closes: #696537).
* make-kpkg failed to cross build armhf kernels. The supplied patch by
Karsten Merker adds a few missing definitions which are only used in
the case of cross-building (Closes: #728014).
* The UTS_RELEASE definition was moved from
$(KERN_ROOT)/include/linux/utsrelease.h to
$(KERN_ROOT)/include/generated/utsrelease.h. The current version looks
in both places. Fix sggested by mahashakti89, (Closes: #591793).
* find -perm syntax changed from -perl +XXX to -prem /xxx. Fixed
the use of find -perm in the one location I found it in
(Closes: #724775).
* Added a dependency on initramfs-tools into the generated linux-image
packages, (Closes: #652637).
* kernel package was not building a vmlinuz image for mipsel loongson
cpu. Applied the patch from liushiwei to allow make-kpkg build
vmlinuz on mipsel loongson cpu machines (Closes: #593857).
* if the file include/generated/uapi/linux/version.h exists then
include/linux/version.h must not be added to
linux-headers-... package. The former should not exist, and if it does
it is a mistake. (Closes: #734310).
* dpkg: warning: obsolete option '--print-installation-architecture',
use '--print-architecture' instead. Replaced all instances of dpkg
--print-installation-architecture in the package. (Closes: #597637).
* The following bugs were fixed in this release:
* Bug fix #733701: "please do not depend on module-init-tools", thanks to
[email protected] (Marco d'Itri) .
* Bug fix #663358: "module-init-tools is now a transitional dummy package for
kmod.Please add the correct depend", thanks to Domenico Pasella.
* Bug fix #705587,: "As of 3.8-rc2, kernel building requires bc(1)", thanks
to
[email protected].
* Bug fix #702600: "1: bc: not found", thanks to Andrei Paulau
* Bug fix #742674: "bc should be added to the dependencies", thanks
to Erik Braun
* Bug fix #690002: "Git package repository contains empty directory
`debian/`", thanks to Paul Menzel. The problem is not that the git
repository had an empty debian directory, the issue was that
kernel-package uses git modules. One has to (recursively) expand the
modules. However, whith this commit, we move away from git modules to
a flat structure.
* Bug fix #696537: "Fails to build linux-3.7.1 with module-support disabled",
thanks to Stefan Gehn. Used the suggested new regular expression.
* Bug fix #728014: "[PATCH] Fix cross-building armhf kernel packages",
thanks to
Karsten Merker.
* Bug fix #591793: "Building 2.6.35 kernel fails with kernel-package 12.036",
thanks to mahashakti89,
* Bug fix #724775: "kernel-package uses deprecated find -perm +xxx syntax,
please switch to find -perm /+++", thanks to Andreas Metzler.
* Bug fix #652637: "Generated linux-image package should depend on
initramfs-tools", thanks to Matthijs Kooijman. Added the suggested
dependency
* Bug fix #593857: "enable gzip for mipsel loongson cpu", thanks to
liushiwei. Applied the suggested patch
* Bug fix #734310: "exclude include/linux/version.h", thanks to Eduard Bloch
* Bug fix #597637: "dpkg using obsolete option", thanks to Brian Minton
Checksums-Sha1:
a6cfc47a3af466a847f39458db15d617f6332b19 1393 kernel-package_13.000.dsc
30cede26a50bca3e7f0669e9632727321a129801 316244 kernel-package_13.000.tar.xz
385b6f061b68c738073683283d3eb473f0e57f64 375234 kernel-package_13.000_all.deb
Checksums-Sha256:
cc87b296463a31fae6d2f8b1c47cc71a556961d840fa7eea0225a36fbed4f758 1393
kernel-package_13.000.dsc
8907701586f0c46161bf32898fbdc79cf1fb81c12283813a589cd34a8fe0f23c 316244
kernel-package_13.000.tar.xz
e309737aba9a3f9055ec09194850ceef3523f62ca83397e376615d7f496c74bd 375234
kernel-package_13.000_all.deb
Files:
811f8de0f5a86d0dc1c0ce83fdd7b6ed 375234 kernel optional
kernel-package_13.000_all.deb
db2c837294e6cce372091ac8e62d98cc 1393 kernel optional kernel-package_13.000.dsc
2f707bdd0a5b489bb83065f800e386fa 316244 kernel optional
kernel-package_13.000.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQFtBAEBCgBXBQJTZVdsUBSAAAAAABsALHNyaXZhc3RhQGdvbGRlbi1ncnlwaG9u
LmNvbUFCQTcxMDI1QTFCNUE4OEE0RTVGNjhDMjM2QkQ3MjBGNkY1NzY0NzJfNTkz
AAoJEDa9cg9vV2RyAzoIAIPJlyFOaXKVzaW6qz8gpwG04jFRlZyLrJI0Mcshbb75
AkPGkivwUuqh2QncJnU5qPsuL/wTKpLCPEb3NsZX35DWyQx2X6/D8M5tu12pVSNC
ygC89/vdvcf7L1Oowvc8jQykcolwBQZ6v8Qt5Gt2ZgV0Sl1ejrrEzz3wKtbdLKqy
KqlzgMQ4Oj9MDpOmEfcIn+VXOSXvjtGf6b6EvoxXY6M1x/7A0h7ML4pD3ifotPJs
LSGql3FxWNoGvV/DQJoFp3yBNrdJKfFdaFL7yHwhBvuB3jnUlhCmb9NgYvnKHZkB
ZIss5f3kqi/BjwQyoCgCOB1WxljQS8Mm28s4Nq+YcHM=
=HEjr
-----END PGP SIGNATURE-----
--- End Message ---