[cl-debian] Bug#328040: FTBFS: Missing build-dependency on bc

Matt Kraai kraai at ftbfs.org
Mon Sep 12 18:24:01 UTC 2005


Package: cmucl
Version: 19b-release-20050726-4
Severity: serious
Tags: patch

cmucl fails to build because it cannot run bc:

> echo '1 + ' `cat version` | bc > ,version
> /bin/sh: bc: command not found

Adding bc to the build-dependencies fixes this problem.

-- 
Matt
-------------- next part --------------
diff -u cmucl-19b-release-20050726/debian/control cmucl-19b-release-20050726/debian/control
--- cmucl-19b-release-20050726/debian/control
+++ cmucl-19b-release-20050726/debian/control
@@ -1,6 +1,6 @@
 Source: cmucl
 Section: devel
-Build-Depends: debhelper (>= 4.1.16), lesstif-dev, tetex-extra, cmucl (>= 19b-pre1-20050606-1), hevea, tidy, a2ps, x-dev, gcc-3.4
+Build-Depends: debhelper (>= 4.1.16), lesstif-dev, tetex-extra, cmucl (>= 19b-pre1-20050606-1), hevea, tidy, a2ps, x-dev, gcc-3.4, bc
 Priority: optional
 Maintainer: Peter Van Eynde <pvaneynd at debian.org>
 Standards-Version: 3.6.2.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://mailman.common-lisp.net/pipermail/cl-debian/attachments/20050912/7c2f9555/attachment.sig>


More information about the Cl-debian mailing list