[Build-common-hackers] Bug#354361: cdbs: FTBFS: FAIL: hdparm.sh

Andreas Jochens aj at andaco.de
Sat Feb 25 16:44:37 UTC 2006


Package: cdbs
Version: 0.4.34
Severity: serious
Tags: patch

When building 'cdbs' on amd64/unstable,
I get the following error:

PASS: recursive.sh
PASS: udeb-1.sh
FAIL: hdparm.sh
PASS: distutils-1.sh
make[5]: Entering directory `/cdbs-0.4.34/test'
make[5]: Nothing to be done for `tarballs'.
make[5]: Leaving directory `/cdbs-0.4.34/test'
PASS: distutils-2.sh
====================
1 of 10 tests failed
====================
make[4]: *** [check-TESTS] Error 1

The hdparm.sh test fails with as follows:

# ./hdparm.sh
dpkg-buildpackage: source package is hdparm
dpkg-buildpackage: source version is 5.4-2
dpkg-buildpackage: source changed by Christopher L Cheney <ccheney at debian.org>
dpkg-buildpackage: host architecture i386
dpkg-checkbuilddeps: Unmet build dependencies: cdbs (>> 0.4.5)
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)
This test has failed.

With the attached patch 'cdbs' can be compiled.

Regards
Andreas Jochens

diff -urN ../tmp-orig/cdbs-0.4.34/test/hdparm/debian/control ./test/hdparm/debian/control
--- ../tmp-orig/cdbs-0.4.34/test/hdparm/debian/control	2004-02-15 06:13:32.000000000 +0000
+++ ./test/hdparm/debian/control	2006-02-25 16:36:16.000000000 +0000
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: cdbs (>> 0.4.5), debhelper (>> 4.0.18)
+Build-Depends: debhelper (>> 4.0.18)
 Standards-Version: 3.6.0
 
 Package: hdparm




More information about the Build-common-hackers mailing list