incomplete dkms package dependencies
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dkms (Ubuntu) |
Fix Released
|
Low
|
aro nomeniaina | ||
Precise |
Won't Fix
|
Low
|
Unassigned | ||
Quantal |
Fix Released
|
Low
|
Aditya V |
Bug Description
[Impact]
"dkms mkdeb" fails with: "make: dh_testdir: Command not found".
This affects only those users who use dkms to create driver packages. Majority of dkms users only install .deb packages and are not affected by this.
[Development Fix]
The packages "dpkg-dev" and "debhelper" were added to the "Suggests" field in debian/control.
[Stable Fix]
Install the packages "dpkg-dev" and "debhelper" using apt-get, Synaptic, aptitude, etc.
[Text Case]
<fill me in with detailed *instructions* on how to reproduce the bug. This will be used by people later on to verify the updated package fixes the problem.>
1.
2.
3.
Broken Behavior:
Fixed Behavior:
[Regression Potential]
The regression potential is minimal because, if it would cause a regression, apt-get would likely know anyway because of the "Breaks" field in debian/control.
[Original Report] dpkg-dev and debhelper are required when using dkms to create a package.
ProblemType: Bug
ApportVersion: 2.0.1-0ubuntu6
Architecture: i386
Date: Fri Apr 27 14:13:54 2012
Dependencies:
binutils 2.22-6ubuntu1
coreutils 8.13-3ubuntu3
cpp 4:4.6.3-1ubuntu5
cpp-4.6 4.6.3-1ubuntu5
debconf 1.5.42ubuntu1
dpkg 1.16.1.2ubuntu7
gcc 4:4.6.3-1ubuntu5
gcc-4.6 4.6.3-1ubuntu5
gcc-4.6-base 4.6.3-1ubuntu5
libacl1 2.2.51-5ubuntu1
libattr1 1:2.4.46-5ubuntu1
libbz2-1.0 1.0.6-1
libc-bin 2.15-0ubuntu10
libc6 2.15-0ubuntu10
libgcc1 1:4.6.3-1ubuntu5
libgmp10 2:5.0.2+
libgomp1 4.6.3-1ubuntu5
liblzma5 5.1.1alpha+
libmpc2 0.9-4
libmpfr4 3.1.0-3ubuntu2
libquadmath0 4.6.3-1ubuntu5
libselinux1 2.1.0-4.1ubuntu1
libstdc++6 4.6.3-1ubuntu5
make 3.81-8.1ubuntu1
module-init-tools 3.16-1ubuntu2
multiarch-support 2.15-0ubuntu10
patch 2.6.1-3
perl-base 5.14.2-6ubuntu2
tar 1.26-4ubuntu1
tzdata 2012b-1
xz-utils 5.1.1alpha+
zlib1g 1:1.2.3.
DistroRelease: Ubuntu 12.04
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release i386 (20120424.1)
Package: dkms 2.2.0.3-1ubuntu3
PackageArchitec
ProcEnviron:
LC_CTYPE=
TERM=xterm
LC_COLLATE=
LANG=en_US.UTF-8
LC_MESSAGES=
SHELL=/bin/bash
ProcVersionSign
SourcePackage: dkms
Tags: precise
Uname: Linux 3.2.0-24-
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Oliver Grawert: Needs Fixing
- Ubuntu branches: Pending requested
- Felix Geyer: Pending requested
-
Diff: 33 lines (+10/-1)2 files modifieddebian/changelog (+6/-0)
debian/control (+4/-1)
- Marc Deslauriers: Approve
- Ubuntu branches: Pending requested
-
Diff: 26 lines (+8/-0)2 files modifieddebian/changelog (+7/-0)
debian/control (+1/-0)
Changed in dkms (Ubuntu): | |
status: | Fix Committed → In Progress |
description: | updated |
description: | updated |
description: | updated |
Changed in dkms (Ubuntu): | |
importance: | Undecided → Low |
Changed in dkms (Ubuntu Precise): | |
importance: | Undecided → Low |
Changed in dkms (Ubuntu Quantal): | |
status: | Fix Released → Fix Committed |
Changed in dkms (Ubuntu Precise): | |
status: | New → Won't Fix |
Changed in dkms (Ubuntu): | |
status: | Fix Committed → Fix Released |
Changed in dkms (Ubuntu Quantal): | |
status: | Fix Committed → Fix Released |
Changed in dkms (Ubuntu): | |
assignee: | kroq-gar78 (kroq-gar78) → aro nomeniaina (aronomeniaina) |
Here's a patch that adds 'dpkg-dev' and 'debhelper' to the Depends field of debian/control.