Package: open-vm-source Version: 2008.09.03-114782 Severity: serious Justification: no longer builds from source
This new version doesn't build on my system. It appears that the one patch, that is applied when building open-vm-source from the open-vm-tools source package, is incomplete. It fixes the Makefile for 5 different modules, but not for: vmci vsock The attached patch fixes that. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.22-4-vserver-amd64 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages open-vm-source depends on: ii bzip2 1.0.3-6 high-quality block-sorting file co ii debhelper 5.0.60~bpo40+1+nmu1 helper programs for debian/rules ii dpatch 2.0.21 patch maintenance system for Debia ii make 3.81-2 The GNU version of the "make" util ii module-assistant 0.10.8 tool to make module package creati Versions of packages open-vm-source recommends: ii open-vm-tool 2008.07.01-102166-3~bpo40+2 tools and components for VMware gu -- no debconf information
#! /bin/sh /usr/share/dpatch/dpatch-run ## 02-kvers2.dpatch by <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad open-vm-tools-2008.09.03-114782-prebuild~/modules/linux/vmci/Makefile open-vm-tools-2008.09.03-114782-prebuild/modules/linux/vmci/Makefile --- open-vm-tools-2008.09.03-114782-prebuild~/modules/linux/vmci/Makefile 2008-09-03 07:03:00.000000000 +0000 +++ open-vm-tools-2008.09.03-114782-prebuild/modules/linux/vmci/Makefile 2008-09-11 13:02:02.540793050 +0000 @@ -26,7 +26,7 @@ #### SRCROOT = . -VM_UNAME = $(shell uname -r) +VM_UNAME = $(KVERS) # Header directory for the running kernel HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include diff -urNad open-vm-tools-2008.09.03-114782-prebuild~/modules/linux/vsock/Makefile open-vm-tools-2008.09.03-114782-prebuild/modules/linux/vsock/Makefile --- open-vm-tools-2008.09.03-114782-prebuild~/modules/linux/vsock/Makefile 2008-09-03 07:02:59.000000000 +0000 +++ open-vm-tools-2008.09.03-114782-prebuild/modules/linux/vsock/Makefile 2008-09-11 13:02:21.953099380 +0000 @@ -26,7 +26,7 @@ #### SRCROOT = . -VM_UNAME = $(shell uname -r) +VM_UNAME = $(KVERS) # Header directory for the running kernel HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include
smime.p7s
Description: S/MIME Cryptographic Signature