Bug#330715: lvm2: FTBFS: Missing Build-Depends on 'libreadline5-dev'

Andreas Jochens aj at andaco.de
Thu Sep 29 13:24:54 UTC 2005


Package: lvm2
Version: 2.01.14-2
Severity: serious
Tags: patch

When building 'lvm2' in a clean 'unstable' chroot,
I get the following error:

checking getopt.h presence... yes
checking for getopt.h... yes
checking for readline in -lreadline... no
configure: error: GNU Readline could not be found which is required for the
--enable-readline option (which is enabled by default).  Either disable readline
support with --disable-readline or download and install readline from:
	ftp.gnu.org/gnu/readline
Note: if you are using precompiled packages you will also need the development
package as well (which may be called readline-devel or something similar).

make: *** [debian/build/build-deb/config.status] Error 1

Please add the missing Build-Depends on 'libreadline5-dev' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/lvm2-2.01.14/debian/control ./debian/control
--- ../tmp-orig/lvm2-2.01.14/debian/control	2005-09-29 13:11:49.000000000 +0000
+++ ./debian/control	2005-09-29 13:11:47.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian LVM Team <pkg-lvm-maintainers at lists.alioth.debian.org>
 Uploaders: Bastian Blank <waldi at debian.org>, Andres Salomon <dilinger at debian.org>
-Build-Depends: debhelper (>> 4.2), libdevmapper-dev (>= 2:1.00.07-1), autotools-dev, libdlm-dev (>= 0.trunk20050206-2), libselinux1-dev, libncurses5-dev
+Build-Depends: debhelper (>> 4.2), libreadline5-dev, libdevmapper-dev (>= 2:1.00.07-1), autotools-dev, libdlm-dev (>= 0.trunk20050206-2), libselinux1-dev, libncurses5-dev
 Standards-Version: 3.6.2
 
 Package: lvm2




More information about the pkg-lvm-maintainers mailing list