Antony Messerli
2014-Mar-24 16:57 UTC
[Pkg-xen-devel] Bug#742515: blktap-dkms: blktapblktap kernel module failed to build
Package: blktap-dkms Version: 2.0.93-0.1 Severity: serious Justification: fails to build from source (but built successfully in the past) blktap fails to build on kernel 3.13 and probably older kernels as well. According to this bug: https://bugs.launchpad.net/ubuntu/+source/blktap-dkms/+bug/1245009 VM_RESERVED is deprecated as of 3.7. Building with the patch described in that bug allows for blktap to build properly. Diff for reference: --- ring.c.orig 2013-10-26 23:53:39.300000000 +0900 +++ ring.c 2013-10-26 20:35:26.301000000 +0900 @@ -39,6 +39,10 @@ */ #define RING_PAGES 1 +#ifndef VM_RESERVED +# define VM_RESERVED (VM_DONTEXPAND | VM_DONTDUMP) +#endif + #define BLKTAP_INFO_SIZE_AT(_memb) \ offsetof(struct blktap_device_info, _memb) + \ sizeof(((struct blktap_device_info*)0)->_memb) -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages blktap-dkms depends on: ii dkms 2.2.0.3-1.2 ii libc6-dev 2.18-4 ii linux-libc-dev 3.13.5-1 Versions of packages blktap-dkms recommends: ii linux-headers-amd64 3.13+56 blktap-dkms suggests no packages. -- no debconf information
Debian Bug Tracking System
2014-Apr-27 10:45 UTC
[Pkg-xen-devel] Bug#742515: marked as done (blktap-dkms: blktapblktap kernel module failed to build)
Your message dated Sun, 27 Apr 2014 10:33:37 +0000 with message-id <E1WeMOv-0008M6-0q at franck.debian.org> and subject line Bug#742515: fixed in blktap-dkms 2.0.93-0.2 has caused the Debian Bug report #742515, regarding blktap-dkms: blktapblktap kernel module failed to build 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 owner at bugs.debian.org immediately.) -- 742515: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742515 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Antony Messerli <amesserl at rackspace.com> Subject: blktap-dkms: blktapblktap kernel module failed to build Date: Mon, 24 Mar 2014 16:57:40 +0000 Size: 2921 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20140427/f381353b/attachment.mht> -------------- next part -------------- An embedded message was scrubbed... From: Evgeni Golov <evgeni at debian.org> Subject: Bug#742515: fixed in blktap-dkms 2.0.93-0.2 Date: Sun, 27 Apr 2014 10:33:37 +0000 Size: 5259 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20140427/f381353b/attachment-0001.mht>
Reasonably Related Threads
- Bug#742515: blktap-dkms: diff for NMU version 2.0.93-0.2
- Bug#717157: blktap-dkms: Fails to build against Linux 3.10
- blktap-dkms is marked for autoremoval from testing
- blktap-dkms is marked for autoremoval from testing
- vm_normal_page() in linux-2.6-xen-sparse/mm/memory.c